Skip to content

5.3.0

Compare
Choose a tag to compare
@alexeagle alexeagle released this 20 Mar 17:05
· 167 commits to stable since this release

Upgrade with:

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

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

and update @bazel-scoped npm packages to latest

What's Changed

New Contributors

Full Changelog: 5.2.0...5.3.0