5.7.3
Update with
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "c2ad51299792d5af3b258f1dd71b3b57eff9424c2e1797d9c1d65717d95da03a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.3/rules_nodejs-5.7.3.tar.gz"],
)
# Or for the "core" module
http_archive(
name = "rules_nodejs",
sha256 = "323c780aeb0dd8e27673389362b5c67cf5fd7fde6a6d5b09a94ea9af761fc29e",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.3/rules_nodejs-core-5.7.3.tar.gz"],
)
What's Changed
- Update esbuild versions by @mattem in #3604
- Update esbuild versions by @mattem in #3606
- fix(builtin): entry point from sources incorrectly used when binary is leveraged as tool, breaking resolution by @devversion in #3605
Full Changelog: 5.7.2...5.7.3