Skip to content

Commit 8e57172

Browse files
angular-robotalan-agius4
authored andcommitted
build: update cross-repo angular dependencies to v22.1.0-rc.0
See associated pull request for more information.
1 parent 4c07ce7 commit 8e57172

8 files changed

Lines changed: 1162 additions & 646 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.6",
3+
"@angular/animations": "22.1.0-rc.0",
44
"@angular/cdk": "22.1.0-next.4",
5-
"@angular/common": "22.1.0-next.6",
6-
"@angular/compiler": "22.1.0-next.6",
7-
"@angular/core": "22.1.0-next.6",
5+
"@angular/common": "22.1.0-rc.0",
6+
"@angular/compiler": "22.1.0-rc.0",
7+
"@angular/core": "22.1.0-rc.0",
88
"@angular/fire": "21.0.0-rc.0",
9-
"@angular/forms": "22.1.0-next.6",
9+
"@angular/forms": "22.1.0-rc.0",
1010
"@angular/material": "22.1.0-next.4",
11-
"@angular/platform-browser": "22.1.0-next.6",
12-
"@angular/router": "22.1.0-next.6",
11+
"@angular/platform-browser": "22.1.0-rc.0",
12+
"@angular/router": "22.1.0-rc.0",
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.16.0",
1313
"dependencies": {
14-
"@angular/animations": "22.1.0-next.6",
15-
"@angular/common": "22.1.0-next.6",
16-
"@angular/compiler": "22.1.0-next.6",
17-
"@angular/core": "22.1.0-next.6",
18-
"@angular/forms": "22.1.0-next.6",
19-
"@angular/platform-browser": "22.1.0-next.6",
20-
"@angular/router": "22.1.0-next.6",
14+
"@angular/animations": "22.1.0-rc.0",
15+
"@angular/common": "22.1.0-rc.0",
16+
"@angular/compiler": "22.1.0-rc.0",
17+
"@angular/core": "22.1.0-rc.0",
18+
"@angular/forms": "22.1.0-rc.0",
19+
"@angular/platform-browser": "22.1.0-rc.0",
20+
"@angular/router": "22.1.0-rc.0",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1"
2323
},
2424
"devDependencies": {
25-
"@angular/build": "22.1.0-next.4",
26-
"@angular/cli": "22.1.0-next.4",
27-
"@angular/compiler-cli": "22.1.0-next.6",
25+
"@angular/build": "22.1.0-rc.0",
26+
"@angular/cli": "22.1.0-rc.0",
27+
"@angular/compiler-cli": "22.1.0-rc.0",
2828
"@types/jasmine": "~6.0.0",
2929
"@types/node": "24.13.3",
3030
"chromedriver": "^151.0.0",

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

Lines changed: 539 additions & 281 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.16.0"
1616
},
1717
"dependencies": {
18-
"@angular/compiler-cli": "22.1.0-next.6",
18+
"@angular/compiler-cli": "22.1.0-rc.0",
1919
"typescript": "6.0.3"
2020
},
2121
"devDependencies": {
22-
"@angular/build": "22.1.0-next.4",
23-
"@angular/cli": "22.1.0-next.4",
24-
"@angular/common": "22.1.0-next.6",
25-
"@angular/compiler": "22.1.0-next.6",
26-
"@angular/core": "22.1.0-next.6",
27-
"@angular/platform-browser": "22.1.0-next.6",
22+
"@angular/build": "22.1.0-rc.0",
23+
"@angular/cli": "22.1.0-rc.0",
24+
"@angular/common": "22.1.0-rc.0",
25+
"@angular/compiler": "22.1.0-rc.0",
26+
"@angular/core": "22.1.0-rc.0",
27+
"@angular/platform-browser": "22.1.0-rc.0",
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: 506 additions & 248 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.6",
4-
"@angular/core": "22.1.0-next.6",
5-
"@angular/platform-browser": "22.1.0-next.6",
3+
"@angular/compiler": "22.1.0-rc.0",
4+
"@angular/core": "22.1.0-rc.0",
5+
"@angular/platform-browser": "22.1.0-rc.0",
66
"@types/jasmine": "6.0.0",
77
"@types/jsdom": "28.0.3",
88
"@types/node": "24.13.3",

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.6",
24+
"@angular/compiler-cli": "22.1.0-rc.0",
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)