Skip to content

Update dependency mise to 2026.1.12#1606

Merged
nils-werner-sonarsource merged 1 commit intomasterfrom
renovate/mise
Feb 3, 2026
Merged

Update dependency mise to 2026.1.12#1606
nils-werner-sonarsource merged 1 commit intomasterfrom
renovate/mise

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 29, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
mise major 2025.7.122026.1.12

Release Notes

jdx/mise (mise)

v2026.1.12

Compare Source

🐛 Bug Fixes
  • (task) resolve monorepo task includes relative to config file directory by @​jdx in #​7917
  • disable autocrlf on git clone to fix WSL issues by @​jdx in #​7916
📚 Documentation

v2026.1.11

Compare Source

🚀 Features
🐛 Bug Fixes
  • (cache) resolve correct cache path when clearing GitHub backend tools by @​jdx in #​7907
  • (ci) handle aqua subpath backends in grace period check by @​jdx in 3dcf20c
  • (github) support macOS .app bundle binary discovery by @​jdx in #​7885
  • (prepare) scope prepare providers to their defining config file by @​jdx in #​7889
  • (registry) update daytona asset pattern for new release naming by @​jdx in #​7897
  • (registry) revert daytona asset pattern to simple naming by @​jdx in #​7911
  • (run) show task info instead of executing when --help used without usage spec by @​jdx in #​7893
  • (task) fix wait_for with env overrides and re-render outputs by @​jdx in #​7888
  • use correct MISE comment format and remove invalid usage field by @​jdx in 89d87ba
  • add #USAGE arg spec for check-release-failures task by @​jdx in 8bfab84
  • use mise tool --json instead of regex parsing registry files by @​jdx in 22d1513
🚜 Refactor
  • consolidate retry + grace period logic into mise task by @​jdx in 794efb4
📚 Documentation
⚡ Performance
  • (exec) reduce startup overhead for mise x by @​jdx in #​7890
  • (install) replace per-tool .mise.backend with consolidated manifest by @​jdx in #​7892
📦️ Dependency Updates
Chore
  • (ci) only auto-merge release PRs with substantive changes by @​jdx in #​7884
  • (ci) ignore test-tool failures from recent upstream releases on release branch by @​jdx in 9ca4e8d
  • (registry) disable buck2 test due to checksum race condition by @​jdx in a658eaa
New Contributors

v2025.12.10

Compare Source

🐛 Bug Fixes
  • (backend) fix fuzzy_match_filter regex for vendor-prefixed versions by @​jdx in #​7332
  • (backend) use backend delegation for install-time option filtering by @​jdx in #​7335
  • (duration) support calendar units in relative durations for --before flag by @​Copilot in #​7337
  • (gem) improve shebang compatibility for precompiled Ruby by @​jdx in #​7336
  • (gem) handle RubyGems polyglot shebang format by @​jdx in #​7340
  • (pipx) use minor version symlink for venv Python by @​jdx in #​7339
  • (registry) prefer claude-code latest over stale stable by @​jdx in #​7334
  • (upgrade) only check specified tools when upgrading with tool args by @​jdx in #​7331
📚 Documentation

v2025.12.11

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
🧪 Testing
  • (e2e) fix and rename ubi and vfox_embedded_override tests by @​jdx in 052ea40
📦 Registry
Chore
  • (registry) disable flaky tests for gitu and ktlint by @​jdx in 64151cb
  • resolve clippy warnings and add stricter CI check by @​jdx in #​7367
  • suppress dead_code warnings in asset_matcher module by @​jdx in #​7377
New Contributors

v2025.12.12

Compare Source

🚀 Features
  • (backend) add version timestamps for spm, conda, and gem backends by @​jdx in #​7383
  • (backend) add security features to github backend by @​jdx in #​7387
  • (ruby) add GitHub attestation verification for precompiled binaries by @​jdx in #​7382
🐛 Bug Fixes
  • (aqua) improve security feature detection by @​jdx in #​7385
  • (github) use version_prefix when fetching release for SLSA verification by @​jdx in #​7391
🚜 Refactor
🧪 Testing

v2025.12.13

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
🧪 Testing
📦️ Dependency Updates
📦 Registry
Chore
New Contributors
📦 Aqua Registry Updates
New Packages (9)
Updated Packages (37)

v2025.11.10

Compare Source

📦 Registry
🐛 Bug Fixes
🚜 Refactor
New Contributors
📦 Aqua Registry Updates
New Packages (1)
Updated Packages (3)

v2025.11.11

Compare Source

