Skip to content

Commit

Permalink
chore(deps): update dependency @bazel/bazelisk to v1.22.0
Browse files Browse the repository at this point in the history
##### [`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)!
  • Loading branch information
zemnmez-renovate-bot committed Sep 30, 2024
1 parent 6ef723c commit a575adc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@babel/preset-typescript": "7.24.7",
"@bazel/bazelisk": "1.21.0",
"@bazel/bazelisk": "1.22.0",
"@bazel/buildifier": "7.3.1",
"@bazel/buildozer": "7.3.1",
"@bazel/esbuild": "5.8.1",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a575adc

Please sign in to comment.