Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency build_bazel_rules_nodejs to v6.3.3 #484

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2024

This PR contains the following updates:

Package Type Update Change
build_bazel_rules_nodejs http_archive minor v6.0.3 -> v6.3.3

Release Notes

bazelbuild/rules_nodejs (build_bazel_rules_nodejs)

v6.3.3

Compare Source

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

Compare Source

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

What's Changed

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

v6.3.1

Compare Source

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

v6.3.0

Compare Source

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

What's Changed

New Contributors

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

v6.2.0

Compare Source

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.2.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 = "87c6171c5be7b69538d4695d9ded29ae2626c5ed76a9adeedce37b63c73bef67",
    strip_prefix = "rules_nodejs-6.2.0",
    url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.2.0/rules_nodejs-v6.2.0.tar.gz",
)

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@v6.1.3...v6.2.0

v6.1.3

Compare Source

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.1.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 = "0c060a1ee1fb131775064011273b4bcdc5d82a499f199da9f04d700013c2433b",
    strip_prefix = "rules_nodejs-6.1.3",
    url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.1.3/rules_nodejs-v6.1.3.tar.gz",
)

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@v6.1.2...v6.1.3

v6.1.2

Compare Source

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

Using WORKSPACE

Paste this snippet into your file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_nodejs",
    sha256 = "b6016a89a12a3d339ece93f2b3988f5e812f452ad497bc963634646ff4aa100b",
    strip_prefix = "rules_nodejs-6.1.2",
    url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.1.2/rules_nodejs-v6.1.2.tar.gz",
)

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@v6.1.1...v6.1.2

v6.1.1

Compare Source

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

Using WORKSPACE

Paste this snippet into your file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_nodejs",
    sha256 = "3e8369256ad63197959d2253c473a9dcc57c2841d176190e59b91d25d4fe9e67",
    strip_prefix = "rules_nodejs-6.1.1",
    url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.1.1/rules_nodejs-v6.1.1.tar.gz",
)

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@v6.1.0...v6.1.1

v6.1.0

Compare Source

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

Using WORKSPACE

Paste this snippet into your file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_nodejs",
    sha256 = "dddd60acc3f2f30359bef502c9d788f67e33814b0ddd99aa27c5a15eb7a41b8c",
    strip_prefix = "rules_nodejs-6.1.0",
    url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.1.0/rules_nodejs-v6.1.0.tar.gz",
)

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@v6.0.5...v6.1.0

v6.0.5

Compare Source

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

Using WORKSPACE

Paste this snippet into your file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_nodejs",
    sha256 = "a50986c7d2f2dc43a5b9b81a6245fd89bdc4866f1d5e316d9cef2782dd859292",
    strip_prefix = "rules_nodejs-6.0.5",
    url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.0.5/rules_nodejs-v6.0.5.tar.gz",
)

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@v6.0.3...v6.0.5

v6.0.4

Compare Source

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

Using WORKSPACE

Paste this snippet into your file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_nodejs",
    sha256 = "1acabd60b174a75436a78f921bbf4b03614cb892629f0f8ed0ee2ee3e48baf99",
    strip_prefix = "rules_nodejs-6.0.4",
    url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.0.4/rules_nodejs-v6.0.4.tar.gz",
)

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@v6.0.3...v6.0.4


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/build_bazel_rules_nodejs-6.x branch 4 times, most recently from 98fad02 to 5d5eb96 Compare February 28, 2024 12:21
@renovate renovate bot force-pushed the renovate/build_bazel_rules_nodejs-6.x branch 7 times, most recently from a9de7d2 to b31139e Compare March 31, 2024 13:18
@renovate renovate bot changed the title chore(deps): update dependency build_bazel_rules_nodejs to v6.0.5 chore(deps): update dependency build_bazel_rules_nodejs to v6.1.0 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/build_bazel_rules_nodejs-6.x branch from b31139e to 87d7a01 Compare April 5, 2024 17:08
@renovate renovate bot force-pushed the renovate/build_bazel_rules_nodejs-6.x branch 3 times, most recently from 5877360 to 9ad53f2 Compare May 12, 2024 09:51
@renovate renovate bot changed the title chore(deps): update dependency build_bazel_rules_nodejs to v6.1.0 chore(deps): update dependency build_bazel_rules_nodejs to v6.1.1 May 22, 2024
@renovate renovate bot force-pushed the renovate/build_bazel_rules_nodejs-6.x branch from 9ad53f2 to 8ded1c0 Compare May 22, 2024 02:32
@renovate renovate bot force-pushed the renovate/build_bazel_rules_nodejs-6.x branch from 8ded1c0 to 612973a Compare June 6, 2024 18:59
@renovate renovate bot changed the title chore(deps): update dependency build_bazel_rules_nodejs to v6.1.1 chore(deps): update dependency build_bazel_rules_nodejs to v6.1.2 Jun 6, 2024
@renovate renovate bot changed the title chore(deps): update dependency build_bazel_rules_nodejs to v6.1.2 chore(deps): update dependency build_bazel_rules_nodejs to v6.1.3 Jun 7, 2024
@renovate renovate bot force-pushed the renovate/build_bazel_rules_nodejs-6.x branch 2 times, most recently from 018a56c to c39a4da Compare June 8, 2024 22:10
@renovate renovate bot changed the title chore(deps): update dependency build_bazel_rules_nodejs to v6.1.3 chore(deps): update dependency build_bazel_rules_nodejs to v6.2.0 Jun 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency build_bazel_rules_nodejs to v6.2.0 chore(deps): update dependency build_bazel_rules_nodejs to v6.3.0 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/build_bazel_rules_nodejs-6.x branch from c39a4da to 0b908bd Compare September 18, 2024 18:23
@renovate renovate bot force-pushed the renovate/build_bazel_rules_nodejs-6.x branch from 0b908bd to 96186de Compare October 12, 2024 02:11
@renovate renovate bot changed the title chore(deps): update dependency build_bazel_rules_nodejs to v6.3.0 chore(deps): update dependency build_bazel_rules_nodejs to v6.3.1 Oct 12, 2024
@renovate renovate bot force-pushed the renovate/build_bazel_rules_nodejs-6.x branch from 96186de to 6c2e11b Compare October 29, 2024 13:30
@renovate renovate bot force-pushed the renovate/build_bazel_rules_nodejs-6.x branch from 6c2e11b to c79ec59 Compare November 6, 2024 23:27
@renovate renovate bot changed the title chore(deps): update dependency build_bazel_rules_nodejs to v6.3.1 chore(deps): update dependency build_bazel_rules_nodejs to v6.3.2 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/build_bazel_rules_nodejs-6.x branch from c79ec59 to 52e7db0 Compare January 16, 2025 20:41
@renovate renovate bot changed the title chore(deps): update dependency build_bazel_rules_nodejs to v6.3.2 chore(deps): update dependency build_bazel_rules_nodejs to v6.3.3 Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants