Skip to content

chore(deps): update dependency mise to 2026.2.7#75

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/mise
Open

chore(deps): update dependency mise to 2026.2.7#75
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/mise

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
mise minor 2025.12.132026.2.7

Release Notes

jdx/mise (mise)

v2026.2.7

Compare Source

🚀 Features
🐛 Bug Fixes
  • (install) preserve config options and registry defaults by @​jdx in #​8044
  • (link) linked versions override lockfile during resolution by @​jdx in #​8050
  • (release) preserve aqua-registry sections in changelog across releases by @​jdx in #​8047
  • ls --all-sources shows duplicate entries by @​roele in #​8042
📚 Documentation
  • replace "inherit" terminology with config layering by @​jdx in #​8046
📦 Registry
New Contributors

v2026.2.6

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
📦️ Dependency Updates
📦 Registry
Security
  • (deps) update time crate to 0.3.47 to fix RUSTSEC-2026-0009 by @​jdx in #​8026
New Contributors
📦 Aqua Registry Updates
New Packages (1)
Updated Packages (6)

v2026.2.5

Compare Source

🐛 Bug Fixes
  • (lock) remove experimental flag requirement for lockfiles by @​jdx in #​8011
Chore

v2026.2.4

Compare Source

🐛 Bug Fixes
New Contributors

v2026.2.3

Compare Source

🐛 Bug Fixes
  • (install) allow pipx/npm/cargo/asdf backends to work in locked mode by @​jdx in #​7985
📦️ Dependency Updates
📦 Registry
New Contributors

v2026.2.2

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
  • improve plugin documentation with comparisons and template links by @​jdx in #​7962
📦️ Dependency Updates
  • bump hyper-util, system-configuration, lru, aws-sdk, and others by @​jdx in #​7977
Chore
New Contributors

v2026.2.1

Compare Source

🚀 Features
  • (generate) implement --index flag and use task names for task-docs --multi by @​jdx in #​7944
  • (plugins) warn when env plugin shadows a registry tool by @​jdx in #​7953
  • (tool-stub) add --lock flag to generate tool-stub by @​jdx in #​7948
  • (vfox) add log module for Lua plugins by @​jdx in #​7949
  • (vfox) switch Lua runtime from Lua 5.1 to Luau by @​jdx in #​7954
🐛 Bug Fixes
  • (build) upgrade cross images to :main for C++17 support by @​jdx in #​7958
  • (build) update glibc check to match new cross image baseline by @​jdx in fc1247e
  • (registry) handle file:// URLs in normalize_remote by @​jdx in #​7947
  • (vfox) fix LuaLS warnings in test fixtures and add linting by @​jdx in #​7946
🚜 Refactor
  • unify deprecated_at! macro with warn and remove versions by @​jdx in #​7957
🧪 Testing
  • remove unnecessary end-of-test cleanup from e2e tests by @​jdx in #​7950
◀️ Revert
  • Revert "fix(build): update glibc check to match new cross image baseline" by @​jdx in 0774bf9
  • Revert "fix(build): upgrade cross images to :main for C++17 support " by @​jdx in 8dcca08
  • Revert "feat(vfox): switch Lua runtime from Lua 5.1 to Luau " by @​jdx in 8b4322d

v2026.2.0

Compare Source

🚀 Features
  • (edit) add interactive config editor (mise edit) by @​jdx in #​7930
  • (lockfile) graduate lockfiles from experimental by @​jdx in #​7929
  • (task) add support for usage values in task confirm dialog by @​roele in #​7924
  • (task) improve source freshness checking with edge case handling by @​jdx in #​7932
🐛 Bug Fixes
  • (activate) preserve ordering of paths appended after mise activate by @​jdx in #​7919
  • (install) sort failed installations for deterministic error output by @​jdx in #​7936
  • (lockfile) preserve URL and prefer sha256 when merging platform info by @​jdx in #​7923
  • (lockfile) add atomic writes and cache invalidation by @​jdx in #​7927
  • (release) add mise-interactive-config to release-plz publish workflow by @​jdx in #​7940
  • (release) handle mise-interactive-config schema during cargo publish by @​jdx in #​7942
  • (release) include mise.json in mise-interactive-config package by @​jdx in 3689a4a
  • (task) discover and run shebang file tasks on Windows by @​jdx in #​7941
  • (templates) use sha256 for hash filter instead of blake3 by @​jdx in #​7925
  • (upgrade) respect tracked configs when pruning old versions by @​jdx in #​7926
🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
Chore
New Contributors

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

v2026.1.9

Compare Source

🚀 Features
🐛 Bug Fixes
  • (backend) change registry mismatch log from info to debug by @​jdx in #​7858
  • (ci) use squash merge for auto-merge-release workflow by @​jdx in 7e5e71e
  • (ci) remove --auto flag to merge immediately when CI passes by @​jdx in 23ed2ed
  • (github) select platform-matching provenance file for SLSA verification by @​jdx in #​7853
  • (go) filter out version "1" from available versions by @​jdx in #​7871
  • (install) skip CurDir components when detecting archive structure by @​jdx in #​7868
  • (pipx) ensure Python minor version symlink exists for postinstall hooks by @​jdx in #​7869
  • (registry) prevent duplicate -stable suffix in Flutter download URLs by @​jdx in #​7872
  • (task) pass env to usage parser for env-backed arguments by @​jdx in #​7848
  • (task) propagate MISE_ENV to child tasks when using -E flag by @​jdx in 06ee776
  • (vfox-dotnet) use os.execute() to fix Windows installation by @​prodrigues1912 in #​7843
📚 Documentation
◀️ Revert
  • remove task inheritance from parent configs in monorepos by @​jdx in #​7851
  • Revert "fix(ci): remove --auto flag to merge immediately when CI passes" by @​jdx in 0606187
📦 Registry
Chore
  • (ci) auto-merge release branch into main daily at 4am CST by @​jdx in #​7852
New Contributors

v2026.1.8

Compare Source

🐛 Bug Fixes
🚜 Refactor
  • (registry) split registry.toml into one file per tool by @​jdx in #​7820
📚 Documentation
  • improve conventional commit guidance in CLAUDE.md by @​jdx in cbf2f74
📦️ Dependency Updates
Chore
  • (ci) add CI failure feedback to pr-closer workflow by @​jdx in #​7821
  • (ci) add FORGEJO_TOKEN for Codeberg API authentication by @​jdx in #​7841
Registry

v2026.1.7

Compare Source

🐛 Bug Fixes
  • (backend) resolve registry mismatch for previously installed tools by @​smorimoto in #​7773
  • (env_cache) use cached watch_files to avoid plugin re-execution by @​jdx in #​7817
  • (github) handle projectname@​version tag format by @​jdx in #​7788
  • (http) add fromJSON/keys to version_expr for HashiCorp tools by @​jdx in #​7816
📚 Documentation
📦 Registry
New Contributors

v2026.1.6

Compare Source

🚀 Features
  • (config) add miette diagnostics for TOML parsing errors by @​jdx in #​7764
  • (env) add environment caching with module cacheability support by @​jdx in #​7761
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
📦 Registry
Security

v2026.1.5

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
📦️ Dependency Updates
Chore
New Contributors

v2026.1.4

Compare Source

🚀 Features
  • (conda) add dependency locking for reproducible installations by @​jdx in #​7708
  • (http) add JSON filter syntax for version extraction by @​jdx in #​7707
  • (http) add version_expr support and Tera templating by @​jdx in #​7723
  • (task) add [monorepo].config_roots for explicit config root listing by @​jdx in #​7705
  • (task) support env vars in task dependencies by @​jdx in #​7724
🐛 Bug Fixes
📚 Documentation
⚡ Performance
📦️ Dependency Updates
📦 Registry
Chore
  • increase macos release build timeout to 90 minutes by @​jdx in #​7725
New Contributors

v2026.1.3

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
📦️ Dependency Updates
📦 Registry
New Contributors

v2026.1.2

Compare Source

🐛 Bug Fixes
📚 Documentation
🛡️ Security
  • (security) prevent code execution from untrusted fork in registry-comment workflow by @​jdx in 4a2441e
◀️ Revert
  • Revert "fix(release): handle empty grep result in aqua-registry changelog" by @​jdx in [52

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 7, 2026 15:37
@hashicorp-vault-sonar-prod
Copy link

hashicorp-vault-sonar-prod bot commented Jan 7, 2026

Renovate Jira issue ID: BUILD-10153

@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.1.0 chore(deps): update dependency mise to 2026.1.1 Jan 8, 2026
@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.1.1 chore(deps): update dependency mise to 2026.1.2 Jan 13, 2026
@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.1.2 chore(deps): update dependency mise to 2026.1.3 Jan 17, 2026
@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.1.3 chore(deps): update dependency mise to 2026.1.4 Jan 18, 2026
@renovate renovate bot force-pushed the renovate/mise branch 2 times, most recently from 2bb8946 to 0330977 Compare January 19, 2026 22:47
@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.1.4 chore(deps): update dependency mise to 2026.1.5 Jan 19, 2026
@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.1.5 chore(deps): update dependency mise to 2026.1.6 Jan 21, 2026
@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.1.6 chore(deps): update dependency mise to 2026.1.7 Jan 25, 2026
@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.1.7 chore(deps): update dependency mise to 2026.1.8 Jan 27, 2026
@renovate renovate bot force-pushed the renovate/mise branch 2 times, most recently from 29a4cd2 to 1ca76d7 Compare January 28, 2026 22:53
@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.1.8 chore(deps): update dependency mise to 2026.1.9 Jan 28, 2026
@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.1.9 chore(deps): update dependency mise to 2026.1.11 Jan 30, 2026
@renovate renovate bot force-pushed the renovate/mise branch 2 times, most recently from 61cdffd to 3b0565d Compare January 31, 2026 13:57
@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.1.11 chore(deps): update dependency mise to 2026.1.12 Jan 31, 2026
@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.1.12 chore(deps): update dependency mise to 2026.2.0 Feb 1, 2026
@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.2.0 chore(deps): update dependency mise to 2026.2.1 Feb 2, 2026
@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.2.1 chore(deps): update dependency mise to 2026.2.2 Feb 3, 2026
@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.2.2 chore(deps): update dependency mise to 2026.2.3 Feb 4, 2026
@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.2.3 chore(deps): update dependency mise to 2026.2.4 Feb 5, 2026
@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.2.4 chore(deps): update dependency mise to 2026.2.5 Feb 6, 2026
@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.2.5 chore(deps): update dependency mise to 2026.2.6 Feb 7, 2026
@renovate renovate bot changed the title chore(deps): update dependency mise to 2026.2.6 chore(deps): update dependency mise to 2026.2.7 Feb 8, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 8, 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