Skip to content

5.3.1

Compare
Choose a tag to compare
@alexeagle alexeagle released this 29 Mar 21:42
· 161 commits to stable since this release

Upgrade with:

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

# or for the core module:
http_archive(
    name = "rules_nodejs",
    sha256 = "f268b0ab459668073a33d7d5b156e45c258baf6238d8547b9ba626cc63ca45e5",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.3.1/rules_nodejs-core-5.3.1.tar.gz"],
)

What's Changed

  • Update NodeJS Versions by @mattem in #3372
  • fix(builtin): require correct runfiles path to chdir script by @kormide in #3374
  • fix(builtin): allow static files to be specified in pkg_npm create_package helper by @devversion in #3379
  • fix: condition on target instead of exec by @thesayyn in #3373

Full Changelog: 5.3.0...5.3.1