build: update bazel dependencies (21.2.x)#33103
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several Bazel dependencies, including yq.bzl, rules_nodejs, rules_cc, and bazel_lib, to newer versions and updates the lock file accordingly. Feedback was provided regarding an inconsistency in the MODULE.bazel.lock file, where entries for older versions of bazel_features and bazel_lib were only partially removed, leaving the lock file in a potentially unstable state. It is recommended to run bazel mod tidy to clean up these orphaned entries.
a716f4c to
0a6d07b
Compare
See associated pull request for more information.
0a6d07b to
272b72b
Compare
|
This pull request has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This PR contains the following updates:
3.0.3→3.1.13.8.8→3.8.93.2.2→3.3.11.0.0→1.1.00.2.17→0.2.186.7.3→6.7.40.3.5→0.3.6Release Notes
aspect-build/rules_ts (aspect_rules_ts)
v3.8.9Using Bzlmod:
Add to your
MODULE.bazelfile:Using legacy WORKSPACE
Paste this snippet into your
WORKSPACEfile:To use rules_ts with bazel-lib 2.x, you must additionally register the coreutils toolchain.
What's Changed
buildinfo_outwhentranspileranddeclaration_transpilerare used by @walkerburgin in #918New Contributors
Full Changelog: aspect-build/rules_ts@v3.8.8...v3.8.9
bazelbuild/platforms (platforms)
v1.1.0Compare Source
What's Changed
New Contributors
WORKSPACE setup
Full Changelog: bazelbuild/platforms@1.0.0...1.1.0
bazelbuild/rules_cc (rules_cc)
v0.2.18Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.17...0.2.18
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
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