Skip to content

Commit

Permalink
chore(deps): update dependency rules_nodejs to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent 705ee3b commit d43dd94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion toolchains/nodejs/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_nodejs",
sha256 = "0c2277164b1752bb71ecfba3107f01c6a8fb02e4835a790914c71dfadcf646ba",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.5/rules_nodejs-core-5.8.5.tar.gz"],
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/v6.3.1/rules_nodejs-core-5.8.5.tar.gz"],
)

load("//:nodejs.bzl", "nixpkgs_nodejs_configure")
Expand Down
2 changes: 1 addition & 1 deletion toolchains/nodejs/testing/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.7.1")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_nodejs", version = "5.8.5")
bazel_dep(name = "rules_nodejs", version = "6.3.0")

nix_repo = use_extension("@rules_nixpkgs_core//extensions:repository.bzl", "nix_repo")
nix_repo.default(name = "nixpkgs")
Expand Down

0 comments on commit d43dd94

Please sign in to comment.