chore(deps): update dependency prek to >=0.4.3,<0.5.0#607
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #607 +/- ##
=======================================
Coverage ? 98.35%
=======================================
Files ? 45
Lines ? 2183
Branches ? 0
=======================================
Hits ? 2147
Misses ? 36
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
gruebel
approved these changes
May 29, 2026
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.0,<0.4.0→>=0.4.3,<0.5.0Release Notes
j178/prek (prek)
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.1Released on 2026-05-20.
Enhancements
Performance
Contributors
v0.4.0Released 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.11Released 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.10Released 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.9Released 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: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.