Skip to content

Comments

test(deps): update dependency mise to v2026.2.15 (main)#5998

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2026

This PR contains the following updates:

Package Update Change
mise patch 2026.2.132026.2.15

Release Notes

jdx/mise (mise)

v2026.2.15: : Streaming in Order

Compare Source

This release brings a nice quality-of-life improvement to task execution along with a solid batch of bug fixes across several subsystems.

Highlights
  • Real-time streaming for keep-order tasks — The keep_order task output mode now streams the active task's output in real-time instead of buffering everything until completion. Other parallel tasks buffer quietly and flush in definition order as they finish, so you get live feedback without sacrificing deterministic output ordering. #​8164

  • npm backend performancenpm view is now called only once per package lookup instead of multiple times, speeding up npm-based tool resolution. Thanks @​risu729! #​8181

Bug Fixes
  • Recursive shim execution on Windowsmise exec now strips the shims directory from PATH during executable lookup, preventing infinite recursion when shims call back into mise x. #​8189
  • PATH reordering after activationhook-env now preserves any PATH reordering done after mise activate (e.g., by ~/.zlogin), instead of silently reverting to the original order. #​8190
  • Cross-platform lockfile resolution — The aqua backend now correctly resolves lockfile artifacts for the target platform instead of leaking host-specific overrides into mise lock --platform. Thanks @​mackwic! #​8183
  • Version alias lockfile lookup — Version aliases (like lts) are now resolved before lockfile lookup, so locked versions are matched correctly. #​8194
  • Task source freshness checks — Freshness checks now work correctly with dynamic task directories. Thanks @​rooperuu! #​8169
  • Global tasks in monorepos — Global tasks are now properly resolved when running from a monorepo root. #​8192
  • Wildcard glob matchingtest:* no longer incorrectly matches the parent test task. #​8165
  • task_config.includes paths — Include paths in task config are now resolved relative to the config root, not the working directory. #​8193
  • Upgrade safetymise upgrade now skips untrusted tracked configs instead of failing. #​8195
  • helm-diff registry entry — Fixed the archive binary name for helm-diff. Thanks @​jean-humann! #​8173
New Contributors

Welcome @​jean-humann, @​mackwic, and @​rooperuu!

📦 Aqua Registry Updates
New Packages (2)

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 17, 2026 13:12
@renovate renovate bot added this pull request to the merge queue Feb 17, 2026
Merged via the queue into main with commit ee9e555 Feb 17, 2026
56 checks passed
@renovate renovate bot deleted the renovate/main-test-mise-2026.x branch February 17, 2026 13:40
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