Skip to content

Commit 22f8d53

Browse files
chore(deps): update bazel
1 parent cad9b90 commit 22f8d53

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

js/repositories.bzl

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,38 +14,38 @@ def http_archive(**kwargs):
1414
def rules_js_dependencies():
1515
http_archive(
1616
name = "bazel_skylib",
17-
sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f",
18-
urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz"],
17+
sha256 = "6e78f0e57de26801f6f564fa7c4a48dc8b36873e416257a92bbb0937eeac8446",
18+
urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/1.8.2/bazel-skylib-1.8.2.tar.gz"],
1919
)
2020

2121
http_archive(
2222
name = "rules_nodejs",
23-
sha256 = "164f1bd7e2a67ab3f6caf5b49b53c7dd625d293513154fa720e30d39eaa8285f",
24-
strip_prefix = "rules_nodejs-6.3.5",
25-
url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.3.5/rules_nodejs-v6.3.5.tar.gz",
23+
sha256 = "7aee03d56d9b4668d8243a627c9ff587d200c0e0de9202dc4a1a5cab091ba1a3",
24+
strip_prefix = "rules_nodejs-6.6.1",
25+
url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.6.1/rules_nodejs-v6.6.1.tar.gz",
2626
)
2727

2828
http_archive(
2929
name = "aspect_bazel_lib",
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",
30+
sha256 = "53cadea9109e646a93ed4dc90c9bbcaa8073c7c3df745b92f6a5000daf7aa3da",
31+
strip_prefix = "bazel-lib-2.21.2",
32+
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.21.2/bazel-lib-v2.21.2.tar.gz",
3333
)
3434

3535
# Transitive dependencies of aspect_bazel_lib.
3636
# Prior to upgrading bazel-lib past 2.16.0, users didn't need to call the bazel_lib_dependencies function.
3737
# We include them here to avoid breakages for users who may have been relying on the implicit presence of these dependencies.
3838
http_archive(
3939
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",
40+
sha256 = "a147d473a359742db2a43c8a9a8e04e31321582e6bb669dafc5ba6b2c59845d1",
41+
strip_prefix = "tar.bzl-0.6.0",
42+
url = "https://github.com/alexeagle/tar.bzl/releases/download/v0.6.0/tar.bzl-v0.6.0.tar.gz",
4343
)
4444
http_archive(
4545
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",
46+
sha256 = "21617eb71fb775a748ef5639131ab943ef39946bd2a4ce96ea60b03f985db0c5",
47+
strip_prefix = "jq.bzl-0.4.0",
48+
url = "https://github.com/bazel-contrib/jq.bzl/releases/download/v0.4.0/jq.bzl-v0.4.0.tar.gz",
4949
)
5050
http_archive(
5151
name = "rules_shell",

0 commit comments

Comments
 (0)