build: update to rules_nodejs 1.1.0 (#34736)

This release resolves the bootstrap require patching issue with jasmine_node_test. Require patches are now included before any bootstrap scripts.

PR Close #34736
This commit is contained in:
Greg Magolan
2020-01-12 14:14:01 -08:00
committed by Matias Niemelä
parent 0945f2808f
commit 762c531e30
11 changed files with 67 additions and 100 deletions

View File

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