Skip to content

Conversation

@angular-robot
Copy link
Collaborator

This PR contains the following updates:

Package Type Update Change
rules_nodejs bazel_dep minor 6.5.2 -> 6.6.0

Release Notes

bazel-contrib/rules_nodejs (rules_nodejs)

v6.6.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_nodejs", version = "6.6.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_nodejs",
    sha256 = "f66d808315b03a7c89ea38fad45538b30a35f7514537c05beac99d7f37583e92",
    strip_prefix = "rules_nodejs-6.6.0",
    url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.6.0/rules_nodejs-v6.6.0.tar.gz",
)

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_nodejs@v6.5.2...v6.6.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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 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 Oct 22, 2025
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request Oct 22, 2025
See associated pull request for more information.

Closes angular#31552 as a pr takeover
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request Oct 22, 2025
See associated pull request for more information.

Closes angular#31552 as a pr takeover
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request Oct 22, 2025
See associated pull request for more information.

Closes angular#31552 as a pr takeover
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request Oct 22, 2025
See associated pull request for more information.

Closes angular#31552 as a pr takeover
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request Oct 22, 2025
See associated pull request for more information.

Closes angular#31552 as a pr takeover
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request Oct 22, 2025
See associated pull request for more information.

Closes angular#31552 as a pr takeover
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request Oct 22, 2025
See associated pull request for more information.

Closes angular#31552 as a pr takeover
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request Oct 22, 2025
See associated pull request for more information.

Closes angular#31552 as a pr takeover
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request Oct 22, 2025
See associated pull request for more information.

Closes angular#31552 as a pr takeover
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request Oct 22, 2025
See associated pull request for more information.

Closes angular#31552 as a pr takeover
alan-agius4 added a commit that referenced this pull request Oct 22, 2025
See associated pull request for more information.

Closes #31552 as a pr takeover
angular-robot pushed a commit to angular-robot/angular-cli that referenced this pull request Oct 22, 2025
See associated pull request for more information.

Closes angular#31552 as a pr takeover
@angular-robot angular-robot deleted the ng-renovate/20.3.x-bazel-dependencies branch October 22, 2025 14:41
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