build: update to rules_nodejs 1.4.0 (#35813)

This brings in the 'silent' attribute in rollup_bundle to allow the suppression of verbose output in the zone.js package build.

PR Close #35813
This commit is contained in:
Greg Magolan
2020-03-02 17:56:54 -08:00
committed by atscott
parent 0653db14e7
commit f13ee3e692
8 changed files with 118 additions and 122 deletions

View File

@ -15,8 +15,8 @@ workspace(
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
RULES_NODEJS_VERSION = "1.3.0"
RULES_NODEJS_SHA256 = "b6670f9f43faa66e3009488bbd909bc7bc46a5a9661a33f6bc578068d1837f37"
RULES_NODEJS_VERSION = "1.4.0"
RULES_NODEJS_SHA256 = "c9e59009049fa42198f7087b80398fc4b2698a0f0c7fdde4fb3540c899c9b309"
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = RULES_NODEJS_SHA256,

View File

@ -40,11 +40,11 @@ function addDevDependenciesToPackageJson(options: Schema) {
['@angular/bazel', angularCore.version],
['@bazel/bazel', '2.1.0'],
['@bazel/ibazel', '0.11.1'],
['@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'],
['@bazel/karma', '1.4.0'],
['@bazel/protractor', '1.4.0'],
['@bazel/rollup', '1.4.0'],
['@bazel/terser', '1.4.0'],
['@bazel/typescript', '1.4.0'],
['history-server', '1.3.1'],
['html-insert-assets', '0.2.0'],
['karma', '4.4.1'],