Skip to content

Commit 632bda1

Browse files
chore(deps): Update Prek to v0.4.5 (#148)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.4` → `0.4.5` | --- ### Release Notes <details> <summary>j178/prek (prek)</summary> ### [`v0.4.5`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#045) [Compare Source](https://redirect.github.com/j178/prek/compare/v0.4.4...v0.4.5) Released on 2026-06-15. ##### ✨Highlights 0.4.5 completes `prek`'s pre-commit language coverage. With R, Conda, Perl, and coursier now supported, `prek` supports every language available in pre-commit, plus `prek`-only modern languages such as Bun and Deno. This is full feature parity with pre-commit. The last major compatibility gap is closed, and `prek` is now on the path to 1.0. ##### 💚 Sponsorship If `prek` saves time for you or your team, please consider sponsoring the project on [GitHub Sponsors](https://redirect.github.com/sponsors/j178). It helps keep new features, performance work, and maintenance moving. ##### Enhancements - Add `Perl` language support ([#&#8203;2201](https://redirect.github.com/j178/prek/pull/2201)) - Add `R` language support ([#&#8203;2206](https://redirect.github.com/j178/prek/pull/2206)) - Add `Conda` language support ([#&#8203;2203](https://redirect.github.com/j178/prek/pull/2203)) - Add `coursier` language support ([#&#8203;2194](https://redirect.github.com/j178/prek/pull/2194)) - Add group filters to list ([#&#8203;2152](https://redirect.github.com/j178/prek/pull/2152)) - Remove legacy repo path support ([#&#8203;2150](https://redirect.github.com/j178/prek/pull/2150)) - Skip cloning fully filtered remote repos ([#&#8203;2151](https://redirect.github.com/j178/prek/pull/2151)) ##### Performance - Avoid building JSON trees in syntax hooks ([#&#8203;2156](https://redirect.github.com/j178/prek/pull/2156)) - Scan mixed line endings without line vector ([#&#8203;2160](https://redirect.github.com/j178/prek/pull/2160)) - Skip file scan for always-run no-filename hooks ([#&#8203;2155](https://redirect.github.com/j178/prek/pull/2155)) - Use fixed buffer for EOF scan ([#&#8203;2163](https://redirect.github.com/j178/prek/pull/2163)) - Use fixed buffer for private key scan ([#&#8203;2164](https://redirect.github.com/j178/prek/pull/2164)) ##### Bug fixes - Fix pretty-format-json CRLF handling ([#&#8203;2210](https://redirect.github.com/j178/prek/pull/2210)) - Handle missing blobs in diff snapshots ([#&#8203;2211](https://redirect.github.com/j178/prek/pull/2211)) - Ignore coursier channel from working repo ([#&#8203;2202](https://redirect.github.com/j178/prek/pull/2202)) ##### Contributors - [@&#8203;j178](https://redirect.github.com/j178) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* * * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rust-cli/argfile). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c5f77d1 commit 632bda1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: prek
3030
uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2.0.4
3131
with:
32-
prek-version: '0.4.4'
32+
prek-version: '0.4.5'

0 commit comments

Comments
 (0)