Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2026

This PR contains the following updates:

Package Update Change
jdx/mise patch v2026.1.8v2026.1.9

Release Notes

jdx/mise (jdx/mise)

v2026.1.9: : Templates Take the Stage

Compare Source

This release introduces task templates, a powerful new feature for creating reusable task definitions across your projects. Combined with glob pattern support for task includes and automatic plugin installation, mise is becoming even more flexible for complex project setups. We've also added several quality-of-life improvements including better diagnostics from mise doctor and enhanced archive extraction capabilities.

Highlights

Task Templates (#​7873) - Define reusable task templates that can be instantiated with different parameters. This is perfect for monorepos or projects with repetitive task patterns. See the tasks documentation for details.

Glob Patterns in Task Includes (#​7870) - You can now use glob patterns like tasks/**/*.toml in your task_config.includes setting, making it easier to organize tasks across multiple files.

Auto-install Plugins (#​7856) - Plugins defined in your [plugins] config section are now automatically installed when needed, reducing setup friction for new team members.

Backend Mismatch Warnings (#​7847) - mise doctor now warns you when a tool is installed via a different backend than what's currently configured, helping diagnose unexpected behavior.

Archive Extraction Improvements (#​7874) - Added rename_exe support for archive extraction, giving backend authors more control over how executables are named after extraction.

Bug Fixes
  • GitHub backend: Fixed SLSA verification to select the correct platform-matching provenance file (#​7853)
  • Go: Filtered out invalid version "1" from available versions list (#​7871)
  • Flutter: Fixed duplicate -stable suffix in download URLs (#​7872)
  • pipx: Ensured Python minor version symlink exists for postinstall hooks (#​7869)
  • Tasks: Fixed environment variable passing to usage parser (#​7848) and proper MISE_ENV propagation with -E flag
  • Archive extraction: Fixed handling of archives with ./ prefixed paths (#​7868)
  • vfox-dotnet: Fixed Windows installation issues (#​7843) - thanks @​prodrigues1912!
Reverted
  • Task inheritance from parent configs in monorepos has been reverted (#​7851) pending further refinement
Registry

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 January 29, 2026 19:18
@renovate renovate bot enabled auto-merge (squash) January 29, 2026 19:18
@renovate renovate bot merged commit 1fbdcfa into main Jan 29, 2026
21 checks passed
@renovate renovate bot deleted the renovate/jdx-mise-2026.1.x branch January 29, 2026 19:19
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