5.7.0
Update WORKSPACE
:
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "c29944ba9b0b430aadcaf3bf2570fece6fc5ebfb76df145c6cdad40d65c20811",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.0/rules_nodejs-5.7.0.tar.gz"],
)
# or for the "core" module
http_archive(
name = "rules_nodejs",
sha256 = "33e309ba281fc73626a356a839bf5e5279360e7a2caea419c45c8017b5b3f7e2",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.0/rules_nodejs-core-5.7.0.tar.gz"],
)
What's Changed
- fix(builtin): use updated rules_js launcher logic to source RUNFILES by @kormide in #3557
- fix(builtin): fix a bug where the launcher produces incorrect runfiles path on windows by @kormide in #3562
- chore: remove fasterci which is often red when buildkite is green by @gregmagolan in #3571
- chore: update dependency io_bazel to v5 by @renovate-bot in #3561
- Update NodeJS Versions by @mattem in #3563
- Update esbuild versions by @mattem in #3567
- feat: add npm binary & files to toolchain provider by @gregmagolan in #3570
Full Changelog: 5.6.0...5.7.0