4.5.0
Note: for several hours this release was published with wrong tar.gz artifacts. If your systems cached that artifact, and the SHA doesn't match, then please use 4.5.1 tar.gz artifacts instead. The npm packages are fine at 4.5.0. Sorry for mutating a release artifact!
Upgrade with:
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "778ed059ad37c3373c22adcb5c200cbbca72b370dd4de93379deb8325c0045cb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.5.0/rules_nodejs-4.5.0.tar.gz"],
)
and update @bazel
-scoped npm packages.
For the new core package in MODULE.bazel
(bzlmod users):
bazel_dep(name = "rules_nodejs", version = "4.5.0")
or for the new core package in WORKSPACE
:
http_archive(
name = "rules_nodejs",
sha256 = "89d9ca25c4e63e69033e37af2fc04e261da7b99cbfe5dbf12ac1b326006aed8c",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.5.0/rules_nodejs-core-4.5.0.tar.gz"],
)
What's Changed
- fix: don't symlink execroot node_modules with a package_path when under bazel run by @gregmagolan in #3096
- fix: unset INIT_CWD and npm_config_registry before calling yarn in yarn_install by @gregmagolan in #3099
- fix(esbuild): do not ignore annotations when the
minify
shorthand attribute isfalse
by @devversion in #3106 - Update NodeJS Versions by @mattem in #3105
- fix(esbuild): format attribute not working with multiple entry points or output_dir by @devversion in #3103
- chore: update io_bazel_rules_docker commit hash to 2b35b2d by @renovate-bot in #3095
- Update esbuild versions by @mattem in #3100
- fix(builtin): support mjs/cjs files as javascript files in
js_library
by @devversion in #3108 - chore: increase max node version to 17.* by @UebelAndre in #3110
- Update esbuild versions by @mattem in #3115
- chore: update io_bazel_rules_docker commit hash to dc76ef7 by @renovate-bot in #3114
- Update NodeJS Versions by @mattem in #3112
- fix: allow cypress to run on m1 macs by @CooperBills in #3088
- chore: double stale timeouts by @alexeagle in #3111
- docs: fix typo in cypress load statement by @thesayyn in #3128
- feat: add bzlmod extension by @alexeagle in #3146
- Allow soft fail for "rbe_ubuntu1604" by @meteorcloudy in #3145
- Update esbuild versions by @mattem in #3140
- chore: update io_bazel_rules_docker commit hash to 86c54e5 by @renovate-bot in #3116
- feat(esbuild): make Starlark build settings usable as defines by @fmeum in #3122
New Contributors
Full Changelog: 4.4.6...4.5.0