Update dependency jdx/mise to v2026.3.2#267
Merged
renovate[bot] merged 1 commit intomainfrom Mar 5, 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.1→v2026.3.2v2026.3.3Release Notes
jdx/mise (jdx/mise)
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
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.