2.3.0
To upgrade,
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "452bef42c4b2fbe0f509a2699ffeb3ae2c914087736b16314dbd356f3641d7e5",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.3.0/rules_nodejs-2.3.0.tar.gz"],
)
and update your @bazel
-scoped npm dependencies.
Bug Fixes
- typescript: specify rootDir as absolute path (86bef24)
- npm_package.pack should work in windows os (bc36519)
- builtin: give a longer timeout for _create_build_files (e72c145), closes #2231
- exmaples/nestjs: add module_name field in ts_library (700374a)
- typescript: don't include _valid_options marker file in outs (6305db3), closes #2078
Features
- cypress: remove browiserify preprocessor (1eeabbe)
- examples: adds example for running jest with typescript (#2245) (3c11800)
- node_repositories: Added auth option for downloading nodejs and yarn (51de4e0)
- typescript: add allow_js support to ts_project (12571ee)
- typescript: worker mode for ts_project (#2136) (9663b85)
Thanks to all the contributors in this release especially @mrmeku for adding persistent workers to ts_project