5.7.1
Update with WORKSPACE:
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5aae76dced38f784b58d9776e4ab12278bc156a9ed2b1d9fcd3e39921dc88fda",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.1/rules_nodejs-5.7.1.tar.gz"],
)
# or for "core" module
http_archive(
name = "rules_nodejs",
sha256 = "50adf0b0ff6fc77d6909a790df02eefbbb3bc2b154ece3406361dda49607a7bd",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.1/rules_nodejs-core-5.7.1.tar.gz"],
)
What's Changed
- Added support for linux ppc64le and linux s390x by @npanpaliya in #3574
- chore: export TsConfigInfo in public interface by @sallustfire in #3578
- Update NodeJS Versions by @mattem in #3579
- Fix: Deploy devserver-darwin_arm64 binary in concatjs package. by @nchavez324 in #3583
- Update esbuild versions by @mattem in #3584
- Update NodeJS Versions by @mattem in #3581
- Update NodeJS Versions by @mattem in #3589
- Update yarn version check by @yads in #3588
New Contributors
- @sallustfire made their first contribution in #3578
- @nchavez324 made their first contribution in #3583
- @yads made their first contribution in #3588
Full Changelog: 5.7.0...5.7.1