Skip to content

Commit a205bf0

Browse files
build: update cross-repo angular dependencies (#33436)
See associated pull request for more information.
1 parent 66a5923 commit a205bf0

5 files changed

Lines changed: 307 additions & 309 deletions

File tree

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ bazel_dep(name = "bazel_skylib", version = "1.9.0")
1818
bazel_dep(name = "rules_browsers")
1919
git_override(
2020
module_name = "rules_browsers",
21-
commit = "f61cc5a47b3ec4891e644ffdfa3d7517b81d11dd",
21+
commit = "3e4c46ba62680f930069afc087a29eb9d1214687",
2222
remote = "https://github.com/angular/rules_browsers.git",
2323
)
2424

@@ -32,14 +32,14 @@ git_override(
3232
bazel_dep(name = "rules_angular")
3333
git_override(
3434
module_name = "rules_angular",
35-
commit = "4025fae590e5c1a48eaa289e20ab54e401d0a396",
35+
commit = "123c921ec779a4af9bba8d7760425fda3b301c1c",
3636
remote = "https://github.com/angular/rules_angular.git",
3737
)
3838

3939
bazel_dep(name = "devinfra")
4040
git_override(
4141
module_name = "devinfra",
42-
commit = "ab0dc25e660b6704fb1144f0a62786776575b55d",
42+
commit = "a24ba1915bf7051430d9c3f349ad9a176eb0d104",
4343
remote = "https://github.com/angular/dev-infra.git",
4444
)
4545

MODULE.bazel.lock

Lines changed: 18 additions & 18 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
@@ -77,7 +77,7 @@
7777
},
7878
"devDependencies": {
7979
"@angular/localize": "catalog:",
80-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#38a8db7ae818fd8f88bd3fe50ad2cb225d9021df",
80+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7b4897289f0d1f94cb511ddda789129c828b579c",
8181
"@angular/platform-server": "catalog:",
8282
"@angular/router": "catalog:",
8383
"@babel/core": "^7.16.12",

0 commit comments

Comments
 (0)