Skip to content

Commit bc72b04

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 40e2674 commit bc72b04

5 files changed

Lines changed: 206 additions & 203 deletions

File tree

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@ 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 = "cf7392cfd3fc932dfa9cf11b04fb64f0346b25ea",
21+
commit = "ce8977a1a50f929a19ab64859a5b7e7a59798d9f",
2222
remote = "https://github.com/angular/rules_browsers.git",
2323
)
2424

2525
bazel_dep(name = "rules_sass")
2626
git_override(
2727
module_name = "rules_sass",
28-
commit = "5ad056b94c8c448b029c611c52c372b561267561",
28+
commit = "80d35e584df2fc9bd540bfc92082383289a842e7",
2929
remote = "https://github.com/angular/rules_sass.git",
3030
)
3131

3232
bazel_dep(name = "rules_angular")
3333
git_override(
3434
module_name = "rules_angular",
35-
commit = "d6449197f843be14e8ab3357f3efc0ac66c8f3b0",
35+
commit = "30ecbe46b3c645264494abc3b2dc842cc5146be0",
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 = "1ce5d6899a2634fccf021a84656026bed0acbe16",
42+
commit = "a1b3577967af3711fe39cdfb605c2cd991e66add",
4343
remote = "https://github.com/angular/dev-infra.git",
4444
)
4545

MODULE.bazel.lock

Lines changed: 28 additions & 26 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#cdd4a4146520ed794b0342d0a86a0e2b31f129e3",
80+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b60a64b6e6341a831bfeda0f28aa5f3fa4077184",
8181
"@angular/platform-server": "catalog:",
8282
"@angular/router": "catalog:",
8383
"@babel/core": "^7.16.12",

0 commit comments

Comments
 (0)