Skip to content

Commit 5c8f812

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

4 files changed

Lines changed: 46 additions & 268 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 = "2c60e9efea96310da54047f1fee34c3e8bdfff20",
22+
commit = "c898ddb32c0428e7d97efc713393db84ffa6a38e",
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 = "b932d3d4f63a5a15da0fbf81d61a601682deace7",
29+
commit = "c6d2935115dce3f012a8ce5352758a3768546627",
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 = "cf0b8b6bedb144815014d4a2d00d42756d2c23d3",
36+
commit = "da3bb40d36898a25aadbf56588a13239096f48a2",
3737
remote = "https://github.com/angular/rules_browsers.git",
3838
)
3939

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.0-rc.1",
5555
"@angular/localize": "22.0.0-rc.1",
5656
"@angular/material": "22.0.0-rc.1",
57-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#849693f516dcd7811143830933a71dbd501aceb2",
57+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#91c9c9886d5d8a66403b7db640bb1e62b705161f",
5858
"@angular/platform-browser": "22.0.0-rc.1",
5959
"@angular/platform-server": "22.0.0-rc.1",
6060
"@angular/router": "22.0.0-rc.1",

0 commit comments

Comments
 (0)