Skip to content

Commit 4d226ed

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent fe8dd7d commit 4d226ed

4 files changed

Lines changed: 87 additions & 507 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 = "3e4c46ba62680f930069afc087a29eb9d1214687",
21+
commit = "b7be6ff1a213baece2fb729ea0ae5809a772ee59",
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 = "80d35e584df2fc9bd540bfc92082383289a842e7",
28+
commit = "42ecdac4f15dc5a7643d516a0280fd007b22ce51",
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 = "123c921ec779a4af9bba8d7760425fda3b301c1c",
35+
commit = "50b8a6daa50cfbbab422d5f29f85c40128e10fd1",
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 = "a24ba1915bf7051430d9c3f349ad9a176eb0d104",
42+
commit = "c8a2b10740b24731e803901b8d94c06c8f0ac897",
4343
remote = "https://github.com/angular/dev-infra.git",
4444
)
4545

0 commit comments

Comments
 (0)