Skip to content

chore: update dependency prek to v0.4.11 - #90

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/mise-patch-dependencies
Aug 1, 2026
Merged

chore: update dependency prek to v0.4.11#90
renovate[bot] merged 1 commit into
mainfrom
renovate/mise-patch-dependencies

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
prek tools patch 0.4.100.4.11

Release Notes

j178/prek (prek)

v0.4.11

Compare Source

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
  • Honor filenames in builtin hook entry and args (#​2389)
  • Match identify tags across filename parts (#​2399)
  • Preserve hook output order with a shared pipe (#​2385)
  • Preserve system download policy when applying metadata (#​2395)
Contributors

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • Between 10:00 AM and 02:59 PM, only on Saturday (* 10-14 * * 6)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

common-lint results

Overall: PASSED

🔗 Run: 30677892396 · Commit: b02664b

Check Result
GitHub Actions lint (actionlint, ghalint, zizmor) Skipped
commitlint Passed
renovate-check Skipped
typos Passed
vuln-scan (Trivy) Passed

1. GitHub Actions lint — ⊘ Skipped

No matching files in this change set (e.g. .github/workflows/*.yml or composite action.yml).

2. commitlint — ✅ Passed
(no output)
3. renovate-check — ⊘ Skipped

No matching files in this change set (renovate.json, renovate.json5, or .github/renovate.json).

4. typos — ✅ Passed
(no output)
5. vuln-scan (Trivy) — ✅ Passed

Summary: No vulnerabilities detected.

@renovate
renovate Bot merged commit 7475e96 into main Aug 1, 2026
14 checks passed
@renovate
renovate Bot deleted the renovate/mise-patch-dependencies branch August 1, 2026 09:52
@github-actions github-actions Bot mentioned this pull request Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants