fix(cli-tools): update cli-tools#814
Open
ppat-self-hosted-renovate-bot[bot] wants to merge 2 commits into
Open
fix(cli-tools): update cli-tools#814ppat-self-hosted-renovate-bot[bot] wants to merge 2 commits into
ppat-self-hosted-renovate-bot[bot] wants to merge 2 commits into
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.4.25->v2026.5.0v2026.5.6(+5)v1.25.0->v1.25.1Release Notes
jdx/mise (jdx/mise)
v2026.5.0: : Conda graduates, smarter prereleases, and Windows POSIX tasksCompare Source
Added
dartandflutterdeps providers backed bypubspec.yaml/pubspec.lock(#9505) by @tjarvstrand.sourcesentries can now be prefixed with!to exclude paths, and a newsources_excludefield is supported; exclusions apply to freshness checks,task_source_files, andmise watch(#9496) by @jlarmstrongiv.statto the Luafilemodule so plugins can read file metadata (#9497) by @esteve.neo4j(#9525),rustfs(#9530),expert(#9498),systemctl-tui(#9521),codon(#9538),yr(#9542),betterleaks(#9541),git-filter-repo(#9550),umoci(#9555),google-java-format(#9488), an aqua backend forelixir-ls(#9557), and enabledshellcheckon Windows (#9487).Fixed
-nightly,-canary,-experimental,-insider,-edgeas prereleases (#9523) by @jdx.dotnet.package_flags = "prerelease"and--prereleasefor dotnet (#9551) by @jdx.No versions foundwarnings for backends that support unresolvedlatest(#9548) by @jdx.latestbefore installing missing tools (#9545) by @jdx.install_envduringcargo install(#9502) by @c22.api_url(#9486) by @jdx.--no-git-checkstoaube publish(#9483) by @jdx.epel-9chroots since rust >= 1.91 is unavailable (#9484) by @jdx.Changed
checkmake(#9504) by @eread.Deprecated
shorthands_filesetting /MISE_SHORTHANDS_FILEis deprecated; warning starts in 2026.6.0, removal planned for 2026.12.0. Use[plugins]instead (#9534) by @risu729.Documentation
ghtknas a GitHubcredential_command(#9546) by @jdx.mise watchdocs topitchfork.en.dev(#9536) by @risu729.execexample for variable echoing (#9567) by @kuboon.💚 Sponsor mise
mise is built by @jdx under en.dev — an independent studio making developer tooling (mise, aube, and more). Development is funded by sponsors.
If mise saves you or your team time, please consider sponsoring at en.dev. Individual and company sponsorships keep mise fast, free, and independent.
v2026.4.28: : Remote tasks pinned by commit SHACompare Source
A small patch release: remote tasks pinned to a commit SHA no longer panic, and the Fedora COPR packaging pipeline picks up Dockerfile fixes again.
Fixed
(task) Remote tasks referenced by commit SHA (a
git::source with?ref=<40-char hex>) no longer crash mise withwe map by name only and have no object-id in refspecfromgix(#9473) by @jdx.gix-refspecparses any 40- or 64-char hex string as anObjectIdrefspec, butgix::clone::fetch::util::find_custom_refnameonly handles name-based matches andexpect()s on the result, so passing a bare SHA toprepare_clone.with_ref_name()triggered a hard process panic on every cache miss.Git::clonenow detects SHA-shaped refs via alooks_like_shaheuristic, skips both thewith_ref_name()andgit clone -bpaths (neither accepts bare SHAs), drops--depth 1since shallow clones may not contain the requested object, and checks out the SHA after the clone via the existing CLI-backed update. Named branches and tags continue to use the existing fast paths. Closes #9472.(copr) The
copr-publishworkflow no longer pins a staleghcr.io/jdx/mise:coprimage digest, anddocker.ymlnow rebuilds the:coprimage wheneverpackaging/copr/Dockerfilechanges onmain(#9451) by @bestagi. Previously the workflow kept hittingModuleNotFoundError: No module named 'rich'even after #9421 switchedcopr-clitodnf install, because the hardcoded digest still pointed at the old pip-installed image.New Contributors
Full Changelog: jdx/mise@v2026.4.27...v2026.4.28
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
starship/starship (starship/starship)
v1.25.1Compare Source
Bug Fixes
python_binaryschema with argument support (#7415) (3ec9b5c)Configuration
📅 Schedule: Branch creation - "before 10am on Tuesday" in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.