Update dependency jdx/mise to v2026.9.0 (dev) - #447
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/dev-jdx-mise-2026.x
branch
from
September 4, 2026 15:01
4ea9742 to
2cc0568
Compare
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.8.15→v2026.9.0v2026.9.1v2026.8.15→v2026.9.0v2026.9.1Release Notes
jdx/mise (jdx/mise)
v2026.9.0: : Lazy Tool ShimsCompare Source
This release introduces lazy tool shims, which install a tool automatically the first time one of its commands is invoked, plus an opt-in Erlang precompiled OS override and a fix for nested
misecalls during postinstall hooks.Added
tools: Declare a tool as lazy in
[tools]withlazy = trueand mise generates bootstrap shims into its normal user/system shim farms. The provider is installed only when one of its commands is first called, then executes immediately; subsequent calls run the real binary without another mise dispatch. Registry tools derive their command names from registrybins, while explicit or non-registry backends declare them withlazy_bins. A baremise installskips lazy declarations; usemise install --include-lazyto provision them all. New global path settings (shims_dir/MISE_SHIMS_DIR,system_installs_dir/MISE_SYSTEM_INSTALLS_DIR,system_shims_dir/MISE_SYSTEM_SHIMS_DIR) andmise reshim --systemsupport system-scoped and collocated layouts. (#12594 by @jdx)erlang: New
erlang.precompiled_ossetting (andMISE_ERLANG_PRECOMPILED_OS) opts into a specific Bob Ubuntu build target—including Ubuntu 26.04—on compatible glibc distributions. Automatic target detection is unchanged, and lockfiles now preserve the selected OS for reproducible builds. Note the portability constraints around shared-library SONAMEs documented with the setting. (#12637 by @jdx)Fixed
miseinvocations (such asmise whichormise ls) resolve that version instead of an older discoverable one—or losing the tool entirely when it was declared through a custom config path withmise use --path. (#12635 by @jdx)Registry
engram(#12480 by @AndryOre)gentle-ai(aqua:Gentleman-Programming/gentle-ai) (#12444 by @AndryOre)New Contributors
Full Changelog: jdx/mise@v2026.8.16...v2026.9.0
💚 Sponsor mise
mise is maintained by @jdx, an open source developer for entire.io, the title sponsor of the jdx.dev open source tools. Development is funded by sponsors.
If mise saves you or your team time, please consider sponsoring at jdx.dev. Individual and company sponsorships keep mise fast, free, and independent.
v2026.8.16Compare Source
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.