dependabot[bot] opened a new pull request, #16188: URL: https://github.com/apache/lucene/pull/16188
Bumps [prek](https://github.com/j178/prek) from 0.3.10 to 0.4.3. <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.4.3</h2> <h2>Release Notes</h2> <p>Released on 2026-05-27.</p> <h3>Bug fixes</h3> <ul> <li>Ignore stat-only hook rewrites (<a href="https://redirect.github.com/j178/prek/pull/2131">#2131</a>)</li> </ul> <h3>Sponsorship</h3> <p>If <code>prek</code> saves time for you or your team, please consider sponsoring the project on <a href="https://github.com/sponsors/j178">GitHub Sponsors</a>. It helps keep new features, performance work, and maintenance moving.</p> <h3>Contributors</h3> <ul> <li><a href="https://github.com/stevbev"><code>@stevbev</code></a></li> </ul> <h2>Install prek 0.4.3</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.4.3/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.4.3/prek-installer.ps1 | iex" </code></pre> <h3>Install prebuilt binaries via Homebrew</h3> <pre lang="sh"><code>brew install prek </code></pre> <h2>Download prek 0.4.3</h2> <table> <thead> <tr> <th>File</th> <th>Platform</th> <th>Checksum</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-aarch64-apple-darwin.tar.gz">prek-aarch64-apple-darwin.tar.gz</a></td> <td>Apple Silicon macOS</td> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-x86_64-apple-darwin.tar.gz">prek-x86_64-apple-darwin.tar.gz</a></td> <td>Intel macOS</td> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-aarch64-pc-windows-msvc.zip">prek-aarch64-pc-windows-msvc.zip</a></td> <td>ARM64 Windows</td> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-i686-pc-windows-msvc.zip">prek-i686-pc-windows-msvc.zip</a></td> <td>x86 Windows</td> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-i686-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-x86_64-pc-windows-msvc.zip">prek-x86_64-pc-windows-msvc.zip</a></td> <td>x64 Windows</td> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-aarch64-unknown-linux-gnu.tar.gz">prek-aarch64-unknown-linux-gnu.tar.gz</a></td> <td>ARM64 Linux</td> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-i686-unknown-linux-gnu.tar.gz">prek-i686-unknown-linux-gnu.tar.gz</a></td> <td>x86 Linux</td> <td><a href="https://github.com/j178/prek/releases/download/v0.4.3/prek-i686-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> </tbody> </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.4.3</h2> <p>Released on 2026-05-27.</p> <h3>Bug fixes</h3> <ul> <li>Ignore stat-only hook rewrites (<a href="https://redirect.github.com/j178/prek/pull/2131">#2131</a>)</li> </ul> <h3>Sponsorship</h3> <p>If <code>prek</code> saves time for you or your team, please consider sponsoring the project on <a href="https://github.com/sponsors/j178">GitHub Sponsors</a>. It helps keep new features, performance work, and maintenance moving.</p> <h3>Contributors</h3> <ul> <li><a href="https://github.com/stevbev"><code>@stevbev</code></a></li> </ul> <h2>0.4.2</h2> <p>Released on 2026-05-26.</p> <h3>Highlights</h3> <p>0.4.2 is mainly about making <code>prek run</code> faster in large repos.</p> <p><code>prek</code> now does less <code>git diff</code> work. After hooks run, <code>prek</code> uses diff checks to detect files changed by hooks. If a hook modifies files, prek marks that hook as failed. That is important, but full diff snapshots can be slow in big repos, especially when they happen after every hook group.</p> <p>We skip the expensive diff path in two common cases: built-in hooks that prek knows are read-only, and clean worktrees where a cheap dirty check is enough unless a hook actually changes files. In the right large-repo workload, skipping that work can make runs up to 10x faster.</p> <p>Workspace mode is faster too. Hooks have historically been too serial. Priority-based concurrency helped, but it required users to choose good <code>priority</code> values. Now sibling projects at the same workspace depth run in parallel automatically. Their files do not overlap, so this is safe and needs no extra config. For multi-project workspaces, this can dramatically reduce total hook time.</p> <h3>Sponsorship</h3> <p>If <code>prek</code> saves time for you or your team, please consider sponsoring the project on <a href="https://github.com/sponsors/j178">GitHub Sponsors</a>. It helps keep new features, performance work, and maintenance moving.</p> <h3>Enhancements</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/j178/prek/commit/02bb73f2be5539f3a1d219e74ad2ba344a633758"><code>02bb73f</code></a> Bump version to 0.4.3 (<a href="https://redirect.github.com/j178/prek/issues/2132">#2132</a>)</li> <li><a href="https://github.com/j178/prek/commit/0f64ff91cf2a0934c30407522b93058c8d70cc6c"><code>0f64ff9</code></a> Ignore stat-only hook rewrites (<a href="https://redirect.github.com/j178/prek/issues/2131">#2131</a>)</li> <li><a href="https://github.com/j178/prek/commit/de77cc91be8e5a021f6308d6d85c14f73492fe60"><code>de77cc9</code></a> Bump version to 0.4.2 (<a href="https://redirect.github.com/j178/prek/issues/2126">#2126</a>)</li> <li><a href="https://github.com/j178/prek/commit/c54be46c21685a0139e966052153b4636cb43afb"><code>c54be46</code></a> Simplify hook progress folding (<a href="https://redirect.github.com/j178/prek/issues/2125">#2125</a>)</li> <li><a href="https://github.com/j178/prek/commit/e908f821fb326878621511b36587c881e50d97f8"><code>e908f82</code></a> Add link to comprehensive list of open-source projects using prek (<a href="https://redirect.github.com/j178/prek/issues/938">#938</a>)</li> <li><a href="https://github.com/j178/prek/commit/7cd6ba4dd9abff3dbf8ed4cd5514405468321053"><code>7cd6ba4</code></a> Run same-depth projects concurrently (<a href="https://redirect.github.com/j178/prek/issues/2110">#2110</a>)</li> <li><a href="https://github.com/j178/prek/commit/bbb381038f9fa3531e7feff47ad1bc9d0d9dc5a7"><code>bbb3810</code></a> Lock file maintenance (<a href="https://redirect.github.com/j178/prek/issues/2123">#2123</a>)</li> <li><a href="https://github.com/j178/prek/commit/7d5282ca7653e877daf7df58cc3d2ce908dae920"><code>7d5282c</code></a> Update Rust crate quick-xml to 0.40 (<a href="https://redirect.github.com/j178/prek/issues/2121">#2121</a>)</li> <li><a href="https://github.com/j178/prek/commit/97130ea81b5081ada2e9d6bd3d2f452b7aff7c1b"><code>97130ea</code></a> Update dependency uv to v0.11.14 (<a href="https://redirect.github.com/j178/prek/issues/2118">#2118</a>)</li> <li><a href="https://github.com/j178/prek/commit/480f4bfe81d1c723ffaa3e2e73b70eeec16a935e"><code>480f4bf</code></a> Update pre-commit hook crate-ci/typos to v1.46.2 (<a href="https://redirect.github.com/j178/prek/issues/2120">#2120</a>)</li> <li>Additional commits viewable in <a href="https://github.com/j178/prek/compare/v0.3.10...v0.4.3">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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
