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:

committed by
Alex Rickabaugh

parent
9ca1faf865
commit
d66a8c8189
@ -40,11 +40,11 @@ function addDevDependenciesToPackageJson(options: Schema) {
|
||||
['@angular/bazel', angularCore.version],
|
||||
['@bazel/bazel', '2.0.0'],
|
||||
['@bazel/ibazel', '0.11.1'],
|
||||
['@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/karma', '1.3.0'],
|
||||
['@bazel/protractor', '1.3.0'],
|
||||
['@bazel/rollup', '1.3.0'],
|
||||
['@bazel/terser', '1.3.0'],
|
||||
['@bazel/typescript', '1.3.0'],
|
||||
['history-server', '1.3.1'],
|
||||
['html-insert-assets', '0.2.0'],
|
||||
['karma', '4.4.1'],
|
||||
|
Reference in New Issue
Block a user