3.5.0
To upgrade, paste into your WORKSPACE
:
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "10f534e1c80f795cffe1f2822becd4897754d18564612510c59b3c73544ae7c6",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.5.0/rules_nodejs-3.5.0.tar.gz"],
)
and update your @bazel
-scoped npm packages.
Features
- builtin: add js_library JSEcmaScriptModuleInfo support (#2658) (5ad1596)
- builtin: allow bundling ESM output with the pkg_npm rule (#2648) (911529f)
- concatjs: enable junit report for karma_web_test (#2630) (28e8d23)
- esbuild: add support for multiple entry points (#2663) (b4f322a)
- esbuild: default log-level flag to warning, unless overridden (#2664) (8ffea3e)
Bug Fixes
- builtin: account for racy deletion of symlink in linker (#2662) (e9a683d)
- builtin: include optionalDependencies in strictly visible packages (#2657) (2a1ed31)
- builtin: linker incorrectly resolves workspace
node_modules
for windows (#2659) (7cf7d73) - concatjs: devserver not passing through tags to all targets (#2646) (8abc8e0)
- docs: correct title of stamping docs (4bea5b2)
- protractor: unable to specify
server
as configurable attribute (#2643) (4965db6)