Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2025

This PR contains the following updates:

Package Change Age Confidence
prek (source, changelog) 0.2.18 -> 0.2.23 age confidence

Release Notes

j178/prek (prek)

v0.2.23

Compare Source

Released on 2025-12-20.

Highlights

🚀 This release introduces priority-based parallel hook execution: prek can run multiple hooks in parallel when they share the same priority, which can be a huge speed-up for many configs. See configuration docs for priority.

Enhancements
  • Allow uv reading user-level or system-level configuration files (#​1227)
  • Implement check-case-conflict as builtin hook (#​888)
  • Implement priority based parallel execution (#​1232)
Bug fixes
  • Fix check-executable-have-shebangs "command line too long" error on Windows (#​1236)
Documentation
  • Add FastAPI to the list of projects using prek (#​1241)
  • Document hook_types flag and default_install_hook_types behavior (#​1225)
  • Improve documentation for priority (#​1245)
  • Mention prek can be installed viataiki-e/install-action@prek (#​1234)
Contributors

v0.2.22

Compare Source

Released on 2025-12-13.

Highlights

In this release, prek adds support for the --cooldown-days option in the prek auto-update command.
This option allows users to skip releases that are newer than a specified number of days.
It is useful to mitigate open source supply chain risks by avoiding very recent releases that may not have been widely adopted or vetted yet.
Big thanks to @​lmmx for driving this feature!

Enhancements
  • Support--cooldown-days in prek auto-update (#​1172)
    • Prefer tag creation timestamp in --cooldown-days (#​1221)
  • Use cargo install for packages in workspace (#​1207)
Bug fixes
  • Set CARGO_HOME for cargo metadata (#​1209)
Contributors

v0.2.21

Compare Source

Released on 2025-12-09.

Bug fixes
  • Fallback to use remote repo package root instead of erroring (#​1203)
  • Prepend toolchain bin directory to PATH when calling cargo (#​1204)
  • Use cargo from installed toolchain (#​1202)
Contributors

v0.2.20

Compare Source

Released on 2025-12-08.

Highlights

In this release:

  • Rust hooks are now fully supported with automatic toolchain management, including package discovery in virtual workspaces. Big thanks to @​lmmx for driving this.
  • Added a prek cache size subcommand so you can quickly see how much cache space prek is using. Thanks @​MatthewMckee4!
  • Nested workspaces are easier to reason about: set orphan: true on a project to isolate it from parents so its files are processed only once.

Want to show your project runs on prek? Add our README badge to your docs or repo homepage: prek

Enhancements
  • Support Rust language (#​989)
    • Refactor Rust toolchain management (#​1198)
    • Add support for finding packages in virtual workspaces (#​1180)
  • Add prek cache size command (#​1183)
  • Support orphan projects (#​1129)
  • Fallback to manual stage for hooks specified directly in command line (#​1185)
  • Make go module cache read-writeable (thus deletable) (#​1164)
  • Provide more information when validating configs and manifests (#​1182)
  • Improve error message for invalid number of arguments to hook-impl (#​1196)
Bug fixes
  • Disable git terminal prompts (#​1193)
  • Prevent post-checkout deadlock when cloning repos (#​1192)
  • Prevent color output when redirecting stdout to a file (#​1159)
Documentation
  • Add MacPorts to installation methods (#​1157)
  • Add a FAQ page explaining prek install --install--hooks (#​1162)
Other changes
  • Add prek: enabled repo badge (#​1171)
  • Add favicon for docs website (#​1187)
Contributors

v0.2.19

Compare Source

Released on 2025-11-26.

Performance
  • Simplify fix_byte_order_marker hook (#​1136)
  • Simplify trailing-whitespace hook to improve performance (#​1135)
Bug fixes
  • Close stdin for hook subcommands (#​1155)
  • Fix parsing Python interpreter info containing non-UTF8 chars (#​1141)
Contributors

Configuration

📅 Schedule: Branch creation - Between day 1 and 7 of the month, and on Sunday and Saturday ( * * 1-7 * 0,6 ) in timezone America/Mexico_City, Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Dependencies label Dec 28, 2025
@renovate renovate bot requested a review from edgarrmondragon as a code owner December 28, 2025 05:37
@edgarrmondragon edgarrmondragon added this pull request to the merge queue Dec 28, 2025
Merged via the queue into main with commit 066ba69 Dec 28, 2025
7 checks passed
@edgarrmondragon edgarrmondragon deleted the renovate/prek-0.x branch December 28, 2025 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants