fix(bazel): transitive npm deps in ng_module (#30065)

BREAKING CHANGE:

ng_module now depends on a minimum of build_bazel_rules_nodejs 0.27.12

PR Close #30065
This commit is contained in:
Greg Magolan
2019-04-23 10:50:55 -07:00
committed by Andrew Kushnir
parent 3a9d2473ca
commit 61365a94ed
3 changed files with 9 additions and 4 deletions

View File

@ -41,7 +41,8 @@ Try running `yarn bazel` instead.
# - 0.15.3 Includes a fix for the `jasmine_node_test` rule ignoring target tags
# - 0.16.8 Supports npm installed bazel workspaces
# - 0.26.0 Fix for data files in yarn_install and npm_install
check_rules_nodejs_version("0.26.0")
# - 0.27.12 Adds NodeModuleSources provider for transtive npm deps support
check_rules_nodejs_version("0.27.12")
# Setup the Node.js toolchain
node_repositories(