From c3d9179b90d8617794b60a0cfc18da10660dbaa8 Mon Sep 17 00:00:00 2001 From: Max Vorobev Date: Tue, 26 Feb 2019 21:21:01 +0300 Subject: [PATCH] Bump @bazelbuild_rules_nodejs version to latest 'experimental' (#16) ## What is the goal of this PR? Fixes first part of graknlabs/grakn#4803 ## What are the changes implemented in this PR? Upgrades `@build_bazel_rules_nodejs` to a version that includes a fix to ```` DEBUG: /private/var/tmp/_bazel_<>/<>/external/bazel_skylib/lib.bzl:30:1: WARNING: lib.bzl is deprecated and will go away in the future, please directly load the bzl file(s) of the module(s) needed as it is more efficient. ```` --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 49ca85f33..4119f902a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -9,7 +9,7 @@ git_repository( git_repository( name = "build_bazel_rules_nodejs", remote = "https://github.com/graknlabs/rules_nodejs.git", - commit = "ac3f6854365f119130186f971588514ccff503ab", + commit = "1c9b8cb1e1f39214fe27bafa44d1597cdc9d8ff5", ) load("@build_bazel_rules_nodejs//:package.bzl", "rules_nodejs_dependencies")