5.3.0
Upgrade with:
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "3ceb1e5b5dcad5fa2ad8870a20201cfbb9c9c63cac4055c9ab370034c765297f",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.3.0/rules_nodejs-5.3.0.tar.gz"],
)
# Or for "core" module
http_archive(
name = "rules_nodejs",
sha256 = "dfcfc36aab6ecf5ea9c64bafbf18c594f2b870bb6d0b298d01662b9ce8c1cebb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.3.0/rules_nodejs-core-5.3.0.tar.gz"],
)
and update @bazel
-scoped npm packages to latest
What's Changed
- fix(runfiles): use normalized paths when guarding runfiles root and node_modules on Windows by @mistic in #3331
- fix(builtin):
yarn_install
with vendored yarn.cjs
file breaks by @devversion in #3350 - chore(docs): update tsconfig link for ts_project documentation by @fredrik-w in #3351
- fix: update source for generated docs by @mattem in #3354
- Update esbuild versions by @mattem in #3352
- feat(builtin): add silent_on_success option to npm_package_bin by @ptarjan in #3336
- test: update environment spec to work with windows by @devversion in #3358
- fix: sharded test never fail when using Jasmine < 4 by @alan-agius4 in #3360
- Add type definitions to react example by @Chronojam in #3312
- Update NodeJS Versions by @mattem in #3359
- Add mnemonic to action run by npm_package_bin by @glukasiknuro in #3363
- Update NodeJS Versions by @mattem in #3362
- fix(builtin): default STDOUT_CAPTURE_IS_NOT_AN_OUTPUT to falsey by @ptarjan in #3364
- Update NodeJS Versions by @mattem in #3368
- Update yarn versions by @mattem in #3369
- fix(concatjs): tsc-wrapped compilation workers are subject to linker race-conditions by @devversion in #3370
- Update esbuild versions by @mattem in #3366
New Contributors
- @fredrik-w made their first contribution in #3351
- @Chronojam made their first contribution in #3312
- @glukasiknuro made their first contribution in #3363
Full Changelog: 5.2.0...5.3.0