Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 39bc9bd

Browse files
committed
Upgrade rules_nodjes and rules_typescript
1 parent e57493a commit 39bc9bd

3 files changed

Lines changed: 7 additions & 11 deletions

File tree

WORKSPACE

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,11 @@ go_repository(
102102
# BEGIN: Typescript dependencies
103103
# http_archive(
104104
# name = "build_bazel_rules_nodejs",
105-
# urls = [
106-
# "https://github.com/bazelbuild/rules_nodejs/releases/download/0.35.0/rules_nodejs-0.35.0.tar.gz",
107-
# ],
108-
# sha256 = "6625259f9f77ef90d795d20df1d0385d9b3ce63b6619325f702b6358abb4ab33",
105+
# sha256 = "84abf7ac4234a70924628baa9a73a5a5cbad944c4358cf9abdb4aab29c9a5b77",
106+
# urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.7.0/rules_nodejs-1.7.0.tar.gz"],
109107
# )
110108

111-
# load("@build_bazel_rules_nodejs//:defs.bzl", "node_repositories", "yarn_install")
109+
# load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "yarn_install")
112110

113111
# yarn_install(
114112
# name = "npm",

generate_workspace.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,11 @@ go_repository(
109109
# BEGIN: Typescript dependencies
110110
http_archive(
111111
name = "build_bazel_rules_nodejs",
112-
urls = [
113-
"https://github.com/bazelbuild/rules_nodejs/releases/download/0.35.0/rules_nodejs-0.35.0.tar.gz",
114-
],
115-
sha256 = "6625259f9f77ef90d795d20df1d0385d9b3ce63b6619325f702b6358abb4ab33",
112+
sha256 = "84abf7ac4234a70924628baa9a73a5a5cbad944c4358cf9abdb4aab29c9a5b77",
113+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.7.0/rules_nodejs-1.7.0.tar.gz"],
116114
)
117115
118-
load("@build_bazel_rules_nodejs//:defs.bzl", "node_repositories", "yarn_install")
116+
load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "yarn_install")
119117
120118
yarn_install(
121119
name = "npm",

typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"devDependencies": {
77
"@bazel/hide-bazel-files": "latest",
8-
"@bazel/typescript": "^0.35.0",
8+
"@bazel/typescript": "^0.38.2",
99
"protobufjs": "5.0.3",
1010
"typescript": "^3.3.1"
1111
}

0 commit comments

Comments
 (0)