Skip to content

Update dependency jdx/mise to v2026.2.19#257

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/jdx-mise-2026.2.x
Feb 23, 2026
Merged

Update dependency jdx/mise to v2026.2.19#257
renovate[bot] merged 1 commit intomainfrom
renovate/jdx-mise-2026.2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2026

This PR contains the following updates:

Package Update Change
jdx/mise patch v2026.2.18v2026.2.19

Release Notes

jdx/mise (jdx/mise)

v2026.2.19: : Fixes for interactive tasks and failed install cleanup

Compare 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 SIGTTIN and a silent hang. mise now checks whether stdin is a TTY before calling setpgid -- 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 @​jdx

  • Failed 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 @​jdx

Documentation
  • Fixed the ripgrep command in the getting-started guide to use the correct binary name rg instead of ripgrep. #​8299 by @​nguyenvulong

Full 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from nikobockerman as a code owner February 23, 2026 23:07
@renovate renovate bot enabled auto-merge (squash) February 23, 2026 23:07
@renovate renovate bot merged commit 0cabf94 into main Feb 23, 2026
21 checks passed
@renovate renovate bot deleted the renovate/jdx-mise-2026.2.x branch February 23, 2026 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants