Merge "Bump rules_nodejs to version 3.1.0"
This commit is contained in:
@@ -66,8 +66,8 @@ protobuf_deps()
|
||||
|
||||
http_archive(
|
||||
name = "build_bazel_rules_nodejs",
|
||||
sha256 = "84b1d11b1f3bda68c24d992dc6e830bca9db8fa12276f2ca7fcb7761c893976b",
|
||||
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.0.0-rc.1/rules_nodejs-3.0.0-rc.1.tar.gz"],
|
||||
sha256 = "dd4dc46066e2ce034cba0c81aa3e862b27e8e8d95871f567359f7a534cccb666",
|
||||
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.1.0/rules_nodejs-3.1.0.tar.gz"],
|
||||
)
|
||||
|
||||
# Golang support for PolyGerrit local dev server.
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
"version": "3.1.0-SNAPSHOT",
|
||||
"description": "Gerrit Code Review",
|
||||
"dependencies": {
|
||||
"@bazel/rollup": "^3.0.0-rc.1",
|
||||
"@bazel/terser": "^3.0.0-rc.1",
|
||||
"@bazel/typescript": "^3.0.0-rc.1"
|
||||
"@bazel/rollup": "^3.1.0",
|
||||
"@bazel/terser": "^3.1.0",
|
||||
"@bazel/typescript": "^3.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^4.11.0",
|
||||
|
||||
@@ -12,10 +12,10 @@ ts_library(
|
||||
"licenses.ts",
|
||||
],
|
||||
compiler = "//tools/node_tools:tsc_wrapped-bin",
|
||||
node_modules = "@tools_npm//:node_modules",
|
||||
tsconfig = "tsconfig.json",
|
||||
deps = [
|
||||
"//tools/node_tools/node_modules_licenses:licenses-map",
|
||||
"@tools_npm//:node_modules",
|
||||
"@tools_npm//@types/node",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -8,9 +8,9 @@ ts_library(
|
||||
name = "licenses-map",
|
||||
srcs = glob(["*.ts"]),
|
||||
compiler = "//tools/node_tools:tsc_wrapped-bin",
|
||||
node_modules = "@tools_npm//:node_modules",
|
||||
tsconfig = "tsconfig.json",
|
||||
deps = [
|
||||
"@tools_npm//:node_modules",
|
||||
"@tools_npm//@types/node",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
"description": "Gerrit Build Tools",
|
||||
"browser": false,
|
||||
"dependencies": {
|
||||
"@bazel/rollup": "^3.0.0-rc.1",
|
||||
"@bazel/typescript": "^3.0.0-rc.1",
|
||||
"@bazel/rollup": "^3.1.0",
|
||||
"@bazel/typescript": "^3.1.0",
|
||||
"@types/node": "^10.17.12",
|
||||
"@types/parse5": "^4.0.0",
|
||||
"@types/parse5-html-rewriting-stream": "^5.1.2",
|
||||
|
||||
@@ -7,7 +7,6 @@ package(default_visibility = ["//visibility:public"])
|
||||
ts_library(
|
||||
name = "preprocessor",
|
||||
srcs = glob(["*.ts"]),
|
||||
node_modules = "@tools_npm//:node_modules",
|
||||
tsconfig = "tsconfig.json",
|
||||
deps = [
|
||||
"//tools/node_tools/utils",
|
||||
|
||||
@@ -5,7 +5,6 @@ package(default_visibility = ["//visibility:public"])
|
||||
ts_library(
|
||||
name = "utils",
|
||||
srcs = glob(["*.ts"]),
|
||||
node_modules = "@tools_npm//:node_modules",
|
||||
tsconfig = "tsconfig.json",
|
||||
deps = [
|
||||
"@tools_npm//:node_modules",
|
||||
|
||||
@@ -492,15 +492,15 @@
|
||||
lodash "^4.17.13"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@bazel/rollup@^3.0.0-rc.1":
|
||||
version "3.0.0-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@bazel/rollup/-/rollup-3.0.0-rc.1.tgz#153fb7ca556dfb0397aa3a86cbef71bcefb00733"
|
||||
integrity sha512-O2WGfDw17aiQfUF6t5aL1kbVGeR6BnCImmtCOoFf1I8/Nw0dx+iE9x2qfqPyvSivZRuL2EBTI+xUcti42bpWgA==
|
||||
"@bazel/rollup@^3.1.0":
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@bazel/rollup/-/rollup-3.1.0.tgz#36346f052b2ce3c1e31e5ebb05ed80464548eb00"
|
||||
integrity sha512-lmgPhlR1VsJRsSE83Jlv+WT26Lso0/0FqXknlVuOmvCWFwSUKlriws729fqJZsvV5O2muAgJKuQl/zk+gqGCug==
|
||||
|
||||
"@bazel/typescript@^3.0.0-rc.1":
|
||||
version "3.0.0-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-3.0.0-rc.1.tgz#4a80682124475db63abc97b7da358caaadbd3077"
|
||||
integrity sha512-KaGaCEbXjCKaRuwH/hLjW7aBuNyU8p/9yUe4KlP4KKoRqHAmjYISbUOw7VAksOW6BxXHgknOcZYaVF6PzE4CgQ==
|
||||
"@bazel/typescript@^3.1.0":
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-3.1.0.tgz#a07999ad7956b8c624604a521e653570bba32025"
|
||||
integrity sha512-sEWuvkUGIDeRhjLENHtJyop7wu4UqKN8h/nSgUwc5gkpWXQiT2wGH5jKVxBqODOBHB+IInEMtAjyRmCT+HbSHA==
|
||||
dependencies:
|
||||
protobufjs "6.8.8"
|
||||
semver "5.6.0"
|
||||
|
||||
24
yarn.lock
24
yarn.lock
@@ -485,20 +485,20 @@
|
||||
lodash "^4.17.11"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@bazel/rollup@^3.0.0-rc.1":
|
||||
version "3.0.0-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@bazel/rollup/-/rollup-3.0.0-rc.1.tgz#153fb7ca556dfb0397aa3a86cbef71bcefb00733"
|
||||
integrity sha512-O2WGfDw17aiQfUF6t5aL1kbVGeR6BnCImmtCOoFf1I8/Nw0dx+iE9x2qfqPyvSivZRuL2EBTI+xUcti42bpWgA==
|
||||
"@bazel/rollup@^3.1.0":
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@bazel/rollup/-/rollup-3.1.0.tgz#36346f052b2ce3c1e31e5ebb05ed80464548eb00"
|
||||
integrity sha512-lmgPhlR1VsJRsSE83Jlv+WT26Lso0/0FqXknlVuOmvCWFwSUKlriws729fqJZsvV5O2muAgJKuQl/zk+gqGCug==
|
||||
|
||||
"@bazel/terser@^3.0.0-rc.1":
|
||||
version "3.0.0-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@bazel/terser/-/terser-3.0.0-rc.1.tgz#62398c1702d3eecbc41764c9ef24a6a232abb1b3"
|
||||
integrity sha512-iaJTYl/oUBqLFG6MFYODwqBWGTshFFdVCClTmpZwdnwnAkcGf7kU1noX2vz3VcwOOHoJseBG/dhluvRmFerJ3g==
|
||||
"@bazel/terser@^3.1.0":
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@bazel/terser/-/terser-3.1.0.tgz#5801e83d4ac648fb1a8824a77a1a1f32c3af0c1e"
|
||||
integrity sha512-8oXZwy5G5dbr4zltBzLjfPw4ZARDEysB2E25dCqAo64XJ26ptS+D3/UnE3uZU9KuM/3ka1U+YIpit+f9SqCgTA==
|
||||
|
||||
"@bazel/typescript@^3.0.0-rc.1":
|
||||
version "3.0.0-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-3.0.0-rc.1.tgz#4a80682124475db63abc97b7da358caaadbd3077"
|
||||
integrity sha512-KaGaCEbXjCKaRuwH/hLjW7aBuNyU8p/9yUe4KlP4KKoRqHAmjYISbUOw7VAksOW6BxXHgknOcZYaVF6PzE4CgQ==
|
||||
"@bazel/typescript@^3.1.0":
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-3.1.0.tgz#a07999ad7956b8c624604a521e653570bba32025"
|
||||
integrity sha512-sEWuvkUGIDeRhjLENHtJyop7wu4UqKN8h/nSgUwc5gkpWXQiT2wGH5jKVxBqODOBHB+IInEMtAjyRmCT+HbSHA==
|
||||
dependencies:
|
||||
protobufjs "6.8.8"
|
||||
semver "5.6.0"
|
||||
|
||||
Reference in New Issue
Block a user