Skip to content

Update dependency jdx/mise to v2026.3.1#266

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/jdx-mise-2026.3.x
Mar 4, 2026
Merged

Update dependency jdx/mise to v2026.3.1#266
renovate[bot] merged 1 commit intomainfrom
renovate/jdx-mise-2026.3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2026

This PR contains the following updates:

Package Update Change
jdx/mise patch v2026.3.0v2026.3.1

Release Notes

jdx/mise (jdx/mise)

v2026.3.1: : Bug fixes for tasks, Swift, Julia, and installer

Compare 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_post tasks no longer run when a pre-dependency fails -- Previously, if a task in depends failed before the main task started, depends_post cleanup tasks would still execute. This happened because the scheduler checked whether the parent task was scheduled rather than whether it actually executed. Now depends_post tasks 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 @​jdx

  • Julia version listing no longer crashes with MISE_USE_VERSIONS_HOST=0 -- The Julia registry entry's version_expr used a filter() predicate with a bare # variable, which the expr-lang evaluator treated as an undefined variable. Wrapping the predicate in {...} closure braces fixes the syntax so mise ls-remote julia works correctly when fetching versions directly from the upstream JSON endpoint. #​8420 by @​jdx

  • Swift install fallback to system pkgutil on macOS -- On some macOS environments, pkgutil is not found on the PATH during Swift installation. The Swift backend now falls back to /usr/sbin/pkgutil (the standard system location) when which pkgutil fails. #​8435 by @​mackwic

  • Standalone installer tar zstd version check fixed -- The regex used to detect whether the system tar supports zstd was broken -- unescaped parentheses and pipes caused grep to match nothing. The regex is now properly escaped so tar version 1.31+ is correctly detected, enabling zstd-compressed archive downloads. #​8430 by @​autarch

New 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from nikobockerman as a code owner March 4, 2026 12:34
@renovate renovate bot enabled auto-merge (squash) March 4, 2026 12:34
@renovate renovate bot merged commit b57619e into main Mar 4, 2026
21 checks passed
@renovate renovate bot deleted the renovate/jdx-mise-2026.3.x branch March 4, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants