@@ -27,11 +27,34 @@ def rules_js_dependencies():
2727
2828 http_archive (
2929 name = "aspect_bazel_lib" ,
30- sha256 = "fc8fe1be58ae39f84a8613d554534760c7f0819d407afcc98bbcbd990523bfed " ,
31- strip_prefix = "bazel-lib-2.16.0 " ,
32- url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.16.0 /bazel-lib-v2.16.0 .tar.gz" ,
30+ sha256 = "e5131e44db23459bd1ed04635f2ae5436bc83f5e38629e07b75c0bf206f09245 " ,
31+ strip_prefix = "bazel-lib-2.17.1 " ,
32+ url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.17.1 /bazel-lib-v2.17.1 .tar.gz" ,
3333 )
3434
35+ # Transitive dependencies of aspect_bazel_lib.
36+ # Prior to upgrading bazel-lib past 2.16.0, users didn't need to call the bazel_lib_dependencies function.
37+ # We include them here to avoid breakages for users who may have been relying on the implicit presence of these dependencies.
38+ http_archive (
39+ name = "tar.bzl" ,
40+ sha256 = "8710443803496e1b9b5b66f56ae55aa586338cb09a4ddeb9bb3d6df4e6da44c7" ,
41+ strip_prefix = "tar.bzl-0.2.0" ,
42+ url = "https://github.com/alexeagle/tar.bzl/releases/download/v0.2.0/tar.bzl-v0.2.0.tar.gz" ,
43+ )
44+ http_archive (
45+ name = "jq.bzl" ,
46+ sha256 = "7b63435aa19cc6a0cfd1a82fbdf2c7a2f0a94db1a79ff7a4469ffa94286261ab" ,
47+ strip_prefix = "jq.bzl-0.1.0" ,
48+ url = "https://github.com/bazel-contrib/jq.bzl/releases/download/v0.1.0/jq.bzl-v0.1.0.tar.gz" ,
49+ )
50+ http_archive (
51+ name = "rules_shell" ,
52+ sha256 = "e6b87c89bd0b27039e3af2c5da01147452f240f75d505f5b6880874f31036307" ,
53+ strip_prefix = "rules_shell-0.6.1" ,
54+ url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.6.1/rules_shell-v0.6.1.tar.gz" ,
55+ )
56+ # End aspect_bazel_lib transitive dependencies
57+
3558 http_archive (
3659 name = "bazel_lib" ,
3760 sha256 = "6fd3b1e1a38ca744f9664be4627ced80895c7d2ee353891c172f1ab61309c933" ,
0 commit comments