Skip to content

Commit 7928de1

Browse files
renovate-botfilipesilva
authored andcommitted
build: update bazel packages
1 parent 10bcf94 commit 7928de1

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

WORKSPACE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
88

99
http_archive(
1010
name = "build_bazel_rules_nodejs",
11-
sha256 = "f9e7b9f42ae202cc2d2ce6d698ccb49a9f7f7ea572a78fd451696d03ef2ee116",
12-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.6.0/rules_nodejs-1.6.0.tar.gz"],
11+
sha256 = "d14076339deb08e5460c221fae5c5e9605d2ef4848eee1f0c81c9ffdc1ab31c1",
12+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.6.1/rules_nodejs-1.6.1.tar.gz"],
1313
)
1414

1515
# We use protocol buffers for the Build Event Protocol
@@ -107,9 +107,9 @@ web_test_repositories()
107107
# Bring in bazel_toolchains for RBE setup configuration.
108108
http_archive(
109109
name = "bazel_toolchains",
110-
sha256 = "144290c4166bd67e76a54f96cd504ed86416ca3ca82030282760f0823c10be48",
111-
strip_prefix = "bazel-toolchains-3.1.1",
112-
url = "https://github.com/bazelbuild/bazel-toolchains/archive/3.1.1.tar.gz",
110+
sha256 = "d0a2219b1d9edbc430413127b9e01502bb35b3e0bdd14b5a53ad1c30ee4fda5e",
111+
strip_prefix = "bazel-toolchains-3.1.2",
112+
url = "https://github.com/bazelbuild/bazel-toolchains/archive/3.1.2.tar.gz",
113113
)
114114

115115
load("@bazel_toolchains//rules:environments.bzl", "clang_env")

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@
8888
"@babel/template": "7.8.6",
8989
"@bazel/bazelisk": "1.4.0",
9090
"@bazel/buildifier": "3.0.0",
91-
"@bazel/jasmine": "1.6.0",
92-
"@bazel/karma": "1.6.0",
93-
"@bazel/labs": "1.6.0",
94-
"@bazel/typescript": "1.6.0",
91+
"@bazel/jasmine": "1.6.1",
92+
"@bazel/karma": "1.6.1",
93+
"@bazel/labs": "1.6.1",
94+
"@bazel/typescript": "1.6.1",
9595
"@jsdevtools/coverage-istanbul-loader": "3.0.3",
9696
"@types/babel__core": "7.1.7",
9797
"@types/babel__template": "7.0.2",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -876,32 +876,32 @@
876876
resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-3.0.0.tgz#21055461bff546f09845c21570e3c1f528a43e41"
877877
integrity sha512-M4JLddg7JjZi5Kn2wYc6qmLRsE0KPb7GaIl8rBvmMJ2F+5Lm4BYp6KpXoj28/AikPyZ/pwWe9O0Wcvc+SQBMpw==
878878

879-
"@bazel/[email protected].0":
880-
version "1.6.0"
881-
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-1.6.0.tgz#c469ab8725d9a2e48c0c3c965861ff8add9272ac"
882-
integrity sha512-WtOQDtIMHKTxlp0+FcdrADV6LMrpJV7eEGZippSNFPL5YhwwrPfCSOs5WkooatsrjL5YEszswzqQXFjvC7EZKQ==
879+
"@bazel/[email protected].1":
880+
version "1.6.1"
881+
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-1.6.1.tgz#fd7d10fe4cbf180f8be9db54b5da5c587d392d95"
882+
integrity sha512-uG/d2CbU8Pa7Fh0Khkv9BLhMQgMzb5xGhd9/HbvhvTk45akI4HuP/hXcAUU01Cg09C0N04SAjy7hmrZHBuPpeg==
883883
dependencies:
884884
jasmine "~3.5.0"
885885
jasmine-core "~3.5.0"
886886
jasmine-reporters "~2.3.2"
887887
v8-coverage "1.0.9"
888888

889-
"@bazel/[email protected].0":
890-
version "1.6.0"
891-
resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-1.6.0.tgz#98950b71114dd9ec169e6778a35d31ae1f578655"
892-
integrity sha512-9cX0E1SiMWwA70ZMFnMzeqSRn3biduGx03bGV77FSUYKocZpyfU2cOEygYGfxAqHnyM7x4cS8nflRv3+ZE0Aqg==
889+
"@bazel/[email protected].1":
890+
version "1.6.1"
891+
resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-1.6.1.tgz#1afa1a74f147debd55b04926af88de3a31ed3fe4"
892+
integrity sha512-eLzbgVs9mpsiVOi86e+APpBEtSkOIrfIkZTCI8vbYMD/jM8kuQOnJb6Px70LakC7xQzmCm5yY+UpNv6Sr2YvzQ==
893893
dependencies:
894894
tmp "0.1.0"
895895

896-
"@bazel/[email protected].0":
897-
version "1.6.0"
898-
resolved "https://registry.yarnpkg.com/@bazel/labs/-/labs-1.6.0.tgz#b3b2ac853143b14bce3349c8b105130b9b967bae"
899-
integrity sha512-Pir3BhqAzlNNhwBCF3DguvhR0+S96OYXWc4Ha2m/0wm1/5G66bGB90CAKwahi52D8JGgg7PDwapCIPrD7ZGK9A==
896+
"@bazel/[email protected].1":
897+
version "1.6.1"
898+
resolved "https://registry.yarnpkg.com/@bazel/labs/-/labs-1.6.1.tgz#56a408cfa4e37ba4643f142a4aa9c6a60194e5f3"
899+
integrity sha512-A3p4c/nkltp2TIMOerCoHhOiXSwSZEtSRYZHHaFdYYxWIGnVSv9lyH/28j34RBn5G35b6TW5GZT1cklLxY5IJg==
900900

901-
"@bazel/[email protected].0":
902-
version "1.6.0"
903-
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-1.6.0.tgz#8dfd29e71bcf917d5f9cb67f19ac4dcfc9082439"
904-
integrity sha512-vAKuwy1Hgl+t3M3sH/G0oqHRYN35TdENj+0lsCI3x7EbSzyI6cbA3YQrLrlyvdScksqOpZa3PZ3UBGqfJJq2DA==
901+
"@bazel/[email protected].1":
902+
version "1.6.1"
903+
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-1.6.1.tgz#1bf83c20021d359bc9b532181981ac540584a30c"
904+
integrity sha512-wQ9AASRcG1jLQOpJfNOMjZzPpwIV/9qTOxCFvp55ga6A5a2qveQr8JJ7jHHbBM0LtK+slEPixXmVmtEOwfKsIg==
905905
dependencies:
906906
protobufjs "6.8.8"
907907
semver "5.6.0"

0 commit comments

Comments
 (0)