Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Bump @bazelbuild_rules_nodejs version to latest 'experimental' (#16)
Browse files Browse the repository at this point in the history
## What is the goal of this PR?

Fixes first part of typedb/typedb#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.
````
  • Loading branch information
vmax authored and haikalpribadi committed Feb 26, 2019
1 parent fee99e3 commit c3d9179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c3d9179

Please sign in to comment.