test(deps): update dependency mise to v2026.4.12 (main)#6438
Merged
renovate[bot] merged 1 commit intomainfrom Apr 15, 2026
Merged
test(deps): update dependency mise to v2026.4.12 (main)#6438renovate[bot] merged 1 commit intomainfrom
renovate[bot] merged 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.11→2026.4.12Release Notes
jdx/mise (mise)
v2026.4.12: : OS/arch filtering, task confirmation defaults, and npm supply chain improvementsCompare Source
This release adds OS/architecture compound filtering for tool configuration, lets task confirmation prompts default to "no" for destructive actions, and upgrades npm supply chain protection to use the recommended
--min-release-ageflag. It also fixes several bugs including a panic on empty config filename overrides and circular shim symlinks.Highlights
osfield now supportsos/archcompound entries like"macos/arm64"or"linux/x64", letting you restrict tools to specific platform and architecture combinations.confirmcan now default to "no", so destructive tasks require the user to explicitly opt in rather than just pressing Enter.--min-release-ageflag on npm 11.10.0+, aligning with npm's recommended approach.Added
OS/architecture compound syntax in tool filtering -- The
osfield on tool entries now acceptsos/archentries (e.g.os = ["linux", "macos/arm64"]). When an entry contains/, both the OS and architecture must match. Plain OS entries continue to match any architecture. OS aliases (darwintomacos) and arch aliases (aarch64toarm64,x86_64/amd64tox64) are normalized automatically. #9088 by @RobertDeRoseTask confirmation default -- The
confirmfield on tasks now accepts a map withmessageanddefaultkeys, allowing you to set whether the prompt defaults to "yes" or "no". This is useful for destructive tasks where you want the user to explicitly confirm. The existing string syntax continues to work and defaults to "yes" for backwards compatibility. #9089 by @roelenpm
--min-release-agefor supply chain protection -- Wheninstall_beforeis configured, mise now uses npm's--min-release-age=<days>flag for npm 11.10.0+, which is the flag npm recommends for supply chain protection. Older npm versions continue to use--before. Sub-day windows also fall back to--beforesince--min-release-ageis day-granular. #9072 by @webkazNew registry entries -- Added
openfga(#9084 by @mnm364),copilot(#9082 by @risu729), andtrzsz-go(#9083 by @ZeroAurora).Fixed
Panic on empty
MISE_OVERRIDE_CONFIG_FILENAMES-- SettingMISE_OVERRIDE_CONFIG_FILENAMES=""(e.g. to clear it for a child process) caused a panic because the empty string was injected as a config path, which resolved to the filesystem root and had no parent directory. Empty segments from empty strings, leading/trailing colons, and consecutive colons are now filtered out. #9076 by @baby-joelCircular shim symlinks when shims are on PATH -- When
mise activate --shimsput the shims directory on PATH and amiseshim existed (e.g. from havingcore:rustin the toolset after a cargo install),reshimwould create shims pointing to the mise shim instead of the real binary, including a circularmisetomisesymlink that broke all shims.doctorwould also falsely report all shims as "missing". Both now usewhich_no_shimsto resolve the real mise binary. #9071 by @kevinswiber__MISE_EXEnot exported in bash activate -- The__MISE_EXEvariable was not exported in the bash activation script, so child shells couldn't access it and themisefunction failed. Additionally, when ARGV0 was a bare name (e.g.mise) instead of an absolute path, PATH changes could break execution. The variable is now properly exported and bare names are resolved viawhich. #9081 by @fru1tworldAliased installs sharing a backend were deduplicated -- When multiple tool aliases (e.g.
iiiandiii-console) resolved to the same backend and version (e.g.github:iii-hq/iii@latest), the install scheduler collapsed them into a single job and skipped the second install. The dependency graph now keys on the configured tool name plus version, so alias-specific options likeasset_patternandbin_pathare preserved. #9093 by @jdxNew Contributors
Full Changelog: jdx/mise@v2026.4.11...v2026.4.12
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.