Skip to content

Commit b3d5fa4

Browse files
renovate-botalan-agius4
authored andcommitted
build: update bazel to v4
1 parent 9a46ba5 commit b3d5fa4

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
77

88
http_archive(
99
name = "build_bazel_rules_nodejs",
10-
sha256 = "e79c08a488cc5ac40981987d862c7320cee8741122a2649e9b08e850b6f20442",
11-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.8.0/rules_nodejs-3.8.0.tar.gz"],
10+
sha256 = "8a7c981217239085f78acc9898a1f7ba99af887c1996ceb3b4504655383a2c3c",
11+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.0.0/rules_nodejs-4.0.0.tar.gz"],
1212
)
1313

1414
# Check the bazel version and download npm dependencies

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
"@babel/template": "7.14.5",
9393
"@bazel/bazelisk": "1.10.1",
9494
"@bazel/buildifier": "4.0.1",
95-
"@bazel/jasmine": "3.8.0",
96-
"@bazel/typescript": "3.8.0",
95+
"@bazel/jasmine": "4.0.0",
96+
"@bazel/typescript": "4.0.0",
9797
"@discoveryjs/json-ext": "0.5.3",
9898
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
9999
"@types/babel__core": "7.1.15",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,10 +1168,10 @@
11681168
resolved "https://registry.yarnpkg.com/@bazel/esbuild/-/esbuild-4.0.0-rc.1.tgz#d212e31a7ceb0a5f8328119a9a2abd4d0e9e10b5"
11691169
integrity sha512-Xlb0wCYjN2LTPusAxFOrZOESzdjQU9nXO2vAU4yaivny7B+xmaEhLU7/8XPWxq5rU/jRfeuwe1NpKuRlZiQ3hQ==
11701170

1171-
"@bazel/jasmine@3.8.0":
1172-
version "3.8.0"
1173-
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-3.8.0.tgz#f66a94fd17439cf9281c21200bad3c8b91d5525b"
1174-
integrity sha512-JjqEqFbl+kmABEcdbMYhicIOsNbocXIo/Wd2C7NNBz02ehQiynjYlc0BfyKyH7eHWR01z39RsGlXCyJD4kYKjw==
1171+
"@bazel/jasmine@4.0.0":
1172+
version "4.0.0"
1173+
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-4.0.0.tgz#2e95f1b3458e0d69f16e0c820fe4631a43942a90"
1174+
integrity sha512-vi1n+vbLwKki7aa8kXDG709nxRXAmLEvqbijSpm8d3rrW4f68Ad5xKyT2gezO84OeysUHU3cDZViXWwFcoHRng==
11751175
dependencies:
11761176
c8 "~7.5.0"
11771177
jasmine-reporters "~2.4.0"
@@ -1194,10 +1194,10 @@
11941194
resolved "https://registry.yarnpkg.com/@bazel/runfiles/-/runfiles-4.0.0-rc.1.tgz#aaf97d633ba813db2c0bfa5bc126f50118d82066"
11951195
integrity sha512-0RGbEe4hBpafbLSIIBYGFPRLZ7FRJ+S6PjdVfRkpZlNpe6T1QXxgdg6M5/ETQXNVqfdUhMLdNFZ1heMk4uXhzg==
11961196

1197-
"@bazel/typescript@3.8.0":
1198-
version "3.8.0"
1199-
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-3.8.0.tgz#725d51a1c25e314a1d8cddb8b880ac05ba97acd4"
1200-
integrity sha512-4C1pLe4V7aidWqcPsWNqXFS7uHAB1nH5SUKG5uWoVv4JT9XhkNSvzzQIycMwXs2tZeCylX4KYNeNvfKrmkyFlw==
1197+
"@bazel/typescript@4.0.0":
1198+
version "4.0.0"
1199+
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-4.0.0.tgz#71a6f0f5e340c6b8516b21fbc0f0853e74055d0c"
1200+
integrity sha512-+Le9q+5IR9gEnSH8sXyxDB5dD6NJx2kbm6AL+cijYVat2MczpGV4sI1mu0mdLzYsEX5Tjt5iHkaNb7sFESjnYA==
12011201
dependencies:
12021202
protobufjs "6.8.8"
12031203
semver "5.6.0"

0 commit comments

Comments
 (0)