From 123749a48864a20a80322c0e8bff51b067ba04e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 05:22:28 +0000 Subject: [PATCH] chore(deps): update bazel --- js/private/dev_deps.bzl | 10 +++++----- js/repositories.bzl | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/js/private/dev_deps.bzl b/js/private/dev_deps.bzl index aadf4952fe..c71ec2fb79 100644 --- a/js/private/dev_deps.bzl +++ b/js/private/dev_deps.bzl @@ -35,15 +35,15 @@ def rules_js_dev_dependencies(): http_archive( name = "io_bazel_stardoc", - sha256 = "62bd2e60216b7a6fec3ac79341aa201e0956477e7c8f6ccc286f279ad1d96432", - urls = ["https://github.com/bazelbuild/stardoc/releases/download/0.6.2/stardoc-0.6.2.tar.gz"], + sha256 = "fabb280f6c92a3b55eed89a918ca91e39fb733373c81e87a18ae9e33e75023ec", + urls = ["https://github.com/bazelbuild/stardoc/releases/download/0.7.1/stardoc-0.7.1.tar.gz"], ) http_archive( name = "bazel_features", - sha256 = "2cd9e57d4c38675d321731d65c15258f3a66438ad531ae09cb8bb14217dc8572", - strip_prefix = "bazel_features-1.11.0", - url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.11.0/bazel_features-v1.11.0.tar.gz", + sha256 = "c2596994cf63513bd44180411a4ac3ae95d32bf59148fcb6087a4642b3ffef11", + strip_prefix = "bazel_features-1.20.0", + url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.20.0/bazel_features-v1.20.0.tar.gz", ) http_archive( diff --git a/js/repositories.bzl b/js/repositories.bzl index 40eb11b86d..3f82df9f69 100644 --- a/js/repositories.bzl +++ b/js/repositories.bzl @@ -16,14 +16,14 @@ def rules_js_dependencies(): http_archive( name = "rules_nodejs", - sha256 = "83d2bb029c2a9a06a474c8748d1221a92a7ca02222dcf49a0b567825c4e3f1ce", - strip_prefix = "rules_nodejs-6.3.0", - url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.3.0/rules_nodejs-v6.3.0.tar.gz", + sha256 = "0514c6530feb7abf94c9e3aeb4e33c89a21e2e9c9d9ed44cc217393bbf05ca9c", + strip_prefix = "rules_nodejs-6.3.1", + url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.3.1/rules_nodejs-v6.3.1.tar.gz", ) http_archive( name = "aspect_bazel_lib", - sha256 = "f93d386d8d0b0149031175e81df42a488be4267c3ca2249ba5321c23c60bc1f0", - strip_prefix = "bazel-lib-2.9.1", - url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.9.1/bazel-lib-v2.9.1.tar.gz", + sha256 = "a272d79bb0ac6b6965aa199b1f84333413452e87f043b53eca7f347a23a478e8", + strip_prefix = "bazel-lib-2.9.3", + url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.9.3/bazel-lib-v2.9.3.tar.gz", )