Skip to content

Commit

Permalink
Merge pull request #546 from tweag/renovate/rules_nodejs-5.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency rules_nodejs to v5.8.5
  • Loading branch information
mergify[bot] authored May 30, 2024
2 parents cf53635 + 4a1f9aa commit 58c846e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion testing/nodejs/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ local_path_override(

bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "rules_cc", version = "0.0.4")
bazel_dep(name = "rules_nodejs", version = "5.8.3")
bazel_dep(name = "rules_nodejs", version = "5.8.5")

nix_repo = use_extension("@rules_nixpkgs_core//extensions:repository.bzl", "nix_repo")
nix_repo.default(name = "nixpkgs")
Expand Down
4 changes: 2 additions & 2 deletions toolchains/nodejs/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_nodejs",
sha256 = "8fc8e300cb67b89ceebd5b8ba6896ff273c84f6099fc88d23f24e7102319d8fd",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.4/rules_nodejs-core-5.8.4.tar.gz"],
sha256 = "0c2277164b1752bb71ecfba3107f01c6a8fb02e4835a790914c71dfadcf646ba",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.5/rules_nodejs-core-5.8.5.tar.gz"],
)

load("//:nodejs.bzl", "nixpkgs_nodejs_configure")
Expand Down

0 comments on commit 58c846e

Please sign in to comment.