test(deps): update dependency mise to v2026.5.6 (main)#6671
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.5.5→2026.5.6Release Notes
jdx/mise (mise)
v2026.5.6: : Native GitHub OAuth, project-scoped OCI builds, faster registriesCompare Source
A mix of features and correctness work: a native GitHub OAuth token source (experimental) that drops the dependency on
gh/ghtkn,mise ocicommands scoped to the current project by default, and two registry-lookup performance wins — plus fixes across activate, exec, java, lock, pipx, and vfox.Added
(cli) Add
--before <date>tomise ls-remoteandmise lockfor release-date-aware version discovery (#9269) by @risu729(config) Hooks can now be defined as a table —
{ run = "...", shell = "bash -c" }— to pick a shell inline, alongside the existing string form (#9718) by @risu729(github) Add native GitHub OAuth device-flow token source (experimental) — no dependency on
gh/ghtkn(#9654) by @jdx. Create a GitHub App with device flow enabled, then authorize once:mise caches and refreshes the token for its own GitHub API calls, and auto-exports it as
GITHUB_TOKENto shells started undermise activate/execsogh,git, and other GitHub-aware tools pick it up too. See GitHub Tokens → Native GitHub OAuth for the full setup.(oci)
mise oci build/run/pushare now scoped to the current project's config by default; pass--include-globalto opt back into the previous behavior of including global config (#9766) by @jdx(outdated) Prefixed-version requests now resolve to the latest within the prefix — e.g.
temurin-17.0.19+10for atemurin-17.xrequest, instead of jumping ahead totemurin-26.x(#9767) by @roeleFixed
chpwd_functionsexpansion underset -uso activated shells no longer fail withchpwd_functions[@​]: unbound variable(#9716) by @risu729latest_stable_versionfast path when--beforeorminimum_release_ageis active, instead of returning a too-new version (#9650) by @risu729[depends=...]andos=set the named core fields (#9742) by @risu729mise -C <dir> execcorrectly resolves the inner toolset's tools again —__MISE_DIFFis now propagated to children so the child no longer inherits a mutated PATH that hides its own tools (#9765) by @jdxprerelease = true/MISE_PRERELEASES=1is set (#9717) by @risu729core:javalockfile URLs/checksums from mise Java metadata, fixingmise install --lockedfor Java (#9719) by @risu729github_attestations = "unavailable"so locked installs stop hitting the GitHub attestation API for artifacts known to have none (#9741) by @risu729uvx_args/pipx_args/extras/uvx = falsewhen pipx tools are reinstalled after a Python upgrade (#9663) by @risu729provenance = "github-attestations"(#9739) by @risu729pre_uninstallhooks before removing install directories (#9662) by @risu729programandargsincmd::cmd(..)debug output so logged commands are unambiguous (#9777) by @ktetzlaffPerformance
phffor the mise registry lookup table, around 3.3x faster than the previousBTreeMappath (#9769) by @risu729Registry
vector(#9761) by @kquinslandopenshift-installand anhttp:backend foroc(#9669) by @kononoNew Contributors
Full Changelog: jdx/mise@v2026.5.5...v2026.5.6
💚 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.
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.