deps: update dependency jdx/mise to v2026.3.3#1350
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
deps: update dependency jdx/mise to v2026.3.3#1350renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
de71c02 to
f830e4b
Compare
f830e4b to
d16f395
Compare
d16f395 to
ad98a5e
Compare
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:
2026.3.0→2026.3.3Release Notes
jdx/mise (jdx/mise)
v2026.3.3: : Standalone installer zstd fixCompare Source
A single-fix patch release that corrects the standalone installer's zstd archive selection logic on systems where the
zstdbinary is not installed.Fixed
zstdis not installed -- Thetar_supports_zstd()function returnedtruefor GNU tar >= 1.31 regardless of whether thezstdbinary was actually present on the system. Since GNU tar shells out tozstdrather than linking against it, this caused extraction to fail. The fix checks for thezstdbinary upfront before evaluating the tar version. A separate fallback branch inget_ext()that could also select a.tar.zstarchive without verifying zstd availability has been removed. #8460 by @octoNew Contributors
Full Changelog: jdx/mise@v2026.3.2...v2026.3.3
v2026.3.2: : Local-scoped upgrades, config-based quiet/silent, and redaction fixesCompare Source
A small release that adds a
--localflag for scopingoutdatedandupgradeto project-local tools, fixes several bugs around env var redaction, Tera template rendering in prepare, and task output configuration, and corrects a regression in the standalone installer.Added
--localflag foroutdatedandupgradecommands -- You can now runmise upgrade --localormise outdated --localto restrict operations to tools defined in project-local config files (e.g.,mise.toml), skipping anything from the global config (~/.config/mise/config.toml). This is useful when you have separate workflows for managing global vs. project-local tool versions. #8451 by @malepttinygo added to the registry -- TinyGo is now available via
mise use tinygo, using the aqua backend. #8446 by @artemklevtsovFixed
task.outputconfig setting now works for quiet/silent modes -- Settingtask.output = "quiet"ortask.output = "silent"inmise.tomlwas not suppressing mise's own output during task runs. Only theMISE_TASK_OUTPUTenvironment variable worked. Both approaches now behave identically. #8445 by @my1e5Redactions applied correctly when
tools = trueandredact = trueare combined -- Environment variables with bothtools = trueandredact = truewere not being redacted in task output because the tools-only code path collected redactions but never registered them with the global redactor. Secret values now correctly appear as[redacted]. #8449 by @jdxTera templates rendered in
[prepare.*.env]values -- Tera template expressions like"{{env.MY_VAR}}"in prepare provider env blocks were being passed as literal strings instead of being rendered. They are now evaluated with the full toolset environment available in the template context. #8450 by @jdxStandalone installer tar zstd version check regex fixed (again) -- A follow-up fix to the regex repair in v2026.3.1: a missing escape on the opening parenthesis caused
grep: Unmatched ) or \)errors. The regex is now fully correct. #8453 by @chadlwilsonFull Changelog: jdx/mise@v2026.3.1...v2026.3.2
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.