Skip to content

Commit 189bf20

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent bb4f8ec commit 189bf20

4 files changed

Lines changed: 298 additions & 299 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 = "4de93bbfdbee2cea5162ac8070eb15846b15133d",
21+
commit = "af35c89a5a099c4bbc3f1a3495688cf51bd6a8da",
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 = "c9445b413687d2930f11b42654ac44396c74c9ab",
35+
commit = "c6f7e15470934f7c2fe46ff5bae7d68be0230501",
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 = "c4d0c373994a793629c857e44485ffab6d77f4ae",
42+
commit = "f018eca84d10c594e16e9517ade1254a36dc8733",
4343
remote = "https://github.com/angular/dev-infra.git",
4444
)
4545

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#1f49422b70c932b13a4482e21a7925b20b7963f0",
80+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ab3557efa43d75ac873b8a6d94683b33bf18ca0f",
8181
"@angular/platform-server": "catalog:",
8282
"@angular/router": "catalog:",
8383
"@babel/core": "^7.16.12",

0 commit comments

Comments
 (0)