test(deps): update dependency mise to v2026.5.8 (main)#6714
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.7→2026.5.8Release Notes
jdx/mise (mise)
v2026.5.8: : Patrons, cleaner task output, and sigstore-rustCompare Source
A small release: a new
mise patronscommand, cleaner task command output when scripts start with a shebang, and a fix formise upgradesummaries getting wiped by progress cleanup. Under the hood, signature verification moves to the modern sigstore-rust stack.Added
(patrons) New
mise patronssubcommand lists individuals on the Patron tier supporting mise development (#9841) by @jdx. Data is fetched from the en.dev patrons feed, cached for 24h, and falls back to stale cache on network failure. Each patron's name renders as a clickable OSC 8 hyperlink in supporting terminals.Flags:
-J/--json,--refresh.(registry) Add a
racketshorthand backed by the aquaracket/racket/minimalpackage, exposing bothracketandracofrom the official racket-lang.org release artifacts (#9784) by @albertnetymk.Fixed
(task) When a task's
runbody starts with#!/usr/bin/env bashorset -Eeuo pipefail, the echoed command line would show only that boilerplate and hide the rest of the script. Leading shebang, blank, andset ...lines are now skipped when building the displayed command, so the first real command shows up. Execution is unchanged (#9844) by @jdx. Fixes #9842.(upgrade)
mise upgradecould erase its ownUpgraded N tools:summary detail lines when an upgrade also performed an uninstall — fresh progress jobs registered for the cleanup phase were still active at shutdown, sostop_clear()wiped them along with the summary. Progress jobs are now finished and reset before the summary prints (#9860) by @risu729. Regression from #9779; addresses #9856.Changed
verify_github_attestation,verify_cosign_signature,verify_slsa_provenance,detect_attestations) now runs on a localmise-sigstoreadapter built onsigstore-verify0.7 from sigstore-rust, replacing the previoussigstore-verification0.2 dependency (#9260) by @jdx. The mise call sites and helper API are unchanged. The new adapter still covers legacy cosign v1 bundles (e.g. goreleaser-signed releases) and raw DSSE*.intoto.jsonlenvelopes (slsa-github-generator) that the upstreamBundle::from_jsonrejects.Deprecated
(config) The top-level
env_filesetting (andMISE_ENV_FILE) is now marked deprecated. Useenv._.fileinmise.tomlinstead (#9862) by @risu729. The JSON Schema gains thedeprecatedkeyword, a warning is scheduled for 2026.11.0, and removal is planned for 2027.11.0.New Contributors
Full Changelog: jdx/mise@v2026.5.7...v2026.5.8
💚 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.