Skip to content

Commit 7d58762

Browse files
angular-robotalan-agius4
authored andcommitted
build: update bazel dependencies
See associated pull request for more information.
1 parent 0df9939 commit 7d58762

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

WORKSPACE

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ build_bazel_rules_nodejs_dependencies()
2929

3030
http_archive(
3131
name = "aspect_rules_js",
32-
sha256 = "83e5af4d17385d1c3268c31ae217dbfc8525aa7bcf52508dc6864baffc8b9501",
33-
strip_prefix = "rules_js-2.3.7",
34-
url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.7/rules_js-v2.3.7.tar.gz",
32+
sha256 = "304c51726b727d53277dd28fcda1b8e43b7e46818530b8d6265e7be98d5e2b25",
33+
strip_prefix = "rules_js-2.3.8",
34+
url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.8/rules_js-v2.3.8.tar.gz",
3535
)
3636

3737
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")
@@ -122,9 +122,9 @@ rules_js_register_toolchains(
122122

123123
http_archive(
124124
name = "aspect_bazel_lib",
125-
sha256 = "e5131e44db23459bd1ed04635f2ae5436bc83f5e38629e07b75c0bf206f09245",
126-
strip_prefix = "bazel-lib-2.17.1",
127-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.17.1/bazel-lib-v2.17.1.tar.gz",
125+
sha256 = "9a44f457810ce64ec36a244cc7c807607541ab88f2535e07e0bf2976ef4b73fe",
126+
strip_prefix = "bazel-lib-2.19.4",
127+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.19.4/bazel-lib-v2.19.4.tar.gz",
128128
)
129129

130130
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")
@@ -273,7 +273,7 @@ esbuild_register_toolchains(
273273

274274
git_repository(
275275
name = "rules_angular",
276-
commit = "845ffcd8231832abdcfd6a47211b2feb4d178d7b",
276+
commit = "88ddcf8cccbfef57f8cc3dda4881f18ec739428e",
277277
remote = "https://github.com/devversion/rules_angular.git",
278278
)
279279

0 commit comments

Comments
 (0)