Skip to content

1.7.0

Compare
Choose a tag to compare
@gregmagolan gregmagolan released this 29 May 03:08

To upgrade:

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "84abf7ac4234a70924628baa9a73a5a5cbad944c4358cf9abdb4aab29c9a5b77",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.7.0/rules_nodejs-1.7.0.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

Features

  • angular: introduce an Angular CLI builder (5ac842e)

Bug Fixes

  • backport Windows fix from master branch (24cb37e)
  • builtin: fix linker common path reduction bug where reduced path conflicts with node_modules (3b5350b)
  • builtin: rerun yarn_install and npm_install when node version changes (81bba0c)
  • labs: handle const/let syntax in generated protoc js (54cae78)