8000 build: update bazel dependencies · angular/angular@46c101a · GitHub
[go: up one dir, main page]

Skip to content

Commit 46c101a

Browse files
committed
build: update bazel dependencies
See associated pull request for more information.
1 parent c77e198 commit 46c101a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

WORKSPACE

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ http_archive(
3434

3535
http_archive(
3636
name = "aspect_rules_js",
37-
sha256 = "75c25a0f15a9e4592bbda45b57aa089e4bf17f9176fd735351e8c6444df87b52",
38-
strip_prefix = "rules_js-2.1.0",
39-
url = "https://github.com/aspect-build/rules_js/releases/download/v2.1.0/rules_js-v2.1.0.tar.gz",
37+
sha256 = "83e5af4d17385d1c3268c31ae217dbfc8525aa7bcf52508dc6864baffc8b9501",
38+
strip_prefix = "rules_js-2.3.7",
39+
url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.7/rules_js-v2.3.7.tar.gz",
4040
)
4141

4242
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")
@@ -126,9 +126,9 @@ npm_repositories()
126126

127127
http_archive(
128128
name = "aspect_rules_ts",
129-
sha256 = "9acd128abe77397505148eaa6895faed57839560dbf2177dd6285e51235e2724",
130-
strip_prefix = "rules_ts-3.3.1",
131-
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.3.1/rules_ts-v3.3.1.tar.gz",
129+
sha256 = "6b15ac1c69f2c0f1282e41ab469fd63cd40eb2e2d83075e19b68a6a76669773f",
130+
strip_prefix = "rules_ts-3.6.0",
131+
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.0/rules_ts-v3.6.0.tar.gz",
132132
)
133133

134134
load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")
@@ -141,9 +141,9 @@ rules_ts_dependencies(
141141

142142
http_archive(
143143
name = "aspect_rules_rollup",
144-
sha256 = "c4062681968f5dcd3ce01e09e4ba73670c064744a7046211763e17c98ab8396e",
145-
strip_prefix = "rules_rollup-2.0.0",
146-
url = "https://github.com/aspect-build/rules_rollup/releases/download/v2.0.0/rules_rollup-v2.0.0.tar.gz",
144+
sha256 = "0b8ac7d97cd660eb9a275600227e9c4268f5904cba962939d1a6ce9a0a059d2e",
145+
strip_prefix = "rules_rollup-2.0.1",
146+
url = "https://github.com/aspect-build/rules_rollup/releases/download/v2.0.1/rules_rollup-v2.0.1.tar.gz",
147147
)
148148

149149
http_archive(
@@ -273,7 +273,7 @@ setup_dependencies_2()
273273

274274
git_repository(
275275
name = "rules_angular",
276-
commit = "ad3a2d652f41c953fad8f55c3959fde628fa8ebf",
276+
commit = "8952a28010d584280cf674c41f684a36c22dec08",
277277
remote = "https://github.com/devversion/rules_angular.git",
278278
)
279279

0 commit comments

Comments
 (0)
0