Skip to content

Commit 630b887

Browse files
Build: Bump prek from 0.2.15 to 0.2.20 (#2805)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [prek](https://github.com/j178/prek) from 0.2.15 to 0.2.20. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/j178/prek/releases">prek's releases</a>.</em></p> <blockquote> <h2>0.2.20</h2> <h2>Release Notes</h2> <p>Released on 2025-12-08.</p> <h3>Highlights</h3> <p>In this release:</p> <ul> <li>Rust hooks are now fully supported with automatic toolchain management, including package discovery in virtual workspaces. Big thanks to <a href="https://github.com/lmmx"><code>@​lmmx</code></a> for driving this.</li> <li>Added a <code>prek cache size</code> subcommand so you can quickly see how much cache space prek is using. Thanks <a href="https://github.com/MatthewMckee4"><code>@​MatthewMckee4</code></a>!</li> <li>Nested workspaces are easier to reason about: set <code>orphan: true</code> on a project to isolate it from parents so its files are processed only once.</li> </ul> <p>Want to show your project runs on prek? Add our README badge to your docs or repo homepage: <a href="https://github.com/j178/prek"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/j178/prek/master/docs/assets/badge-v0.json" alt="prek" /></a></p> <h3>Enhancements</h3> <ul> <li>Support Rust language (<a href="https://redirect.github.com/j178/prek/pull/989">#989</a>) <ul> <li>Refactor Rust toolchain management (<a href="https://redirect.github.com/j178/prek/pull/1198">#1198</a>)</li> <li>Add support for finding packages in virtual workspaces (<a href="https://redirect.github.com/j178/prek/pull/1180">#1180</a>)</li> </ul> </li> <li>Add <code>prek cache size</code> command (<a href="https://redirect.github.com/j178/prek/pull/1183">#1183</a>)</li> <li>Support orphan projects (<a href="https://redirect.github.com/j178/prek/pull/1129">#1129</a>)</li> <li>Fallback to <code>manual</code> stage for hooks specified directly in command line (<a href="https://redirect.github.com/j178/prek/pull/1185">#1185</a>)</li> <li>Make go module cache read-writeable (thus deletable) (<a href="https://redirect.github.com/j178/prek/pull/1164">#1164</a>)</li> <li>Provide more information when validating configs and manifests (<a href="https://redirect.github.com/j178/prek/pull/1182">#1182</a>)</li> <li>Improve error message for invalid number of arguments to hook-impl (<a href="https://redirect.github.com/j178/prek/pull/1196">#1196</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Disable git terminal prompts (<a href="https://redirect.github.com/j178/prek/pull/1193">#1193</a>)</li> <li>Prevent <code>post-checkout</code> deadlock when cloning repos (<a href="https://redirect.github.com/j178/prek/pull/1192">#1192</a>)</li> <li>Prevent color output when redirecting stdout to a file (<a href="https://redirect.github.com/j178/prek/pull/1159">#1159</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add MacPorts to installation methods (<a href="https://redirect.github.com/j178/prek/pull/1157">#1157</a>)</li> <li>Add a FAQ page explaining <code>prek install --install--hooks</code> (<a href="https://redirect.github.com/j178/prek/pull/1162">#1162</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Add <code>prek: enabled</code> repo badge (<a href="https://redirect.github.com/j178/prek/pull/1171">#1171</a>)</li> <li>Add favicon for docs website (<a href="https://redirect.github.com/j178/prek/pull/1187">#1187</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/MatthewMckee4"><code>@​MatthewMckee4</code></a></li> <li><a href="https://github.com/lmmx"><code>@​lmmx</code></a></li> <li><a href="https://github.com/j178"><code>@​j178</code></a></li> <li><a href="https://github.com/joshmarkovic"><code>@​joshmarkovic</code></a></li> <li><a href="https://github.com/frazar"><code>@​frazar</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/j178/prek/blob/master/CHANGELOG.md">prek's changelog</a>.</em></p> <blockquote> <h2>0.2.20</h2> <p>Released on 2025-12-08.</p> <h3>Highlights</h3> <p>In this release:</p> <ul> <li>Rust hooks are now fully supported with automatic toolchain management, including package discovery in virtual workspaces. Big thanks to <a href="https://github.com/lmmx"><code>@​lmmx</code></a> for driving this.</li> <li>Added a <code>prek cache size</code> subcommand so you can quickly see how much cache space prek is using. Thanks <a href="https://github.com/MatthewMckee4"><code>@​MatthewMckee4</code></a>!</li> <li>Nested workspaces are easier to reason about: set <code>orphan: true</code> on a project to isolate it from parents so its files are processed only once.</li> </ul> <p>Want to show your project runs on prek? Add our README badge to your docs or repo homepage: <a href="https://github.com/j178/prek"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/j178/prek/master/docs/assets/badge-v0.json" alt="prek" /></a></p> <h3>Enhancements</h3> <ul> <li> <p>Support Rust language (<a href="https://redirect.github.com/j178/prek/pull/989">#989</a>)</p> <ul> <li>Refactor Rust toolchain management (<a href="https://redirect.github.com/j178/prek/pull/1198">#1198</a>)</li> <li>Add support for finding packages in virtual workspaces (<a href="https://redirect.github.com/j178/prek/pull/1180">#1180</a>)</li> </ul> </li> <li> <p>Add <code>prek cache size</code> command (<a href="https://redirect.github.com/j178/prek/pull/1183">#1183</a>)</p> </li> <li> <p>Support orphan projects (<a href="https://redirect.github.com/j178/prek/pull/1129">#1129</a>)</p> </li> <li> <p>Fallback to <code>manual</code> stage for hooks specified directly in command line (<a href="https://redirect.github.com/j178/prek/pull/1185">#1185</a>)</p> </li> <li> <p>Make go module cache read-writeable (thus deletable) (<a href="https://redirect.github.com/j178/prek/pull/1164">#1164</a>)</p> </li> <li> <p>Provide more information when validating configs and manifests (<a href="https://redirect.github.com/j178/prek/pull/1182">#1182</a>)</p> </li> <li> <p>Improve error message for invalid number of arguments to hook-impl (<a href="https://redirect.github.com/j178/prek/pull/1196">#1196</a>)</p> </li> </ul> <h3>Bug fixes</h3> <ul> <li>Disable git terminal prompts (<a href="https://redirect.github.com/j178/prek/pull/1193">#1193</a>)</li> <li>Prevent <code>post-checkout</code> deadlock when cloning repos (<a href="https://redirect.github.com/j178/prek/pull/1192">#1192</a>)</li> <li>Prevent color output when redirecting stdout to a file (<a href="https://redirect.github.com/j178/prek/pull/1159">#1159</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add MacPorts to installation methods (<a href="https://redirect.github.com/j178/prek/pull/1157">#1157</a>)</li> <li>Add a FAQ page explaining <code>prek install --install--hooks</code> (<a href="https://redirect.github.com/j178/prek/pull/1162">#1162</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Add <code>prek: enabled</code> repo badge (<a href="https://redirect.github.com/j178/prek/pull/1171">#1171</a>)</li> <li>Add favicon for docs website (<a href="https://redirect.github.com/j178/prek/pull/1187">#1187</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/MatthewMckee4"><code>@​MatthewMckee4</code></a></li> <li><a href="https://github.com/lmmx"><code>@​lmmx</code></a></li> <li><a href="https://github.com/j178"><code>@​j178</code></a></li> <li><a href="https://github.com/joshmarkovic"><code>@​joshmarkovic</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/j178/prek/commit/adbb89f6a2a8c283f663bc376907df42544a6cb3"><code>adbb89f</code></a> Bump version to 0.2.20 (<a href="https://redirect.github.com/j178/prek/issues/1199">#1199</a>)</li> <li><a href="https://github.com/j178/prek/commit/292063956f3becc883883b15e4a9dee4b53ec51e"><code>2920639</code></a> Refactor Rust toolchain management (<a href="https://redirect.github.com/j178/prek/issues/1198">#1198</a>)</li> <li><a href="https://github.com/j178/prek/commit/db20094e2879e1ebee4cf56836862c0f092bae4e"><code>db20094</code></a> Improve error message for invalid number of arguments to hook-impl (<a href="https://redirect.github.com/j178/prek/issues/1196">#1196</a>)</li> <li><a href="https://github.com/j178/prek/commit/6a2f212fea2e3194ab7402ee70073c54b06d9a08"><code>6a2f212</code></a> Upgrade dependencies for docs (<a href="https://redirect.github.com/j178/prek/issues/1195">#1195</a>)</li> <li><a href="https://github.com/j178/prek/commit/adf78165d8f0095687cd40baf566d157e83b7a1f"><code>adf7816</code></a> Fallback to <code>manual</code> stage for hooks specified directly in command line (<a href="https://redirect.github.com/j178/prek/issues/1185">#1185</a>)</li> <li><a href="https://github.com/j178/prek/commit/20dbb99b3ccadd144b725a4d3d0beacec5e1d956"><code>20dbb99</code></a> Prevent <code>post-checkout</code> deadlock when cloning repos (<a href="https://redirect.github.com/j178/prek/issues/1192">#1192</a>)</li> <li><a href="https://github.com/j178/prek/commit/2497649b058ecff18cac8903c593799fab9c6a6c"><code>2497649</code></a> Disable git terminal prompts (<a href="https://redirect.github.com/j178/prek/issues/1193">#1193</a>)</li> <li><a href="https://github.com/j178/prek/commit/b5be7c6c92eda71ce9a0fbb1bed4c40a662e01d0"><code>b5be7c6</code></a> Provide more information when validating configs and manifests (<a href="https://redirect.github.com/j178/prek/issues/1182">#1182</a>)</li> <li><a href="https://github.com/j178/prek/commit/dad650b9655ec7212b726aeeb5672ab48bdc7c92"><code>dad650b</code></a> rust: add support for finding packages in virtual workspaces (<a href="https://redirect.github.com/j178/prek/issues/1180">#1180</a>)</li> <li><a href="https://github.com/j178/prek/commit/da4cebd3336446b224364202c06f0d7e0dce50fd"><code>da4cebd</code></a> Update dependency uv to v0.9.15 (<a href="https://redirect.github.com/j178/prek/issues/1170">#1170</a>)</li> <li>Additional commits viewable in <a href="https://github.com/j178/prek/compare/v0.2.15...v0.2.20">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prek&package-manager=uv&previous-version=0.2.15&new-version=0.2.20)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e11da0 commit 630b887

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

uv.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)