-
Notifications
You must be signed in to change notification settings - Fork 99
Angular 14 support? #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the reminder, I will bump the versions. But there should be no breaking changes for us. |
I just wanted to note that with Angular 14 I get:
|
Unfortunately this is blocked by: angular/angular-cli#23397 Let's wait for a statement of the Angular Team (if this is a bug/breaking change or if we have to adjust) |
As long as we cannot release a proper version for Angular 14, you have two options:
Please note that the documented options |
A fix has been created (angular/angular-cli#23405) and it should be available in the next minor CLI version. Users will see the following message:
A) Do we want to rely on the fix (users will see the message) and push a fast version out? |
With the goal in mind of making our lib fully usable with ng14, we should go with (A) now, as fast as possible. Then consider a breaking change later. |
Declaring Another option would be do the breaking change and create a ng update migration to replace the new options in In case the options are passed through the command line, there are no changes there since boolean options get negated with |
It also looks like the default project is being removed and
…maybe if there's only one non-test project in the workspace you auto-treat that as the default project? |
angular-eslint has the same problem with the |
Some great progress here, the CLI will get the old behavior back and there will be no warning anymore:
|
All tests are green now. ✅ |
@JohannesHoppe Thanks, but getting errors:
After running |
@SamuelMarks I can confirm! We're working on it. Sorry for the inconvenience … |
@SamuelMarks I blame npm for this! The command line arguments of NPM 8 have been changed! 🙈 It's now fixed, thanks for the fast report! |
Great that worked! - Thanks |
There's a new version out!
The text was updated successfully, but these errors were encountered: