From dd6575b3c66c93ac0ec8d21ebf7cedd4e3269932 Mon Sep 17 00:00:00 2001 From: Dmitrii Filippov Date: Tue, 31 Mar 2020 00:39:52 +0200 Subject: [PATCH] Upgrade rules_nodejs to the version 1.5.0 This update contains bug fixes required for eslint rules. Change-Id: I884c1298cbf3c0f51a3a92a3eb48c695f50f4942 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 6a822d7b54..e93834f59a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -57,8 +57,8 @@ http_archive( http_archive( name = "build_bazel_rules_nodejs", - sha256 = "9473b207f1c5a61b603442cbfeeea8aaf2aa62870673fce2a1c52087f6ff4dc9", - urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.2.4/rules_nodejs-1.2.4.tar.gz"], + sha256 = "d0c4bb8b902c1658f42eb5563809c70a06e46015d64057d25560b0eb4bdc9007", + urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.5.0/rules_nodejs-1.5.0.tar.gz"], ) # File is specific to Polymer and copied from the Closure Github -- should be