Commit 3671299
authored
Build: Bump prek from 0.2.25 to 0.2.27 (#2895)
Bumps [prek](https://github.com/j178/prek) from 0.2.25 to 0.2.27.
<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.27</h2>
<h2>Release Notes</h2>
<p>Released on 2026-01-07.</p>
<h3>Highlights</h3>
<p><code>python/cpython</code> is now <a
href="https://redirect.github.com/j178/prek/pull/1308">using</a> prek.
That’s the highlight of this release!</p>
<h3>Enhancements</h3>
<ul>
<li>Add hook-level <code>env</code> option to set environment variables
for hooks (<a
href="https://redirect.github.com/j178/prek/issues/1279">#1279</a>) (<a
href="https://redirect.github.com/j178/prek/pull/1285">#1285</a>)</li>
<li>Support apple's <code>container</code> for docker language (<a
href="https://redirect.github.com/j178/prek/pull/1306">#1306</a>)</li>
<li>Skip cookiecutter template directories like
<code>{{cookiecutter.project_slug}}</code> during project discovery (<a
href="https://redirect.github.com/j178/prek/pull/1316">#1316</a>)</li>
<li>Use global <code>CONCURRENCY</code> for repo clone (<a
href="https://redirect.github.com/j178/prek/pull/1292">#1292</a>)</li>
<li>untar: disallow external symlinks (<a
href="https://redirect.github.com/j178/prek/pull/1314">#1314</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Exit with success if no hooks match the hook stage (<a
href="https://redirect.github.com/j178/prek/pull/1317">#1317</a>)</li>
<li>Fix Go template string to detect rootless podman (<a
href="https://redirect.github.com/j178/prek/pull/1302">#1302</a>)</li>
<li>Panic on overly long filenames instead of silently dropping files
(<a
href="https://redirect.github.com/j178/prek/pull/1287">#1287</a>)</li>
</ul>
<h3>Other changes</h3>
<ul>
<li>Add <code>python/cpython</code> to users (<a
href="https://redirect.github.com/j178/prek/pull/1308">#1308</a>)</li>
<li>Add <code>MoonshotAI/kimi-cli</code> to users (<a
href="https://redirect.github.com/j178/prek/pull/1286">#1286</a>)</li>
<li>Drop powerpc64 wheels (<a
href="https://redirect.github.com/j178/prek/pull/1319">#1319</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a href="https://github.com/ulgens"><code>@ulgens</code></a></li>
<li><a
href="https://github.com/loganaden"><code>@loganaden</code></a></li>
<li><a
href="https://github.com/danielparks"><code>@danielparks</code></a></li>
<li><a href="https://github.com/branchv"><code>@branchv</code></a></li>
<li><a href="https://github.com/j178"><code>@j178</code></a></li>
<li><a
href="https://github.com/yihong0618"><code>@yihong0618</code></a></li>
<li><a href="https://github.com/mocknen"><code>@mocknen</code></a></li>
<li><a
href="https://github.com/copilot-swe-agent"><code>@copilot-swe-agent</code></a></li>
<li><a
href="https://github.com/ZhuoZhuoCrayon"><code>@ZhuoZhuoCrayon</code></a></li>
</ul>
<h2>Install prek 0.2.27</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.27/prek-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<!-- 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.27</h2>
<p>Released on 2026-01-07.</p>
<h3>Highlights</h3>
<p><code>python/cpython</code> is now <a
href="https://redirect.github.com/j178/prek/pull/1308">using</a> prek.
That’s the highlight of this release!</p>
<h3>Enhancements</h3>
<ul>
<li>Add hook-level <code>env</code> option to set environment variables
for hooks (<a
href="https://redirect.github.com/j178/prek/issues/1279">#1279</a>) (<a
href="https://redirect.github.com/j178/prek/pull/1285">#1285</a>)</li>
<li>Support apple's <code>container</code> for docker language (<a
href="https://redirect.github.com/j178/prek/pull/1306">#1306</a>)</li>
<li>Skip cookiecutter template directories like
<code>{{cookiecutter.project_slug}}</code> during project discovery (<a
href="https://redirect.github.com/j178/prek/pull/1316">#1316</a>)</li>
<li>Use global <code>CONCURRENCY</code> for repo clone (<a
href="https://redirect.github.com/j178/prek/pull/1292">#1292</a>)</li>
<li>untar: disallow external symlinks (<a
href="https://redirect.github.com/j178/prek/pull/1314">#1314</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Exit with success if no hooks match the hook stage (<a
href="https://redirect.github.com/j178/prek/pull/1317">#1317</a>)</li>
<li>Fix Go template string to detect rootless podman (<a
href="https://redirect.github.com/j178/prek/pull/1302">#1302</a>)</li>
<li>Panic on overly long filenames instead of silently dropping files
(<a
href="https://redirect.github.com/j178/prek/pull/1287">#1287</a>)</li>
</ul>
<h3>Other changes</h3>
<ul>
<li>Add <code>python/cpython</code> to users (<a
href="https://redirect.github.com/j178/prek/pull/1308">#1308</a>)</li>
<li>Add <code>MoonshotAI/kimi-cli</code> to users (<a
href="https://redirect.github.com/j178/prek/pull/1286">#1286</a>)</li>
<li>Drop powerpc64 wheels (<a
href="https://redirect.github.com/j178/prek/pull/1319">#1319</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a href="https://github.com/ulgens"><code>@ulgens</code></a></li>
<li><a
href="https://github.com/loganaden"><code>@loganaden</code></a></li>
<li><a
href="https://github.com/danielparks"><code>@danielparks</code></a></li>
<li><a href="https://github.com/branchv"><code>@branchv</code></a></li>
<li><a href="https://github.com/j178"><code>@j178</code></a></li>
<li><a
href="https://github.com/yihong0618"><code>@yihong0618</code></a></li>
<li><a href="https://github.com/mocknen"><code>@mocknen</code></a></li>
<li><a
href="https://github.com/copilot-swe-agent"><code>@copilot-swe-agent</code></a></li>
<li><a
href="https://github.com/ZhuoZhuoCrayon"><code>@ZhuoZhuoCrayon</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/j178/prek/commit/a72a3cc3dfba2a16b6547c4c2dee5544cf38f88c"><code>a72a3cc</code></a>
Bump version to 0.2.27 (<a
href="https://redirect.github.com/j178/prek/issues/1321">#1321</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/50684fbdcf30f07c9a2cdc7dd33eddbe635ad755"><code>50684fb</code></a>
Drop powerpc64 wheels (<a
href="https://redirect.github.com/j178/prek/issues/1319">#1319</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/e255e88d37587b14843a51688e64c5fb5398c1c0"><code>e255e88</code></a>
Bump version to 0.2.26 (<a
href="https://redirect.github.com/j178/prek/issues/1318">#1318</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/0d88fc098edcba7467aec1a719691694cd92736d"><code>0d88fc0</code></a>
Exit with success if no hooks match the hook stage (<a
href="https://redirect.github.com/j178/prek/issues/1317">#1317</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/d0c33b18338558b2834c6329075d83796f9da407"><code>d0c33b1</code></a>
Support apple's <code>container</code> for docker lang (<a
href="https://redirect.github.com/j178/prek/issues/1306">#1306</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/d07b1916aeff55e52f88ca096abfe5635250d3ed"><code>d07b191</code></a>
Skip cookiecutter template directories like
<code>{{cookiecutter.project_slug}}</code> d...</li>
<li><a
href="https://github.com/j178/prek/commit/59c03ff20833801754b3cc93d22e95bc1dce9b0d"><code>59c03ff</code></a>
untar: disallow external symlinks (<a
href="https://redirect.github.com/j178/prek/issues/1314">#1314</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/3b832c71f9aa8736f9b7b575cbb5857edeb202df"><code>3b832c7</code></a>
Fix "TARmageddon" vulnerability CVE-2025-62518 (<a
href="https://redirect.github.com/j178/prek/issues/1313">#1313</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/b48ee92ac6b5b1fcc9eb0f2bbd236bd78423d146"><code>b48ee92</code></a>
Add <code>ZhuoZhuoCrayon/throttled-py</code> to the list of projects
using prek (<a
href="https://redirect.github.com/j178/prek/issues/1298">#1298</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/108f5985d16ae4007ba44ab8ac7eb741fd58a292"><code>108f598</code></a>
Add python/cpython to users (<a
href="https://redirect.github.com/j178/prek/issues/1308">#1308</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/j178/prek/compare/v0.2.25...v0.2.27">compare
view</a></li>
</ul>
</details>
<br />
[](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 ccf790a commit 3671299
1 file changed
Lines changed: 20 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments