4.3.0
Upgrade with WORKSPACE:
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "3635797a96c7bfcd0d265dacd722a07335e64d6ded9834af8d3f1b7ba5a25bba",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.3.0/rules_nodejs-4.3.0.tar.gz"],
)
and update @bazel
-scoped npm packages.
Bug Fixes
- cypress: use correct label to reference plugins/base.js (#2977) (6acec9d), closes #2976
- esbuild: fix depending on testonly targets (#2984) (4278ef1)
- runfiles: don't use false as a no-error value (#2974) (de1eaf6)