Skip to content

Commit 6b56e5b

Browse files
committed
build: update bazel dependencies
See associated pull request for more information.
1 parent 8860e65 commit 6b56e5b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

WORKSPACE

Lines changed: 9 additions & 9 deletions
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 = "4f7e2b6bafa9a88ac1b0ee0c3ad69850282419aa51f6bd5b45cde8d0c945d18c",
19-
strip_prefix = "bazel-skylib-454b25912a8ddf3d90eb47f25260befd5ee274a8",
18+
sha256 = "68ee97054f0322095dc1dfc2c3eb28c6c66954516f76c800d2c46be0d3492062",
19+
strip_prefix = "bazel-skylib-e472b4e75cbcc17e7f0f18b7fbdc64b26a7282c9",
2020
urls = [
21-
"https://github.com/bazelbuild/bazel-skylib/archive/454b25912a8ddf3d90eb47f25260befd5ee274a8.tar.gz",
21+
"https://github.com/bazelbuild/bazel-skylib/archive/e472b4e75cbcc17e7f0f18b7fbdc64b26a7282c9.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 = "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",
48+
sha256 = "304c51726b727d53277dd28fcda1b8e43b7e46818530b8d6265e7be98d5e2b25",
49+
strip_prefix = "rules_js-2.3.8",
50+
url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.8/rules_js-v2.3.8.tar.gz",
5151
)
5252

5353
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")
@@ -199,7 +199,7 @@ setup_dependencies_2()
199199

200200
git_repository(
201201
name = "rules_angular",
202-
commit = "652e5b0ef9be65ca738e11d5d01424b64344b466",
202+
commit = "88ddcf8cccbfef57f8cc3dda4881f18ec739428e",
203203
remote = "https://github.com/devversion/rules_angular.git",
204204
)
205205

@@ -238,7 +238,7 @@ esbuild_register_toolchains(
238238

239239
git_repository(
240240
name = "rules_browsers",
241-
commit = "0952071cdc67acf1124c20c32a9b7e2e85da0aa3",
241+
commit = "800d91c06d3ac174b789ad6a9b6772f358230c40",
242242
remote = "https://github.com/devversion/rules_browsers.git",
243243
)
244244

@@ -252,7 +252,7 @@ rules_browsers_setup_2()
252252

253253
git_repository(
254254
name = "rules_sass",
255-
commit = "3cd198e291caf21ba8f7105d53963dd3df62ef6d",
255+
commit = "cc1e845339fc45d3c8390445014d5824b85a0948",
256256
remote = "https://github.com/devversion/rules_sass.git",
257257
)
258258

0 commit comments

Comments
 (0)