chore(deps): update support dependencies to v2026.9.5 - #346
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
| datasource | package | from | to | | -------------------------- | -------- | --------- | --------- | | github-release-attachments | jdx/mise | v2026.9.4 | v2026.9.5 |
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.9.4→2026.9.5Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
jdx/mise (jdx/mise)
v2026.9.5: : macOS defaults, per-platform dotfiles, and complete lockfilesCompare Source
This release deepens macOS bootstrap support with current-host and nested defaults, lets dotfiles and tasks adapt to the platform and to parsed arguments, and adds an opt-in trial of complete lockfile generation. It also carries a batch of install progress, self-update, brew-cask, and sandbox fixes.
Added
bootstrap: New
[[bootstrap.macos.defaults_entries]]blocks let you set macOS preferences explicitly withdomain,key,value, and an optionalhost(anyby default, orcurrent), covering preferences normally written viadefaults -currentHostwhile keeping the existing[bootstrap.macos.defaults]shorthand. Entries also accept an optionalpathto patch a nested dictionary value without replacing its siblings, preserving property-list types and creating missing parents. (#12983 by @azohra, #12984 by @azohra)bootstrap: More friendly macOS preferences: Finder folder sorting and default cloud save location, Dock autohide delay and timing (integers or floats), and keyboard automatic capitalization and spelling correction, all using snake_case names consistent with the existing sections. (#13032 by @jdx)
bootstrap:
[bootstrap.files]and[bootstrap.directories]entries gainphase = "pre-packages"so repository definitions, apt sources, and signing keys can be applied before package installation instead of only afterward. Existing declarations default to"post-packages". (#13052 by @jdx)bootstrap: Ordinary
[bootstrap.files]templates can now reference resolved[vars]values, alongside the existingconfig_root,target, andsecret()helpers. (#13033 by @nettlesh)dotfiles: A single dotfiles source can deploy to different destinations per operating system, architecture, or mise profile using
variantswith an optionaltarget. This works forcopy,symlink,symlink-each, andtemplatemodes. (#13050 by @jdx)task: Task
sourcesandoutputscan now use{{usage.*}}templates, resolved per invocation from parsed arguments and flags before freshness and artifact-cache checks run, so different argument values track freshness independently. (#13051 by @jdx)brew-cask: Casks with structured
set_permissionspreflight/postflight steps now install correctly (for examplebrew-cask:blender), running an unprivilegedchmodover resolved staged or appdir paths instead of failing with an unsupported step-type error. (#13043 by @azohra)lock: Opt-in trial of complete lockfile generation via
lockfile_mode = "generate"(orMISE_LOCKFILE_MODE=generate). The default remains incrementalmerge. Generate mode rebuilds lockfiles from current requests while treating the previous file as an immutable baseline, reusing unchanged artifacts and publishing through staged atomic writes so failures or concurrent edits do not clobber a good lockfile. This mode records only cryptographically verified provenance per target platform;provenance_verifiedis no longer treated as a trust signal. (#13031 by @jdx)self-update: New
disable_update_warningsetting (MISE_DISABLE_UPDATE_WARNING) suppresses "newer mise available" notices inmise version,mise --version, andmise doctor. Explicit self-update and automatic updates are unaffected. (#13028 by @jdx)Fixed
installed 1 tool in 1.1s: dummy@1.0.0).mise upgradeno longer duplicates its old to new version list. (#13030 by @jdx)mise self-updatenow selects the correctlinux-armv7archive instead of requesting a missinglinux-armone and falling back to an ARM64 binary that failed signature verification. A missing archive now fails asset selection rather than picking the wrong architecture. (#13023 by @jdx)mise self-update. (#13028 by @jdx)mise bootstrap packages upgradeno longer replaces the bundle of a running self-updating app (for example Chrome), which could strand helper processes and blank out tabs. Such apps are skipped while running and left to update themselves. (#13041 by @azohra)brewand a broken documentation anchor; it now gives a short, accurate message. (#12800 by @Marukome0743)mise bootstrap dotfiles origin set <url>now uses the repository's own default branch when--branchis omitted, so repositories onmasterconnect correctly instead of publishing a second root branch. A missing requested branch is now reported clearly rather than mistaken for an empty repository. (#13037 by @Dhaulagiri)dotfiles statusno longer misreportsdeclared-not-running. Existing watchers must be stopped and restarted with the updated binary. (#13038 by @ascarter)file-read-metadataon the ancestors of readable paths, fixingOperation not permittedfailures when a portable Ruby resolves its own executable during third-party tap evaluation. Symlinked data directories and allow-listed paths are also handled. (#13039 by @Marukome0743)Registry
clipboard(github:Slackadays/Clipboard) by @i-api in #13044New Contributors
Full Changelog: jdx/mise@v2026.9.4...v2026.9.5
💚 Sponsor mise
mise is built and maintained by @jdx, an open source developer at entire.io, the title sponsor of his open source work.
If mise saves you or your team time, please consider becoming an individual or company sponsor. Your support funds ongoing development and helps keep mise fast, free, and independent.
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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.