Skip to content

3.4.0

Compare
Choose a tag to compare
@alexeagle alexeagle released this 14 Apr 18:20
· 695 commits to stable since this release

To upgrade:

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

and update your @bazel-scoped packages.

Features

  • add pre and post install patches to yarn_install and npm_install (#2607) (d805f33)
  • support for multi-linked first party dependencies (e90b4ae)
  • esbuild: add output_css flag to esbuild() (#2545) (c5ed4f8)
  • esbuild: allow ts / tsx files in esbuilds srcs (#2594) (9e91872)

Bug Fixes

  • esbuild: use run_node to invoke linker before running esuild (be184c2)
  • typescript: output path for .json in root package (#2602) (1c50e96), closes #2598