Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2026

This PR contains the following updates:

Package Update Change
jdx/mise patch 2026.1.62026.1.8

Release Notes

jdx/mise (jdx/mise)

v2026.1.8: : Registry Revolution

Compare Source

This release brings a significant architectural improvement to mise's registry system, splitting the monolithic registry.toml into individual files per tool. This refactoring makes the registry more maintainable and easier to contribute to. We've also squashed several bugs across the aqua backend, GitHub release handling, and task system.

Highlights
  • Registry restructured: The tool registry has been split from a single large file into one file per tool (#​7820). This makes it much easier to add new tools and review registry changes.

  • Claude now uses aqua backend: The Claude CLI tool now defaults to the aqua backend for installation (#​7842).

Bug Fixes
  • Aqua backend improvements: Fixed an issue where the lockfile wasn't being invalidated when assets didn't match the registry (#​7830). Added helpful warnings when version tag lookups fail (#​7831).

  • GitHub backend: Windows-specific file extensions (like .exe and .zip) are now properly deprioritized when selecting release assets on non-Windows platforms (#​7838). This prevents accidentally downloading Windows binaries on Linux/macOS.

  • Task system fixes: Environment variables in monorepo task usage specs now resolve correctly (#​7832). File task headers now support dotted keys and deep-merge behavior (#​7840), giving you more flexibility in task configuration.

  • mise ls --local fix: Idiomatic version files (like .node-version) and .tool-versions files now properly appear in mise ls --local output (#​7836). Thanks to @​offbyone for this fix!

Contributors

Thanks to @​offbyone for contributing to this release!

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

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)

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 a team as a code owner January 25, 2026 20:53
@renovate renovate bot force-pushed the renovate/jdx-mise-2026.x branch from 281127c to 3fbdbe8 Compare January 27, 2026 04:38
@renovate renovate bot changed the title deps: update dependency jdx/mise to v2026.1.7 deps: update dependency jdx/mise to v2026.1.8 Jan 27, 2026
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