build: update to @bazel/bazel 2.1.0 (#35430)

Includes new feature to honor .bazelignore in external repositories. rules_nodejs 1.3.0 now generates a .bazelignore for the @npm repository so that Bazel ignores the @npm//:node_modules folder.

PR Close #35430
This commit is contained in:
Greg Magolan
2020-02-13 14:05:15 -08:00
committed by Alex Rickabaugh
parent d66a8c8189
commit 2780dcc487
4 changed files with 23 additions and 22 deletions

View File

@ -38,7 +38,7 @@ function addDevDependenciesToPackageJson(options: Schema) {
// TODO: use a Record<string, string> when the tsc lib setting allows us
const devDependencies: [string, string][] = [
['@angular/bazel', angularCore.version],
['@bazel/bazel', '2.0.0'],
['@bazel/bazel', '2.1.0'],
['@bazel/ibazel', '0.11.1'],
['@bazel/karma', '1.3.0'],
['@bazel/protractor', '1.3.0'],