🚀 Features
  • (backend) add filter_bins option to github/gitlab backends by @​risu729 in #​7105
  • (ci) auto-close PRs from non-maintainers by @​jdx in #​7108
  • (conda) add conda backend for installing packages from conda-forge by @​jdx in #​7139
  • (github) add rename_exe option and switch elm, opam, yt-dlp from ubi by @​jdx in #​7140
  • (install) add --locked flag for strict lockfile mode by @​jdx in #​7098
  • (lock) implement cross-platform lockfile generation by @​jdx in #​7091
  • (lockfile) add options field for tool artifact identity by @​jdx in #​7092
  • (lockfile) add env field and local lockfile support by @​jdx in #​7099
  • (lockfile) add URL support for deno, go, and zig backends by @​jdx in #​7112
  • (lockfile) add URL support for vfox backend by @​jdx in #​7114
  • (lockfile) add multi-platform checksums without downloading tarballs by @​jdx in #​7113
🐛 Bug Fixes
  • (backend) allow platform-specific strip_components by @​risu729 in #​7106
  • (backend) prefer path root for bin path if it contains an executable by @​risu729 in #​7151
  • (bash) avoid deactivate error on (no)unset PROMPT_COMMAND by @​scop in #​7096
  • (ci) use updatedAt instead of createdAt for stale PR detection by @​jdx in #​7109
  • (config) increase fetch_remote_versions_timeout default to 20s by @​jdx in #​7157
  • (github) search subdirectories for executables in discover_bin_paths by @​jdx in #​7138
  • (lockfile) combine api_url with asset_pattern for GitHub release URLs by @​jdx in #​7111
🚜 Refactor
📚 Documentation
📦️ Dependency Updates
📦 Registry
Chore
📦 Aqua Registry Updates
Updated Packages (1)

v2025.10.20

Compare Source

📦 Registry
🚀 Features
🐛 Bug Fixes
  • (cache) exclude http backend tarballs from autoprune by @​jdx in #​6806
  • (ci) prevent release job from running when dependencies fail by @​jdx in #​6804
  • (fish) remove --move flag from fish_add_path to prevent PATH corruption by @​jdx in #​6800
  • (tasks) support local .config/mise/conf.d/*.toml tasks by @​syhol in #​6792
📚 Documentation
New Contributors
📦 Aqua Registry Updates
New Packages (2)

v2025.10.21

Compare Source

🐛 Bug Fixes
Chore
New Contributors
📦 Aqua Registry Updates
New Packages (1)

v2025.10.10

Compare Source

🐛 Bug Fixes
New Contributors

v2025.10.11

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
📦️ Dependency Updates
New Contributors
📦 Aqua Registry Updates
New Packages (1)
Updated Packages (2)

v2025.10.12

Compare Source

🐛 Bug Fixes
  • (rust) preserve original PATH entries when managing tool paths by @​jdx in #​6689

v2025.10.13

Compare Source

🐛 Bug Fixes
📚 Documentation
New Contributors

v2025.10.14

Compare Source

🚀 Features
  • (tasks) add env var support for args/flags in usage specs by @​jdx in #​6704
🐛 Bug Fixes
  • (release) prevent S3 rate limiting errors during CDN upload by @​jdx in #​6705
📚 Documentation
  • add comprehensive documentation for environment plugins by @​jdx in #​6702
📦️ Dependency Updates

v2025.10.15

Compare Source

🚀 Features
  • (aqua) use GitHub API digests for release asset checksums by @​jdx in #​6720
  • (github) use GitHub API digests for release asset checksums by @​jdx in #​6721
  • (plugins) automatically install backend plugins by @​roele in #​6696
  • (tasks) add choices to flag() and enable naked runs with task flags by @​jdx in #​6707
🐛 Bug Fixes
📦️ Dependency Updates
New Contributors

v2025.10.16

Compare Source

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

v2025.10.17

Compare Source

📦 Registry
🚀 Features
🐛 Bug Fixes
📚 Documentation
◀️ Revert
  • fix(shell): prevent infinite loop in zsh command-not-found handler by @​jdx in #​6758
📦️ Dependency Updates

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 Dec 29, 2025
@renovate renovate Bot requested a review from a team December 29, 2025 02:53
@renovate renovate Bot changed the title Update dependency mise to 2025.12.10 Update dependency mise to 2025.12.13 Dec 30, 2025
@sonarqube-next
Copy link
Copy Markdown

@renovate renovate Bot changed the title Update dependency mise to 2025.12.13 Update dependency mise to 2025.12.10 Jan 18, 2026
@sonarqube-next
Copy link
Copy Markdown

@renovate renovate Bot changed the title Update dependency mise to 2025.12.10 Update dependency mise to 2026.1.11 Jan 30, 2026
@renovate renovate Bot changed the title Update dependency mise to 2026.1.11 Update dependency mise to 2026.1.12 Jan 31, 2026
@sonarqube-next
Copy link
Copy Markdown

@nils-werner-sonarsource nils-werner-sonarsource merged commit 700e2e4 into master Feb 3, 2026
19 checks passed
@nils-werner-sonarsource nils-werner-sonarsource deleted the renovate/mise branch February 3, 2026 07:54
roberto-orlandi-sonarsource added a commit that referenced this pull request Feb 3, 2026
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