Skip to content

5.8.3

Compare
Choose a tag to compare
@alexeagle alexeagle released this 12 Jun 05:26
· 87 commits to main since this release

This release has no npm packages, as they were not changed since 5.8.2

upgrade with:

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

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

What's Changed

Full Changelog: 5.8.2...5.8.3