-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: update Angular packages to version 13.0.0 #3184
Conversation
Preview docs changes for fd1ae98 at https://previews.ngrx.io/pr3184-fd1ae986/ |
8989a3d
to
35de9c1
Compare
35de9c1
to
e0291a5
Compare
4d7d376
to
41e8ddf
Compare
7366517
to
799003d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏👏
@@ -5,7 +5,7 @@ | |||
"experimentalDecorators": true, | |||
"moduleResolution": "node", | |||
"downlevelIteration": true, | |||
"outDir": "../../dist/modules/schematics-score", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually liked the name schematics-score 👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Schematics do score, don't they 😄
package.json
Outdated
"npm-run-all": "^4.1.5", | ||
"nyc": "^10.1.2", | ||
"ora": "^1.3.0", | ||
"postcss": "^8.3.9", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of interest, why where these imports added?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These were added with the Nx upgrade as far as I know, but we shouldn't need them
@@ -31,6 +31,7 @@ | |||
"bazel:lint": "yarn bazel:format --lint=warn", | |||
"bazel:lint-fix": "yarn bazel:format --lint=fix", | |||
"copy:schematics": "ts-node ./build/copy-schematics-core.ts", | |||
"schematics:check": "git diff --name-only --exit-code ./modules", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was the intention to use this script in the CI?
If it was, then I think we forgot to update the config.yml 😅
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Closes #3189
What is the new behavior?
The minimum version of Angular has changed
BEFORE:
The minimum version of Angular is 12.x
AFTER:
The minimum version of Angular is 13.x
Does this PR introduce a breaking change?
Other information
Blocked on thymikee/jest-preset-angular#1090