3.2.2
To upgrade:
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "55a25a762fcf9c9b88ab54436581e671bc9f4f523cb5a1bd32459ebec7be68a8",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.2.2/rules_nodejs-3.2.2.tar.gz"],
)
and update your @bazel
-scoped npm packages.
Bug Fixes
- esbuild: run npm version check as postinstall (#2500) (2efe437)
- esbuild: set correct base url when rule is at root (#2506) (92e8169)
- rollup: include externals config in worker cache key (de9dd86)