Skip to content

Commit a575adc

Browse files
chore(deps): update dependency @bazel/bazelisk to v1.22.0
##### [`v1.22.0](https://github.com/bazelbuild/bazelisk/releases/tag/v1.22.0) Bazelisk v1.22.0 comes with several significant changes: ### New Features (Go) - Bazelisk sets the `BAZELISK` env variable so that scripts can detect whether they're running under Bazelisk (bazelbuild/bazelisk#612) - `--bisect` now supports finding the first *fixing* commit by prefixing the range with `~` (bazelbuild/bazelisk#613) ### Removed Features (Go) - Removed support for `last_downstream_green` since the downstream pipeline stopped producing green commits some time ago. ### Bug Fixes & Improvements - Improved `last_green` support (bazelbuild/bazelisk#614) We’d like to thank our amazing contributors [@fmeum](https://github.com/fmeum) and [@jwnimmer-tri](https://github.com/jwnimmer-tri)!
1 parent 6ef723c commit a575adc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@actions/core": "1.10.1",
77
"@actions/github": "6.0.0",
88
"@babel/preset-typescript": "7.24.7",
9-
"@bazel/bazelisk": "1.21.0",
9+
"@bazel/bazelisk": "1.22.0",
1010
"@bazel/buildifier": "7.3.1",
1111
"@bazel/buildozer": "7.3.1",
1212
"@bazel/esbuild": "5.8.1",

pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)