test(deps): update dependency mise to v2026.4.15 (main)#6455
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
test(deps): update dependency mise to v2026.4.15 (main)#6455renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 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.14→2026.4.15Release Notes
jdx/mise (mise)
v2026.4.15: : Windows path separator fix and improved GitHub token detectionCompare Source
A small release with an important Windows fix and an improved GitHub rate-limit warning. Path-list environment variables now use the correct OS-native separator on Windows, and the 403 rate-limit warning now checks all configured GitHub token sources instead of only the
GITHUB_TOKENenvironment variable.Fixed
Path-list environment variables broken on Windows -- Settings that accept colon-separated path lists (
MISE_TRUSTED_CONFIG_PATHS,MISE_IGNORED_CONFIG_PATHS,MISE_CEILING_PATHS,MISE_SHARED_INSTALL_DIRS,MISE_TASK_DISABLE_PATHS) always split on:, which conflicts with Windows drive letters (e.g.C:\foo). These settings now use the OS-native path separator (:on Unix,;on Windows) viastd::env::split_paths, matching howPATHitself is handled. #9058 by @richardthe3rdGitHub 403 warning shown even when a token is configured -- The rate-limit warning that appears on GitHub API 403 errors previously only checked the
GITHUB_TOKENenvironment variable. Users who configured a token viaghCLI,github_tokens.toml,credential_command, orgit credentialwould still see the misleading "GITHUB_TOKEN is not set" hint. The warning now checks all supported token sources and links to the GitHub tokens documentation. #9121 by @jdxAdded
New Contributors
Full Changelog: jdx/mise@v2026.4.14...v2026.4.15
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.