| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Automated mise tool upgrades from local config. Updated tools: - `prek` Command: `mise upgrade --bump --local prek` <details> <summary>Version changelog (prek)</summary> | Tool | Requested | Installed | |------|-----------|-----------| | `prek` | `0.4.12` → `0.4.13` | `0.4.12` → `0.4.13` | </details> <details> <summary>Release notes (1 tools)</summary> <details> <summary>prek: `0.4.12` → `0.4.13` (j178/prek)</summary> ### v0.4.13 ## Release Notes Released on 2026-08-10. ### Highlights #### Manage hook tools with mise The new `language: mise` support lets hooks install tools using [`mise`](https://mise.jdx.dev/) in an isolated environment: ```yaml repos: - repo: local hooks: - id: golangci-lint name: golangci-lint language: mise additional_dependencies: ["aqua:golangci/golangci-lint@2"] entry: golangci-lint run --fast-only ./... pass_filenames: false ``` #### Run commands in hook environments The new `prek exec` subcommand can run an explicit command in a configured hook's prepared environment. For example, the hook above makes its managed binary available to this command: ```console $ prek exec golangci-lint -- golangci-lint --version ``` ### Enhancements - Add `mise` language support ([#2540](j178/prek#2540)) - Add `deny-filename-pattern` and `require-filename-pattern` hooks ([#2488](j178/prek#2488)) - Add `prek exec` for running commands in a hook environment ([#2478](j178/prek#2478)) - Add `yaml-language-server:` comment to YAML sample config ([#2486](j178/prek#2486)) - Make `prek cache size` output terminal-aware ([#2508](j178/prek#2508)) - Match file regexes against path bytes ([#2541](j178/prek#2541)) - Show hook aliases in run output ([#2497](j178/prek#2497)) - Show hook descriptions in run output ([#2490](j178/prek#2490)) ### Performance - Avoid env cache scans for skipped hooks ([#2502](j178/prek#2502)) - Cache Node version queries ([#2500](j178/prek#2500)) ### Bug fixes - Fix Node hook installation with npm 11 ([#2487](j178/prek#2487)) - Isolate dependency installs from inherited Git repository state ([#2506](https://github.com/j178/prek/pull/25… (truncated) </details> </details> Modified files: - `.mise.toml`
Commit Check✅ All 4 checks passed Show all 4 checksCommit message
✔ Commit 1/1 (chore(mise): upgrade prek)
Branch
✔ Branch (chore/mise-tool-updates-prek-20260817073207)
Author
✔ Author name (ghappforreleaseplease[bot])
✔ Author email (294462232+ghappforreleaseplease[bot]@users.noreply.github...)
commit-check 2.13.4 · Rules reference |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Automated mise tool upgrades from local config.
Updated tools:
Command: mise upgrade --bump --local prek
Version changelog (prek)v0.4.13
Release Notes
Released on 2026-08-10.
Highlights
Manage hook tools with mise
The new language: mise support lets hooks install tools using
mise in an isolated environment:
Run commands in hook environments
The new prek exec subcommand can run an explicit command in a configured
hook's prepared environment. For example, the hook above makes its managed
binary available to this command:
$ prek exec golangci-lint -- golangci-lint --versionEnhancements
Performance
Bug fixes
Modified files: