Skip to content

2.3.1

Compare
Choose a tag to compare
@alexeagle alexeagle released this 24 Nov 23:15
· 1662 commits to stable since this release

To upgrade,

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "121f17d8b421ce72f3376431c3461cd66bfe14de49059edc7bb008d5aebd16be",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.3.1/rules_nodejs-2.3.1.tar.gz"],
)

and remember to update your @bazel-scoped npm dependencies.

Bug Fixes

  • builtin: make linker deterministic when resolving from manifest & fix link_workspace_root with no runfiles (8adebda)
  • npm_package.pack on Windows should not generate undefined.tgz (76c3f51)

Performance Improvements

  • cypress: pack cypress runfiles into a single tar (185c632)