⬆️ Update dependency prek to v0.4.3#1597
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #1597 +/- ##
=======================================
Coverage 94.99% 94.99%
=======================================
Files 158 158
Lines 6199 6199
Branches 353 353
=======================================
Hits 5889 5889
Misses 248 248
Partials 62 62 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
60eff78 to
1f41916
Compare
1f41916 to
f39d0c5
Compare
f39d0c5 to
a8b00cb
Compare
edenhaus
approved these changes
May 28, 2026
a8b00cb to
3fc61de
Compare
3fc61de to
2cbf29c
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.13→==0.4.3Release 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.1Compare Source
Released on 2026-05-20.
Enhancements
Performance
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
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.