Skip to content

Commit dde2dcc

Browse files
committed
build: update bazel dependencies
See associated pull request for more information.
1 parent 9bb7447 commit dde2dcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ rules_js_register_toolchains(
122122

123123
http_archive(
124124
name = "aspect_bazel_lib",
125-
sha256 = "fc8fe1be58ae39f84a8613d554534760c7f0819d407afcc98bbcbd990523bfed",
126-
strip_prefix = "bazel-lib-2.16.0",
127-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.16.0/bazel-lib-v2.16.0.tar.gz",
125+
sha256 = "5abc179be6bedadf422be598c1af918c7ebb8a2c5dfae6d319ebe6ec5dbec86a",
126+
strip_prefix = "bazel-lib-2.17.0",
127+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.17.0/bazel-lib-v2.17.0.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 = "e820ef96082bcf07e432f40a1aa0fdd4cf5f4412",
276+
commit = "8952a28010d584280cf674c41f684a36c22dec08",
277277
remote = "https://github.com/devversion/rules_angular.git",
278278
)
279279

0 commit comments

Comments
 (0)