5.4.2
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "e328cb2c9401be495fa7d79c306f5ee3040e8a03b2ebb79b022e15ca03770096",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.4.2/rules_nodejs-5.4.2.tar.gz"],
)
# or for core module
http_archive(
name = "rules_nodejs",
sha256 = "26766278d815a6e2c43d2f6c9c72fde3fec8729e84138ffa4dabee47edc7702a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.4.2/rules_nodejs-core-5.4.2.tar.gz"],
)
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
New Contributors
- @Andrius-B made their first contribution in #3431
Full Changelog: 5.4.1...5.4.2