Skip to content

5.6.0

Compare
Choose a tag to compare
@alexeagle alexeagle released this 27 Sep 04:27
· 55 commits to stable since this release

Upgrade with

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

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

What's Changed

  • fix: canonicalize @platforms//cpu:aarch64 by @alexeagle in #3555
  • fix(typescript): include all .json in js_library DeclarationInfo by @jbedard in #3556
  • feat: add support for darwin arm for concatjs by @josephperrott in #3554
  • Update NodeJS Versions by @mattem in #3546
  • fix(builtin): properly quote env vars passed to nodejs_binary by @kormide in #3553
  • refactor: replace protobufjs with protobufjs-cli in examples/protobufjs by @Katee in #3543
  • Update esbuild versions by @mattem in #3529
  • feat(create): introduce --workspaceDir flag by @mgred in #3499

New Contributors

Full Changelog: 5.5.4...5.6.0