Skip to content

build: update bazel dependencies (main)#33011

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

build: update bazel dependencies (main)#33011
clydin merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/main-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
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

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

@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 the versions of yq.bzl from 0.3.5 to 0.3.6 and rules_nodejs from 6.7.3 to 6.7.4 in the MODULE.bazel file. The MODULE.bazel.lock file has also been updated to reflect the new versions and their corresponding dependency digests. I have no feedback to provide.

See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-bazel-dependencies branch from 0f812cc to c6f4f09 Compare April 16, 2026 13:36
@clydin clydin merged commit 7c42214 into angular:main Apr 16, 2026
35 checks passed
@clydin
Copy link
Copy Markdown
Member

clydin commented Apr 16, 2026

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

@angular-robot angular-robot deleted the ng-renovate/main-bazel-dependencies branch April 16, 2026 16:35
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