Skip to content

Commit 005f184

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

8 files changed

Lines changed: 753 additions & 1181 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.1.0-next.2",
3+
"@angular/animations": "22.1.0-next.3",
44
"@angular/cdk": "22.1.0-next.1",
5-
"@angular/common": "22.1.0-next.2",
6-
"@angular/compiler": "22.1.0-next.2",
7-
"@angular/core": "22.1.0-next.2",
5+
"@angular/common": "22.1.0-next.3",
6+
"@angular/compiler": "22.1.0-next.3",
7+
"@angular/core": "22.1.0-next.3",
88
"@angular/fire": "21.0.0-rc.0",
9-
"@angular/forms": "22.1.0-next.2",
9+
"@angular/forms": "22.1.0-next.3",
1010
"@angular/material": "22.1.0-next.1",
11-
"@angular/platform-browser": "22.1.0-next.2",
12-
"@angular/router": "22.1.0-next.2",
11+
"@angular/platform-browser": "22.1.0-next.3",
12+
"@angular/router": "22.1.0-next.3",
1313
"@octokit/rest": "",
1414
"rxjs": "7.8.2",
1515
"zone.js": "0.16.2"

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@11.8.0",
1313
"dependencies": {
14-
"@angular/animations": "22.1.0-next.2",
15-
"@angular/common": "22.1.0-next.2",
16-
"@angular/compiler": "22.1.0-next.2",
17-
"@angular/core": "22.1.0-next.2",
18-
"@angular/forms": "22.1.0-next.2",
19-
"@angular/platform-browser": "22.1.0-next.2",
20-
"@angular/router": "22.1.0-next.2",
14+
"@angular/animations": "22.1.0-next.3",
15+
"@angular/common": "22.1.0-next.3",
16+
"@angular/compiler": "22.1.0-next.3",
17+
"@angular/core": "22.1.0-next.3",
18+
"@angular/forms": "22.1.0-next.3",
19+
"@angular/platform-browser": "22.1.0-next.3",
20+
"@angular/router": "22.1.0-next.3",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1"
2323
},
2424
"devDependencies": {
25-
"@angular/build": "22.1.0-next.1",
26-
"@angular/cli": "22.1.0-next.1",
27-
"@angular/compiler-cli": "22.1.0-next.2",
25+
"@angular/build": "22.1.0-next.2",
26+
"@angular/cli": "22.1.0-next.2",
27+
"@angular/compiler-cli": "22.1.0-next.3",
2828
"@types/jasmine": "~6.0.0",
2929
"@types/node": "24.13.2",
3030
"chromedriver": "^150.0.0",

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

Lines changed: 333 additions & 547 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
@@ -15,16 +15,16 @@
1515
"pnpm": "11.8.0"
1616
},
1717
"dependencies": {
18-
"@angular/compiler-cli": "22.1.0-next.2",
18+
"@angular/compiler-cli": "22.1.0-next.3",
1919
"typescript": "6.0.3"
2020
},
2121
"devDependencies": {
22-
"@angular/build": "22.1.0-next.1",
23-
"@angular/cli": "22.1.0-next.1",
24-
"@angular/common": "22.1.0-next.2",
25-
"@angular/compiler": "22.1.0-next.2",
26-
"@angular/core": "22.1.0-next.2",
27-
"@angular/platform-browser": "22.1.0-next.2",
22+
"@angular/build": "22.1.0-next.2",
23+
"@angular/cli": "22.1.0-next.2",
24+
"@angular/common": "22.1.0-next.3",
25+
"@angular/compiler": "22.1.0-next.3",
26+
"@angular/core": "22.1.0-next.3",
27+
"@angular/platform-browser": "22.1.0-next.3",
2828
"@babel/core": "^8.0.0",
2929
"@bazel/bazelisk": "1.28.1",
3030
"@rollup/plugin-commonjs": "^29.0.0",

bazel/rules/rules_angular/pnpm-lock.yaml

Lines changed: 303 additions & 517 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.1.0-next.2",
4-
"@angular/core": "22.1.0-next.2",
5-
"@angular/platform-browser": "22.1.0-next.2",
3+
"@angular/compiler": "22.1.0-next.3",
4+
"@angular/core": "22.1.0-next.3",
5+
"@angular/platform-browser": "22.1.0-next.3",
66
"@types/jasmine": "6.0.0",
77
"@types/jsdom": "28.0.3",
88
"@types/node": "24.13.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.1.0-next.2",
24+
"@angular/compiler-cli": "22.1.0-next.3",
2525
"typescript": "6.0.3"
2626
},
2727
"devDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)