3.4.0
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)