Update dependency jdx/mise to v2026.7.17 - #5871
Merged
Merged
Conversation
Contributor
|
Renovate Jira issue ID: SONARJAVA-6715 |
|
aurelien-coet-sonarsource
approved these changes
Aug 4, 2026
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.7.16→2026.7.17v2026.8.1(+2)Release Notes
jdx/mise (jdx/mise)
v2026.7.17: : Monorepo Task Inference and Root DefaultsCompare Source
This release builds out mise's experimental monorepo task story: Node workspaces now infer project dependency graphs, import package scripts as first-class tasks, and can share configuration through root task defaults and upstream (
^task) dependencies. It also adds per-tool control over idiomatic version files, a smoother dotfiles workflow, and a batch of fixes across shell activation, hook-env, Homebrew casks, Aqua, and Python uv environments.Highlights
package.jsonscripts asnode:<package>#<script>tasks, root task defaults shared by task name, and experimental^taskupstream dependencies for "build upstream projects first" ordering.optional = truetask dependencies run when they match and are silently skipped when they don't, and idiomatic version files can now be disabled per tool so.nvmrcandpackage.jsonno longer fight over your Node version.cdhook working during compound commands, and fixes zsh activation underPOSIX_IDENTIFIERS.Added
task: Node workspace packages now expose their
package.jsonscripts as mise tasks without needing amise.tomlin every package. Scripts get stable IDs likenode:@​scope/app#buildplus monorepo path aliases such as//packages/app:build, run in their package root through the detected package manager (npm/pnpm/Yarn/Bun) with raw argument passthrough, and explicit tasks take precedence while keeping both names linked. (#11466 by @jdx)task: Node workspaces now infer project dependency edges by matching declared internal package names (
dependencies,devDependencies,optionalDependencies,peerDependencies) to other discovered packages, surfaced throughmise tasks graph. This is the graph that powers dependency-aware ordering. (#11435 by @jdx)task: experimental root task defaults via
[monorepo.task_defaults.<name>]in the rootmise.toml, applied by task name to both inferred and explicit workspace tasks. Task-local config andextendstemplates still win. (#11473 by @jdx)task: experimental
^taskupstream dependency syntax so a task can require the same task in every upstream workspace project before it runs, expanding through the project graph (including transitive upstreams) and skipping projects that lack the task. Supported independsonly. (#11476 by @jdx)task: optional dependencies via
optional = trueon structured task dependencies. Optional deps run all matches when present and are silently omitted when nothing matches, while invalid selectors still error. Works acrossdepends,depends_post, andwait_for. (#11471 by @jdx)config:
idiomatic_version_file_disable_fileslets you disable individual idiomatic version files per tool usingtool:filenamepairs, so you can keep.nvmrcselecting Node while ignoringpackage.jsondevEngines, with pnpm still readingpackage.json. (#11470 by @jdx)dotfiles:
mise bootstrap dotfiles addnow applies captured entries by default (use--no-applyfor capture-only workflows), moves real paths into the dotfiles source before linking, normalizes and sorts[dotfiles]entries, and reports config writes and concrete apply actions, with rollback on failure. (#11451 by @jdx)Fixed
env._.sourceand full config reloads to re-run on every prompt indefinitely. Forced fast-path runs now always refresh the session. (#11458 by @Marukome0743)cdin a compound command applies the matching mise environment immediately, matching Bash and Zsh behavior. (#11478 by @Marukome0743)POSIX_IDENTIFIERSenabled;MISE_*changes are captured correctly instead of hitting abad math expressionerror. (#11467 by @jdx)command_wrapperartifacts and structuredrunlifecycle steps (for example Firefox and OrbStack) now install and reconcile correctly instead of failing on unknown metadata. (#11472 by @jdx)version_prefixfamily before evaluating constraints, so packages with multiple tag families (like oxlint'soxlint_vandapps_v) resolve to the right override. Locked installs also parse the release tag from the download URL so prefix-scoped overrides apply. (#11469, #11482 by @jdx)UV_PROJECT_ENVIRONMENTwhen selecting, creating, and activating the virtual environment (resolving relative paths from the workspace root), and folds the resolved path into env cache keys so alternate venv locations are honored. (#11475 by @Marukome0743)[monorepo] lockfile = true) no longer rescans every configured monorepo root per tool, removing repeated filesystem traversal on the hot path. (#11468 by @jdx)mise.toml. (#11453, #11474, #11454 by @JamBalaya56562)Documentation
Full Changelog: jdx/mise@v2026.7.16...v2026.7.17
💚 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.
Configuration
📅 Schedule: (in timezone CET)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, 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.