Skip to content

Update dependency mise to 2026.2.24#1646

Merged
nils-werner-sonarsource merged 1 commit intomasterfrom
renovate/mise
Mar 4, 2026
Merged

Update dependency mise to 2026.2.24#1646
nils-werner-sonarsource merged 1 commit intomasterfrom
renovate/mise

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2026

This PR contains the following updates:

Package Update Change
mise minor 2026.1.122026.2.24

Release Notes

jdx/mise (mise)

v2026.2.24

Compare Source

🐛 Bug Fixes
  • (aqua) remove unnecessary bin_paths disk cache by @​jdx in #​8383
  • (hooks) render tera templates and fix output masking by @​jdx in #​8385
  • (install) improve error when registry tool has no supported backends by @​jdx in #​8388
  • (python) remove deprecated venv_auto_create setting by @​jdx in #​8384

v2026.2.23

Compare Source

🚀 Features
🐛 Bug Fixes
  • (install) prevent --locked mode from modifying or bypassing lockfile by @​jdx in #​8362
  • (install) clear aqua bin_paths cache after install to prevent stale PATH by @​jdx in #​8374
  • (task) prevent broken pipe panic and race condition in remote git task cache by @​vmaleze in #​8375
📦️ Dependency Updates
📦 Registry
Chore
New Contributors

v2026.2.22

Compare Source

🚀 Features
🐛 Bug Fixes
  • (github) resolve rename_exe search dir for archives with bin/ subdirectory by @​jdx in #​8358
  • (install) skip tools=true env directives during backend installation by @​jdx in #​8356
  • (ruby) resolve correct Windows checksums in lockfile by @​jdx in #​8357
📦 Registry
Chore
  • (release) fix duplicated version prefix in release title by @​jdx in #​8359
New Contributors
📦 Aqua Registry Updates
New Packages (1)
Updated Packages (2)

v2026.2.21

Compare Source

🐛 Bug Fixes
  • (exec) respect PATH order for virtualenv resolution in mise x by @​jdx in #​8342
  • (task) revert process group changes that cause hangs with nested mise tasks by @​jdx in #​8347
  • (task) resolve vars from subdirectory configs for monorepo tasks by @​jdx in #​8343
  • (task) resolve dependencies before prepare to fix monorepo glob deps by @​jdx in #​8353
  • python noarch with Conda backend by @​wolfv in #​8349
New Contributors
📦 Aqua Registry Updates
New Packages (3)
Updated Packages (3)

v2026.2.20

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
📦 Registry
New Contributors
📦 Aqua Registry Updates
New Packages (3)
Updated Packages (5)

v2026.2.19

Compare Source

🐛 Bug Fixes
Chore
  • (release) run communique via mise x for PATH resolution by @​jdx in #​8294
📦 Aqua Registry Updates
New Packages (2)

v2026.2.18

Compare Source

🚀 Features
  • (install) auto-lock all platforms after tool installation by @​jdx in #​8277
🐛 Bug Fixes
  • (config) respect --yes flag for config trust prompts by @​jdx in #​8288
  • (exec) strip shims from PATH on Unix to prevent infinite recursion by @​jdx in #​8276
  • (install) validate --locked before --dry-run short-circuit by @​altendky in #​8290
  • (release) refresh PATH after mise up in release-plz by @​jdx in #​8292
  • (schema) replace unevaluatedProperties with additionalProperties by @​jdx in #​8285
  • (task) avoid duplicated stderr on task failure in replacing mode by @​jdx in #​8275
  • (task) use process groups to kill child process trees on Unix by @​jdx in #​8279
  • (task) run depends_post tasks even when parent task fails by @​jdx in #​8274
  • (task) suggest similar commands when mistyping a CLI subcommand by @​jdx in #​8286
  • (task) execute monorepo subdirectory prepare steps from root by @​jdx in #​8291
  • (upgrade) don't force-reinstall already installed versions by @​jdx in #​8282
  • (watch) restore terminal state after watchexec exits by @​jdx in #​8273
📚 Documentation
  • clarify that MISE_CEILING_PATHS excludes the ceiling directory itself by @​jdx in #​8283
Chore
New Contributors
📦 Aqua Registry Updates
New Packages (4)
Updated Packages (2)

v2026.2.17

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
  • (config) consolidate flat task_* settings into nested task.* by @​jdx in #​8239
Chore
📦 Aqua Registry Updates
Updated Packages (1)

v2026.2.16

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
📦 Registry
Chore

v2026.2.12

Compare Source

🚀 Features
📦 Aqua Registry Updates
New Packages (4)

v2026.2.14

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
Chore
New Contributors
📦 Aqua Registry Updates
New Packages (5)

v2026.2.15

Compare Source

🚀 Features
  • (task) stream keep-order output in real-time per task by @​jdx in #​8164
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
  • (plugins) replace node/asdf-nodejs examples with vfox plugins by @​jdx in #​8191
⚡ Performance
New Contributors
📦 Aqua Registry Updates
New Packages (2)

v2026.2.10

Compare Source

🚀 Features
  • (activate) add shims directory as fallback when auto-install is enabled by @​ctaintor in #​8106
  • (env) add tools variable to tera template context by @​jdx in #​8108
  • (set) add --stdin flag for multiline environment variables by @​jdx in #​8110
🐛 Bug Fixes
  • (backend) improve conda patchelf and dependency resolution for complex packages by @​jdx in #​8087
  • (ci) fix validate-new-tools grep pattern for test field by @​jdx in #​8100
  • (config) make MISE_OFFLINE work correctly by gracefully skipping network calls by @​jdx in #​8109
  • (github) skip v prefix for "latest" version by @​jdx in #​8105
  • (gitlab) resolve tool options from config for aliased tools by @​jdx in #​8084
  • (install) use version_expr for Flutter to fix version resolution by @​jdx in #​8081
  • (registry) add Linux support for tuist by @​fortmarek in #​8102
  • (release) write release notes to file instead of capturing stdout by @​jdx in #​8086
  • (release) make release notes editorialization non-blocking by @​jdx in #​8116
  • (upgrade) tools are not uninstalled properly due to outdated symlink by @​roele in #​8099
  • (upgrade) ensure uninstallation failure does not leave invalid symlinks by @​roele in #​8101
  • SLSA for in-toto statement with no signatures by @​gerhard in #​8094
  • Vfox Plugin Auto-Installation for Environment Directives by @​pose in #​8035
📚 Documentation
📦 Registry
Chore
New Contributors
📦 Aqua Registry Updates
New Packages (2)
Updated Packages (1)

v2026.2.11

Compare Source

🚀 Features
  • (env) support array access for multiple tool versions in tera templates by @​jdx in #​8129
🐛 Bug Fixes
  • (hook-env) watch files accessed by tera template functions by @​jdx in #​8122
📦 Registry

v2026.2.13

Compare Source

📦️ Dependency Updates
📦 Aqua Registry Updates
New Packages (1)
Updated Packages (1)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone CET, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 added the dependencies Pull requests that update a dependency file label Mar 2, 2026
@renovate renovate bot requested a review from a team March 2, 2026 02:56
@sonarqube-next
Copy link

sonarqube-next bot commented Mar 2, 2026

@nils-werner-sonarsource nils-werner-sonarsource changed the title chore(deps): update dependency mise to 2026.2.24 Update dependency mise to 2026.2.24 Mar 4, 2026
@nils-werner-sonarsource nils-werner-sonarsource merged commit ee6aff4 into master Mar 4, 2026
21 checks passed
@nils-werner-sonarsource nils-werner-sonarsource deleted the renovate/mise branch March 4, 2026 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant