Skip to content

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Nov 17, 2025

This PR contains the following updates:

Package Type Update Change
rules_browsers git_override digest 6a699bf -> f066f61
rules_nodejs bazel_dep patch 6.6.1 -> 6.6.2
yq.bzl bazel_dep patch 0.3.1 -> 0.3.2

Release Notes

bazel-contrib/rules_nodejs (rules_nodejs)

v6.6.2

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.6.2")

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 = "3c9e09932f6e35a36fd247e0f31c22bdad9dc864f18d324bb42595e5cc79be0b",
    strip_prefix = "rules_nodejs-6.6.2",
    url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.6.2/rules_nodejs-v6.6.2.tar.gz",
)

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@v6.6.1...v6.6.2

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

v0.3.2

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "yq.bzl", version = "0.3.2")

What's Changed

New Contributors

Full Changelog: bazel-contrib/yq.bzl@v0.3.1...v0.3.2


Configuration

📅 Schedule: Branch creation - "after 6am and before 10am on Monday, Wednesday, Friday" in timezone Europe/Rome, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@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 Nov 17, 2025
@angular-robot angular-robot force-pushed the ng-renovate/main-bazel-dependencies branch from bdef41e to 92a9d48 Compare November 18, 2025 09:38
@angular-robot angular-robot changed the title build: update dependency rules_nodejs to v6.6.2 (main) build: update bazel dependencies (main) Nov 18, 2025
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-bazel-dependencies branch from 92a9d48 to 1cfcb0c Compare November 19, 2025 08:41
@dgp1130 dgp1130 merged commit 4e6ba7c into angular:main Nov 19, 2025
31 checks passed
@dgp1130
Copy link
Collaborator

dgp1130 commented Nov 19, 2025

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

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.

3 participants