From f7b6ee7fa48d9f446a4ab33a3a73c270fd1ba7fd Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Wed, 29 Apr 2026 15:21:57 -0700 Subject: [PATCH] chore: upgrade bazel_lib to 3.3.1 This includes https://github.com/bazel-contrib/bazel-lib/pull/1252, which adds a feature we will likely soon use in `js_run_binary()`. --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 493e46ff0..3aaf1f18c 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -19,7 +19,7 @@ bazel_dep(name = "rules_nodejs", version = "6.7.3") # Changes ensured by rules_js: # 3.2.2: https://github.com/bazel-contrib/bazel-lib/commit/cac2d7855949d1b222fa26888892fbbe1d31015d -bazel_dep(name = "bazel_lib", version = "3.2.2") +bazel_dep(name = "bazel_lib", version = "3.3.1") # NB: LOWER BOUND on earliest BCR release of protobuf module, to avoid upgrading the root module by accident bazel_dep(name = "protobuf", version = "3.19.6")