Skip to content

3.4.2

Compare
Choose a tag to compare
@alexeagle alexeagle released this 29 Apr 00:02
· 663 commits to stable since this release

Upgrade with

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

and update @bazel-scoped npm packages.

Mostly a bunch of version bumps and refactoring in this release. Notably our docsite generation changed quite a bit, so please report any new rendering issues you spot in the docs.

Bug Fixes

  • builtin: allow bazel version to have semver build metadata (#2624) (6a2e136)

Features

  • builtin: add version 16.x.x versions of NodeJS (#2626) (fc34588)