Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 10, 2024

This PR contains the following updates:

Package Type Update Change
rules_nodejs bazel_dep minor 6.3.0 -> 6.6.2
rules_nodejs http_archive minor v6.3.0 -> v6.6.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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

v6.6.1

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

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

What's Changed

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

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

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

v6.5.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.5.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 = "37eaae51158b99d444c6ff277c212874aafa45302feb7dc58659113d23446165",
    strip_prefix = "rules_nodejs-6.5.0",
    url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.5.0/rules_nodejs-v6.5.0.tar.gz",
)

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_nodejs@v6.4.0...v6.5.0

v6.4.0

[!WARNING]

Node 20 by default

This release updates the default Node.js version from v18 to v20. If this is breaking for you, explicitly set a v18 release.

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.4.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 = "8bfd114e95e88df5ecc66b03b726944f47a8b46db4b3b6ace87cfc316713bd1c",
    strip_prefix = "rules_nodejs-6.4.0",
    url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.4.0/rules_nodejs-v6.4.0.tar.gz",
)

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@v6.3.5...v6.4.0

v6.3.5

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

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 = "164f1bd7e2a67ab3f6caf5b49b53c7dd625d293513154fa720e30d39eaa8285f",
    strip_prefix = "rules_nodejs-6.3.5",
    url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.3.5/rules_nodejs-v6.3.5.tar.gz",
)

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@v6.3.4...v6.3.5

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

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@v6.3.3...v6.3.4

v6.3.3

Using Bzlmod with Bazel 6

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_nodejs", version = "6.3.3")

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 = "732aa2aeef9ba629cd7fa1cb30da07e6b696ed78706b08d84d5d8601982f38b1",
    strip_prefix = "rules_nodejs-6.3.3",
    url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.3.3/rules_nodejs-v6.3.3.tar.gz",
)

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_nodejs@v6.3.2...v6.3.3

v6.3.2

Bug Fixes
  • builtin: account for racy deletion of symlink in linker (#​2662) (e9a683d)
  • builtin: include optionalDependencies in strictly visible packages (#​2657) (2a1ed31)
  • builtin: linker incorrectly resolves workspace node_modules for windows (#​2659) (7cf7d73)
  • concatjs: devserver not passing through tags to all targets (#​2646) (8abc8e0)
  • docs: correct title of stamping docs (4bea5b2)
  • protractor: unable to specify server as configurable attribute (#​2643) (4965db6)
Features
  • builtin: add js_library JSEcmaScriptModuleInfo support (#​2658) (5ad1596)
  • builtin: allow bundling ESM output with the pkg_npm rule (#​2648) (911529f)
  • concatjs: enable junit report for karma_web_test (#​2630) (28e8d23)
  • esbuild: add support for multiple entry points (#​2663) (b4f322a)
  • esbuild: default log-level flag to warning, unless overridden (#​2664) (8ffea3e)

3.4.2 (2021-04-28)

Bug Fixes
  • builtin: allow bazel version to have semver build metadata (#​2624) (6a2e136)
Features

3.4.1 (2021-04-22)

Bug Fixes

v6.3.1

Using Bzlmod with Bazel 6

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_nodejs", version = "6.3.1")

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 = "0514c6530feb7abf94c9e3aeb4e33c89a21e2e9c9d9ed44cc217393bbf05ca9c",
    strip_prefix = "rules_nodejs-6.3.1",
    url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.3.1/rules_nodejs-v6.3.1.tar.gz",
)

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@v6.3.0...v6.3.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from benradf as a code owner May 10, 2024 18:29
@renovate renovate bot added the merge-queue merge on green CI label May 10, 2024
@renovate renovate bot changed the title Update dependency rules_nodejs to v6 chore(deps): update dependency rules_nodejs to v6 May 17, 2024
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch from c3c621d to 58a92ed Compare May 22, 2024 01:58
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch from 58a92ed to 2dfdef0 Compare May 30, 2024 06:39
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch 5 times, most recently from 721fac4 to 7bbb68d Compare June 8, 2024 21:54
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch from 7bbb68d to 5f5ee97 Compare June 21, 2024 10:50
@renovate renovate bot changed the title chore(deps): update dependency rules_nodejs to v6 Update dependency rules_nodejs to v6 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch from 5f5ee97 to a6773cb Compare July 12, 2024 09:24
@renovate renovate bot changed the title Update dependency rules_nodejs to v6 chore(deps): update dependency rules_nodejs to v6 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch from a6773cb to a516cd2 Compare September 18, 2024 18:55
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch 2 times, most recently from d43dd94 to d02122d Compare October 12, 2024 04:16
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch from d02122d to 7def317 Compare November 6, 2024 22:33
@renovate renovate bot requested a review from a team as a code owner November 6, 2024 22:33
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch from 7def317 to 0bcc221 Compare November 7, 2024 03:21
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch 2 times, most recently from feef5f8 to 096de19 Compare January 19, 2025 09:50
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch from 096de19 to 5e75eef Compare March 3, 2025 16:50
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch 2 times, most recently from fda89f1 to 779f270 Compare March 12, 2025 19:40
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch from 779f270 to 646b025 Compare April 21, 2025 21:49
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch from 646b025 to 35cda50 Compare May 16, 2025 04:05
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch 2 times, most recently from ff10c61 to 854a366 Compare August 4, 2025 16:29
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch from 854a366 to cbc692d Compare August 13, 2025 11:52
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch 2 times, most recently from 6293e95 to ef79779 Compare August 19, 2025 19:50
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch 2 times, most recently from f9b12ac to 0e7c03f Compare September 29, 2025 21:08
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch from 0e7c03f to 44b2241 Compare October 22, 2025 07:04
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch from 44b2241 to 38f6809 Compare November 3, 2025 21:26
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch 2 times, most recently from 1d3b959 to 318be9d Compare November 15, 2025 22:37
@renovate renovate bot force-pushed the renovate/rules_nodejs-6.x branch from 318be9d to ee1a46b Compare December 1, 2025 10:48
@renovate renovate bot changed the title chore(deps): update dependency rules_nodejs to v6 Update dependency rules_nodejs to v6.6.2 Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge-queue merge on green CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant