From 3669fa5bf446240c6354aa0abbfe1a4c428cebdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 09:33:39 +0000 Subject: [PATCH] chore(deps): bump the all-dependencies group across 1 directory with 2 updates Bumps the all-dependencies group with 2 updates in the / directory: [voidzero-dev/setup-vp](https://github.com/voidzero-dev/setup-vp) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `voidzero-dev/setup-vp` from 1.15.0 to 1.16.1 - [Release notes](https://github.com/voidzero-dev/setup-vp/releases) - [Commits](https://github.com/voidzero-dev/setup-vp/compare/250f29ce396baf5e8f24498e17c0dfdebabc26eb...143f5f385f39b1b753ffed1a01ad443811855c8b) Updates `crate-ci/typos` from 1.48.0 to 1.49.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.48.0...v1.49.0) --- updated-dependencies: - dependency-name: voidzero-dev/setup-vp dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: crate-ci/typos dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-preview.yml | 2 +- .github/workflows/deploy-prod.yml | 2 +- .github/workflows/spell-check.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 64d9c698..19ec69ae 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: Setup Vite+ - uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb + uses: voidzero-dev/setup-vp@143f5f385f39b1b753ffed1a01ad443811855c8b with: node-version: latest cache: true diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 4bede9ec..0f347877 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: Setup Vite+ - uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb + uses: voidzero-dev/setup-vp@143f5f385f39b1b753ffed1a01ad443811855c8b with: node-version: latest cache: true diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index bc33896a..503da302 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -35,7 +35,7 @@ jobs: fi - name: Run typos check - uses: crate-ci/typos@v1.48.0 + uses: crate-ci/typos@v1.49.0 with: config: ./.github/workflows/typos.toml write_changes: ${{ steps.check_label.outputs.should_fix }}