5.7.2
Update with:
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "0e8a818724c0d5dcc10c31f9452ebd54b2ab94c452d4dcbb0d45a6636d2d5a44",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.2/rules_nodejs-5.7.2.tar.gz"],
)
# or for the "core" module
http_archive(
name = "rules_nodejs",
sha256 = "40b56e18c38295425381644f4d4efebccb5c704ac313f8baf88d047a3a6b4ab3",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.2/rules_nodejs-core-5.7.2.tar.gz"],
)
What's Changed
- Update NodeJS Versions by @mattem in #3591
- Update esbuild versions by @mattem in #3593
- chore: default node should be latest v16 by @alexeagle in #3595
- fix: yarn binary is now run from separate @Yarn repo by @alexeagle in #3597
- chore: convert to yaml issue templates by @alexeagle in #3596
- Update esbuild versions by @mattem in #3600
- fix: check RUNFILES env variable in @bazel/runfiles helper by @gregmagolan in #3602
- Update esbuild versions by @mattem in #3601
Full Changelog: 5.7.1...5.7.2