Skip to content

Commit 72f5a5f

Browse files
angular-robotjosephperrott
authored andcommitted
build: update cross-repo angular dependencies to v21 (#2980)
See associated pull request for more information. PR Close #2980
1 parent 5dcd683 commit 72f5a5f

File tree

4 files changed

+294
-364
lines changed

4 files changed

+294
-364
lines changed

bazel/pnpm-lock.yaml

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel/spec-bundling/test/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
3-
"@angular/compiler": "20.2.0-rc.1",
4-
"@angular/core": "20.2.0-rc.1",
5-
"@angular/platform-browser": "20.2.0-rc.1",
3+
"@angular/compiler": "21.0.0-next.0",
4+
"@angular/core": "21.0.0-next.0",
5+
"@angular/platform-browser": "21.0.0-next.0",
66
"@types/jasmine": "5.1.8",
77
"@types/jsdom": "21.1.7",
88
"@types/node": "24.2.0",

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
}
2222
},
2323
"dependencies": {
24-
"@angular/build": "20.2.0-rc.1",
25-
"@angular/cdk": "20.2.0-rc.0",
26-
"@angular/material": "20.2.0-rc.0",
24+
"@angular/build": "21.0.0-next.0",
25+
"@angular/cdk": "21.0.0-next.0",
26+
"@angular/material": "21.0.0-next.0",
2727
"@babel/core": "^7.16.0",
2828
"@babel/plugin-transform-async-generator-functions": "^7.26.8",
2929
"@bazel/buildifier": "8.2.1",
@@ -58,18 +58,18 @@
5858
"devDependencies": {
5959
"@actions/core": "^1.4.0",
6060
"@actions/github": "^6.0.0",
61-
"@angular/animations": "20.2.0-rc.1",
61+
"@angular/animations": "21.0.0-next.0",
6262
"@angular/bazel": "15.2.0-rc.0",
63-
"@angular/cli": "20.2.0-rc.1",
64-
"@angular/common": "20.2.0-rc.1",
65-
"@angular/compiler": "20.2.0-rc.1",
66-
"@angular/compiler-cli": "20.2.0-rc.1",
67-
"@angular/core": "20.2.0-rc.1",
63+
"@angular/cli": "21.0.0-next.0",
64+
"@angular/common": "21.0.0-next.0",
65+
"@angular/compiler": "21.0.0-next.0",
66+
"@angular/compiler-cli": "21.0.0-next.0",
67+
"@angular/core": "21.0.0-next.0",
6868
"@angular/fire": "^20.0.0-rc",
69-
"@angular/forms": "20.2.0-rc.1",
70-
"@angular/platform-browser": "20.2.0-rc.1",
71-
"@angular/platform-browser-dynamic": "20.2.0-rc.1",
72-
"@angular/router": "20.2.0-rc.1",
69+
"@angular/forms": "21.0.0-next.0",
70+
"@angular/platform-browser": "21.0.0-next.0",
71+
"@angular/platform-browser-dynamic": "21.0.0-next.0",
72+
"@angular/router": "21.0.0-next.0",
7373
"@bazel/bazelisk": "^1.11.0",
7474
"@bazel/ibazel": "^0.25.0",
7575
"@bazel/jasmine": "5.8.1",

0 commit comments

Comments
 (0)