Skip to content

Commit 4f736ab

Browse files
angular-robotjosephperrott
authored andcommitted
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent a3baba2 commit 4f736ab

File tree

8 files changed

+685
-695
lines changed

8 files changed

+685
-695
lines changed

apps/code-of-conduct/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"dependencies": {
3-
"@angular/animations": "22.0.0-next.5",
4-
"@angular/cdk": "22.0.0-next.2",
5-
"@angular/common": "22.0.0-next.5",
6-
"@angular/compiler": "22.0.0-next.5",
7-
"@angular/core": "22.0.0-next.5",
3+
"@angular/animations": "22.0.0-next.6",
4+
"@angular/cdk": "22.0.0-next.3",
5+
"@angular/common": "22.0.0-next.6",
6+
"@angular/compiler": "22.0.0-next.6",
7+
"@angular/core": "22.0.0-next.6",
88
"@angular/fire": "21.0.0-rc.0",
9-
"@angular/forms": "22.0.0-next.5",
10-
"@angular/material": "22.0.0-next.2",
11-
"@angular/platform-browser": "22.0.0-next.5",
12-
"@angular/router": "22.0.0-next.5",
9+
"@angular/forms": "22.0.0-next.6",
10+
"@angular/material": "22.0.0-next.3",
11+
"@angular/platform-browser": "22.0.0-next.6",
12+
"@angular/router": "22.0.0-next.6",
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.0",
1313
"dependencies": {
14-
"@angular/animations": "22.0.0-next.5",
15-
"@angular/common": "22.0.0-next.5",
16-
"@angular/compiler": "22.0.0-next.5",
17-
"@angular/core": "22.0.0-next.5",
18-
"@angular/forms": "22.0.0-next.5",
19-
"@angular/platform-browser": "22.0.0-next.5",
20-
"@angular/router": "22.0.0-next.5",
14+
"@angular/animations": "22.0.0-next.6",
15+
"@angular/common": "22.0.0-next.6",
16+
"@angular/compiler": "22.0.0-next.6",
17+
"@angular/core": "22.0.0-next.6",
18+
"@angular/forms": "22.0.0-next.6",
19+
"@angular/platform-browser": "22.0.0-next.6",
20+
"@angular/router": "22.0.0-next.6",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1"
2323
},
2424
"devDependencies": {
25-
"@angular/build": "22.0.0-next.3",
26-
"@angular/cli": "22.0.0-next.3",
27-
"@angular/compiler-cli": "22.0.0-next.5",
25+
"@angular/build": "22.0.0-next.4",
26+
"@angular/cli": "22.0.0-next.4",
27+
"@angular/compiler-cli": "22.0.0-next.6",
2828
"@types/jasmine": "~6.0.0",
2929
"@types/node": "24.12.0",
3030
"chromedriver": "^147.0.0",

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

Lines changed: 298 additions & 298 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.0"
2626
},
2727
"dependencies": {
28-
"@angular/compiler-cli": "22.0.0-next.5",
28+
"@angular/compiler-cli": "22.0.0-next.6",
2929
"typescript": "5.9.3"
3030
},
3131
"devDependencies": {
32-
"@angular/build": "22.0.0-next.3",
33-
"@angular/cli": "22.0.0-next.3",
34-
"@angular/common": "22.0.0-next.5",
35-
"@angular/compiler": "22.0.0-next.5",
36-
"@angular/core": "22.0.0-next.5",
37-
"@angular/platform-browser": "22.0.0-next.5",
32+
"@angular/build": "22.0.0-next.4",
33+
"@angular/cli": "22.0.0-next.4",
34+
"@angular/common": "22.0.0-next.6",
35+
"@angular/compiler": "22.0.0-next.6",
36+
"@angular/core": "22.0.0-next.6",
37+
"@angular/platform-browser": "22.0.0-next.6",
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: 261 additions & 271 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.5",
4-
"@angular/core": "22.0.0-next.5",
5-
"@angular/platform-browser": "22.0.0-next.5",
3+
"@angular/compiler": "22.0.0-next.6",
4+
"@angular/core": "22.0.0-next.6",
5+
"@angular/platform-browser": "22.0.0-next.6",
66
"@types/jasmine": "6.0.0",
77
"@types/jsdom": "28.0.1",
88
"@types/node": "24.12.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"devDependencies": {
24-
"@angular/compiler-cli": "22.0.0-next.5",
24+
"@angular/compiler-cli": "22.0.0-next.6",
2525
"@bazel/bazelisk": "1.28.1",
2626
"@bazel/buildifier": "8.2.1",
2727
"firebase-tools": "15.12.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)