chore(deps): update dependency mise to v2026.1.4 #1785
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2026.1.1→v2026.1.4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
jdx/mise (mise)
v2026.1.4Compare Source
This release brings significant improvements to dependency management, task execution, and backend flexibility, with a focus on reproducibility and performance.
The Conda backend now supports dependency locking for reproducible installations, ensuring your environments remain consistent across machines and time. The HTTP backend has been enhanced with JSON filtering and Tera templating for more flexible version extraction from web sources. Task execution sees improvements in monorepo support and performance, while several bug fixes address deadlocks and path resolution issues.
Highlights
Reproducible Conda Environments - The Conda backend now supports dependency locking (#7708), allowing you to freeze exact package versions for reproducible installations. This ensures your conda environments remain identical across different machines and over time, crucial for scientific computing and data analysis workflows.
Enhanced HTTP Backend - The HTTP backend gains powerful new features for version extraction (#7707, #7723). You can now use JSON filter syntax to extract versions from complex API responses, and Tera templating provides flexible string manipulation. This makes it easier to integrate tools that don't follow standard versioning patterns.
Better Monorepo Task Support - Task execution in monorepos is now more flexible with explicit config root listing via
[monorepo].config_roots(#7705). Task dependencies can now use environment variables (#7724), and path resolution for dependencies works correctly across monorepo boundaries (#7698, #7699).Bug Fixes
ls-remotecommand now correctly sorts CPython versions at the end of the output (#7721)Performance
Task listing performance has been restored to previous levels by fixing a caching regression (#7716). Users with many tasks should notice significantly faster
mise taskscommands.Registry Updates
Several tools have been migrated to more reliable backends:
Low-usage ASDF plugins have been removed to streamline the registry (#7701).
New Contributors
Welcome to @yannrouillard and @stk0vrfl0w who made their first contributions to mise!
v2026.1.3Compare Source
This release introduces several powerful new features for mise, including private artifact storage via S3, enhanced upgrade controls, and improved hook management. We've also fixed important bugs affecting npm dependencies, GitHub authentication, and task inheritance in monorepos.
Highlights
S3 Backend Support - You can now use Amazon S3 for private artifact storage, enabling secure distribution of internal tools and binaries. This is particularly useful for enterprise environments that need to host proprietary tools. See the S3 backend documentation for setup instructions. (@jdx, #7668)
Enhanced Upgrade Command - The
mise upgradecommand now includes an--excludeflag to skip specific tools during bulk upgrades, and benefits from improved tab completion that shows only installed tools. This gives you more control when updating your development environment. Learn more in the upgrade command documentation. (@jdx, #7669, #7670)Hook and Environment Control - New
--no-hooksand--no-envflags provide fine-grained control over mise's behavior, allowing you to skip hooks or environment variable loading when needed. This is helpful for debugging or when you need to run mise in isolation. (@aacebedo, #7560)Bug Fixes
GITHUB_TOKENwhen accessing github.com, resolving authentication issues for private repositories (@subdigital, #7667, #7673)Registry Updates
Added support for new tools:
Also fixed the kscript configuration by removing an incorrect bin_path option (@risu729, #7693).
New Contributors
Welcome to @AprilNEA, @opswole, @subdigital, and @aacebedo who made their first contributions to mise!
v2026.1.2Compare Source
mise v2026.1.2 includes several important bug fixes and security improvements, particularly addressing version management edge cases and enhancing the tool's reliability across different scenarios.
This release also strengthens our GitHub workflow security to prevent potential code execution from untrusted sources, ensuring the safety of our development process and community contributions.
Bug Fixes
Version Management Improvements
latestwithinstall_before(#7631) - thanks to @koh-sh1.0.0-test) from stable version lists (#7647) - thanks to @belgio99mise self-updateto fail when crossing into a new year (#7611)Backend and Asset Detection
.artifactbundle.zipfiles in asset selection, improving compatibility with certain tool distributions (#7657) - thanks to @swizzlrTask System
Security
New Tools
New Contributors
Welcome to our first-time contributors!
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.
This PR was generated by Mend Renovate. View the repository job log.