Update dependency jdx/mise to v2026.3.12#281
Merged
renovate[bot] merged 1 commit intomainfrom Mar 24, 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.10→v2026.3.12v2026.3.13Release Notes
jdx/mise (jdx/mise)
v2026.3.12: : Supply chain protection for lockfile upgradesCompare Source
A small but important release that adds supply chain protection for lockfile upgrades and fixes zsh completions broken by the usage v3.1.0 update. This release also includes the binary assets that were missing from v2026.3.11 due to the completions issue.
Security
Block GitHub tool upgrades when provenance is lost -- When upgrading a
github:backend tool, mise now checks whether the prior locked version had provenance verification (e.g., GitHub Attestations). If the new version lacks provenance that the old version had, the upgrade is blocked with an error indicating a potential supply chain attack. The old provenance-verified lockfile entry is preserved, and the error includes both versions for easy investigation. This check applies tomise lock,mise install, andmise use. #8706 by @jdxExample error:
Fixed
_argumentsto_describeand changed quoting behavior. This also fixes the binary build failure that prevented v2026.3.11 from publishing release assets. #8715 by @jdxFull Changelog: jdx/mise@v2026.3.11...v2026.3.12
v2026.3.11Compare Source
This release adds
--skip-toolsfor faster task execution, GitHub token auto-detection fromghCLI, optionalargs/envfields in taskrunentries, and fixes across lockfiles, shims, tasks, and environment handling.Highlights
mise run --skip-tools-- Skip tool installation when running tasks, useful when you know tools are already installed and want faster execution. #8699 by @jdxghCLI -- mise now reads GitHub tokens fromgh'shosts.ymlconfig, so authenticated GitHub API requests work automatically if you're logged in withgh auth login. #8692 by @jdxargsandenvin taskrunentries -- Task run entries now support optionalargsandenvfields for more flexible task configuration. #8687 by @jdxAdded
mise run --skip-tools-- Skip tool installation when running tasks. #8699 by @jdxghCLI -- Automatically read tokens fromghCLI'shosts.ymlconfig. #8692 by @jdxrunentries supportargsandenv-- Optional fields for more flexible task definitions. #8687 by @jdxtry_get,try_head,try_download_file-- Non-failing HTTP methods for Lua plugins. #8697 by @jdxFixed
default_packages_filepath --~/.default-node-packagesnow resolves correctly. #8709 by @jdxmise lock-- Existing platform entries in lockfiles are preserved instead of being overwritten. #8708 by @jdx.node-version,.python-version, etc. are now picked up in monorepo task directories. #8702 by @jdxrun.tasksreferences -- Task references with inline args (e.g."build --release") no longer fail validation. #8701 by @jdxtask_config.dirfor included TOML and file tasks -- Included tasks now correctly inherit the configured working directory. #8689 by @jdx--lockedmode -- Locked installs no longer make unnecessary API calls. #8679 by @jdxmise shell nodenow shows an error instead of doing nothing. #8693 by @jdx--env/-Eflags -- Multiple environment overrides can now be specified. #8686 by @jdxget_repo_url-- SSH-style git URLs are now handled correctly. #8666 by @modestmanmise implodenow removes system-level data directories. #8696 by @jdxMISE_COLOR=0for error output --color_eyreerror formatting now honors the color setting. #8690 by @jdxNew Contributors
Full Changelog: jdx/mise@v2026.3.10...v2026.3.11
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.