Skip to content

Commit 18f5228

Browse files
Build: Bump prek from 0.2.10 to 0.2.12 (#2667)
Bumps [prek](https://github.com/j178/prek) from 0.2.10 to 0.2.12. <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.12</h2> <h2>Release Notes</h2> <p>Released on 2025-10-27.</p> <h3>Enhancements</h3> <ul> <li>Add a warning for unimplemented hooks (<a href="https://redirect.github.com/j178/prek/pull/976">#976</a>)</li> <li>Allow using system trusted store by <code>PREK_NATIVE_TLS</code> (<a href="https://redirect.github.com/j178/prek/pull/959">#959</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Do not check for <code>script</code> subprocess status (<a href="https://redirect.github.com/j178/prek/pull/964">#964</a>)</li> <li>Fix compatibility with older luarocks (<a href="https://redirect.github.com/j178/prek/pull/967">#967</a>)</li> <li>Fix local relative path in <code>try-repo</code> (<a href="https://redirect.github.com/j178/prek/pull/975">#975</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Update language support status (<a href="https://redirect.github.com/j178/prek/pull/970">#970</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/yihong0618"><code>@​yihong0618</code></a></li> <li><a href="https://github.com/st1971"><code>@​st1971</code></a></li> <li><a href="https://github.com/j178"><code>@​j178</code></a></li> </ul> <h2>Install prek 0.2.12</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.12/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.12/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/[email protected] &lt;/tr&gt;&lt;/table&gt; </code></pre> </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.12</h2> <p>Released on 2025-10-27.</p> <h3>Enhancements</h3> <ul> <li>Add a warning for unimplemented hooks (<a href="https://redirect.github.com/j178/prek/pull/976">#976</a>)</li> <li>Allow using system trusted store by <code>PREK_NATIVE_TLS</code> (<a href="https://redirect.github.com/j178/prek/pull/959">#959</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Do not check for <code>script</code> subprocess status (<a href="https://redirect.github.com/j178/prek/pull/964">#964</a>)</li> <li>Fix compatibility with older luarocks (<a href="https://redirect.github.com/j178/prek/pull/967">#967</a>)</li> <li>Fix local relative path in <code>try-repo</code> (<a href="https://redirect.github.com/j178/prek/pull/975">#975</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Update language support status (<a href="https://redirect.github.com/j178/prek/pull/970">#970</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/yihong0618"><code>@​yihong0618</code></a></li> <li><a href="https://github.com/st1971"><code>@​st1971</code></a></li> <li><a href="https://github.com/j178"><code>@​j178</code></a></li> </ul> <h2>0.2.11</h2> <p>Released on 2025-10-24.</p> <h3>Enhancements</h3> <ul> <li>Support <code>language: lua</code> hooks (<a href="https://redirect.github.com/j178/prek/pull/954">#954</a>)</li> <li>Support <code>language_version: system</code> (<a href="https://redirect.github.com/j178/prek/pull/949">#949</a>)</li> <li>Implement <code>no-commit-to-branch</code> as builtin hook (<a href="https://redirect.github.com/j178/prek/pull/930">#930</a>)</li> <li>Improve styling for stashing error message (<a href="https://redirect.github.com/j178/prek/pull/953">#953</a>)</li> <li>Support nix-shell style shebang (<a href="https://redirect.github.com/j178/prek/pull/929">#929</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add a page about &quot;Quick start&quot; (<a href="https://redirect.github.com/j178/prek/pull/934">#934</a>)</li> <li>Add kreuzberg to &quot;who is using prek&quot; (<a href="https://redirect.github.com/j178/prek/pull/936">#936</a>)</li> <li>Clarify minimum mise version required to use <code>mise use prek</code> (<a href="https://redirect.github.com/j178/prek/pull/931">#931</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/fllesser"><code>@​fllesser</code></a></li> <li><a href="https://github.com/j178"><code>@​j178</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/j178/prek/commit/15ef28aee97a0b4d07b21e90d7014636d36ffac3"><code>15ef28a</code></a> Bump version to 0.2.12 (<a href="https://redirect.github.com/j178/prek/issues/978">#978</a>)</li> <li><a href="https://github.com/j178/prek/commit/b533e785c87b1d304904dda8c5e05f317917ee21"><code>b533e78</code></a> Fix local relative path in <code>try-repo</code> (<a href="https://redirect.github.com/j178/prek/issues/975">#975</a>)</li> <li><a href="https://github.com/j178/prek/commit/ab6bb6aa649b60c5daeb378bda697334558cb11f"><code>ab6bb6a</code></a> Add a warning for unimplemented hooks (<a href="https://redirect.github.com/j178/prek/issues/976">#976</a>)</li> <li><a href="https://github.com/j178/prek/commit/476d84cf000715d8fef215fe052e9088fc726422"><code>476d84c</code></a> Fix <code>PREK_UV_SOURCE</code> list indentation (<a href="https://redirect.github.com/j178/prek/issues/977">#977</a>)</li> <li><a href="https://github.com/j178/prek/commit/b6c6ba84611d4b35976d6216f31d4f29f028a48d"><code>b6c6ba8</code></a> Fail windows CI when an error occured (<a href="https://redirect.github.com/j178/prek/issues/971">#971</a>)</li> <li><a href="https://github.com/j178/prek/commit/473ca4a188d063aff647295fbc72b219faf76066"><code>473ca4a</code></a> Update language support status (<a href="https://redirect.github.com/j178/prek/issues/970">#970</a>)</li> <li><a href="https://github.com/j178/prek/commit/76093daa263ecd3cb84c0c9b5f61119575408a74"><code>76093da</code></a> Fix compatibility with older luarocks (<a href="https://redirect.github.com/j178/prek/issues/967">#967</a>)</li> <li><a href="https://github.com/j178/prek/commit/7161581362ea535529f236d4763a5a81fe3810f0"><code>7161581</code></a> Allow using system trusted store by <code>PREK_NATIVE_TLS</code> (<a href="https://redirect.github.com/j178/prek/issues/959">#959</a>)</li> <li><a href="https://github.com/j178/prek/commit/a25ecfd6d6380b80e272b9dba69074816bdc4e5e"><code>a25ecfd</code></a> Update README</li> <li><a href="https://github.com/j178/prek/commit/f36d12df44722acf93e949a0312651d19fee3857"><code>f36d12d</code></a> Do not check for <code>script</code> subprocess status (<a href="https://redirect.github.com/j178/prek/issues/964">#964</a>)</li> <li>Additional commits viewable in <a href="https://github.com/j178/prek/compare/v0.2.10...v0.2.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prek&package-manager=pip&previous-version=0.2.10&new-version=0.2.12)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb1dbbe commit 18f5228

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

poetry.lock

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

0 commit comments

Comments
 (0)