diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eac61ee..0cdc461 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v6 - - uses: bazel-contrib/setup-bazel@0.18.0 + - uses: bazel-contrib/setup-bazel@0.19.0 with: bazelisk-cache: true disk-cache: ${{ github.workflow }} diff --git a/.github/workflows/verify-hooks.yml b/.github/workflows/verify-hooks.yml index 89b1c63..df5cb2a 100644 --- a/.github/workflows/verify-hooks.yml +++ b/.github/workflows/verify-hooks.yml @@ -20,7 +20,7 @@ jobs: cache: pnpm - name: Install dependencies run: pnpm install --frozen-lockfile - - uses: bazel-contrib/setup-bazel@0.18.0 + - uses: bazel-contrib/setup-bazel@0.19.0 with: bazelisk-cache: true disk-cache: ${{ github.workflow }} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3596df8..65ca6ad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,7 +16,7 @@ importers: version: 20.5.0 '@evilmartians/lefthook': specifier: ^2.0.0 - version: 2.0.13 + version: 2.1.5 oxfmt: specifier: ^0.27.0 version: 0.27.0 @@ -116,8 +116,8 @@ packages: conventional-commits-parser: optional: true - '@evilmartians/lefthook@2.0.13': - resolution: {integrity: sha512-Kpsd8NNQw4PrxP41OqwvM0oAP8y70Fslir7uU9fUBdl6JcGGpKlFNlFj87/5OJO95VHxKm8rFvg5mbkv4cCTFw==} + '@evilmartians/lefthook@2.1.5': + resolution: {integrity: sha512-svJSugMv1M0g7JeD1EqGcVQtF4pk1HkFZ8h7hfygXDyMNmo2UyQteqr6b9ljkS936SvH61IJOBjllt/EH3c7gw==} cpu: [x64, arm64, ia32] os: [darwin, linux, win32] hasBin: true @@ -136,21 +136,25 @@ packages: resolution: {integrity: sha512-aql/LLYriX/5Ar7o5Qivnp/qMTUPNiOCr7cFLvmvzYZa3XL0H8XtbKUfIVm+9ILR0urXQzcml+L8pLe1p8sgEg==} cpu: [arm64] os: [linux] + libc: [glibc] '@oxfmt/linux-arm64-musl@0.27.0': resolution: {integrity: sha512-6u/kNb7hubthg4u/pn3MK/GJLwPgjDvDDnjjr7TC0/OK/xztef8ToXmycxIQ9OeDNIJJf7Z0Ss/rHnKvQOWzRw==} cpu: [arm64] os: [linux] + libc: [musl] '@oxfmt/linux-x64-gnu@0.27.0': resolution: {integrity: sha512-EhvDfFHO1yrK/Cu75eU1U828lBsW2cV0JITOrka5AjR3PlmnQQ03Mr9ROkWkbPmzAMklXI4Q16eO+4n+7FhS1w==} cpu: [x64] os: [linux] + libc: [glibc] '@oxfmt/linux-x64-musl@0.27.0': resolution: {integrity: sha512-1pgjuwMT5sCekuteYZ7LkDsto7DJouaccwjozHqdWohSj2zJpFeSP2rMaC+6JJ1KD5r9HG9sWRuHZGEaoX9uOw==} cpu: [x64] os: [linux] + libc: [musl] '@oxfmt/win32-arm64@0.27.0': resolution: {integrity: sha512-mmuEhXZEhAYAeyjVTWwGKIA3RSb2b/He9wrXkDJPhmqp8qISUzkVg1dQmLEt4hD+wI5rzR+6vchPt521tzuRDA==} @@ -552,7 +556,7 @@ snapshots: optionalDependencies: conventional-commits-parser: 6.3.0 - '@evilmartians/lefthook@2.0.13': {} + '@evilmartians/lefthook@2.1.5': {} '@oxfmt/darwin-arm64@0.27.0': optional: true