Skip to content

Conversation

angular-robot
Copy link
Collaborator

This PR contains the following updates:

Package Type Update Change
rules_nodejs bazel_dep patch 6.5.0 -> 6.5.2
yq.bzl bazel_dep minor 0.2.0 -> 0.3.1

Release Notes

bazel-contrib/rules_nodejs (rules_nodejs)

v6.5.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.5.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 = "588366ceaca5ec05e29d92a406f9ceb4ac29140692d179a66372bd4a52c82ab3",
    strip_prefix = "rules_nodejs-6.5.2",
    url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.5.2/rules_nodejs-v6.5.2.tar.gz",
)

Full Changelog: bazel-contrib/rules_nodejs@v6.5.1...v6.5.2

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

v0.3.1

Using Bzlmod

Add to your MODULE.bazel file:

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

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

v0.3.0

Using Bzlmod

Add to your MODULE.bazel file:

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

What's Changed

Full Changelog: bazel-contrib/yq.bzl@v0.2.0...v0.3.0


Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 5:00am every weekday,every weekend" in timezone America/Tijuana, 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.

See associated pull request for more information.
@angular-robot angular-robot requested a review from a team as a code owner September 30, 2025 05:05
@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 Sep 30, 2025
@angular-robot angular-robot requested review from mmalerba and ok7sai and removed request for a team September 30, 2025 05:05
@mmalerba mmalerba merged commit 68749dd into angular:main Sep 30, 2025
29 checks passed
@angular-robot angular-robot deleted the ng-renovate/main-bazel-dependencies branch September 30, 2025 15: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