FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(mise): upgrade prek by ghappforreleaseplease[bot] · Pull Request #49 · jylenhof/github-actions-resources · GitHub

chore(mise): upgrade prek - #49

Closed
ghappforreleaseplease[bot] wants to merge 1 commit into
mainfrom
chore/mise-tool-updates-prek-20260817073207
Closed

ghappforreleaseplease[bot] wants to merge 1 commit into
mainfrom
chore/mise-tool-updates-prek-20260817073207

Conversation

Copy link
Copy Markdown
Contributor

Automated mise tool upgrades from local config.

Updated tools:

  • prek

Command: mise upgrade --bump --local prek

Version changelog (prek)
Tool Requested Installed
prek 0.4.12 → 0.4.13 0.4.12 → 0.4.13
Release notes (1 tools) prek: `0.4.12` → `0.4.13` (j178/prek)

v0.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)

Bug fixes

Modified files:

  • .mise.toml

Automated mise tool upgrades from local config.

Updated tools:
- `prek`

Command: `mise upgrade --bump --local prek`

<details>
<summary>Version changelog (prek)</summary>

| Tool | Requested | Installed |
|------|-----------|-----------|
| `prek` | `0.4.12` → `0.4.13` | `0.4.12` → `0.4.13` |

</details>

<details>
<summary>Release notes (1 tools)</summary>

<details>
<summary>prek: `0.4.12` → `0.4.13` (j178/prek)</summary>

### v0.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`](https://mise.jdx.dev/) in an isolated environment:

```yaml
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:

```console
$ prek exec golangci-lint -- golangci-lint --version
```

### Enhancements

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

### Performance

- Avoid env cache scans for skipped hooks ([#2502](j178/prek#2502))
- Cache Node version queries ([#2500](j178/prek#2500))

### Bug fixes

- Fix Node hook installation with npm 11 ([#2487](j178/prek#2487))
- Isolate dependency installs from inherited Git repository state ([#2506](https://github.com/j178/prek/pull/25… (truncated)

</details>

</details>

Modified files:
- `.mise.toml`

Copy link
Copy Markdown
Contributor

Commit Check

All 4 checks passed

Show all 4 checks
Commit message
  ✔ Commit 1/1 (chore(mise): upgrade prek)
Branch
  ✔ Branch (chore/mise-tool-updates-prek-20260817073207)
Author
  ✔ Author name (ghappforreleaseplease[bot])
  ✔ Author email (294462232+ghappforreleaseplease[bot]@users.noreply.github...)

commit-check 2.13.4 · Rules reference

jylenhof closed this Aug 17, 2026
jylenhof deleted the chore/mise-tool-updates-prek-20260817073207 branch August 17, 2026 09:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

1 participant


Back | FazBrowse Home | New Git URL