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:

committed by
Matias Niemelä

parent
6174dffc2a
commit
436e7388c3
@ -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,
|
||||
|
@ -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'],
|
||||
|
Reference in New Issue
Block a user