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
@ -15,8 +15,8 @@ workspace(
|
||||
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
|
||||
RULES_NODEJS_VERSION = "1.2.2"
|
||||
RULES_NODEJS_SHA256 = "6bcef105e75cac3c5f8212e0d0431b6ec1aaa1963e093b0091474ab98ecf29d2"
|
||||
RULES_NODEJS_VERSION = "1.3.0"
|
||||
RULES_NODEJS_SHA256 = "b6670f9f43faa66e3009488bbd909bc7bc46a5a9661a33f6bc578068d1837f37"
|
||||
http_archive(
|
||||
name = "build_bazel_rules_nodejs",
|
||||
sha256 = RULES_NODEJS_SHA256,
|
||||
|
@ -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