5.4.1
Upgrade:
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "280cefd3649b9648fdc444e9d6ed17c949152ff28d7e23638390ae8b93941d60",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.4.1/rules_nodejs-5.4.1.tar.gz"],
)
# Or for "core" module
http_archive(
name = "rules_nodejs",
sha256 = "2f8e1d44d7fc0aa34c499e0b284f257552f42a1e403ee41cedbed5e40434d9b9",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.4.1/rules_nodejs-core-5.4.1.tar.gz"],
)
and upgrade @bazel
-scoped npm packages.
What's Changed
- Update NodeJS Versions by @mattem in #3391
- Add FasterCI to adopters by @apesternikov in #3397
- fix(jasmine): allow cjs specs + add cjs/mjs tests in jasmine_node_test by @jstuder-gh in #3401
- Add more info on custom toolchains by @mari-crl in #3396
- Allow including rules_nodejs without npm by @sashamor in #3407
- fix(builtin): fix a bug where mjs entry points were not added to runfiles by @kormide in #3406
- Update NodeJS Versions by @mattem in #3398
- Update esbuild versions by @mattem in #3395
- Don't remote-cache npm directory copies by @alexeagle in #3410
- docs: add hyperlinks and escape
<>
by @kyliau in #3411 - FasterCI build by @apesternikov in #3412
- fix(builtin): improve execution requirements for copy file operations by @mistic in #3413
- Turn some URLs into links by @tetsuok in #3415
- test: demonstrate a native package in docker by @alexeagle in #3404
- fix: enable stardoc generation for rules that depend on ts in core by @alexeagle in #3394
- fix(concatjs): resolve error with TypeScript 4.7 by @crisbeto in #3420
- chore: update dependency com_github_kylelemons_godebug to v1 by @renovate-bot in #3426
- chore: update dependency com_github_mattn_go_isatty to v0.0.14 by @renovate-bot in #3425
- Update esbuild versions by @mattem in #3419
New Contributors
- @apesternikov made their first contribution in #3397
- @mari-crl made their first contribution in #3396
- @sashamor made their first contribution in #3407
- @tetsuok made their first contribution in #3415
- @crisbeto made their first contribution in #3420
Full Changelog: 5.4.0...5.4.1