build: update to rules nodejs 1.0.1 (#34589)

This brings in a few minor fixes including a better way to patch require for bootstrap scripts.

PR Close #34589
This commit is contained in:
Greg Magolan
2020-01-02 19:05:47 -08:00
committed by atscott
parent e03c0f6ae5
commit 1bb0fbd733
16 changed files with 95 additions and 116 deletions

View File

@ -8,8 +8,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# Fetch rules_nodejs so we can install our npm dependencies
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "3887b948779431ac443e6a64f31b9e1e17b8d386a31eebc50ec1d9b0a6cabd2b",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.0.0/rules_nodejs-1.0.0.tar.gz"],
sha256 = "e1a0d6eb40ec89f61a13a028e7113aa3630247253bcb1406281b627e44395145",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.0.1/rules_nodejs-1.0.1.tar.gz"],
)
# Fetch sass rules for compiling sass files