Skip to content

Commit 3b5fa13

Browse files
committed
rel: 0.27.9
1 parent 0e725ae commit 3b5fa13

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ See sections below for details and alternative methods.
4040
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4141
http_archive(
4242
name = "build_bazel_rules_nodejs",
43-
sha256 = "88e5e579fb9edfbd19791b8a3c6bfbe16ae3444dba4b428e5efd36856db7cf16",
44-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.27.8/rules_nodejs-0.27.8.tar.gz"],
43+
sha256 = "213dcf7e72f3acd4d1e369b7a356f3e5d9560f380bd655b13b7c0ea425d7c419",
44+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.27.9/rules_nodejs-0.27.9.tar.gz"],
4545
)
4646
4747
load("@build_bazel_rules_nodejs//:defs.bzl", "yarn_install")
@@ -61,8 +61,8 @@ See sections below for details and alternative methods.
6161
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
6262
http_archive(
6363
name = "build_bazel_rules_nodejs",
64-
sha256 = "88e5e579fb9edfbd19791b8a3c6bfbe16ae3444dba4b428e5efd36856db7cf16",
65-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.27.8/rules_nodejs-0.27.8.tar.gz"],
64+
sha256 = "213dcf7e72f3acd4d1e369b7a356f3e5d9560f380bd655b13b7c0ea425d7c419",
65+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.27.9/rules_nodejs-0.27.9.tar.gz"],
6666
)
6767
6868
load("@build_bazel_rules_nodejs//:defs.bzl", "npm_install")
@@ -141,8 +141,8 @@ containing:
141141
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
142142
http_archive(
143143
name = "build_bazel_rules_nodejs",
144-
sha256 = "88e5e579fb9edfbd19791b8a3c6bfbe16ae3444dba4b428e5efd36856db7cf16",
145-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.27.8/rules_nodejs-0.27.8.tar.gz"],
144+
sha256 = "213dcf7e72f3acd4d1e369b7a356f3e5d9560f380bd655b13b7c0ea425d7c419",
145+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.27.9/rules_nodejs-0.27.9.tar.gz"],
146146
)
147147
148148
load("@build_bazel_rules_nodejs//:defs.bzl", "node_repositories")

defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def yarn_install(**kwargs):
8585
# It will be automatically synced via the npm "version" script
8686
# that is run when running `npm version` during the release
8787
# process. See `Releasing` section in README.md.
88-
VERSION = "0.27.8"
88+
VERSION = "0.27.9"
8989

9090
def check_rules_nodejs_version(minimum_version_string):
9191
"""

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bazel/javascript",
33
"description": "Build JavaScript with Bazel",
4-
"version": "0.27.8",
4+
"version": "0.27.9",
55
"keywords": [
66
"javascript",
77
"bazel"

0 commit comments

Comments
 (0)