Skip to content

test(deps): update dependency mise to v2026.2.19 (main)#6023

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/main-test-mise-2026.x
Feb 22, 2026
Merged

test(deps): update dependency mise to v2026.2.19 (main)#6023
renovate[bot] merged 1 commit intomainfrom
renovate/main-test-mise-2026.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2026

This PR contains the following updates:

Package Update Change
mise patch 2026.2.182026.2.19

Release Notes

jdx/mise (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 becomes conflicted, 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 enabled auto-merge February 22, 2026 18:34
@renovate renovate bot added this pull request to the merge queue Feb 22, 2026
Merged via the queue into main with commit bee09e3 Feb 22, 2026
56 checks passed
@renovate renovate bot deleted the renovate/main-test-mise-2026.x branch February 22, 2026 18:59
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