Skip to content

Commit bfc2a0b

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent f018eca commit bfc2a0b

8 files changed

Lines changed: 306 additions & 293 deletions

File tree

apps/code-of-conduct/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"dependencies": {
3-
"@angular/animations": "22.0.0-next.9",
3+
"@angular/animations": "22.0.0-next.10",
44
"@angular/cdk": "22.0.0-next.7",
5-
"@angular/common": "22.0.0-next.9",
6-
"@angular/compiler": "22.0.0-next.9",
7-
"@angular/core": "22.0.0-next.9",
5+
"@angular/common": "22.0.0-next.10",
6+
"@angular/compiler": "22.0.0-next.10",
7+
"@angular/core": "22.0.0-next.10",
88
"@angular/fire": "21.0.0-rc.0",
9-
"@angular/forms": "22.0.0-next.9",
9+
"@angular/forms": "22.0.0-next.10",
1010
"@angular/material": "22.0.0-next.7",
11-
"@angular/platform-browser": "22.0.0-next.9",
12-
"@angular/router": "22.0.0-next.9",
11+
"@angular/platform-browser": "22.0.0-next.10",
12+
"@angular/router": "22.0.0-next.10",
1313
"@octokit/rest": "",
1414
"rxjs": "7.8.2",
1515
"zone.js": "0.16.1"

bazel/integration/tests/angular-cli/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
"private": true,
1212
"packageManager": "pnpm@10.33.2",
1313
"dependencies": {
14-
"@angular/animations": "22.0.0-next.9",
15-
"@angular/common": "22.0.0-next.9",
16-
"@angular/compiler": "22.0.0-next.9",
17-
"@angular/core": "22.0.0-next.9",
18-
"@angular/forms": "22.0.0-next.9",
19-
"@angular/platform-browser": "22.0.0-next.9",
20-
"@angular/router": "22.0.0-next.9",
14+
"@angular/animations": "22.0.0-next.10",
15+
"@angular/common": "22.0.0-next.10",
16+
"@angular/compiler": "22.0.0-next.10",
17+
"@angular/core": "22.0.0-next.10",
18+
"@angular/forms": "22.0.0-next.10",
19+
"@angular/platform-browser": "22.0.0-next.10",
20+
"@angular/router": "22.0.0-next.10",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1"
2323
},
2424
"devDependencies": {
25-
"@angular/build": "22.0.0-next.6",
26-
"@angular/cli": "22.0.0-next.6",
27-
"@angular/compiler-cli": "22.0.0-next.9",
25+
"@angular/build": "22.0.0-next.7",
26+
"@angular/cli": "22.0.0-next.7",
27+
"@angular/compiler-cli": "22.0.0-next.10",
2828
"@types/jasmine": "~6.0.0",
2929
"@types/node": "24.12.2",
3030
"chromedriver": "^148.0.0",

bazel/integration/tests/angular-cli/pnpm-lock.yaml

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

bazel/rules/rules_angular/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
"pnpm": "10.33.2"
2626
},
2727
"dependencies": {
28-
"@angular/compiler-cli": "22.0.0-next.9",
28+
"@angular/compiler-cli": "22.0.0-next.10",
2929
"typescript": "6.0.2"
3030
},
3131
"devDependencies": {
32-
"@angular/build": "22.0.0-next.6",
33-
"@angular/cli": "22.0.0-next.6",
34-
"@angular/common": "22.0.0-next.9",
35-
"@angular/compiler": "22.0.0-next.9",
36-
"@angular/core": "22.0.0-next.9",
37-
"@angular/platform-browser": "22.0.0-next.9",
32+
"@angular/build": "22.0.0-next.7",
33+
"@angular/cli": "22.0.0-next.7",
34+
"@angular/common": "22.0.0-next.10",
35+
"@angular/compiler": "22.0.0-next.10",
36+
"@angular/core": "22.0.0-next.10",
37+
"@angular/platform-browser": "22.0.0-next.10",
3838
"@babel/core": "^7.28.5",
3939
"@bazel/bazelisk": "1.28.1",
4040
"@rollup/plugin-commonjs": "^29.0.0",

bazel/rules/rules_angular/pnpm-lock.yaml

Lines changed: 81 additions & 73 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": "22.0.0-next.9",
4-
"@angular/core": "22.0.0-next.9",
5-
"@angular/platform-browser": "22.0.0-next.9",
3+
"@angular/compiler": "22.0.0-next.10",
4+
"@angular/core": "22.0.0-next.10",
5+
"@angular/platform-browser": "22.0.0-next.10",
66
"@types/jasmine": "6.0.0",
77
"@types/jsdom": "28.0.1",
88
"@types/node": "24.12.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"dependencies": {
24-
"@angular/compiler-cli": "22.0.0-next.9",
24+
"@angular/compiler-cli": "22.0.0-next.10",
2525
"typescript": "6.0.2"
2626
},
2727
"devDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)