Skip to content

Commit 4d30cce

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

4 files changed

Lines changed: 427 additions & 432 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 = "bf27ea46fdbb0209526ca821f1500d4337eb8299",
21+
commit = "1d96c7df9486bbe336f8996a872cfa1da7fd2d66",
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 = "846437db57b03761ac6af22415919a9763b7be65",
28+
commit = "65b8dc3d590a754634819133f7455e8e04ea47c1",
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 = "045f98407a299ffaeeeafa275d8490d4507513f8",
35+
commit = "6d9d6f8d795d61292f66a5faf262b165fe1b4cf2",
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 = "eaa9aaa98de612484109350f710fdb02e92c84ae",
42+
commit = "a986fa663c510106187f34f2df8d86eb4fb7940a",
4343
remote = "https://github.com/angular/dev-infra.git",
4444
)
4545

MODULE.bazel.lock

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

0 commit comments

Comments
 (0)