test(deps): update dependency mise to v2026.5.9 (main)#6718
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.8→2026.5.9Release Notes
jdx/mise (mise)
v2026.5.9: : SwiftPM artifact bundles and per-hook watch shellsCompare Source
A modest release: SwiftPM gains artifact bundle support,
[[watch_files]]hooks can pick their own inline shell, and a handful of fixes land for aqua latest-tag resolution, vfoxcmd.exec, and GitHub OAuth device-flow URLs. Plain-string Tera rendering also gets a fast path.Added
(spm) SwiftPM installs now prefer prebuilt artifact bundles (
*.artifactbundle.zip) when a release publishes one for the current Swift target triple, falling back to a source build otherwise (#9825) by @ikesyo. New controls:(config)
[[watch_files]]entries withrunaccept an optionalshellfield, rendered through templates and falling back to the configured default inline shell when unset (#9810) by @risu729:shellonly applies torunhooks; combining it withtaskproduces a warning and the value is ignored.Fixed
latestrelease pointed at a tag that aqua's registry rejected viaversion_filterorversion_constraint, mise would return it anyway. The latest fast path now applies both checks before accepting a tag (#9834) by @risu729.cmd.execcalls inside vfox plugins now build commands from mise's configuredunix_default_inline_shell_args/windows_default_inline_shell_argsinstead of hardcodingsh -corcmd /C, aligning plugin behavior with tasks, Tera command rendering, and other inline shell users (#9837) by @risu729.oauth_auth_urlis now the GitHub login base, with mise appending/device/codeand/oauth/access_tokenper GitHub's device-flow docs (#9791) by @jasisk.mise patronsnow points the "become a patron" link to the en.dev homepage instead of/sponsor(#9868) by @jdx.Changed
npmis now resolved throughaqua:npm/cli(withnpm:npmretained as a fallback), andbuck2switches toaqua:facebook/buck2withprerelease = trueso its always-prerelease releases are visible (#9762, #9805) by @risu729.aqua:SonarSource/sonarqube-cli(#9824) by @3PeatVR.Performance
{{,{%,{#, including whitespace-trimmed forms) now bypass the Tera renderer at config evaluation sites, skipping context construction, async context fetches, andget_terasetup. Tera 1.20.1's grammar guarantees these are the only block openers, so output is unchanged for both well-formed and malformed templates (#9833) by @risu729.Documentation
New Contributors
Full Changelog: jdx/mise@v2026.5.8...v2026.5.9
💚 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.