Skip to content

chore(deps-dev): bump prek from 0.4.12 to 0.4.13 - #789

Merged
jessekrubin merged 1 commit into
mainfrom
dependabot/uv/prek-0.4.13
Aug 13, 2026
Merged

chore(deps-dev): bump prek from 0.4.12 to 0.4.13#789
jessekrubin merged 1 commit into
mainfrom
dependabot/uv/prek-0.4.13

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor

Bumps prek from 0.4.12 to 0.4.13.

Release notes

Sourced from prek's releases.

0.4.13

Release Notes

Released on 2026-08-10.

Highlights

Manage hook tools with mise

The new language: mise support lets hooks install tools using mise in an isolated environment:

repos:
  - repo: local
    hooks:
      - id: golangci-lint
        name: golangci-lint
        language: mise
        additional_dependencies: ["aqua:golangci/golangci-lint@2"]
        entry: golangci-lint run --fast-only ./...
        pass_filenames: false

Run commands in hook environments

The new prek exec subcommand can run an explicit command in a configured hook's prepared environment. For example, the hook above makes its managed binary available to this command:

$ prek exec golangci-lint -- golangci-lint --version

Enhancements

  • Add mise language support (#2540)
  • Add deny-filename-pattern and require-filename-pattern hooks (#2488)
  • Add prek exec for running commands in a hook environment (#2478)
  • Add yaml-language-server: comment to YAML sample config (#2486)
  • Make prek cache size output terminal-aware (#2508)
  • Match file regexes against path bytes (#2541)
  • Show hook aliases in run output (#2497)
  • Show hook descriptions in run output (#2490)

Performance

  • Avoid env cache scans for skipped hooks (#2502)
  • Cache Node version queries (#2500)

... (truncated)

Changelog

Sourced from prek's changelog.

0.4.13

Released on 2026-08-10.

Highlights

Manage hook tools with mise

The new language: mise support lets hooks install tools using mise in an isolated environment:

repos:
  - repo: local
    hooks:
      - id: golangci-lint
        name: golangci-lint
        language: mise
        additional_dependencies: ["aqua:golangci/golangci-lint@2"]
        entry: golangci-lint run --fast-only ./...
        pass_filenames: false

Run commands in hook environments

The new prek exec subcommand can run an explicit command in a configured hook's prepared environment. For example, the hook above makes its managed binary available to this command:

$ prek exec golangci-lint -- golangci-lint --version

Enhancements

  • Add mise language support (#2540)
  • Add deny-filename-pattern and require-filename-pattern hooks (#2488)
  • Add prek exec for running commands in a hook environment (#2478)
  • Add yaml-language-server: comment to YAML sample config (#2486)
  • Make prek cache size output terminal-aware (#2508)
  • Match file regexes against path bytes (#2541)
  • Show hook aliases in run output (#2497)
  • Show hook descriptions in run output (#2490)

Performance

  • Avoid env cache scans for skipped hooks (#2502)
  • Cache Node version queries (#2500)

Bug fixes

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [prek](https://github.com/j178/prek) from 0.4.12 to 0.4.13.
- [Release notes](https://github.com/j178/prek/releases)
- [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md)
- [Commits](j178/prek@v0.4.12...v0.4.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 13, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 13, 2026

Copy link
Copy Markdown

Deploying ry with  Cloudflare Pages  Cloudflare Pages

Latest commit: d775e46
Status: ✅  Deploy successful!
Preview URL: https://67047cba.ry-5qq.pages.dev
Branch Preview URL: https://dependabot-uv-prek-0-4-13.ry-5qq.pages.dev

View logs

@dependabot dependabot Bot added the python:uv Pull requests that update python:uv code label Aug 13, 2026
@jessekrubin
jessekrubin merged commit a873aec into main Aug 13, 2026
33 checks passed
@jessekrubin
jessekrubin deleted the dependabot/uv/prek-0.4.13 branch August 13, 2026 18:42
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