Skip to content

Commit

Permalink
chore(release): 5.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Jan 14, 2022
1 parent 36e5049 commit c65e05a
Show file tree
Hide file tree
Showing 36 changed files with 72 additions and 68 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [5.0.0-rc.1](https://github.com/bazelbuild/rules_nodejs/compare/5.0.0-rc.0...5.0.0-rc.1) (2022-01-14)



# [5.0.0-rc.0](https://github.com/bazelbuild/rules_nodejs/compare/4.4.0...5.0.0-rc.0) (2022-01-14)


Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ containing:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)
```

Expand Down
4 changes: 2 additions & 2 deletions e2e/bazel_managed_deps/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions e2e/concatjs_devserver/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions e2e/coverage/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions e2e/fine_grained_symlinks/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions e2e/jasmine/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions e2e/node_loader_no_preserve_symlinks/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions e2e/node_loader_preserve_symlinks/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions e2e/nodejs_host/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions e2e/nodejs_image/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions e2e/packages/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions e2e/typescript/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions e2e/webapp/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions examples/angular/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions examples/angular_bazel_architect/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions examples/app/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions examples/closure/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions examples/create-react-app/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions examples/cypress/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions examples/esbuild/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions examples/jest/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions examples/kotlin/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions examples/nestjs/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions examples/parcel/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions examples/protobufjs/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions examples/react_webpack/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions examples/toolchain/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_nodejs",
sha256 = "a878be52ba9c5f5bf26d821e1529221cdd1c1a39906e88c6367a3368cdaa66ef",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-core-5.0.0-rc.0.tar.gz"],
sha256 = "d1e00ce895b8b2c0d8e25d8e690dd8c3890b094ec2130891e67e28f1273517a5",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-core-5.0.0-rc.1.tar.gz"],
)

# Note: skylib 1.1.1 has some bug on Windows with diff_test, which we use in this example
Expand Down
4 changes: 2 additions & 2 deletions examples/vendored_node_and_yarn/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions examples/web_testing/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions examples/webapp/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "5b2909656af044442d206ad3609b09d456d1edd80f90162640e608ae5408b0fb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.0/rules_nodejs-5.0.0-rc.0.tar.gz"],
sha256 = "8b981e7ec80ff863675dd772140d65230478cf4ccedc73115c7f875f0e7cd30a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.0-rc.1/rules_nodejs-5.0.0-rc.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down

0 comments on commit c65e05a

Please sign in to comment.