Update dependency jdx/mise to v2026.3.1#266
Merged
renovate[bot] merged 1 commit intomainfrom Mar 4, 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.3.0→v2026.3.1Release Notes
jdx/mise (jdx/mise)
v2026.3.1: : Bug fixes for tasks, Swift, Julia, and installerCompare Source
A small bug-fix release that corrects task scheduling behavior for
depends_post, fixes Julia version resolution, resolves Swift installation failures on some macOS environments, and repairs the standalone installer's tar version detection.Fixed
depends_posttasks no longer run when a pre-dependency fails -- Previously, if a task independsfailed before the main task started,depends_postcleanup tasks would still execute. This happened because the scheduler checked whether the parent task was scheduled rather than whether it actually executed. Nowdepends_posttasks are correctly skipped when the main task never ran due to a pre-dependency failure. They still run as expected when the main task itself fails. #8426 by @jdxJulia version listing no longer crashes with
MISE_USE_VERSIONS_HOST=0-- The Julia registry entry'sversion_exprused afilter()predicate with a bare#variable, which the expr-lang evaluator treated as an undefined variable. Wrapping the predicate in{...}closure braces fixes the syntax somise ls-remote juliaworks correctly when fetching versions directly from the upstream JSON endpoint. #8420 by @jdxSwift install fallback to system
pkgutilon macOS -- On some macOS environments,pkgutilis not found on the PATH during Swift installation. The Swift backend now falls back to/usr/sbin/pkgutil(the standard system location) whenwhich pkgutilfails. #8435 by @mackwicStandalone installer tar zstd version check fixed -- The regex used to detect whether the system
tarsupports zstd was broken -- unescaped parentheses and pipes causedgrepto match nothing. The regex is now properly escaped so tar version 1.31+ is correctly detected, enabling zstd-compressed archive downloads. #8430 by @autarchNew Contributors
Full Changelog: jdx/mise@v2026.3.0...v2026.3.1
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.