Skip to content

Commit 7c9d519

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent d79c10a commit 7c9d519

4 files changed

Lines changed: 260 additions & 260 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 = "50b8a6daa50cfbbab422d5f29f85c40128e10fd1",
22+
commit = "57c72f19ce53c9e3c2b8fb86f598e33d3ebf7468",
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 = "ab850ab679f5ee8f019adca5283795ddf1581201",
29+
commit = "1a7f74cd4957423c48007db6f31d4c0e3c2ee2a4",
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 = "b7be6ff1a213baece2fb729ea0ae5809a772ee59",
36+
commit = "1acd373ed52111e639030dc36e952e2aa7cb8223",
3737
remote = "https://github.com/angular/rules_browsers.git",
3838
)
3939

MODULE.bazel.lock

Lines changed: 17 additions & 17 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.0.7",
5555
"@angular/localize": "22.0.7",
5656
"@angular/material": "22.0.5",
57-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#488fd3e0a6e5ad872c9c9ca1a6c43d3686146d44",
57+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#84e9337a283b3da3e0458084c0478b2b2fb52be3",
5858
"@angular/platform-browser": "22.0.7",
5959
"@angular/platform-server": "22.0.7",
6060
"@angular/router": "22.0.7",

0 commit comments

Comments
 (0)