Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2026

This PR contains the following updates:

Package Update Change
mise patch v2026.1.4v2026.1.7

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jdx/mise (mise)

v2026.1.7: : Cache & Compatibility Cleanup

Compare Source

This release focuses on stability improvements and compatibility fixes. The headline fix addresses a caching issue where plugin watch files weren't being properly cached, causing unnecessary re-execution of plugins when loading environment variables. We've also resolved several edge cases in tool resolution and version handling.

Bug Fixes
  • Registry mismatch fix: Previously installed tools now correctly resolve against the registry, fixing cases where tools installed before registry changes would fail to match properly. Thanks to @​smorimoto for this fix in their first contribution! #​7773

  • Environment caching improvement: Fixed an issue where watch_files weren't being cached properly, causing plugins to re-execute unnecessarily when loading environment variables. This should improve performance when using plugins with file watchers. #​7817

  • GitHub tag format handling: The GitHub backend now correctly handles tools that use the projectname@version tag format (e.g., tool@v1.2.3), expanding compatibility with more GitHub releases. #​7788

  • HashiCorp tools version detection: Added fromJSON and keys functions to version_expr for the HTTP backend, fixing version detection for HashiCorp tools like sentinel, nomad-pack, and tfc-agent. #​7816

Registry Additions
New Contributors

Welcome to our new contributors! 🎉

📦 Aqua Registry Updates
New Packages (5)
Updated Packages (6)

v2026.1.6: : Better Errors, Faster Envs

Compare Source

This release brings two significant quality-of-life improvements: enhanced error diagnostics for configuration files and a new environment caching system. When you make a typo in your mise.toml, you'll now get beautifully formatted error messages with precise line and column information thanks to miette diagnostics. The new environment caching feature can dramatically speed up shell activation for projects with complex environment setups.

Highlights

TOML Parsing Diagnostics - Configuration errors now display with clear, contextual error messages showing exactly where the problem is in your file. No more guessing which line has the syntax error! #​7764 by @​jdx

Environment Caching - A new caching system for environment resolution that supports module-level cacheability. This can significantly speed up mise activate for projects with many tools or complex configurations. #​7761 by @​jdx

Bug Fixes
  • Auto-created venvs now properly handle freshness checks during the prepare phase, preventing unnecessary rebuilds #​7770 by @​jdx
  • Task tools are now included in environment resolution cache checks, ensuring cache invalidation works correctly when task-specific tools change #​7786 by @​jdx
  • Tool stubs now include dependency toolset paths, fixing issues where tools couldn't find their dependencies #​7777 by @​thejcannon
  • Fixed rust lockfile inconsistency #​7780 by @​vadimpiven
Registry Updates
Security
  • Removed an insecure registry-comment workflow from CI #​7769 by @​jdx
Other Changes
📦 Aqua Registry Updates
New Packages (2)

v2026.1.5: : PowerShell Joins the Party

Compare Source

This release brings PowerShell users into the mise ecosystem with full tab completion support, making mise more accessible to Windows developers and PowerShell enthusiasts everywhere. The vfox backend also receives significant upgrades with rolling release support and a new semver Lua module for smarter version sorting.

File task handling gets a reliability boost with improved parsing, validation, and better error messages when unknown fields appear in task headers. Several schema and configuration fixes ensure your mise setup works more predictably across different scenarios.

Highlights
  • PowerShell Completion Support: Tab completion now works in PowerShell sessions, bringing the same convenient autocomplete experience that bash, zsh, and fish users enjoy. See the shell completions documentation for setup instructions. (#​7746) by @​jdx

  • Vfox Rolling Releases: The vfox backend now supports rolling releases with checksum tracking, enabling tools that publish frequent updates without traditional version numbers. A new semver Lua module also improves version sorting accuracy. (#​7757, #​7739) by @​jdx

  • Improved File Task Parsing: File tasks now have DRYer parsing logic and validate unknown fields in headers, catching configuration mistakes earlier with clearer error messages. (#​7738, #​7733) by @​makp0

Bug Fixes
  • Fixed schema missing the required string variant for environment variables (#​7734) by @​vadimpiven
  • Fixed double forward slashes appearing in task list paths (#​7744) by @​collinstevens
  • Fixed {{ version }} template variables being incorrectly processed during config load instead of being preserved for runtime evaluation (#​7755) by @​jdx
New Contributors

Welcome to our new contributors! 🎉

📦 Aqua Registry Updates
New Packages (2)
Updated Packages (1)

Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), 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 added the dependencies Pull requests that update a dependency file label Jan 26, 2026
@renovate renovate bot enabled auto-merge (squash) January 26, 2026 02:08
@renovate renovate bot merged commit fe352a1 into main Jan 26, 2026
34 checks passed
@renovate renovate bot deleted the renovate/mise branch January 26, 2026 02:20
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.

0 participants