Skip to content

build: update bazel dependencies#3610

Merged
alan-agius4 merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/bazel-dependencies
Apr 16, 2026
Merged

build: update bazel dependencies#3610
alan-agius4 merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/bazel-dependencies

Conversation

@angular-robot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
rules_nodejs bazel_dep patch 6.7.36.7.4
rules_shell bazel_dep minor 0.7.10.8.0
yq.bzl bazel_dep patch 0.3.50.3.6

  • If you want to rebase/retry this PR, check this box

Release Notes

bazel-contrib/rules_nodejs (rules_nodejs)

v6.7.4

Using Bzlmod with Bazel 6 or greater
  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_nodejs", version = "6.7.4")
Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_nodejs",
    sha256 = "dadafd3a3b15e0df47db7e71a32af53952b7dbb41e81367d88a2ec2d899a4995",
    strip_prefix = "rules_nodejs-6.7.4",
    url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.7.4/rules_nodejs-v6.7.4.tar.gz",
)
What's Changed
New Contributors

Full Changelog: bazel-contrib/rules_nodejs@v6.7.3...v6.7.4

bazelbuild/rules_shell (rules_shell)

v0.8.0

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_shell", version = "0.8.0")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_shell",
    sha256 = "20721f63908879c083f94869e618ea8d4ff5edb91ff9a72a2ebee357fdbc352d",
    strip_prefix = "rules_shell-0.8.0",
    url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.8.0/rules_shell-v0.8.0.tar.gz",
)

load("@​rules_shell//shell:repositories.bzl", "rules_shell_dependencies", "rules_shell_toolchains")
rules_shell_dependencies()
rules_shell_toolchains()

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_shell@v0.7.1...v0.8.0

bazel-contrib/yq.bzl (yq.bzl)

v0.3.6

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "yq.bzl", version = "0.3.6")
What's Changed
New Contributors

Full Changelog: bazel-contrib/yq.bzl@v0.3.5...v0.3.6

See associated pull request for more information.
@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Apr 16, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment on lines +201 to +202
"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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

@alan-agius4 alan-agius4 merged commit 262b99c into angular:main Apr 16, 2026
13 checks passed
@alan-agius4
Copy link
Copy Markdown
Contributor

This PR was merged into the repository. The changes were merged into the following branches:

@angular-robot angular-robot deleted the ng-renovate/bazel-dependencies branch April 16, 2026 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants