Update dependency jdx/mise to v2026.6.5 (dev)#293
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.6.3→v2026.6.5v2026.6.11(+5)Release Notes
jdx/mise (jdx/mise)
v2026.6.5: : Trust hardening and aqua attestation fixesCompare Source
This release closes several trust-bypass vectors where a local
mise.tomlormise-tasks/directory could run code before the user trusted a project, and brings aqua's GitHub attestation verification in line with what the registry asks for.Fixed
github.credential_command,gitlab.credential_command, andforgejo.credential_commandas global-only. They are stripped from project/local config at parse time (with a warning) so an untrustedmise.tomlcannot use a credential command to execute arbitrary shell when fetching tokens. Global config, CLI flags, and environment variables are unchanged (#10356 by @jdx).ci,paranoid,trusted_config_paths, andyeswhen they come from local config files. A maliciousmise.tomlcan no longer settrusted_config_paths = ["/"]orparanoid = falseto auto-trust itself before_.sourcescripts run (#10357 by @jdx).mise-tasks/,.mise-tasks/, and related layouts) in repos with no local mise config. Previously, a clone with only amise-tasks/directory could render Tera templates (includingexec()) in task descriptions before the user trusted the project. Global task include paths and includes declared from a trustedmise.tomlare still exempt (#10355 by @jdx).github_artifact_attestations.predicate_typeto GitHub during attestation detection and verification. Packages likefoundry-rs/foundryandgleam-lang/gleamthat pin an SPDX SBOM predicate now enforce that predicate instead of accepting whatever attestation happens to verify. Predicate-filtered requests bypass the digest-only versions-host attestation cache (#10169 by @risu729).varstables, and literal"vars.<name>"backend-option keys into a single lock/cache identity. Duplicate final vars now fail with a source-neutralconflicting aqua varerror rather than silently picking one spelling; normal higher-precedence config overrides still apply (#10187 by @risu729).hide,quiet,raw,interactive, andraw_argson[task_templates.*]in the JSON Schema, and drop the unused fields fromTaskTemplate. Runtime never merged these into tasks (templates can't tell "unset" fromfalsefor plain bools), so editors no longer suggest keys that did nothing (#10242 by @risu729).os-archselectors on registry backendplatformsentries andbackends.options.platforms.*tables — for examplewindows-x64,linux-arm64,darwin-aarch64,macos-arm64— fixing false schema errors reported in discussion #10296 (#10358 by @risu729).Full Changelog: jdx/mise@v2026.6.4...v2026.6.5
💚 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.
v2026.6.4: : Declarative system packagesCompare Source
Added
[system.packages]) for apt, dnf, pacman, and Homebrew core formulae (installed without a brew CLI) via new experimentalmise system status/installcommands (#10326 by @jdx).mise system useandmise system upgradeto write[system.packages]entries and refresh installed system packages (#10346 by @jdx).matching(substring) andmatching_regexasset options to thegithub,gitlab, andforgejobackends, applied before platform autodetection and scoped through SLSA provenance verification (#10325 by @devnulled).mise oci build --owner UID[:GID]plus[oci].user_id/[oci].group_idconfig for layer file ownership (#10075 by @ThomasK33).Fixed
--minimum-release-age=0snow correctly disables the release-age cutoff instead of falling back to the default, and stable fast-path metadata avoids an unnecessary full version-list fetch (#10344 by @jdx).mise-versionsonly for mise-registry-backed Aqua tools, eliminating noisy403warnings for packages likeaqua:aws/session-manager-plugin(#10341 by @jdx).overrides[].envsselectors so platform-specific Aqua overrides for packages likeapache/tomcatandeza-community/ezaapply correctly (#10200 by @risu729).:task,//pkg:task, aliases) the same way at validation time as runtime, somise tasks validateno longer reports false missing-dependency errors (#10342 by @jdx).bash -ctasks on Windows instead of being assigned to$0(#10321 by @JamBalaya56562).descriptionvalues are surfaced inmise <task> --helpandmise run <task> --helpwhile task listings remain single-line (#10204 by @risu729).EDITOR/VISUAL) command handling to support values with arguments and improve error reporting (#9752 by @roele).cmd /ccall sites on Windows (mise exec -c, teraexec(),watch_files, postinstall hooks,[deps], credential commands) (#10323 by @JamBalaya56562).disable_tools/enable_toolsbefore raising registry errors (#10206 by @risu729).shorthand_vendorin the lockfile identity for shorthand requests likejava@17(#9989 by @risu729).runtimein the core .NET plugin lockfile identity so SDK and runtime installs no longer share a lock entry (#10175 by @risu729).Registry
ghtkn(#9967 by @TyceHerrman) andantigravity-cli(#10324 by @rhanneken).💚 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.