Update dependency jdx/mise to v2026.5.13#136
Open
renovate[bot] wants to merge 1 commit into
Open
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.12→2026.5.13Release Notes
jdx/mise (jdx/mise)
v2026.5.13: : Safer npm installs, faster shell completionsCompare Source
A focused release that tightens npm install safety by default, removes network calls from shell completion generation, and fixes asset picking so primary release binaries beat related sub-archives.
Added
(npm) The npm backend now passes
--ignore-scripts=trueby default when installing throughnpm, and no longer adds Bun's--trustflag automatically.npm_argsandbun_argsremain the user escape hatches and are appended after the defaults, so you can opt back in per tool (#9913 by @risu729):For dependency build approvals, prefer
aubeorpnpmwith--allow-build=<pkg>; see the refreshed npm backend docs.Fixed
mise completionis often invoked on shell init. It no longer refreshes remote version metadata while building the toolset, so slow networks and timeouts don't delay every new shell (#10010 by @sargunv-headway).manylinux*/musllinux*asset names as Linux with the right glibc/musl libc. This fixes installs likeopengrep/opengrep, whereopengrep-core_linux_aarch64.tar.gzwas previously winning over the primaryopengrep_*binary. Explicitasset_patternconfiguration is unchanged (#10008 by @risu729).tool_aliasentries with per-aliasasset_pattern/bin_path) are now visible to runtime symlink and shim rebuilds. Previously these alias backends bypassed the global backend cache and could be missed after install, leavinglatestsymlinks or executable shims unbuilt (#9848 by @risu729).mise-pluginsvfox plugin set now includesvfox-groovy,vfox-php, andvfox-scalaas fallbacks after the default asdf backend (#9832 by @risu729).mise doctorversion-check request now uses the regular HTTP client and the configuredhttp_timeout(controllable viaMISE_HTTP_TIMEOUT), instead of an unconfigurable 3s timeout. Timeout error messages now point at the real setting (#9977 by @risu729).Changed
vectornow uses the aqua backend, which has Vector-specificvdev-*release filtering. This avoids resolving strayvdev-*GitHub releases as the latest Vector (#10011 by @jdx).valenow tracks its updated aqua-registry location (#10002 by @eread).prerelease(and other tool options) through a local typed option reader, with the legacy package-flag fallback preserved (#9962 by @risu729).Full Changelog: jdx/mise@v2026.5.12...v2026.5.13
💚 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: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.