Update dependency jdx/mise to v2026.2.7 #244
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.6→v2026.2.7v2026.2.8Release Notes
jdx/mise (jdx/mise)
v2026.2.7: : Windows Gets RealCompare Source
This release brings a significant improvement for Windows users with native
.exeshims, along with several bug fixes that improve the reliability of tool installation and version resolution.Highlights
Native Windows Shims (#8045)
mise now generates native
.exeshim files instead of.cmdbatch scripts. This resolves a whole category of frustrating issues:ENOENTerrors fromspawnSyncin nodewhere.exenow correctly finds your toolsThe new
"exe"mode is now the default forwindows_shim_mode. This follows the same pattern used by Scoop, Volta, and Chocolatey. If you need to switch back, you can setwindows_shim_mode = "file"in your settings. Thanks to @iki for helping with this.Bug Fixes
Config options preserved during CLI installs (#8044) - Running
mise install tool@versionwith an explicit version no longer loses tool-level config options likepostinstallfrom yourmise.toml. Registry defaults (likeuvx=falseorpipx_args) are also preserved when using table syntax.Linked versions take priority over lockfiles (#8050) - Tools created with
mise linknow correctly override lockfile entries during version resolution. Previously, a lockfile pin would override your linked version, causing confusing "missing" warnings.Fixed duplicate entries in
ls --all-sources(#8042) - Thanks @roele!Registry Updates
oxlintto use npm backend by default (#8038) - Thanks @risu729!orvalfor OpenAPI client generation:mise use orval(#8051) - Thanks @zdunecki for your first contribution!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.