Skip to content

2.3.2

Compare
Choose a tag to compare
@alexeagle alexeagle released this 18 Dec 15:49
· 1662 commits to stable since this release

Note: this is likely the last 2.x release of rules_nodejs, we expect 3.0.0 next week.

To upgrade:

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

and update your @bazel-scoped npm packages to latest

Bug Fixes

  • builtin: add DeclarationInfo sources from dependencies as inputs to npm_package_bin driven actions (#2353) (85dc132)
  • builtin: give better error when linker runs on Node <10 (c344401), closes #2304
  • examples: fix jest example on windows (cc04f6c), closes #1454

Features