Update dependency jdx/mise to v2026.2.8 #246
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2026.2.7→v2026.2.8v2026.2.9Release Notes
jdx/mise (jdx/mise)
v2026.2.8: : Hooks Get Their Act TogetherCompare Source
This release focuses on hooks—fixing 12 community-reported issues that were making them unreliable. There are also some nice quality-of-life improvements for Node.js and Ruby users.
Highlights
Hooks overhaul — A comprehensive fix for the hooks system addressing a dozen issues reported by the community. Global hooks now actually work, hook execution order is corrected (leave fires before enter), infinite loops in fish shell are fixed, and postinstall hooks can now find all installed tools. #8058
Node version detection from package.json — mise now reads tool versions directly from
package.jsonusing thedevEnginesandpackageManagerfields. This means your Node, Bun, pnpm, yarn, and npm versions can be auto-detected without a separate.tool-versionsormise.tomlfile. Semver ranges are simplified automatically (>=18.0.0→18). #8059Precompiled Ruby goes stable — You can now use precompiled Ruby binaries by setting
ruby.compile=falsewithout needingexperimental=true. This will become the default in 2026.8.0. If you haven't tried it, precompiled Ruby installs in seconds instead of minutes. #8052New Features
--dry-run-codeflag — Added toinstall,upgrade,prune,uninstall, andusecommands. Behaves like--dry-runbut exits with code 1 when there's work to do, enabling patterns likeif ! mise install --dry-run-code -q; then mise install; fi#8063Bug Fixes
MISE_ARCHat runtime, which is useful for Windows ARM64 users running x64 binaries under emulation #8062mise settings set,mise settings add,mise config set, andmise shell-alias setnow acceptkey=valueas a single argument #8053Registry
npm:quicktype) — thanks @zdunecki! #8054Dependencies
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.