Skip to content

5.5.3

Compare
Choose a tag to compare
@alexeagle alexeagle released this 01 Aug 02:34
· 78 commits to stable since this release

Upgrade with:

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

# or for the "core" module

http_archive(
    name = "rules_nodejs",
    sha256 = "5aef09ed3279aa01d5c928e3beb248f9ad32dde6aafe6373a8c994c3ce643064",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.3/rules_nodejs-core-5.5.3.tar.gz"],
)

and update @bazel-scoped npm packages.

What's Changed

  • fix: limit concurrency when generating BUILD files in npm_install and yarn_install by @gregmagolan in #3509
  • fix(concatjs): sync with internal change to ensure it works with tsickle host by @devversion in #3510
  • Update NodeJS Versions by @mattem in #3504
  • Update esbuild versions by @mattem in #3501
  • fix: delete ngrx from README. Currently not used by @stdll00 in #3513

New Contributors

Full Changelog: 5.5.2...5.5.3