Skip to content

1.6.1

Compare
Choose a tag to compare
@gregmagolan gregmagolan released this 30 Apr 04:47

To upgrade:

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

and update all your @bazel-scoped npm packages to the matching versions.
yarn: yarn upgrade --scope @bazel
npm: there is no built-in command but you can try npx update-by-scope @bazel

Bug Fixes

  • builtin: fix linker issue when running test with "local" tag on osx & linux (#1835) (801935d)
  • builtin: fix regression in 1.6.0 in linker linking root package when under runfiles (00e13e2), closes #1823 #1850
  • typescript: allow for ts_library(use_angular_plugin) to be used with worker mode and no linker (#1839) (495f665)

Examples

  • examples: show how to use ts_library(use_angular_plugin) with worker mode (#1839) (495f665)
  • examples: upgrade rules_docker to 0.14.1 (cfb6d6e)