-
Notifications
You must be signed in to change notification settings - Fork 387
Commit 09aacb7
authored
Build: Bump prek from 0.2.8 to 0.2.10 (#2646)
Bumps [prek](https://github.com/j178/prek) from 0.2.8 to 0.2.10.
<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.10</h2>
<h2>Release Notes</h2>
<p>Released on 2025-10-18.</p>
<h3>Enhancements</h3>
<ul>
<li>Add <code>--fail-fast</code> CLI flag to stop after first hook
failure (<a
href="https://redirect.github.com/j178/prek/pull/908">#908</a>)</li>
<li>Add collision detection for hook env directories (<a
href="https://redirect.github.com/j178/prek/pull/914">#914</a>)</li>
<li>Error out if not projects found (<a
href="https://redirect.github.com/j178/prek/pull/913">#913</a>)</li>
<li>Implement <code>check-xml</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/pull/894">#894</a>)</li>
<li>Implement <code>check-merge-conflict</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/pull/885">#885</a>)</li>
<li>Use line-by-line reading in <code>check-merge-conflict</code> (<a
href="https://redirect.github.com/j178/prek/pull/910">#910</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Fix pygrep hook env health check (<a
href="https://redirect.github.com/j178/prek/pull/921">#921</a>)</li>
<li>Group <code>pygrep</code> with <code>python</code> when installing
pygrep hooks (<a
href="https://redirect.github.com/j178/prek/pull/920">#920</a>)</li>
<li>Ignore <code>.</code> prefixed directory when searching managed
Python for pygrep (<a
href="https://redirect.github.com/j178/prek/pull/919">#919</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add contribution guide (<a
href="https://redirect.github.com/j178/prek/pull/912">#912</a>)</li>
</ul>
<h3>Other changes</h3>
<h3>Contributors</h3>
<ul>
<li><a
href="https://github.com/AdityasWorks"><code>@AdityasWorks</code></a></li>
<li><a href="https://github.com/j178"><code>@j178</code></a></li>
<li><a
href="https://github.com/kenwoodjw"><code>@kenwoodjw</code></a></li>
<li><a href="https://github.com/lmmx"><code>@lmmx</code></a></li>
</ul>
<h2>Install prek 0.2.10</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.10/prek-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c "irm
https://github.com/j178/prek/releases/download/v0.2.10/prek-installer.ps1
| iex"
</code></pre>
<h3>Install prebuilt binaries via Homebrew</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.10</h2>
<p>Released on 2025-10-18.</p>
<h3>Enhancements</h3>
<ul>
<li>Add <code>--fail-fast</code> CLI flag to stop after first hook
failure (<a
href="https://redirect.github.com/j178/prek/pull/908">#908</a>)</li>
<li>Add collision detection for hook env directories (<a
href="https://redirect.github.com/j178/prek/pull/914">#914</a>)</li>
<li>Error out if not projects found (<a
href="https://redirect.github.com/j178/prek/pull/913">#913</a>)</li>
<li>Implement <code>check-xml</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/pull/894">#894</a>)</li>
<li>Implement <code>check-merge-conflict</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/pull/885">#885</a>)</li>
<li>Use line-by-line reading in <code>check-merge-conflict</code> (<a
href="https://redirect.github.com/j178/prek/pull/910">#910</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Fix pygrep hook env health check (<a
href="https://redirect.github.com/j178/prek/pull/921">#921</a>)</li>
<li>Group <code>pygrep</code> with <code>python</code> when installing
pygrep hooks (<a
href="https://redirect.github.com/j178/prek/pull/920">#920</a>)</li>
<li>Ignore <code>.</code> prefixed directory when searching managed
Python for pygrep (<a
href="https://redirect.github.com/j178/prek/pull/919">#919</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add contribution guide (<a
href="https://redirect.github.com/j178/prek/pull/912">#912</a>)</li>
</ul>
<h3>Other changes</h3>
<h3>Contributors</h3>
<ul>
<li><a
href="https://github.com/AdityasWorks"><code>@AdityasWorks</code></a></li>
<li><a href="https://github.com/j178"><code>@j178</code></a></li>
<li><a
href="https://github.com/kenwoodjw"><code>@kenwoodjw</code></a></li>
<li><a href="https://github.com/lmmx"><code>@lmmx</code></a></li>
</ul>
<h2>0.2.9</h2>
<p>Released on 2025-10-16.</p>
<h3>Enhancements</h3>
<ul>
<li>Lazily check hook env health (<a
href="https://redirect.github.com/j178/prek/pull/897">#897</a>)</li>
<li>Implement <code>check-symlinks</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/pull/895">#895</a>)</li>
<li>Implement <code>detect-private-key</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/pull/893">#893</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Download files to scratch directory to avoid cross-filesystem rename
(<a href="https://redirect.github.com/j178/prek/pull/889">#889</a>)</li>
<li>Fix golang hook install local dependencies (<a
href="https://redirect.github.com/j178/prek/pull/902">#902</a>)</li>
<li>Ignore the user-set <code>UV_MANAGED_PYTHON</code> (<a
href="https://redirect.github.com/j178/prek/pull/900">#900</a>)</li>
</ul>
<h3>Other changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/j178/prek/commit/9e0e9b3ad80ffb35c44d697f8e3b741be0ce7118"><code>9e0e9b3</code></a>
Bump version to 0.2.10 (<a
href="https://redirect.github.com/j178/prek/issues/922">#922</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/d2a372666847f073c7b1696366b52a65409987ff"><code>d2a3726</code></a>
Fix pygrep hook env health check (<a
href="https://redirect.github.com/j178/prek/issues/921">#921</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/c402d6937eabf1a9c98f391e90dc9419e28bfba0"><code>c402d69</code></a>
Group <code>pygrep</code> with <code>python</code> when installing
pygrep hooks (<a
href="https://redirect.github.com/j178/prek/issues/920">#920</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/f13e392f868b66a009de2ff825d9092090f4413e"><code>f13e392</code></a>
Ignore any <code>.</code> prefixed directories in managed Python
directory (<a
href="https://redirect.github.com/j178/prek/issues/919">#919</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/2d9c5be1d344ba01deebb8129372461c5a03bc91"><code>2d9c5be</code></a>
Improve README</li>
<li><a
href="https://github.com/j178/prek/commit/528c033652df803a5c94829f1d5255585355cd45"><code>528c033</code></a>
Update README.md</li>
<li><a
href="https://github.com/j178/prek/commit/d174e5943997919eeb32f8fd765e40e1feb9e34d"><code>d174e59</code></a>
Improve logo (<a
href="https://redirect.github.com/j178/prek/issues/916">#916</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/f81d30c9e63998737f84fe704e9229b4b27d1d64"><code>f81d30c</code></a>
Add collision detection for hook env directories (<a
href="https://redirect.github.com/j178/prek/issues/914">#914</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/bbdac782d6889dc95dbd0cd04267bff2097f11cb"><code>bbdac78</code></a>
Implement <code>check-xml</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/issues/894">#894</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/054e1fbb004ed8bb04f03c751e8592f570ba3b24"><code>054e1fb</code></a>
Error out if not projects found (<a
href="https://redirect.github.com/j178/prek/issues/913">#913</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/j178/prek/compare/v0.2.8...v0.2.10">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 19bb51d commit 09aacb7Copy full SHA for 09aacb7
File tree
Expand file treeCollapse file tree
1 file changed
+20
-20
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+20
-20
lines changedOpen diff view settings
Collapse file
+20-20Lines 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