5.5.0
Upgrade with:
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "0fad45a9bda7dc1990c47b002fd64f55041ea751fafc00cd34efb96107675778",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.0/rules_nodejs-5.5.0.tar.gz"],
)
# OR for the core module
http_archive(
name = "rules_nodejs",
sha256 = "4d48998e3fa1e03c684e6bdf7ac98051232c7486bfa412e5b5475bbaec7bb257",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.0/rules_nodejs-core-5.5.0.tar.gz"],
)
and upgrade @bazel
-scoped npm packages to latest
.
What's Changed
- chore: include node.js 18 which is now LTS by @alexeagle in #3432
- Fix TsConfigInfo to use depset and deduplicate files (#3430) by @Andrius-B in #3431
- chore: update dependency com_github_google_go_cmp to v0.5.8 by @renovate-bot in #3427
- fix(concatjs): adding devmode to BazelOpts by @soldair in #3433
- feat: expose @nodejs_host//:bin/node without using alias by @alexeagle in #3434
- chore: Set permissions for GitHub actions by @naveensrinivasan in #3437
- run fasterci on pull requests by @apesternikov in #3436
- feat(rollup): support esm configurations to be provided by @devversion in #3435
- fix: set correct linking location for yarn_install using package.json from external repository by @gregmagolan in #3442
- fix(typescript): correctly process diagnostics in worker mode by @thesayyn in #3441
- fix(examples): fix architect example on m1 by @kormide in #3447
- fix(docs): stray text in npm_install docs by @jfirebaugh in #3450
- Update esbuild versions by @mattem in #3451
- Update NodeJS Versions by @mattem in #3443
- cleanup by @apesternikov in #3454
- feat(builtin): expand make vars in nodejs_binary/test env attr by @kormide in #3456
New Contributors
- @Andrius-B made their first contribution in #3431
- @naveensrinivasan made their first contribution in #3437
Full Changelog: 5.4.1...5.5.0