Skip to content

Commit a9976ec

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

5 files changed

Lines changed: 463 additions & 470 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 = "fe2e2addb8f7522f576d0a82218d385ccc020fdd",
22+
commit = "4c37cb58184494c638ccd8109459e0fca8288541",
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 = "415234b2a1e7e1c5eefea122ece82c27bd95ecd3",
29+
commit = "c6ec21157c82dcf9dbd0aa8c35b6cc1f6c27fefa",
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 = "cfc69cbfe7bd3b8282fd3c8c5dc8ed08425f51b1",
36+
commit = "566c60ccb543755029c4eb5a609fc8bfe4c5fc3f",
3737
remote = "https://github.com/angular/rules_browsers.git",
3838
)
3939

MODULE.bazel.lock

Lines changed: 25 additions & 27 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.2.0-next.0",
5555
"@angular/localize": "22.2.0-next.0",
5656
"@angular/material": "22.1.0-rc.0",
57-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#79a1d45a4552db737a48264f2bde43acb962ef1e",
57+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2af985ddb942b5928dfb730a6b8efaccd1798846",
5858
"@angular/platform-browser": "22.2.0-next.0",
5959
"@angular/platform-server": "22.2.0-next.0",
6060
"@angular/router": "22.2.0-next.0",

0 commit comments

Comments
 (0)