Skip to content

Commit 3b45b90

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 9a88f49 commit 3b45b90

8 files changed

Lines changed: 212 additions & 211 deletions

File tree

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ bazel_dep(name = "rules_nodejs", version = "6.7.3")
2424
bazel_dep(name = "rules_browsers")
2525
git_override(
2626
module_name = "rules_browsers",
27-
commit = "8231142fc5516323b040883bf774ba8362645387",
27+
commit = "9dd55b08884b2e7f1e6893a1b6b10b166d2ee443",
2828
remote = "https://github.com/angular/rules_browsers.git",
2929
)
3030

3131
bazel_dep(name = "rules_sass")
3232
git_override(
3333
module_name = "rules_sass",
34-
commit = "1184a80751a21af8348f308abc5b38a41f26850e",
34+
commit = "781c41bf7a48147bb20103e250f7215475e915a1",
3535
remote = "https://github.com/angular/rules_sass.git",
3636
)
3737

3838
bazel_dep(name = "rules_angular")
3939
git_override(
4040
module_name = "rules_angular",
41-
commit = "d746c4f75e42cffe389d1ab077f4639be2bc78d1",
41+
commit = "804515937593ca742f5f119a20774f55a08e70ad",
4242
remote = "https://github.com/angular/rules_angular.git",
4343
)
4444

MODULE.bazel.lock

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

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": "21.2.0-rc.0",
4-
"@angular/cdk": "21.2.0-rc.0",
5-
"@angular/common": "21.2.0-rc.0",
6-
"@angular/compiler": "21.2.0-rc.0",
7-
"@angular/core": "21.2.0-rc.0",
3+
"@angular/animations": "22.0.0-next.1",
4+
"@angular/cdk": "21.3.0-next.0",
5+
"@angular/common": "22.0.0-next.1",
6+
"@angular/compiler": "22.0.0-next.1",
7+
"@angular/core": "22.0.0-next.1",
88
"@angular/fire": "21.0.0-rc.0",
9-
"@angular/forms": "21.2.0-rc.0",
10-
"@angular/material": "21.2.0-rc.0",
11-
"@angular/platform-browser": "21.2.0-rc.0",
12-
"@angular/router": "21.2.0-rc.0",
9+
"@angular/forms": "22.0.0-next.1",
10+
"@angular/material": "21.3.0-next.0",
11+
"@angular/platform-browser": "22.0.0-next.1",
12+
"@angular/router": "22.0.0-next.1",
1313
"@octokit/rest": "",
1414
"rxjs": "7.8.2",
1515
"zone.js": "0.16.1"

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
"private": true,
1212
"packageManager": "pnpm@10.30.3",
1313
"dependencies": {
14-
"@angular/animations": "21.2.0-rc.0",
15-
"@angular/common": "21.2.0-rc.0",
16-
"@angular/compiler": "21.2.0-rc.0",
17-
"@angular/core": "21.2.0-rc.0",
18-
"@angular/forms": "21.2.0-rc.0",
19-
"@angular/platform-browser": "21.2.0-rc.0",
20-
"@angular/router": "21.2.0-rc.0",
14+
"@angular/animations": "22.0.0-next.1",
15+
"@angular/common": "22.0.0-next.1",
16+
"@angular/compiler": "22.0.0-next.1",
17+
"@angular/core": "22.0.0-next.1",
18+
"@angular/forms": "22.0.0-next.1",
19+
"@angular/platform-browser": "22.0.0-next.1",
20+
"@angular/router": "22.0.0-next.1",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1"
2323
},
2424
"devDependencies": {
2525
"@angular/build": "21.2.0-rc.2",
2626
"@angular/cli": "21.2.0-rc.2",
27-
"@angular/compiler-cli": "21.2.0-rc.0",
27+
"@angular/compiler-cli": "22.0.0-next.1",
2828
"@types/jasmine": "~6.0.0",
2929
"@types/node": "24.11.0",
3030
"chromedriver": "^146.0.0",

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

Lines changed: 80 additions & 80 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": "21.2.0-rc.0",
4-
"@angular/core": "21.2.0-rc.0",
5-
"@angular/platform-browser": "21.2.0-rc.0",
3+
"@angular/compiler": "22.0.0-next.1",
4+
"@angular/core": "22.0.0-next.1",
5+
"@angular/platform-browser": "22.0.0-next.1",
66
"@types/jasmine": "6.0.0",
77
"@types/jsdom": "28.0.0",
88
"@types/node": "24.11.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": "21.2.0-rc.0",
24+
"@angular/compiler-cli": "22.0.0-next.1",
2525
"@bazel/bazelisk": "1.28.1",
2626
"@bazel/buildifier": "8.2.1",
2727
"firebase-tools": "15.8.0",

0 commit comments

Comments
 (0)