build: update to rules_nodejs 1.6.0 (#36580)

Lots of bug fixes and stability fixes. Last 1.x release for rules_nodejs.

PR Close #36580
This commit is contained in:
Greg Magolan
2020-04-11 09:15:16 -07:00
committed by atscott
parent c8f2ca2349
commit e615a10371
8 changed files with 79 additions and 79 deletions

View File

@ -15,8 +15,8 @@ workspace(
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
RULES_NODEJS_VERSION = "1.5.0"
RULES_NODEJS_SHA256 = "d0c4bb8b902c1658f42eb5563809c70a06e46015d64057d25560b0eb4bdc9007"
RULES_NODEJS_VERSION = "1.6.0"
RULES_NODEJS_SHA256 = "f9e7b9f42ae202cc2d2ce6d698ccb49a9f7f7ea572a78fd451696d03ef2ee116"
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.12.3'],
['@bazel/karma', '1.5.0'],
['@bazel/protractor', '1.5.0'],
['@bazel/rollup', '1.5.0'],
['@bazel/terser', '1.5.0'],
['@bazel/typescript', '1.5.0'],
['@bazel/karma', '1.6.0'],
['@bazel/protractor', '1.6.0'],
['@bazel/rollup', '1.6.0'],
['@bazel/terser', '1.6.0'],
['@bazel/typescript', '1.6.0'],
['history-server', '1.3.1'],
['html-insert-assets', '0.5.0'],
['karma', '4.4.1'],