Skip to content

Commit ab13bb8

Browse files
renovate-botmgechev
authored andcommitted
build: update @bazel/jasmine to version 1.2.4
1 parent 561ab16 commit ab13bb8

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

WORKSPACE

+5-5
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 = "ecaa54955b314b5e33948bd8f39e35c35ee89e905d8de1c03868100293510573",
12-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.2.%3Cspan%20class="x x-first x-last">1/rules_nodejs-1.2.1.tar.gz"],
11+
sha256 = "9473b207f1c5a61b603442cbfeeea8aaf2aa62870673fce2a1c52087f6ff4dc9",
12+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.2.%3Cspan%20class="x x-first x-last">4/rules_nodejs-1.2.4.tar.gz"],
1313
)
1414

1515
# We use protocol buffers for the Build Event Protocol
@@ -116,9 +116,9 @@ web_test_repositories()
116116
# Bring in bazel_toolchains for RBE setup configuration.
117117
http_archive(
118118
name = "bazel_toolchains",
119-
sha256 = "a5635f7c47d08cae4c5690a0c5a6c5d4276c9f6fe7a510659c8435c525ef0d41",
120-
strip_prefix = "bazel-toolchains-2.0.3",
121-
url = "https://github.com/bazelbuild/bazel-toolchains/archive/2.0.%3Cspan%20class="x x-first x-last">3.tar.gz",
119+
sha256 = "b663c411acc9cf191679823aa1eb9d665358239e8bf9e6f7cbb302b41f57317c",
120+
strip_prefix = "bazel-toolchains-2.0.4",
121+
url = "https://github.com/bazelbuild/bazel-toolchains/archive/2.0.%3Cspan%20class="x x-first x-last">4.tar.gz",
122122
)
123123

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

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@
8686
"@angular/compiler-cli": "9.0.0-rc.9",
8787
"@bazel/bazel": "2.0.0",
8888
"@bazel/buildifier": "0.29.0",
89-
"@bazel/jasmine": "1.2.1",
90-
"@bazel/karma": "1.2.1",
91-
"@bazel/labs": "1.2.1",
92-
"@bazel/typescript": "1.2.1",
89+
"@bazel/jasmine": "1.2.4",
90+
"@bazel/karma": "1.2.4",
91+
"@bazel/labs": "1.2.4",
92+
"@bazel/typescript": "1.2.4",
9393
"@types/babel__core": "7.1.3",
9494
"@types/browserslist": "^4.4.0",
9595
"@types/caniuse-lite": "^1.0.0",

yarn.lock

+16-16
Original file line numberDiff line numberDiff line change
@@ -860,31 +860,31 @@
860860
resolved "https://registry.yarnpkg.com/@bazel/hide-bazel-files/-/hide-bazel-files-1.2.0.tgz#23480d00953d5ccdc1aa2721b121089e5a4d0808"
861861
integrity sha512-c1N1oy4+Rp84iy5HJTWKl13WTfLfMmELqrnx1C5rkW8fvDcu56u+aeqf7UKW6xvmbbsMl0r7re92cHW+ogcqHQ==
862862

863-
"@bazel/[email protected].1":
864-
version "1.2.1"
865-
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-1.2.1.tgz#1da301b68f74387fbf92f568018d74d6a6df12a5"
866-
integrity sha512-5XFOwbzHeRJWLRgxmUDUYtoR9ro88hsRRMbR5+QyHUpEDz9JepJPf0YEtztqCMgWhdC+CxWb83KURHsunD/79w==
863+
"@bazel/[email protected].4":
864+
version "1.2.4"
865+
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-1.2.4.tgz#ab065a7651f33e4580029f510f17e279069ac14c"
866+
integrity sha512-dcW/9xP+QVkdCbYF4RI4oeDtXwuIl+8lYS63Mk/HIfpMVCskSXFsa/HxHv3h6I5ZJyLJmof3grKqvHmm5eHtXw==
867867
dependencies:
868868
jasmine "~3.4.0"
869869
jasmine-core "~3.4.0"
870870
v8-coverage "1.0.9"
871871

872-
"@bazel/[email protected].1":
873-
version "1.2.1"
874-
resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-1.2.1.tgz#e8327ed5810023cfab5adf436fe401b2ad1b8d0b"
875-
integrity sha512-2PRvX0u3T+rZMYZmwyeNdSq1b6QAfNgbqzJZvm1brGRs1q1BgZLRhUjy7DD0+6+3HKrXuQVqa7JZVi8N2Ks5ew==
872+
"@bazel/[email protected].4":
873+
version "1.2.4"
874+
resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-1.2.4.tgz#f53b1d5079299b5adc6a5096d8d3ddc2b7810d7d"
875+
integrity sha512-D3moHSUQKzQB/z360z605g2ySzywHtR/K1SpzNSwUygj2Mfth1sPlBQPi7/GLKPhp8mQ7ueN75E9O+5HgQGd1A==
876876
dependencies:
877877
tmp "0.1.0"
878878

879-
"@bazel/[email protected].1":
880-
version "1.2.1"
881-
resolved "https://registry.yarnpkg.com/@bazel/labs/-/labs-1.2.1.tgz#7a9b66fb03fc9336c186ce16a406b216b5cbe03c"
882-
integrity sha512-3+jCQdQvjBnqPiVogrSiAHsLnfj7q+aPpAggL8gfidI8/lmpLkHChlUs7KOKnLZqJglOld5IDAxbIysUUwWnfg==
879+
"@bazel/[email protected].4":
880+
version "1.2.4"
881+
resolved "https://registry.yarnpkg.com/@bazel/labs/-/labs-1.2.4.tgz#b25a6560372199e07c1c0ce4fa2b17ef2f98ba4f"
882+
integrity sha512-ZqQn4yaHbejURpVU1p9ZiRw44ZhNOnjnEJ8HCiqic+zXkzldyAUVs60nqoWMVIr6bttcskio3UaxkbsJeWe88A==
883883

884-
"@bazel/[email protected].1":
885-
version "1.2.1"
886-
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-1.2.1.tgz#a83ecebe48f32c2443879a85f0766dab386ff9d3"
887-
integrity sha512-RKgOWos1Ya7XoSUZOV/A8+LS4ZmCvIXv363w4xNdObKjwKFqSdOfsS+uYaVr8g5e0T24jl52QnbdS7i0eUJBqA==
884+
"@bazel/[email protected].4":
885+
version "1.2.4"
886+
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-1.2.4.tgz#ce8043a2c0d52431c944dbac0e15a31c0c09abed"
887+
integrity sha512-2KEwVhnN0gIvbUD1Av/OFFWEcyygXGiv/4Cjj4mUY/HzArT2RLt8QmB1Fc5SpiLn6I/jZSCW1J9WB2LZ8/j+YQ==
888888
dependencies:
889889
protobufjs "6.8.8"
890890
semver "5.6.0"

0 commit comments

Comments
 (0)