Skip to content

Commit a7625ed

Browse files
Bump prek from 0.3.10 to 0.3.11 (#474)
Bumps [prek](https://github.com/j178/prek) from 0.3.10 to 0.3.11. <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.3.11</h2> <h2>Release Notes</h2> <p>Released on 2026-04-27.</p> <h3>Highlights</h3> <p>Hook entries now have an explicit <code>shell</code> option for shell snippets. Set <code>shell: sh</code>, <code>bash</code>, <code>pwsh</code>, <code>powershell</code>, or <code>cmd</code> when an entry should be evaluated by that shell; leaving it unset keeps prek's direct argv execution.</p> <p><code>prek auto-update</code> can now filter tag candidates before choosing an update. Both options take glob patterns: use <code>--include-tag</code> to only consider matching tag names, and <code>--exclude-tag</code> to skip matching tags such as moving tags or prereleases.</p> <h3>Enhancements</h3> <ul> <li>Add <code>auto-update --exclude-repo &lt;repo&gt;</code> to skip repos (<a href="https://redirect.github.com/j178/prek/pull/1983">#1983</a>)</li> <li>Add <code>auto-update --exit-code</code> to exit with non-zero on updates (<a href="https://redirect.github.com/j178/prek/pull/2002">#2002</a>)</li> <li>Add <code>auto-update --include-tag &lt;pattern&gt;</code>/<code>--exclude-tag &lt;pattern&gt;</code> to filter tags (<a href="https://redirect.github.com/j178/prek/pull/1984">#1984</a>)</li> <li>Adds an explicit <code>shell</code> hook option for entries that should run as shell source (<a href="https://redirect.github.com/j178/prek/pull/2004">#2004</a>)</li> <li>Make <code>--hook-dir</code> optional for hook-impl (<a href="https://redirect.github.com/j178/prek/pull/1989">#1989</a>)</li> <li>Skip shim warning when <code>--script-version</code> is missing (<a href="https://redirect.github.com/j178/prek/pull/1990">#1990</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Install Ruby executable in gem bin (<a href="https://redirect.github.com/j178/prek/pull/2017">#2017</a>)</li> <li>Use dedicated Android npm package (<a href="https://redirect.github.com/j178/prek/pull/1982">#1982</a>)</li> <li>Use stable repo keys without breaking cached clones (<a href="https://redirect.github.com/j178/prek/pull/1995">#1995</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Explain prek name (<a href="https://redirect.github.com/j178/prek/pull/1980">#1980</a>)</li> <li>Clarify <code>pass_filenames</code> concurrency docs (<a href="https://redirect.github.com/j178/prek/pull/1999">#1999</a>)</li> <li>Reorganize documentation references (<a href="https://redirect.github.com/j178/prek/pull/2005">#2005</a>)</li> <li>Clarify hook author manifest env docs (<a href="https://redirect.github.com/j178/prek/pull/1991">#1991</a>)</li> <li>docs: add Sentry to users list (<a href="https://redirect.github.com/j178/prek/pull/1981">#1981</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/j178"><code>@​j178</code></a></li> </ul> <h2>Install prek 0.3.11</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.3.11/prek-installer.sh | sh </code></pre> <!-- 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.3.11</h2> <p>Released on 2026-04-27.</p> <h3>Highlights</h3> <p>Hook entries now have an explicit <code>shell</code> option for shell snippets. Set <code>shell: sh</code>, <code>bash</code>, <code>pwsh</code>, <code>powershell</code>, or <code>cmd</code> when an entry should be evaluated by that shell; leaving it unset keeps prek's direct argv execution.</p> <p><code>prek auto-update</code> can now filter tag candidates before choosing an update. Both options take glob patterns: use <code>--include-tag</code> to only consider matching tag names, and <code>--exclude-tag</code> to skip matching tags such as moving tags or prereleases.</p> <h3>Enhancements</h3> <ul> <li>Add <code>auto-update --exclude-repo &lt;repo&gt;</code> to skip repos (<a href="https://redirect.github.com/j178/prek/pull/1983">#1983</a>)</li> <li>Add <code>auto-update --exit-code</code> to exit with non-zero on updates (<a href="https://redirect.github.com/j178/prek/pull/2002">#2002</a>)</li> <li>Add <code>auto-update --include-tag &lt;pattern&gt;</code>/<code>--exclude-tag &lt;pattern&gt;</code> to filter tags (<a href="https://redirect.github.com/j178/prek/pull/1984">#1984</a>)</li> <li>Adds an explicit <code>shell</code> hook option for entries that should run as shell source (<a href="https://redirect.github.com/j178/prek/pull/2004">#2004</a>)</li> <li>Make <code>--hook-dir</code> optional for hook-impl (<a href="https://redirect.github.com/j178/prek/pull/1989">#1989</a>)</li> <li>Skip shim warning when <code>--script-version</code> is missing (<a href="https://redirect.github.com/j178/prek/pull/1990">#1990</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Install Ruby executable in gem bin (<a href="https://redirect.github.com/j178/prek/pull/2017">#2017</a>)</li> <li>Use dedicated Android npm package (<a href="https://redirect.github.com/j178/prek/pull/1982">#1982</a>)</li> <li>Use stable repo keys without breaking cached clones (<a href="https://redirect.github.com/j178/prek/pull/1995">#1995</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Explain prek name (<a href="https://redirect.github.com/j178/prek/pull/1980">#1980</a>)</li> <li>Clarify <code>pass_filenames</code> concurrency docs (<a href="https://redirect.github.com/j178/prek/pull/1999">#1999</a>)</li> <li>Reorganize documentation references (<a href="https://redirect.github.com/j178/prek/pull/2005">#2005</a>)</li> <li>Clarify hook author manifest env docs (<a href="https://redirect.github.com/j178/prek/pull/1991">#1991</a>)</li> <li>docs: add Sentry to users list (<a href="https://redirect.github.com/j178/prek/pull/1981">#1981</a>)</li> </ul> <h3>Contributors</h3> <ul> <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/8e731a9313fa9a9bc7c02adec9e6f35ec7e1df62"><code>8e731a9</code></a> Bump version to 0.3.11 (<a href="https://redirect.github.com/j178/prek/issues/2018">#2018</a>)</li> <li><a href="https://github.com/j178/prek/commit/24302f7fbf4cfff6b6c23590ed7889209f78c112"><code>24302f7</code></a> Install Ruby executable in gem bin (<a href="https://redirect.github.com/j178/prek/issues/2017">#2017</a>)</li> <li><a href="https://github.com/j178/prek/commit/adf72c6b23a53e25d0d722953b32d5dba42351e1"><code>adf72c6</code></a> Update Rust crate rayon to v1.12.0 (<a href="https://redirect.github.com/j178/prek/issues/2015">#2015</a>)</li> <li><a href="https://github.com/j178/prek/commit/95b88748006c9baae202068f7d6956c4332ffc1d"><code>95b8874</code></a> Update Rust crate webpki-root-certs to v1.0.7 (<a href="https://redirect.github.com/j178/prek/issues/2014">#2014</a>)</li> <li><a href="https://github.com/j178/prek/commit/2692d8364ff9ec643d3d0f7b5f2130376fae8c80"><code>2692d83</code></a> Update Rust crate libc to v0.2.185 (<a href="https://redirect.github.com/j178/prek/issues/2013">#2013</a>)</li> <li><a href="https://github.com/j178/prek/commit/14770255e2bba6410b4ee7cd80ae524ce42cfb22"><code>1477025</code></a> Update Rust crate tokio to v1.52.1 (<a href="https://redirect.github.com/j178/prek/issues/2016">#2016</a>)</li> <li><a href="https://github.com/j178/prek/commit/efaf80458610e2f1f97afc273a30e5c84629c894"><code>efaf804</code></a> Update Rust crate clap_complete to v4.6.2 (<a href="https://redirect.github.com/j178/prek/issues/2012">#2012</a>)</li> <li><a href="https://github.com/j178/prek/commit/12033f714fe02b3853b10178558d7d322be39a7c"><code>12033f7</code></a> Update Rust crate clap to v4.6.1 (<a href="https://redirect.github.com/j178/prek/issues/2011">#2011</a>)</li> <li><a href="https://github.com/j178/prek/commit/96ebb94253a092ce860262edd395afb949a21a24"><code>96ebb94</code></a> Update Rust crate assert_cmd to v2.2.1 (<a href="https://redirect.github.com/j178/prek/issues/2010">#2010</a>)</li> <li><a href="https://github.com/j178/prek/commit/55da2dce95ed2dd2b70fbe978be96e4ac451491c"><code>55da2dc</code></a> Update GitHub Actions (<a href="https://redirect.github.com/j178/prek/issues/2008">#2008</a>)</li> <li>Additional commits viewable in <a href="https://github.com/j178/prek/compare/v0.3.10...v0.3.11">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.3.10&new-version=0.3.11)](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 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 4c92930 commit a7625ed

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

uv.lock

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

0 commit comments

Comments
 (0)