Skip to content

Commit 2b0b617

Browse files
committed
build: update bazel dependencies
See associated pull request for more information.
1 parent 44f0cde commit 2b0b617

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

WORKSPACE

+17-17
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ http_archive(
1515
# Add skylib which contains common Bazel utilities.
1616
http_archive(
1717
name = "bazel_skylib",
18-
sha256 = "a9c5d3a22461ed7063aa7b088f9c96fa0aaaa8b6984b601f84d705adc47d8a58",
19-
strip_prefix = "bazel-skylib-8334f938c1574ef6f1f7a38a03550a31df65274e",
18+
sha256 = "4f7e2b6bafa9a88ac1b0ee0c3ad69850282419aa51f6bd5b45cde8d0c945d18c",
19+
strip_prefix = "bazel-skylib-454b25912a8ddf3d90eb47f25260befd5ee274a8",
2020
urls = [
21-
"https://github.com/bazelbuild/bazel-skylib/archive/8334f938c1574ef6f1f7a38a03550a31df65274e.tar.gz",
21+
"https://github.com/bazelbuild/bazel-skylib/archive/454b25912a8ddf3d90eb47f25260befd5ee274a8.tar.gz",
2222
],
2323
)
2424

@@ -45,9 +45,9 @@ build_bazel_rules_nodejs_dependencies()
4545

4646
http_archive(
4747
name = "aspect_rules_js",
48-
sha256 = "3388abe9b9728ef68ea8d8301f932b11b2c9a271d74741ddd5f3b34d1db843ac",
49-
strip_prefix = "rules_js-2.1.1",
50-
url = "https://github.com/aspect-build/rules_js/releases/download/v2.1.1/rules_js-v2.1.1.tar.gz",
48+
sha256 = "83e5af4d17385d1c3268c31ae217dbfc8525aa7bcf52508dc6864baffc8b9501",
49+
strip_prefix = "rules_js-2.3.7",
50+
url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.7/rules_js-v2.3.7.tar.gz",
5151
)
5252

5353
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")
@@ -154,9 +154,9 @@ npm_repositories()
154154

155155
http_archive(
156156
name = "aspect_rules_ts",
157-
sha256 = "9acd128abe77397505148eaa6895faed57839560dbf2177dd6285e51235e2724",
158-
strip_prefix = "rules_ts-3.3.1",
159-
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.3.1/rules_ts-v3.3.1.tar.gz",
157+
sha256 = "56858e1e4380948e2d5aca5ab2e96fc5ed788652a4a3b7036e8e4b6f019e63bd",
158+
strip_prefix = "rules_ts-3.5.3",
159+
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.5.3/rules_ts-v3.5.3.tar.gz",
160160
)
161161

162162
load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")
@@ -169,9 +169,9 @@ rules_ts_dependencies(
169169

170170
http_archive(
171171
name = "aspect_rules_rollup",
172-
sha256 = "c4062681968f5dcd3ce01e09e4ba73670c064744a7046211763e17c98ab8396e",
173-
strip_prefix = "rules_rollup-2.0.0",
174-
url = "https://github.com/aspect-build/rules_rollup/releases/download/v2.0.0/rules_rollup-v2.0.0.tar.gz",
172+
sha256 = "0b8ac7d97cd660eb9a275600227e9c4268f5904cba962939d1a6ce9a0a059d2e",
173+
strip_prefix = "rules_rollup-2.0.1",
174+
url = "https://github.com/aspect-build/rules_rollup/releases/download/v2.0.1/rules_rollup-v2.0.1.tar.gz",
175175
)
176176

177177
http_archive(
@@ -189,7 +189,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
189189

190190
git_repository(
191191
name = "devinfra",
192-
commit = "35131fc980ce5451fb89d8c033efc827ad39ca68",
192+
commit = "32b15e78233d51e6074b73c973c9804f9f1ff705",
193193
remote = "https://github.com/angular/dev-infra.git",
194194
)
195195

@@ -203,7 +203,7 @@ setup_dependencies_2()
203203

204204
git_repository(
205205
name = "rules_angular",
206-
commit = "84a8039330a4accc86f0b53c4ef5ff745c3e1bbe",
206+
commit = "7fb42d23831222c54dd74bf148758833f60cce6b",
207207
remote = "https://github.com/devversion/rules_angular.git",
208208
)
209209

@@ -224,9 +224,9 @@ rules_angular_step3(
224224

225225
http_archive(
226226
name = "aspect_rules_esbuild",
227-
sha256 = "550e33ddeb86a564b22b2c5d3f84748c6639b1b2b71fae66bf362c33392cbed8",
228-
strip_prefix = "rules_esbuild-0.21.0",
229-
url = "https://github.com/aspect-build/rules_esbuild/releases/download/v0.21.0/rules_esbuild-v0.21.0.tar.gz",
227+
sha256 = "530adfeae30bbbd097e8af845a44a04b641b680c5703b3bf885cbd384ffec779",
228+
strip_prefix = "rules_esbuild-0.22.1",
229+
url = "https://github.com/aspect-build/rules_esbuild/releases/download/v0.22.1/rules_esbuild-v0.22.1.tar.gz",
230230
)
231231

232232
load("@aspect_rules_esbuild//esbuild:dependencies.bzl", "rules_esbuild_dependencies")

0 commit comments

Comments
 (0)