build: update integration/bazel & @angular/bazel schematics to rules_nodejs 0.42.1 (#34112)

This release brings a bug fix that https://github.com/angular/angular/pull/34243 is waiting on in order to remove rules_nodejs patches: fix(builtin): additional_root_paths in pkg_web should also include paths in genfiles and bin dirs (bazelbuild/rules_nodejs#1402)

PR Close #34112
This commit is contained in:
Greg Magolan
2019-12-04 22:19:02 -08:00
committed by Kara Erickson
parent 305fecf879
commit d55370e004
5 changed files with 34 additions and 34 deletions

View File

@ -15,8 +15,8 @@ workspace(
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
RULES_NODEJS_VERSION = "0.42.1"
RULES_NODEJS_SHA256 = "c612d6b76eaa17540e8b8c806e02701ed38891460f9ba3303f4424615437887a"
RULES_NODEJS_VERSION = "0.42.2"
RULES_NODEJS_SHA256 = "16fc00ab0d1e538e88f084272316c0693a2e9007d64f45529b82f6230aedb073"
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', '1.1.0'],
['@bazel/ibazel', '0.10.3'],
['@bazel/karma', '0.42.1'],
['@bazel/protractor', '0.42.1'],
['@bazel/rollup', '0.42.1'],
['@bazel/terser', '0.42.1'],
['@bazel/typescript', '0.42.1'],
['@bazel/karma', '0.42.2'],
['@bazel/protractor', '0.42.2'],
['@bazel/rollup', '0.42.2'],
['@bazel/terser', '0.42.2'],
['@bazel/typescript', '0.42.2'],
['history-server', '1.3.1'],
['html-insert-assets', '0.2.0'],
['karma', '4.4.1'],