Update dependency jdx/mise to v2026.3.14#283
Merged
renovate[bot] merged 1 commit intomainfrom Mar 26, 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:
v2026.3.13→v2026.3.14v2026.3.15Release Notes
jdx/mise (jdx/mise)
v2026.3.14: : GitHub token management, macOS shim fix, and Python precompiled flavor fixCompare Source
This release introduces a new
mise github tokencommand and expanded GitHub token resolution (including a config file and git credential helper support), fixes a shim detection regression that caused hangs on macOS, and corrects Python precompiled flavor handling for freethreaded builds.Highlights
mise github tokencommand andgithub_tokens.tomlconfig file for flexible, per-host GitHub token managementprecompiled_flavorwhen filtering out freethreaded buildsAdded
mise github tokencommand and expanded token resolution -- Addsgithub_tokens.toml(~/.config/mise/github_tokens.toml) for storing per-host GitHub tokens that don't interfere with the gh CLI'shosts.yml. Also adds opt-ingit credential fillintegration as a last-resort fallback for environments where tokens live in system keyrings (macOS Keychain, Windows Credential Manager, devcontainers). The newmise github token [--unmask] [HOST]command shows which token mise would use and where it came from, making it easy to debug authentication issues. Enable git credential support withgithub.use_git_credentials = truein settings. #8742 by @jdxUpdated token priority:
MISE_GITHUB_ENTERPRISE_TOKENenv var (non-github.com only)MISE_GITHUB_TOKEN/GITHUB_API_TOKEN/GITHUB_TOKENenv varsgithub_tokens.toml(per-host) -- newhosts.yml)git credential fill(opt-in) -- newRegistry: tart -- Added tart to the registry. Tart provides macOS and Linux VMs on Apple Silicon using Apple's Virtualization.framework. Install with
mise install tart. #8727 by @mnm364Fixed
Shim detection reverted to fix macOS hangs -- A recent change (
cfcb555) switched shim detection from checking the binary name to checking ifargv[0]exists in the shims directory. This caused mise to hang on startup for some users because the filesystem check could block on slow or network filesystems, and could also falsely detect mise itself as a shim. The simpler binary-name-based check has been restored. e1b8ca4 by @jdxPython precompiled flavor now correctly excludes freethreaded builds -- When any
precompiled_flavorwas specified (e.g.install_only_stripped), the freethreaded build exclusion was bypassed, causingmise lockto sometimes pick the freethreaded build incorrectly. Freethreaded builds are now only included when the requested flavor specifically includes "freethreaded". #8745 by @risu729cargo install misedocs now use--locked-- The Cargo install command in the documentation has been updated tocargo install --locked mise, preventing build failures from dependency version mismatches. #8731 by @rtharstonNew Contributors
Full Changelog: jdx/mise@v2026.3.13...v2026.3.14
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.