4.4.6
Upgrade with:
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "cfc289523cf1594598215901154a6c2515e8bf3671fd708264a6f6aefe02bf39",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.4.6/rules_nodejs-4.4.6.tar.gz"],
)
and update @bazel
-scoped npm packages.
For the core package:
http_archive(
name = "rules_nodejs",
sha256 = "8f4a19de1eb16b57ac03a8e9b78344b44473e0e06b0510cec14a81f6adfdfc25",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.4.6/rules_nodejs-core-4.4.6.tar.gz"],
)
What's Changed
- Update esbuild versions by @mattem in #3082
- fix(builtin): don't use local:1 spawn by @alexeagle in #3084
- fix: add arm64 as a platform to //packages/concatjs:docs_scrub_platform by @CooperBills in #3089
- chore: bump versioned browsers for rules_webtesting to 0.3.3 by @CooperBills in #3086
- fix: update tsconfigs to include darwin_arm64-fastbuild in rootDirs by @CooperBills in #3087
- Update esbuild versions by @mattem in #3092
- fix: remove trailing forward slash when resolving workspace root link in runfiles MANIFEST by @gregmagolan in #3093
- fix: normalize module path passed to runfiles helper for robustness by @gregmagolan in #3094
- chore: update io_bazel_rules_docker commit hash to 61e2df8 by @renovate-bot in #2900
Full Changelog: 4.4.5...4.4.6