-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
chore: angular 17 migration #6621
chore: angular 17 migration #6621
Conversation
- updated @nx/* and @angular/* family to their latest versions - updated via migrations - regenerated package-lock.json and now it uses v3 format - docs polyfills used old `dist` imports, replaced it to `plugins` - updated README.md, mentioning that next major version will require/support Angular 17 - removed unused variables from tests to fight eslint errors BREAKING CHANGE: Angular 17 is required now
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## development #6621 +/- ##
===============================================
+ Coverage 76.83% 76.91% +0.07%
===============================================
Files 315 315
Lines 10682 10668 -14
Branches 2786 2848 +62
===============================================
- Hits 8208 8205 -3
+ Misses 2473 2462 -11
Partials 1 1
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Hi, was this deployed? |
Issues
closes #6618
Description
updated @nx/* and @angular/* family to their latest versions
updated via migrations
regenerated package-lock.json and now it uses v3 format
docs polyfills used old
dist
imports, replaced it toplugins
updated README.md, mentioning that next major version will require/support Angular 17
fixed eslint issues
deprecated
AvailbleBSPositions
, it had a grammar mistake. Rewrote underlyingAvailableBSPositions
to use template types to make it more easy to understandfixed prettier config and launched nx formatting
PR Checklist
Before creating new PR, please take a look at checklist below to make sure that you've done everything that needs to be done before we can merge it.