Skip to content

5.2.0

Compare
Choose a tag to compare
@alexeagle alexeagle released this 01 Mar 15:54
· 186 commits to stable since this release

Upgrade:

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

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

And update @bazel-scoped npm packages.

What's Changed

  • Update doc for executing the Bazel fetched yarn by @cgrindel in #3313
  • Update esbuild versions by @mattem in #3310
  • test: add test for use_nvmrc in toolchain creation by @jstuder-gh in #3325
  • Update NodeJS Versions by @mattem in #3319
  • esbuild - switch sourcemap test to ts_project, add sources_content test by @jbedard in #3300
  • Update esbuild versions by @mattem in #3320
  • fix(builtin): avoid unnecessary chdir to prevent worker threads from failing by @kormide in #3322
  • feat(typescript): warn the user when rootDirs looks wrong in ts_proje… by @alexeagle in #3126
  • write captured exit code into the right directory by @ptarjan in #3334
  • Update esbuild versions by @mattem in #3332
  • ci: disable a build step on Windows by @alexeagle in #3335
  • feat(examples): example jest add junit reporter by @joeljeske in #3338
  • Update NodeJS Versions by @mattem in #3337
  • fix(builtin): take custom node_repositories value into account when checking if Node version exists for the platform by @mattem in #3339
  • feat(builtin): perform make variable substitution in npm_package_bin env vars by @kormide in #3343
  • docs: add data attribute to ts_project macro by @alexeagle in #3346
  • fix(builtin): use srcs on genrule to not build tool for host by @mattem in #3344
  • chore: followup to #3335 by @alexeagle in #3347
  • fix(typescript): account for rootDir when predicting json output paths by @alexeagle in #3348

New Contributors

Full Changelog: 5.1.0...5.2.0