Skip to content

chore(deps): update dependency @j178/prek to v0.4.11 - autoclosed - #46

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/j178-prek-0.x-lockfile
Closed

chore(deps): update dependency @j178/prek to v0.4.11 - autoclosed#46
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/j178-prek-0.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@j178/prek (source) 0.4.100.4.11 age confidence

Release Notes

j178/prek (@​j178/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: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@renovate
renovate Bot temporarily deployed to github-pages July 4, 2026 14:16 Inactive
@renovate renovate Bot changed the title chore(deps): update dependency @j178/prek to v0.4.8 chore(deps): update dependency @j178/prek to v0.4.8 - autoclosed Jul 7, 2026
@renovate renovate Bot closed this Jul 7, 2026
@renovate
renovate Bot deleted the renovate/j178-prek-0.x-lockfile branch July 7, 2026 18:48
@renovate renovate Bot changed the title chore(deps): update dependency @j178/prek to v0.4.8 - autoclosed chore(deps): update dependency @j178/prek to v0.4.9 Jul 11, 2026
@renovate renovate Bot reopened this Jul 11, 2026
@renovate
renovate Bot force-pushed the renovate/j178-prek-0.x-lockfile branch 2 times, most recently from a5a40bd to 7c79ddb Compare July 11, 2026 15:33
@renovate
renovate Bot temporarily deployed to github-pages July 11, 2026 15:33 Inactive
@renovate renovate Bot changed the title chore(deps): update dependency @j178/prek to v0.4.9 chore(deps): update dependency @j178/prek to v0.4.9 - autoclosed Jul 13, 2026
@renovate renovate Bot closed this Jul 13, 2026
@renovate renovate Bot changed the title chore(deps): update dependency @j178/prek to v0.4.9 - autoclosed chore(deps): update dependency @j178/prek to v0.4.10 Jul 16, 2026
@renovate renovate Bot reopened this Jul 16, 2026
@renovate
renovate Bot force-pushed the renovate/j178-prek-0.x-lockfile branch 2 times, most recently from 7c79ddb to e013bd9 Compare July 16, 2026 11:00
@renovate
renovate Bot temporarily deployed to github-pages July 16, 2026 11:00 Inactive
@renovate renovate Bot changed the title chore(deps): update dependency @j178/prek to v0.4.10 chore(deps): update dependency @j178/prek to v0.4.10 - autoclosed Jul 20, 2026
@renovate renovate Bot closed this Jul 20, 2026
@renovate renovate Bot changed the title chore(deps): update dependency @j178/prek to v0.4.10 - autoclosed chore(deps): update dependency @j178/prek to v0.4.11 Jul 24, 2026
@renovate renovate Bot reopened this Jul 24, 2026
@renovate
renovate Bot force-pushed the renovate/j178-prek-0.x-lockfile branch 2 times, most recently from e013bd9 to b3463ec Compare July 24, 2026 19:34
@renovate
renovate Bot temporarily deployed to github-pages July 24, 2026 19:34 Inactive
@renovate renovate Bot changed the title chore(deps): update dependency @j178/prek to v0.4.11 chore(deps): update dependency @j178/prek to v0.4.11 - autoclosed Jul 27, 2026
@renovate renovate Bot closed this Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants