5.5.1
Upgrade with WORKSPACE:
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "ee3280a7f58aa5c1caa45cb9e08cbb8f4d74300848c508374daf37314d5390d6",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.1/rules_nodejs-5.5.1.tar.gz"],
)
# or for core module
http_archive(
name = "rules_nodejs",
sha256 = "77cbc1989562c5b2268b293573deff30984ef06b129b40c36eff764af702fe2f",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.1/rules_nodejs-core-5.5.1.tar.gz"],
)
What's Changed
- Update NodeJS Versions by @mattem in #3460
- fix: deterministic output from ts_options_validator by @alexeagle in #3462
- Update esbuild versions by @mattem in #3471
- Update esbuild versions by @mattem in #3473
- Update yarn versions by @mattem in #3481
- Update NodeJS Versions by @mattem in #3476
- chore: renovate bot setting to pin actions to a full length commit SHA by @naveensrinivasan in #3474
- chore: remove usage of managed_directories by @alexeagle in #3466
- ci: teardown CircleCI configuration by @thesayyn in #3483
- Update esbuild versions by @mattem in #3480
- Teach os_name() about freebsd-amd64 by @rickystewart in #3490
- also have jsx files as part of being a JS file by @maapteh in #3488
- fix(typescript): remove protobufjs dependency by @mgred in #3491
- fix(builtin): fix an bug where a nodejs_binary would fail to resolve an npm package when the linker is disabled by @kormide in #3492
New Contributors
- @rickystewart made their first contribution in #3490
- @maapteh made their first contribution in #3488
Full Changelog: 5.5.0...5.5.1