Update dependency jdx/mise to v2026.2.19#257
Merged
renovate[bot] merged 1 commit intomainfrom Feb 23, 2026
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.2.18→v2026.2.19Release Notes
jdx/mise (jdx/mise)
v2026.2.19: : Fixes for interactive tasks and failed install cleanupCompare Source
A small patch release with two targeted bug fixes: a regression fix for interactive task execution and better cleanup after failed installs.
Bug Fixes
Interactive tasks no longer hang -- The process group isolation added in v2026.2.18 (#8279) inadvertently broke interactive tools like Tilt that read from stdin. When a child process was moved to its own process group, the terminal wouldn't deliver keyboard input to it, causing
SIGTTINand a silent hang. mise now checks whether stdin is a TTY before callingsetpgid-- interactive tasks stay in the terminal's foreground process group for proper keyboard I/O, while non-interactive tasks still get their own process group for clean signal teardown. #8301 by @jdxFailed installs clean up properly -- When an install fails (e.g. a 404 for a non-existent version or a 403 from GitHub rate limiting), mise now removes the empty parent directory (e.g.
installs/tilt/) and the stale incomplete marker from cache, instead of leaving them behind. #8302 by @jdxDocumentation
rginstead ofripgrep. #8299 by @nguyenvulongFull Changelog: jdx/mise@v2026.2.18...v2026.2.19
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.