Skip to content
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

Merged
merged 20 commits into from
Nov 10, 2021
Merged

Conversation

brandonroberts
Copy link
Member

@brandonroberts brandonroberts commented Oct 18, 2021

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

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?

[x] Yes
[ ] No

Other information

Blocked on thymikee/jest-preset-angular#1090

@brandonroberts brandonroberts added Breaking Change Blocked (External) Blocked by external package labels Oct 18, 2021
@ngrxbot
Copy link
Collaborator

ngrxbot commented Oct 18, 2021

Preview docs changes for fd1ae98 at https://previews.ngrx.io/pr3184-fd1ae986/

@brandonroberts brandonroberts changed the title WIP feat: update Angular packages to version 13.0.0-rc.0 feat: update Angular packages to version 13.0.0 Nov 9, 2021
@brandonroberts brandonroberts removed the Blocked (External) Blocked by external package label Nov 9, 2021
Copy link
Member

@timdeschryver timdeschryver left a 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",
Copy link
Member

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 👀

Copy link
Member Author

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",
Copy link
Member

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?

Copy link
Member Author

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",
Copy link
Member

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 😅

@brandonroberts brandonroberts merged commit 996f1e8 into master Nov 10, 2021
@brandonroberts brandonroberts deleted the angular-v-13 branch November 10, 2021 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build: Update to latest Angular v13 RC
3 participants