build: update bazel dependencies#3610
Conversation
See associated pull request for more information.
There was a problem hiding this comment.
Code Review
This pull request updates several Bazel dependencies across multiple workspaces, including yq.bzl to 0.3.6, rules_nodejs to 6.7.4, and rules_shell to 0.8.0, along with their respective lockfiles. While most modules were updated correctly, an inconsistency was found in bazel/rules/rules_browsers/MODULE.bazel, which lacks the yq.bzl version bump present in its corresponding lockfile.
| "https://bcr.bazel.build/modules/yq.bzl/0.3.6/MODULE.bazel": "985c2a0cb4ad9994bb0e33cc7fae931c91105eeefe3faa355b8f4c258d0607c0", | ||
| "https://bcr.bazel.build/modules/yq.bzl/0.3.6/source.json": "678aaf6e291164f3cd761bb3e872e8a151248f413dbb63c5524a50b82a5bc890", |
There was a problem hiding this comment.
The lock file for rules_browsers has been updated to reference yq.bzl v0.3.6, but the corresponding MODULE.bazel file in the same directory does not show an update for this dependency (it only updates rules_nodejs). If yq.bzl is a direct dependency of this workspace, please update its version in bazel/rules/rules_browsers/MODULE.bazel to maintain consistency.
|
This PR was merged into the repository. The changes were merged into the following branches:
|
This PR contains the following updates:
6.7.3→6.7.40.7.1→0.8.00.3.5→0.3.6Release Notes
bazel-contrib/rules_nodejs (rules_nodejs)
v6.7.4Using Bzlmod with Bazel 6 or greater
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazelfile:What's Changed
ppc64lefromppcby @rickystewart in #3907New Contributors
Full Changelog: bazel-contrib/rules_nodejs@v6.7.3...v6.7.4
bazelbuild/rules_shell (rules_shell)
v0.8.0Using Bzlmod with Bazel 6 or greater
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazelfile:What's Changed
shell/private:private_bzlby @avdv in bazel-contrib#57New Contributors
Full Changelog: bazel-contrib/rules_shell@v0.7.1...v0.8.0
bazel-contrib/yq.bzl (yq.bzl)
v0.3.6Using Bzlmod
Add to your
MODULE.bazelfile:What's Changed
New Contributors
Full Changelog: bazel-contrib/yq.bzl@v0.3.5...v0.3.6