From 2c38bf7c3ef5cea5c34c414770529ed2ebee358d Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 10 Aug 2026 08:26:35 +0000
Subject: [PATCH] chore(mise): upgrade prek
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Automated mise tool upgrades from local config.
Updated tools:
- `prek`
Command: `mise upgrade --bump --local prek`
Version changelog (prek)
| Tool | Requested | Installed |
|------|-----------|-----------|
| `prek` | `0.4.11` → `0.4.12` | `0.4.11` → `0.4.12` |
Release notes (1 tools)
prek: `0.4.11` → `0.4.12` (j178/prek)
### v0.4.12
## Release Notes
Released on 2026-08-03.
### Enhancements
- Add `--require-group` for hook group intersections ([#2472](https://github.com/j178/prek/pull/2472))
- Align fast-path and builtin pre-commit hooks ([#2433](https://github.com/j178/prek/pull/2433))
- Do not shuffle file list for verbose output ([#2431](https://github.com/j178/prek/pull/2431))
- Improve top-level command descriptions ([#2429](https://github.com/j178/prek/pull/2429))
- Install `uv` from Astral CDN and drop source racing ([#2455](https://github.com/j178/prek/pull/2455))
- Make `prek install --force` bypass external hooks paths ([#2437](https://github.com/j178/prek/pull/2437))
- Show builtin hook flags in verbose list output ([#2427](https://github.com/j178/prek/pull/2427))
- Verify uv release archive checksums ([#2456](https://github.com/j178/prek/pull/2456))
### Performance
- Precompute file tags in parallel ([#2440](https://github.com/j178/prek/pull/2440))
- Skip diffs after known hook modifications ([#2447](https://github.com/j178/prek/pull/2447))
- Skip worktree diffs for read-only languages ([#2432](https://github.com/j178/prek/pull/2432))
- Track builtin hook file changes directly ([#2404](https://github.com/j178/prek/pull/2404))
### Bug fixes
- Use full object IDs in diff snapshots ([#2448](https://github.com/j178/prek/pull/2448))
### Documentation
- Add a multi-repository configuration example ([#2434](https://github.com/j178/prek/pull/2434))
- Rewrite benchmark documentation ([#2469](https://github.com/j178/prek/pull/2469))
### Contributors
- @j178
- @BitWeaverDev
- @allanlewis
## Install prek 0.4.12
### Install prebuilt binaries via shell script
```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.4.12/prek-installer.sh | sh
```
### Install prebuilt binaries via powershell script
```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.4.12/prek-installer.ps1 | iex"
```… (truncated)
Modified files:
- `.mise.toml`
---
.mise.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.mise.toml b/.mise.toml
index 4bca526..f498643 100644
--- a/.mise.toml
+++ b/.mise.toml
@@ -8,7 +8,7 @@ editorconfig-checker = "3.11.1"
ghalint = "1.5.6"
pinact = "4.1.0"
"pipx:gh-action-pulse" = { version = "1.1.0", uvx = true }
-prek = "0.4.11"
+prek = "0.4.12"
rumdl = "0.2.52"
shellcheck = "0.11.0"
shfmt = "3.13.1"