Skip to content

build(deps): bump rules_nodejs from 6.7.3 to 6.7.5 - #22204

Merged
mbg merged 1 commit into
mainfrom
dependabot/bazel/rules_nodejs-6.7.5
Jul 27, 2026
Merged

build(deps): bump rules_nodejs from 6.7.3 to 6.7.5#22204
mbg merged 1 commit into
mainfrom
dependabot/bazel/rules_nodejs-6.7.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor

Bumps rules_nodejs from 6.7.3 to 6.7.5.

Release notes

Sourced from rules_nodejs's releases.

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

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@v6.7.4...v6.7.5

v6.7.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.7.4")

Using WORKSPACE

... (truncated)

提交

@dependabot dependabot Bot added bazel 拉取请求 that update bazel code dependencies 拉取请求 that update a dependency file labels Jul 16, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 16, 2026 03:06
Bumps [rules_nodejs](https://github.com/bazel-contrib/rules_nodejs) from 6.7.3 to 6.7.5.
- [Release notes](https://github.com/bazel-contrib/rules_nodejs/releases)
- [Changelog](https://github.com/bazel-contrib/rules_nodejs/blob/main/CHANGELOG.md)
- [提交](bazel-contrib/rules_nodejs@v6.7.3...v6.7.5)

---
updated-dependencies:
- dependency-name: rules_nodejs
  dependency-version: 6.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump rules_nodejs from 6.7.3 to 6.7.5 build(deps): bump rules_nodejs from 6.7.3 to 6.7.5 Jul 23, 2026
@dependabot
dependabot Bot force-pushed the dependabot/bazel/rules_nodejs-6.7.5 branch from c92d221 to 8facacd 比较 July 23, 2026 12:14
@mbg
mbg merged commit 0751408 into main Jul 27, 2026
80 checks passed
@mbg
mbg deleted the dependabot/bazel/rules_nodejs-6.7.5 branch July 27, 2026 15:55
注册 for free to join this conversation on GitHub. Already have an account? 登录 to comment

标签

bazel 拉取请求 that update bazel code dependencies 拉取请求 that update a dependency file

项目

None yet

Development

Successfully merging this pull request may close these issues.

1 participant