Skip to content

Commit aa87147

Browse files
Build: Bump prek from 0.2.23 to 0.2.25 (#2873)
Bumps [prek](https://github.com/j178/prek) from 0.2.23 to 0.2.25. <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.25</h2> <h2>Release Notes</h2> <p>Released on 2025-12-27.</p> <h3>Performance</h3> <ul> <li>Use <code>git cat-file -e</code> in check if a rev exists (<a href="https://redirect.github.com/j178/prek/pull/1277">#1277</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix <code>priority</code> not applied for remote hooks (<a href="https://redirect.github.com/j178/prek/pull/1281">#1281</a>)</li> <li>Report config file parsing error in <code>auto-update</code> (<a href="https://redirect.github.com/j178/prek/pull/1274">#1274</a>)</li> <li>Unset <code>GIT_DIR</code> for auto-update (<a href="https://redirect.github.com/j178/prek/pull/1269">#1269</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/j178"><code>@​j178</code></a></li> <li><a href="https://github.com/branchv"><code>@​branchv</code></a></li> </ul> <h2>Install prek 0.2.25</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.25/prek-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c &quot;irm https://github.com/j178/prek/releases/download/v0.2.25/prek-installer.ps1 | iex&quot; </code></pre> <h3>Install prebuilt binaries via Homebrew</h3> <pre lang="sh"><code>brew install j178/tap/prek </code></pre> <h3>Install prebuilt binaries into your npm project</h3> <pre lang="sh"><code>npm install @j178/prek@0.2.25 </code></pre> <h2>Download prek 0.2.25</h2> <table> <thead> <tr> <th>File</th> <th>Platform</th> <th>Checksum</th> </tr> </thead> </table> <!-- 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.25</h2> <p>Released on 2025-12-27.</p> <h3>Performance</h3> <ul> <li>Use <code>git cat-file -e</code> in check if a rev exists (<a href="https://redirect.github.com/j178/prek/pull/1277">#1277</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix <code>priority</code> not applied for remote hooks (<a href="https://redirect.github.com/j178/prek/pull/1281">#1281</a>)</li> <li>Report config file parsing error in <code>auto-update</code> (<a href="https://redirect.github.com/j178/prek/pull/1274">#1274</a>)</li> <li>Unset <code>GIT_DIR</code> for auto-update (<a href="https://redirect.github.com/j178/prek/pull/1269">#1269</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/j178"><code>@​j178</code></a></li> <li><a href="https://github.com/branchv"><code>@​branchv</code></a></li> </ul> <h2>0.2.24</h2> <p>Released on 2025-12-23.</p> <h3>Enhancements</h3> <ul> <li>Build and publish docker image to <code>ghcr.io/j178/prek</code> (<a href="https://redirect.github.com/j178/prek/pull/1253">#1253</a>)</li> <li>Support git urls for rust dependencies (<a href="https://redirect.github.com/j178/prek/pull/1256">#1256</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Ensure running <code>uv pip install</code> inside the remote repo path (<a href="https://redirect.github.com/j178/prek/pull/1262">#1262</a>)</li> <li>Fix <code>check-added-large-files</code> for traced files (<a href="https://redirect.github.com/j178/prek/pull/1260">#1260</a>)</li> <li>Respect <code>GIT_DIR</code> set by git (<a href="https://redirect.github.com/j178/prek/pull/1258">#1258</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add docker integration docs (<a href="https://redirect.github.com/j178/prek/pull/1254">#1254</a>)</li> <li>Clarify <code>priority</code> scope across repos (<a href="https://redirect.github.com/j178/prek/pull/1251">#1251</a>)</li> <li>Improve documentation for configurations (<a href="https://redirect.github.com/j178/prek/pull/1247">#1247</a>)</li> <li>Render changelog in document site (<a href="https://redirect.github.com/j178/prek/pull/1248">#1248</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/j178"><code>@​j178</code></a></li> <li><a href="https://github.com/branchv"><code>@​branchv</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/j178/prek/commit/1856285aba93744bc29cb0db0603810532a630f8"><code>1856285</code></a> Bump version to 0.2.25 (<a href="https://redirect.github.com/j178/prek/issues/1282">#1282</a>)</li> <li><a href="https://github.com/j178/prek/commit/e6f7fced91525320339cdc374b4f037460b2a3e9"><code>e6f7fce</code></a> Fix <code>priority</code> not applied for remote hooks (<a href="https://redirect.github.com/j178/prek/issues/1281">#1281</a>)</li> <li><a href="https://github.com/j178/prek/commit/b78b627aa8337f065d9d8fba339fc29a99427dec"><code>b78b627</code></a> Rename <code>remove_git_env</code> to <code>remove_git_envs</code> (<a href="https://redirect.github.com/j178/prek/issues/1280">#1280</a>)</li> <li><a href="https://github.com/j178/prek/commit/f010247ceba18d5cff0ab4e9b17ac7b534120c3e"><code>f010247</code></a> Use <code>git cat-file -e</code> in to check rev exist (<a href="https://redirect.github.com/j178/prek/issues/1277">#1277</a>)</li> <li><a href="https://github.com/j178/prek/commit/28df874c3fa11126fb7e9d7172b91e2762373dbc"><code>28df874</code></a> Use grouped code blocks in index.md (<a href="https://redirect.github.com/j178/prek/issues/1276">#1276</a>)</li> <li><a href="https://github.com/j178/prek/commit/e2459fd1c684e47636c60a1f331b6981c466b2aa"><code>e2459fd</code></a> Add <code>fastapi/typer</code>, <code>fastapi/asyncer</code> and <code>django/djangoproject.com</code> to the ...</li> <li><a href="https://github.com/j178/prek/commit/4984a2fe6811f72064964feaf0084737c00d2a7a"><code>4984a2f</code></a> Report config file parsing error in <code>auto-update</code> (<a href="https://redirect.github.com/j178/prek/issues/1274">#1274</a>)</li> <li><a href="https://github.com/j178/prek/commit/b6d9638ca2c0b664df325851b43e7bef86338f59"><code>b6d9638</code></a> Unset <code>GIT_DIR</code> for auto-update (<a href="https://redirect.github.com/j178/prek/issues/1269">#1269</a>)</li> <li><a href="https://github.com/j178/prek/commit/ad5c0dfb6a435f31925ae95e1845627ce9eaa0b8"><code>ad5c0df</code></a> Generate JSON schema for prek configuration (<a href="https://redirect.github.com/j178/prek/issues/1270">#1270</a>)</li> <li><a href="https://github.com/j178/prek/commit/5e1a4f13199211f64328dc8c7e1a4e40f8a55ad2"><code>5e1a4f1</code></a> Fix README on crates.io (<a href="https://redirect.github.com/j178/prek/issues/1268">#1268</a>)</li> <li>Additional commits viewable in <a href="https://github.com/j178/prek/compare/v0.2.23...v0.2.25">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.23&new-version=0.2.25)](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 4a2d205 commit aa87147

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

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)