Update dependency jdx/mise to v2026.1.8 #232
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.1.7→v2026.1.8Release Notes
jdx/mise (jdx/mise)
v2026.1.8: : Registry RevolutionCompare Source
This release brings a significant architectural improvement to mise's registry system, splitting the monolithic
registry.tomlinto individual files per tool. This refactoring makes the registry more maintainable and easier to contribute to. We've also squashed several bugs across the aqua backend, GitHub release handling, and task system.Highlights
Registry restructured: The tool registry has been split from a single large file into one file per tool (#7820). This makes it much easier to add new tools and review registry changes.
Claude now uses aqua backend: The Claude CLI tool now defaults to the aqua backend for installation (#7842).
Bug Fixes
Aqua backend improvements: Fixed an issue where the lockfile wasn't being invalidated when assets didn't match the registry (#7830). Added helpful warnings when version tag lookups fail (#7831).
GitHub backend: Windows-specific file extensions (like
.exeand.zip) are now properly deprioritized when selecting release assets on non-Windows platforms (#7838). This prevents accidentally downloading Windows binaries on Linux/macOS.Task system fixes: Environment variables in monorepo task usage specs now resolve correctly (#7832). File task headers now support dotted keys and deep-merge behavior (#7840), giving you more flexibility in task configuration.
mise ls --localfix: Idiomatic version files (like.node-version) and.tool-versionsfiles now properly appear inmise ls --localoutput (#7836). Thanks to @offbyone for this fix!Contributors
Thanks to @offbyone for contributing to this release!
📦 Aqua Registry Updates
New Packages (1)
carthage-software/magoUpdated Packages (1)
golangci/golangci-lintConfiguration
📅 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.