Skip to content

Commit 5edfbd9

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

8 files changed

Lines changed: 593 additions & 592 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 = "c8408e457f5938e6e80af3f7fb9985ac5137494b",
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 = "01cdd34a487a9f8b6876f201e739d99c86c87c7f",
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 = "82c3fd626ab7e33e91860dfd81059d41df50470b",
4242
remote = "https://github.com/angular/rules_angular.git",
4343
)
4444

MODULE.bazel.lock

Lines changed: 4 additions & 4 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: 10 additions & 10 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": {
25-
"@angular/build": "21.2.0-rc.2",
26-
"@angular/cli": "21.2.0-rc.2",
27-
"@angular/compiler-cli": "21.2.0-rc.0",
25+
"@angular/build": "22.0.0-next.0",
26+
"@angular/cli": "22.0.0-next.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",

0 commit comments

Comments
 (0)