Skip to content

chore(deps-dev): bump prek from 0.4.8 to 0.4.11 - #444

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/prek-0.3.11
Closed

chore(deps-dev): bump prek from 0.4.8 to 0.4.11#444
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/prek-0.3.11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor

Bumps prek from 0.4.8 to 0.4.11.

Release notes

Sourced from prek's releases.

0.4.11

Release Notes

Released on 2026-07-25.

Highlights

  • This release adds two new builtin hooks, deny-pattern and require-pattern, as native alternatives for pygrep use cases. deny-pattern fails when a configured pattern is found, while require-pattern ensures every selected file contains a match. By matching natively without spawning a Python subprocess, they run over 4x faster than pygrep in benchmarks. Note that they use Rust regex syntax, which does not support look-around features such as negative lookbehind.

  • prek run now supports --glob <PATTERN> to run hooks on tracked files matching a glob. It can be repeated or combined with --files and --directory.

  • Hook priorities now support reusable aliases:

    [priorities]
    checks = 10
    [[repos]]
    repo = "builtin"
    hooks = [
    { id = "check-json", priority = "checks" },
    { id = "check-yaml", priority = "checks" },
    ]

    This makes parallel scheduling easier to read and maintain.

Enhancements

  • Add deny-pattern and require-pattern builtin hooks (#2359)
  • Support --glob patterns in prek run (#2381)
  • Support reusable aliases for hook priorities (#2331)
  • Implement requirements-txt-fixer as a builtin hook (#2390)
  • Improve user-facing warnings and errors (#2380)
  • Install Node hooks through git url (#2394)

Performance

  • Reduce blocking-pool overhead in file hooks (#2384)
  • Speed up mixed-line-ending scans with memchr2 (#2391)

Bug fixes

... (truncated)

Changelog

Sourced from prek's changelog.

0.4.11

Released on 2026-07-25.

Highlights

  • This release adds two new builtin hooks, deny-pattern and require-pattern, as native alternatives for pygrep use cases. deny-pattern fails when a configured pattern is found, while require-pattern ensures every selected file contains a match. By matching natively without spawning a Python subprocess, they run over 4x faster than pygrep in benchmarks. Note that they use Rust regex syntax, which does not support look-around features such as negative lookbehind.

  • prek run now supports --glob <PATTERN> to run hooks on tracked files matching a glob. It can be repeated or combined with --files and --directory.

  • Hook priorities now support reusable aliases:

    [priorities]
    checks = 10
    [[repos]]
    repo = "builtin"
    hooks = [
    { id = "check-json", priority = "checks" },
    { id = "check-yaml", priority = "checks" },
    ]

    This makes parallel scheduling easier to read and maintain.

Enhancements

  • Add deny-pattern and require-pattern builtin hooks (#2359)
  • Support --glob patterns in prek run (#2381)
  • Support reusable aliases for hook priorities (#2331)
  • Implement requirements-txt-fixer as a builtin hook (#2390)
  • Improve user-facing warnings and errors (#2380)
  • Install Node hooks through git url (#2394)

Performance

  • Reduce blocking-pool overhead in file hooks (#2384)
  • Speed up mixed-line-ending scans with memchr2 (#2391)

Bug fixes

... (truncated)

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 27, 2026
@dependabot
dependabot Bot requested a review from twsl as a code owner April 27, 2026 19:49
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 27, 2026
@github-actions

github-actions Bot commented Apr 27, 2026

Copy link
Copy Markdown

Code Coverage Linux 3.11

Code Coverage

Package Line Rate Branch Rate Complexity Health
. 36% 0% 0
utils 18% 0% 0
Summary 34% (114 / 335) 0% (0 / 134) 0

Results for commit 62bfacd.

@github-actions

github-actions Bot commented Apr 27, 2026

Copy link
Copy Markdown

Code Coverage Linux 3.12

Code Coverage

Package Line Rate Branch Rate Complexity Health
. 36% 0% 0
utils 18% 0% 0
Summary 34% (114 / 335) 0% (0 / 134) 0

Results for commit 62bfacd.

@github-actions

github-actions Bot commented Apr 27, 2026

Copy link
Copy Markdown

Test Results Linux 3.11

1 tests   1 ✅  16s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit c9519b6.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Apr 27, 2026

Copy link
Copy Markdown

Test Results Linux 3.12

1 tests   1 ✅  22s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit c9519b6.

♻️ This comment has been updated with latest results.

@twsl

twsl commented Jul 28, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [prek](https://github.com/j178/prek) from 0.4.8 to 0.4.11.
- [Release notes](https://github.com/j178/prek/releases)
- [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md)
- [Commits](j178/prek@v0.4.8...v0.4.11)

---
updated-dependencies:
- dependency-name: prek
  dependency-version: 0.3.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump prek from 0.3.10 to 0.3.11 chore(deps-dev): bump prek from 0.4.8 to 0.4.11 Jul 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/prek-0.3.11 branch from 7af7dd0 to c9519b6 Compare July 28, 2026 12:40
@twsl twsl closed this Jul 29, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/uv/prek-0.3.11 branch July 29, 2026 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant