Skip to content

build: update bazel dependencies (main)#33086

Open
angular-robot wants to merge 1 commit intoangular:mainfrom
angular-robot:ng-renovate/main-bazel-dependencies
Open

build: update bazel dependencies (main)#33086
angular-robot wants to merge 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

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
@pullapprove pullapprove bot requested review from tjshiu and wagnermaciel April 16, 2026 06:38
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.

1 participant