test(deps): update dependency mise to v2026.4.27 (main)#6572
Merged
renovate[bot] merged 1 commit intomainfrom Apr 29, 2026
Merged
test(deps): update dependency mise to v2026.4.27 (main)#6572renovate[bot] merged 1 commit intomainfrom
renovate[bot] merged 1 commit intomainfrom
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.4.25→2026.4.27Release Notes
jdx/mise (mise)
v2026.4.27: : npm install args, smarter watch, and a macOS shim recursion fixCompare Source
A focused release: more control over how npm-backed tools get installed, smarter
mise watchthat follows task dependencies, and a fix for a nasty macOS shim recursion that could lock up a shell duringmise up --bump.Added
(backend) New
npm_args,pnpm_args,bun_args, andaube_argstool options on the npm backend (#9109) by @risu729. Each one is forwarded to the matching package manager when it's the activesettings.npm.package_manager, mirroring thepipxbackend's style. The args are also recorded in the lockfile and at install time:(env) External vfox environment plugins now get
ctx.config_rootin theirMiseEnv/MisePathhooks (#9465) by @hisaac. This matches what built-in directives like_.filealready see, so plugins (e.g.mise-xcode) can resolve user-supplied relative paths against the project root regardless of the shell's cwd.watch_filesreturned from a plugin are now also absolutized againstconfig_rootinstead ofcurrent_dir().(task)
mise watchnow follows the task graph and watches the sources of each chosen task's dependencies as well as its own (#9437) by @43081j. Pass--skip-deps(or setskip_deps) to restore the previous "task sources only" behavior. Explicit--globoverrides still win.(release)
scripts/gen-aqua-changelog.shnow diffs the previous tag'sregistry.yamlagainst the current one and emitsNew Packages/Updated Packagessections in the release PR, instead of dumping the aqua-registry release tags rolled into the release (#9471) by @jdx. This restores the pre-#9043 behavior for the merged-registry world.Fixed
(backend) When
_list_remote_versionsreturned an empty list (invalid module path, throttling, etc.) the empty result was cached as if it were authoritative, poisoning both the on-disk cache file and the in-memoryOnceCellfor up to an hour (#9444) by @c22. The cache is now cleared in both places when the list comes back empty, so the next call re-fetches.(shims) Fixed an infinite shim recursion on macOS reported in #9462 where
mise up --bumpagainst npm packages would loopmise -> npm shim -> mise -> npm shim -> ...and sometimes crash the session (#9468) by @jdx. The trigger was a case-mismatched$HOMEinPATH(/Users/Olfway/...vs./Users/olfway/...) — the shims-stripping inBackend::dependency_envcompared byte-equal, so on case-insensitive APFS/HFS+ volumes it was a no-op andnpmre-resolved to the mise shim. A newfile::paths_eqdoes case-insensitive compares on macOS/Windows and byte-equal on Linux, and is now used everywhere mise asks "is this PATH entry the shims directory?" — includingpath_env_without_shims,which_no_shims,PathEnvpartitioning,cli::execprogram resolution, and the doctor'sshims_on_pathcheck (which had been silently reportingnofor affected users).(task) Under
deny_env = trueon Linux, every env var was being stripped from the child process — including thePATH/HOME/USER/SHELL/TERM/LANGthatfilter_envand the docs say should pass through (#9467) by @jdx, fixing #9466.apply_sandbox()was callingCommand::env_clear()after the task executor populated explicit envs via.envs(filtered_env), wiping both. The Linux branch now snapshots the explicit envs before clearing and re-applies them; macOS already did this. A newpath_testtask ine2e/sandbox/test_sandbox_taskguards against regressions.New Contributors
Full Changelog: jdx/mise@v2026.4.26...v2026.4.27
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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.