Skip to content

Commit 26364fa

Browse files
authored
build: update to latest @bazel/ibazel version v0.12.3 (#18848)
Updates to the latest `@bazel/ibazel` version that properly resolves local `@bazel/bazelisk` installations. The support for this temporarily broke from `0.12.0` to `0.12.2`. bazelbuild/bazel-watcher#352.
1 parent b3a2c56 commit 26364fa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@angular/router": "^9.1.0-next.4",
7373
"@bazel/bazelisk": "^1.3.0",
7474
"@bazel/buildifier": "^0.29.0",
75-
"@bazel/ibazel": "0.12.0",
75+
"@bazel/ibazel": "^0.12.3",
7676
"@bazel/jasmine": "^1.4.0",
7777
"@bazel/karma": "^1.4.0",
7878
"@bazel/protractor": "^1.4.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,10 @@
260260
"@bazel/buildifier-linux_x64" "0.29.0"
261261
"@bazel/buildifier-win32_x64" "0.29.0"
262262

263-
"@bazel/[email protected].0":
264-
version "0.12.0"
265-
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.12.0.tgz#97aea5ee2d41d91995539df89efe11fd3fe128ca"
266-
integrity sha512-8ix3hmaV30xD9FIa9aJBtKhxUOBDo0NEULgOhgz5c8nytnD0ipPWqssWWq0iFU8oRBHpvNnuIESbzL1h/LU5iw==
263+
"@bazel/ibazel@^0.12.3":
264+
version "0.12.3"
265+
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.12.3.tgz#c8c82647f920cd529c7793c50e087e1a754a5973"
266+
integrity sha512-dyx62Uo5kogrxFmqFNpGvbavfr8yjmuQlOyZczOuA60piULwlUsO7Oh3/1OUWKDSXaMMqHhFQfpdl+z0HjI6TQ==
267267

268268
"@bazel/jasmine@^1.4.0":
269269
version "1.4.0"

0 commit comments

Comments
 (0)