Skip to content

Commit 8cff9d2

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 10dc30f commit 8cff9d2

5 files changed

Lines changed: 340 additions & 387 deletions

File tree

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ bazel_dep(name = "aspect_rules_jasmine", version = "2.0.4")
1919
bazel_dep(name = "rules_angular")
2020
git_override(
2121
module_name = "rules_angular",
22-
commit = "70642f87e50b3b2068314dc9c359687fb0b9744b",
22+
commit = "db445dccfe48aad20be6ee3df456df91660ff217",
2323
remote = "https://github.com/angular/rules_angular.git",
2424
)
2525

2626
bazel_dep(name = "devinfra")
2727
git_override(
2828
module_name = "devinfra",
29-
commit = "9d539d3fc5e3ab718830b2ab8ffa4d97d2f0afb2",
29+
commit = "daa0b5ecd15668d12163f70d4c9836ada70808c9",
3030
remote = "https://github.com/angular/dev-infra.git",
3131
)
3232

3333
bazel_dep(name = "rules_browsers")
3434
git_override(
3535
module_name = "rules_browsers",
36-
commit = "1acd373ed52111e639030dc36e952e2aa7cb8223",
36+
commit = "3a6bd40f9be945dc51c976a21424c656448f9b09",
3737
remote = "https://github.com/angular/rules_browsers.git",
3838
)
3939

MODULE.bazel.lock

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@angular/forms": "22.1.0-next.6",
5555
"@angular/localize": "22.1.0-next.6",
5656
"@angular/material": "22.1.0-next.4",
57-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#84e9337a283b3da3e0458084c0478b2b2fb52be3",
57+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7a67d5221a9efec2b69b102759d04223a3fc8552",
5858
"@angular/platform-browser": "22.1.0-next.6",
5959
"@angular/platform-server": "22.1.0-next.6",
6060
"@angular/router": "22.1.0-next.6",

0 commit comments

Comments
 (0)