Update dependency jdx/mise to v2026.2.17#253
Merged
renovate[bot] merged 1 commit intomainfrom Feb 20, 2026
Merged
Conversation
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
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.16→v2026.2.17Release Notes
jdx/mise (jdx/mise)
v2026.2.17: : Freshly PreparedCompare Source
A moderate release with a handful of bug fixes and a new feature for the
preparesystem.Highlights
Prepare: auto-touch stale outputs — When tools like
uv syncskip work because dependencies are already satisfied, output files don't get updated, causing mise to consider them stale on the next run. Prepare providers now automatically touch output files after a successful command, keeping staleness checks accurate. This is controlled by a newtouch_outputsconfig option (defaults to true). #8243 by @halmsSettings reorganization:
task_*→task.*— Nine flattask_*settings have been consolidated into a nestedtask.*namespace (e.g.,task_output→task.output). The old names still work with no breaking changes — deprecation warnings won't appear until2026.8.0. #8239Bug Fixes
Postinstall hooks now use correct bin paths — Per-tool postinstall hooks were hardcoding
$install_path/binonPATH, which broke backends like aqua where binaries live in non-standard subdirectories. Hooks now use each backend's actual binary paths. #8234mise usewrites to the correct config file — When bothconfig.tomlandconfig.local.tomlexist,mise usewas incorrectly writing toconfig.local.toml. It now properly targetsconfig.toml. #8240Legacy
.mise.backendinstalls no longer block auto-migration — Legacy backend files were defaulting toexplicit_backend = true, which prevented auto-migration to updated registry backends. They now default to non-explicit, allowing tools likeglabto resolve correctly through the current registry. #8245 by @jean-humann📦 Aqua Registry Updates
Updated Packages (1)
namespacelabs/foundation/nscConfiguration
📅 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.