From 4f841f19fdd54c507f03b2884c664f27ff909224 Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Mon, 30 Sep 2024 06:03:29 -0700 Subject: [PATCH] chore(deps): update dependency @bazel/bazelisk to v1.22.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ##### [`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 (https://github.com/bazelbuild/bazelisk/pull/612) - `--bisect` now supports finding the first *fixing* commit by prefixing the range with `~` (https://github.com/bazelbuild/bazelisk/pull/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 (https://github.com/bazelbuild/bazelisk/pull/614) We’d like to thank our amazing contributors [@fmeum](https://github.com/fmeum) and [@jwnimmer-tri](https://github.com/jwnimmer-tri)! --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7dfe12ec1a..704cbf93f9 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4d9998c150..df244c5b21 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -173,8 +173,8 @@ devDependencies: specifier: 7.24.7 version: 7.24.7(@babel/core@7.25.2) '@bazel/bazelisk': - specifier: 1.21.0 - version: 1.21.0 + specifier: 1.22.0 + version: 1.22.0 '@bazel/buildifier': specifier: 7.3.1 version: 7.3.1 @@ -3352,8 +3352,8 @@ packages: '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 - /@bazel/bazelisk@1.21.0: - resolution: {integrity: sha512-iyEKx4m7zQCzHeI9zSXzIpAuq0L2EtP1eDbdwcWTqrWOmmGJVh+XTZoBUKd8RM2QymLVW5I2t6AFweQBzha9uA==} + /@bazel/bazelisk@1.22.0: + resolution: {integrity: sha512-GkMh1PdX1w5lHktztEWub4yzy8pmPK6/EvOsDT7XDALwTGnAxa6bPBT/6qzR992dp7zCJNsOxLJ6Gga/4SSEwA==} hasBin: true dev: true