deps: update dependency jdx/mise to v2026.2.23#1345
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
deps: update dependency jdx/mise to v2026.2.23#1345renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
6dffcd9 to
21fd672
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.2.21→2026.2.23Release Notes
jdx/mise (jdx/mise)
v2026.2.23: : Stricter lockfile enforcement and vfox backend optionsCompare Source
This release tightens lockfile behavior in
--lockedmode, fixes a stale PATH cache issue with aqua-based tools, resolves intermittent panics with remote git tasks, and adds the ability to pass custom options to vfox backend plugins.Added
Custom options for vfox backend plugins -- Options defined in
mise.tomltool entries are now passed through to vfox backend plugins in bothBackendInstallandBackendExecEnvcontexts, accessible in Lua viactx.options. This enables custom plugin use cases like controlling build parameters. #8369 by @Attempt3035Registry: porter -- Added Porter, a CNAB bundle authoring and management tool (
github:getporter/porter). #8380 by @lbergnehrRegistry: entire -- Added entire CLI (
aqua:entireio/cli). #8378 by @TyceHerrmanRegistry: topgrade -- Added topgrade (
aqua:topgrade-rs/topgrade), an all-in-one system upgrade tool. #8377 by @TyceHerrmanFixed
--lockedmode now strictly enforces the lockfile -- Previously,mise lockcould still run while--lockedwas active,mise use tool@latestcould bypass the lockfile, and tools missing from the lockfile would silently fall through to remote resolution. Nowmise lockrefuses to run in locked mode with a clear error and hint,mise use tool@latestrespects the lockfile when locked, and missing tools fail fast with an actionable message instead of resolving remotely. #8362 by @jdxAqua tool PATH entries no longer go missing after install -- The
list_bin_paths()cache could be populated with stale (empty) data before extraction finished, or by a concurrentmise hook-envcall during installation. The in-memory and on-diskbin_pathscaches are now cleared after an aqua tool install completes so paths are recomputed from the freshly installed files. Fixes an issue where upgrading tools likeuvcaused their PATH entry to vanish. #8374 by @jdxRemote git task cache no longer panics or corrupts on concurrent access -- Replaced
println!/eprintln!with non-panickingwriteln!to handle EPIPE gracefully, and added file locking with clone-to-temp-then-rename to prevent concurrent cache corruption when multiple mise processes fetch the same remote git task simultaneously. #8375 by @vmalezeNew Contributors
Full Changelog: jdx/mise@v2026.2.22...v2026.2.23
v2026.2.22: : Outdated plugins, rename_exe fixes, and smoother installsCompare Source
A small release adding a new way to check for outdated plugins, along with three bug fixes for archive installs, tool environment resolution, and cross-platform Ruby lockfiles.
Added
mise plugins ls --outdatedflag -- A new-o/--outdatedflag checks remote git refs in parallel and displays only plugins where the local SHA differs from the remote. Shows a table with plugin name, URL, ref, local SHA, and remote SHA. Prints "All plugins are up to date" when everything is current. #8360 by @jdxFixed
rename_exeworks with archives containing abin/subdirectory -- When an archive extracts to a layout likeprefix/bin/binary, therename_exeoption was silently skipped because it searched the extraction root non-recursively instead of thebin/subdirectory where the binary actually lives. Both the GitHub-style backend and the HTTP backend now auto-detect thebin/subdirectory as the search directory, matching the same logic used bydiscover_bin_paths()for PATH construction. #8358 by @jdxInstalling cargo/npm/pipx tools no longer crashes with
tools = trueenv directives -- When[env]contained entries likeNODE_VERSION = { value = "{{ tools.node.version }}", tools = true }, installing npm/cargo/pipx tools would fail with "Variable not found in context" because the referenced tools might not be installed yet. The cargo, npm, and pipx backends now skiptools = trueenv directive resolution during installation while still including tool paths in PATH. #8356 by @jdxRuby lockfile resolves correct Windows checksums -- Running
mise lockon macOS/Linux now correctly resolves RubyInstaller2 binary URLs and checksums for Windows platform entries, instead of incorrectly using the MRI source tarball checksum. The lockfile generator now fetches the correct.7zasset from theoneclick/rubyinstaller2GitHub releases for Windows targets. #8357 by @jdxChanged
github:chenrui333/terradozer(replacing the archived asdf plugin and unavailable aqua backend), and is restricted to Linux and macOS. #8365 by @chenrui333New Contributors
Full Changelog: jdx/mise@v2026.2.21...v2026.2.22
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.