build: update to rules_nodejs 1.3.0 (#35430)

Brings in feat: builtin: expose @npm//foo__all_files filegroup that includes all files in the npm package (https://github.com/bazelbuild/rules_nodejs/commit/8d77827) that is needed for npm_integration_test @npm//puppeteer pkg_tar on OSX (as the OSX Chrrome libs are extracted to paths that contain spaces)

PR Close #35430
This commit is contained in:
Greg Magolan
2020-02-07 16:14:53 -08:00
committed by Alex Rickabaugh
parent 9ca1faf865
commit d66a8c8189
8 changed files with 67 additions and 67 deletions
+6 -6
View File
@@ -41,12 +41,12 @@
"@angular/bazel": "file:./tools/npm/@angular_bazel",
"@babel/core": "7.8.3",
"@babel/generator": "7.8.3",
"@bazel/jasmine": "1.2.2",
"@bazel/karma": "1.2.2",
"@bazel/protractor": "1.2.2",
"@bazel/rollup": "1.2.2",
"@bazel/terser": "1.2.2",
"@bazel/typescript": "1.2.2",
"@bazel/jasmine": "1.3.0",
"@bazel/karma": "1.3.0",
"@bazel/protractor": "1.3.0",
"@bazel/rollup": "1.3.0",
"@bazel/terser": "1.3.0",
"@bazel/typescript": "1.3.0",
"@microsoft/api-extractor": "^7.3.9",
"@schematics/angular": "9.0.0-rc.8",
"@types/angular": "^1.6.47",