chore(deps): update dependency prek to v0.4.13 - #399
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Deploying wakupy with
|
| Latest commit: |
2150d4f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d2626d89.wakupy.pages.dev |
| Branch Preview URL: | https://renovate-prek-0-x.wakupy.pages.dev |
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
April 21, 2026 13:24
b109b75 to
47eb492
Compare
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
April 27, 2026 05:31
47eb492 to
3811e0a
Compare
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
May 5, 2026 11:07
3811e0a to
9179511
Compare
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
May 5, 2026 20:53
9179511 to
c42c7f2
Compare
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
May 14, 2026 13:46
c42c7f2 to
f02d625
Compare
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
May 20, 2026 05:47
f02d625 to
d16ddf6
Compare
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
June 15, 2026 13:00
fbaccfb to
6d32aa4
Compare
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
July 1, 2026 21:35
6d32aa4 to
8b119d1
Compare
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
July 4, 2026 14:03
8b119d1 to
58b7b3b
Compare
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
July 11, 2026 12:31
58b7b3b to
489ecb1
Compare
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
July 16, 2026 14:09
489ecb1 to
b75422c
Compare
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
July 24, 2026 21:13
b75422c to
61a53e3
Compare
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
August 3, 2026 13:12
61a53e3 to
b387877
Compare
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
August 10, 2026 10:40
b387877 to
2150d4f
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.3.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
v0.4.8Released on 2026-07-04.
Enhancements
auto-updatetoupdate(#2286)Bug fixes
Contributors
v0.4.6Compare Source
Released on 2026-07-01.
Enhancements
PREK_DOCKER_NO_INITto opt-out Docker--init(#2242)PREK_CONCURRENT_HOOKSandPREK_CONCURRENT_BATCHES(#2276)Performance
Documentation
language_versioninferring for Python and Go (#2241)Other changes
serde-saphyrfor YAML string quoting (#2228)Contributors
v0.4.5Compare Source
Released on 2026-06-15.
✨Highlights
0.4.5 completes
prek's pre-commit language coverage. With R, Conda, Perl,and coursier now supported,
preksupports every language available inpre-commit, plus
prek-only modern languages such as Bun and Deno.This is full feature parity with pre-commit. The last major compatibility gap
is closed, and
prekis now on the path to 1.0.💚 Sponsorship
If
preksaves time for you or your team, please consider sponsoring theproject on GitHub Sponsors. It helps keep
new features, performance work, and maintenance moving.
Enhancements
Perllanguage support (#2201)Rlanguage support (#2206)Condalanguage support (#2203)coursierlanguage support (#2194)Performance
Bug fixes
Contributors
v0.4.4Compare Source
Released on 2026-06-04.
Highlights
0.4.4 makes
prek runeasier to watch and easier to slice.Hook stream output now shows a small live preview under the running hook in the
progress UI. Long-running hooks no longer look stuck while they are producing
logs, and failed hooks are easier to diagnose because recent output is already
visible before the final result.
The new group selector lets a single config support different workflows. Tag
hooks with
groups, then select or exclude those groups at run time:This is useful when local development, CI, slow validation, or project-specific
checks need different hook sets without splitting the config.
Enhancements
prek run(#2141)Bug fixes
Documentation
Contributors
v0.4.3Compare Source
Released on 2026-05-27.
Bug fixes
Sponsorship
If
preksaves time for you or your team, please consider sponsoring theproject on GitHub Sponsors. It helps keep
new features, performance work, and maintenance moving.
Contributors
v0.4.2Compare Source
Released on 2026-05-26.
Highlights
0.4.2 is mainly about making
prek runfaster in large repos.preknow does lessgit diffwork. After hooks run,prekuses diff checksto detect files changed by hooks. If a hook modifies files, prek marks that hook
as failed. That is important, but full diff snapshots can be slow in big repos,
especially when they happen after every hook group.
We skip the expensive diff path in two common cases: built-in hooks that prek
knows are read-only, and clean worktrees where a cheap dirty check is enough
unless a hook actually changes files. In the right large-repo workload,
skipping that work can make runs up to 10x faster.
Workspace mode is faster too. Hooks have historically been too serial.
Priority-based concurrency helped, but it required users to choose good
priorityvalues. Now sibling projects at the same workspace depth run inparallel automatically. Their files do not overlap, so this is safe and needs
no extra config. For multi-project workspaces, this can dramatically reduce
total hook time.
Sponsorship
If
preksaves time for you or your team, please consider sponsoring theproject on GitHub Sponsors. It helps keep
new features, performance work, and maintenance moving.
Enhancements
Performance
Contributors
v0.4.1Compare Source
Released on 2026-07-16.
Enhancements
Bug fixes
GIT_WORK_TREEto git commands (#2356)Documentation
Contributors
v0.4.0Compare Source
Released on 2026-05-14.
Breaking changes
These are narrow cleanup breaks in behavior that was either temporary or never worked correctly. Most users should not need to change anything.
-q,-v, or--no-progresspassed toprek install. This only affects users who expected those global flags to be baked into installed hooks. (#1966)language_versionno longer accepts direct executable paths. Uselanguage_version: systemfor a system toolchain, or use a supported version request instead. This path form did not work reliably before, so existing working configs should be unaffected. (#1831)Enhancements
--config,--cd,--log-fileand--git-dir(#2063)Bug fixes
Documentation
Contributors
v0.3.13Compare Source
Released on 2026-05-06.
Bug fixes
Documentation
Contributors
v0.3.12Compare Source
Released on 2026-05-05.
Highlights
auto_update.cooldown_daysis now available in both the user-level globalconfig (
~/.config/prek/prek.tomlon Linux and macOS, or$XDG_CONFIG_HOME/prek/prek.tomlwhen set;%APPDATA%\prek\prek.tomlonWindows) and project config. Set a user default for
prek auto-update, thenoverride it per project when a repository needs a different update cadence.
Enhancements
language: dart(#1146)Bug fixes
$PATHforgeminvocations (#2021)Documentation
Contributors
v0.3.11Compare Source
Released on 2026-04-27.
Highlights
Hook entries now have an explicit
shelloption for shell snippets. Setshell: sh,bash,pwsh,powershell, orcmdwhen an entry should beevaluated by that shell; leaving it unset keeps prek's direct argv execution.
prek auto-updatecan now filter tag candidates before choosing an update.Both options take glob patterns: use
--include-tagto only consider matchingtag names, and
--exclude-tagto skip matching tags such as moving tags orprereleases.
Enhancements
auto-update --exclude-repo <repo>to skip repos (#1983)auto-update --exit-codeto exit with non-zero on updates (#2002)auto-update --include-tag <pattern>/--exclude-tag <pattern>to filter tags (#1984)shellhook option for entries that should run as shell source (#2004)--hook-diroptional for hook-impl (#1989)--script-versionis missing (#1990)Bug fixes
Documentation
pass_filenamesconcurrency docs (#1999)Contributors
v0.3.10Compare Source
Released on 2026-04-21.
Enhancements
@j178/preknpm package (#1973)Bug fixes
Documentation
SKILL.mdfor prek (#1950)gh skill install j178/prek prekto install prek skill for agents (#1951)Other changes
Contributors
v0.3.9Compare Source
Released on 2026-04-13.
Highlight
prek auto-updateis now stricter about pinned revisions and more useful in CI.It now keeps
revand# frozen:comments in sync, can detectimpostor commits when validating pinned SHAs,
and lets you use
prek auto-update --checkto fail on both available updates and frozen-refmismatches without rewriting the config.
Examples:
Enhancements
language: dotnetsupport (#1871)core.hooksPath(#1892)prek run --no-fail-fastto override config file (#1859)forbid-new-submodulesas builtin hook (#1853)cache gc(#1877)auto-update --freezeoutput (#1916)Bug fixes
auto-update(#1936)Documentation
Contributors
Configuration
📅 Schedule: (in timezone UTC)
* 0-3 * * *)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.