chore(deps): update dependency prek to v0.4.13 - #82
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
July 31, 2026 17:46
717359a to
90309a9
Compare
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
August 10, 2026 13:38
90309a9 to
1609f79
Compare
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
August 17, 2026 10:32
1609f79 to
a1ead14
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.4.8→0.4.13==0.4.8→==0.4.13Release Notes
j178/prek (prek)
v0.4.13Compare Source
Released on 2026-08-10.
Highlights
Manage hook tools with mise
The new
language: misesupport lets hooks install tools usingmisein an isolated environment:Run commands in hook environments
The new
prek execsubcommand can run an explicit command in a configuredhook's prepared environment. For example, the hook above makes its managed
binary available to this command:
$ prek exec golangci-lint -- golangci-lint --versionEnhancements
miselanguage support (#2540)deny-filename-patternandrequire-filename-patternhooks (#2488)prek execfor running commands in a hook environment (#2478)yaml-language-server:comment to YAML sample config (#2486)prek cache sizeoutput terminal-aware (#2508)Performance
Bug fixes
Documentation
Contributors
v0.4.12Compare Source
Released on 2026-08-03.
Enhancements
--require-groupfor hook group intersections (#2472)uvfrom Astral CDN and drop source racing (#2455)prek install --forcebypass external hooks paths (#2437)Performance
Bug fixes
Documentation
Contributors
v0.4.11Compare Source
Released on 2026-07-25.
Highlights
This release adds two new builtin hooks,
deny-patternandrequire-pattern,as native alternatives for
pygrepuse cases.deny-patternfails when aconfigured pattern is found, while
require-patternensures every selectedfile contains a match. By matching natively without spawning a Python
subprocess, they run over 4x faster than
pygrepin benchmarks. Note thatthey use
Rust
regexsyntax, which doesnot support look-around features such as negative lookbehind.
prek runnow supports--glob <PATTERN>to run hooks on tracked filesmatching a glob. It can be repeated or combined with
--filesand--directory.Hook priorities now support reusable aliases:
This makes parallel scheduling easier to read and maintain.
Enhancements
deny-patternandrequire-patternbuiltin hooks (#2359)--globpatterns inprek run(#2381)requirements-txt-fixeras a builtin hook (#2390)Performance
Bug fixes
Contributors
v0.4.10Compare Source
Released on 2026-07-16.
Enhancements
Bug fixes
GIT_WORK_TREEto git commands (#2356)Documentation
Contributors
v0.4.9Compare Source
Released on 2026-07-11.
Note: This release changes the repository identity schema stored in cached hook environments. Existing
hook environments will be invalidated, and prek will reinstall them automatically when needed.
Enhancements
Bug fixes
Contributors
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.