build: update bazel dependencies (main) - #34101
Merged
alan-agius4 merged 1 commit intoSep 17, 2026
Merged
Conversation
See associated pull request for more information.
There was a problem hiding this comment.
Code Review
This pull request updates several Bazel dependencies in MODULE.bazel and updates the lockfile MODULE.bazel.lock accordingly. Specifically, rules_cc is upgraded to 0.2.25, jq.bzl is upgraded to 0.6.2, and aspect_rules_esbuild is upgraded to 0.27.1. There are no review comments to evaluate, and I have no feedback to provide.
alan-agius4
approved these changes
Sep 17, 2026
Collaborator
|
This PR was merged into the repository. The changes were merged into the following branches:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.27.0→0.27.10.6.1→0.6.20.2.22→0.2.25Release Notes
bazel-contrib/jq.bzl (jq.bzl)
v0.6.2Using Bzlmod with Bazel 6 or greater
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazelfile:What's Changed
New Contributors
Full Changelog: bazel-contrib/jq.bzl@v0.6.1...v0.6.2
bazelbuild/rules_cc (rules_cc)
v0.2.25Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
What's Changed
Notable changes
c85b4d30c36f2b0d150d5dc424052c276635178408ad214a9ab613e1d8eea5adb798496c6a87e6cc1bf0aff544114686adf687cbc661b75dfaf21137b711b6de72c61Default toolchain changes
84cca09bb9acd6b1771c12c06f12813b9bdc7abbecUSE_CLANG_CLon windows. (#858) by @UebelAndre in1d2e4cb5bcfcf7Rules based toolchain changes
0be22af736fa13ACTION_NAMES.cpp_header_analysistoALL_CPP_COMPILE_ACTION_NAMES. by @anforowicz in6c1531c3000380Full Changelog: bazelbuild/rules_cc@0.2.22...0.2.25