chore(deps): update dependency mise to v2026.2.24#2064
Merged
renovate[bot] merged 1 commit intomainfrom Mar 2, 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:
2026.2.23→2026.2.24Release Notes
jdx/mise (mise)
v2026.2.24: : Hooks get Tera templates, aqua cache cleanup, and better error messagesCompare Source
A bug-fix release that enables Tera template rendering in hooks, eliminates a class of stale PATH bugs with aqua tools, improves error messages for unsupported registry tools, and removes the long-deprecated
python.venv_auto_createsetting.Fixed
Hooks now support Tera template rendering -- Hook scripts can now use Tera template variables like
{{tools.ripgrep.path}}, just like tasks. Additionally, the install progress bar is now cleared before postinstall hooks run, so hook output is no longer masked by the progress UI. Preinstall hooks correctly skiptools=trueenv directives since referenced tools may not yet be installed. #8385 by @jdxAqua tool PATH entries no longer go stale -- The aqua backend's
bin_pathsdisk cache (bin_paths.msgpack.z) has been removed entirely. This cache provided negligible performance benefit -- reading and decompressing a msgpack file is comparable to parsing the small YAML registry entry -- but was the root cause of stale PATH entries after tool installs (e.g. upgradinguvcausing its PATH entry to vanish). The previous fix in v2026.2.23 was raceable by concurrentmise hook-envcalls; removing the cache eliminates this class of bugs completely. #8383 by @jdxBetter error when a registry tool has no supported backends -- When a tool exists in the registry but all its backends are filtered out for the current platform or configuration (e.g.
imagemagickon a platform where onlycondaandasdfbackends are registered but disabled), the error now clearly explains the situation and lists the registered backends instead of suggesting the user meant the exact tool name they already typed. #8388 by @jdxRemoved
python.venv_auto_createsetting removed -- Thepython.venv_auto_createandpython_venv_auto_createsettings have been fully removed. These were deprecated in favor of the_.python.venvconfiguration. If you were relying on the legacyvirtualenvtool option to auto-create venvs, mise will now warn and print manual creation instructions instead. Migrate to the newer venv configuration: #8384 by @jdxBreaking Changes
python.venv_auto_createandpython_venv_auto_createsettings no longer exist. If you still have these in your configuration, they will be silently ignored. Use_.python.venv = { path = ".venv", create = true }in your tool configuration instead. #8384Full Changelog: jdx/mise@v2026.2.23...v2026.2.24
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.