Skip to content

Commit 376e4dc

Browse files
angular-robotalan-agius4
authored andcommitted
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent d996a27 commit 376e4dc

3 files changed

Lines changed: 147 additions & 132 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 = "dc8e2603adbd6cce1008c1c0e35175f3f8f8afd5",
22+
commit = "7657fae9f218f1fcd818a4b594bdd8833e83c734",
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 = "11ee1f5400aa3220ff42546c8e1fe75ea0041e6b",
29+
commit = "e9faacd5b4df391f59989b6fb448b2c24115d592",
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 = "c56c3bdf241c8851c8f4bb30843699da649d8d1e",
36+
commit = "cbd4a436db23d9c3156f1b17a007d01ee60608d9",
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.1",
5555
"@angular/localize": "22.0.1",
5656
"@angular/material": "22.0.1",
57-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5d9842518819d66cfb65994e2dda90354410a449",
57+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#cdd4a4146520ed794b0342d0a86a0e2b31f129e3",
5858
"@angular/platform-browser": "22.0.1",
5959
"@angular/platform-server": "22.0.1",
6060
"@angular/router": "22.0.1",

0 commit comments

Comments
 (0)