chore(deps): update dependency jdx/mise to v2025.8.11
This MR contains the following updates:
Package | Update | Change |
---|---|---|
jdx/mise | minor |
2025.6.8 -> 2025.8.11
|
View the Renovate pipeline for this MR
Release Notes
jdx/mise (jdx/mise)
v2025.8.11
📦 Registry
- add container-use (aqua:dagger/container-use) by @TyceHerrman in #6029
- add prek (aqua:j178/prek) by @HenryZhang-ZHY in #6023
🚀 Features
🐛 Bug Fixes
📚 Documentation
-
(settings) use php as an example for
disable_default_registry
by @risu729 in #6025 - Update ide-integration.md by @jdx in #6035
- Update ide-integration.md by @jdx in #6040
- added openSUSE zypper install instructions by @lfromanini in #6037
- update
contributing.md
for discussions by @br3ndonland in #6047
Chore
- fix warnings by @jdx in #6043
- remove unused permissions in registry test by @risu729 in #6044
- fix fish shell script in hk config by @jdx in #6048
New Contributors
- @br3ndonland made their first contribution in #6047
- @HenryZhang-ZHY made their first contribution in #6023
- @lfromanini made their first contribution in #6037
v2025.8.10
📦 Registry
- enable kubecolor test by @risu729 in #6008
- fix os specific backends for usage by @risu729 in #6007
- use aqua backend for restish by @risu729 in #5986
- add cfssljson (aqua:cloudflare/cfssl/cfssljson) by @disintegrator in #6013
- add claude-squad (aqua:smtg-ai/claude-squad) by @TyceHerrman in #5894
🚀 Features
- (aqua) make bin paths executable by @risu729 in #6010
- added header bar during
mise install
by @jdx in #6022
🐛 Bug Fixes
- (aqua) improve warnings for packages without repo_owner and repo_name (2nd attempt) by @risu729 in #6009
- version prefix detection by @risu729 in #5943
- respect MISE_DEFAULT_CONFIG_FILENAME by @risu729 in #5899
New Contributors
- @disintegrator made their first contribution in #6013
v2025.8.9
📦 Registry
- add vfox-yarn as primary yarn backend by @jdx in #5982
- add missing description field for a lot of tools by @jylenhof in #5966
- rename benthos to redpanda-connect by @risu729 in #5984
- rename coq to rocq by @risu729 in #5985
🚀 Features
- (timeout) show duration, URL, and config hint on timeouts; increase fetch timeout default to 10s by @jdx in #5991
🐛 Bug Fixes
- (aqua) add executable permissions for zip-extracted binaries by @itochan in #5998
- (core) auto-repair corrupted pyenv cache by recloning on update failure by @jdx in #6003
-
(uv_venv) fixes PATH ordering with
mise x
by @jdx in #6005 - duplicate versions and validation in
mise tool
by @jdx in #6001
📚 Documentation
- (tools) document per-tool postinstall option in [tools] by @jdx in #5993
- Update install instructions for nushell by @Joniator in #5981
- README.md typo by @jdx in #5990
◀️ Revert
- Revert "docs: Update install instructions for nushell" by @jdx in #5983
- Revert "fix(aqua): add executable permissions for zip-extracted binaries" by @jdx in #6004
📦️ Dependency Updates
- update taiki-e/install-action digest to
2c73a74
by @renovate[bot] in #5962 - update docker/metadata-action digest to
c1e5197
by @renovate[bot] in #5961 - update docker/login-action digest to
184bdaa
by @renovate[bot] in #5958
Chore
New Contributors
- @Joniator made their first contribution in #5981
- @jylenhof made their first contribution in #5966
v2025.8.8
📦 Registry
- add bob (aqua:MordechaiHadad/bob) by @TyceHerrman in #5914
- support usage on FreeBSD by @risu729 in #5973
- filter out installer for podman by @risu729 in #5974
- use pipx aqua backend by @itochan in #5971
- only use aqua backend for yarn on windows by @jdx in #5978
📚 Documentation
Chore
- (ci) accept @ in regular expressions for new registry MR titles by @mst-mkt in #5969
- fix registry test filter by @risu729 in #5942
- fix registry test by @risu729 in #5953
New Contributors
v2025.8.7
📦 Registry
🐛 Bug Fixes
- (lockfile) fix multiple lockfile issues with version management by @jdx in #5907
- (toolset) properly handle MISE_ADD_PATH from plugins by @jdx in #5937
v2025.8.6
📦 Registry
- add resvg (aqua:linebender/resvg) by @TyceHerrman in #5926
- add specstory (aqua:specstoryai/getspecstory) by @TyceHerrman in #5927
- add oxker (aqua:mrjackwills/oxker) by @TyceHerrman in #5929
- add tssh (aqua:trzsz/trzsz-ssh) by @TyceHerrman in #5928
🚀 Features
- (tool-stub) improve stub generation with bin inference, error handling, and fetch mode by @jdx in #5932
v2025.8.5
📦 Registry
- add tlrc (aqua:tldr-pages/tlrc) by @TyceHerrman in #5895
- support
.terragrunt-version
by @risu729 in #5903 - add lnav (aqua:tstack/lnav) by @TyceHerrman in #5896
- use aqua backend for yarn by @risu729 in #5902
- add dotenvx (aqua:dotenvx/dotenvx) by @TyceHerrman in #5915
- update kubecolor (aqua:kubecolor/kubecolor) by @Darwiner in #5887
- add oxlint (aqua:oxc-project/oxc/oxlint) by @TyceHerrman in #5919
- add container (aqua:apple/container) by @TyceHerrman in #5917
- support
.packer-version
by @risu729 in #5900
🚀 Features
- (ci) enhance registry MR validation with strict format checking by @jdx in #5897
- add Model Context Protocol (MCP) server command by @jdx in #5920
🐛 Bug Fixes
-
(elixir) support
.exenv-version
by @risu729 in #5901 - (env) improve PATH handling for env._.path directives by @jdx in #5922
- allow devcontainer creation without a git repository by @acesyde in #5891
Chore
- add synchronize to registry_comment gha by @jdx in cbb1429
- fix registry_comment gha by @jdx in 7ce513b
- run registry test only for changed tools by @risu729 in #5905
New Contributors
- @Darwiner made their first contribution in #5887
- @zekefast made their first contribution in #5912
v2025.8.4
🚀 Features
v2025.8.3
📦 Registry
- add git-lfs (aqua:git-lfs/git-lfs) by @TyceHerrman in #5885
🚀 Features
- (registry) add atuin package to registry by @TyceHerrman in #5883
- introduce registry commit type for new tool additions by @jdx in #5884
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
v2025.8.2
🚀 Features
- (registry) add jjui by @TyceHerrman in #5877
- (registry) add trunk metalinter by @daveio in #5875
🐛 Bug Fixes
New Contributors
- @daveio made their first contribution in #5875
- @TyceHerrman made their first contribution in #5877
v2025.8.1
📦 Registry
- add container-use (aqua:dagger/container-use) by @TyceHerrman in #6029
- add prek (aqua:j178/prek) by @HenryZhang-ZHY in #6023
🚀 Features
🐛 Bug Fixes
📚 Documentation
-
(settings) use php as an example for
disable_default_registry
by @risu729 in #6025 - Update ide-integration.md by @jdx in #6035
- Update ide-integration.md by @jdx in #6040
- added openSUSE zypper install instructions by @lfromanini in #6037
- update
contributing.md
for discussions by @br3ndonland in #6047
Chore
- fix warnings by @jdx in #6043
- remove unused permissions in registry test by @risu729 in #6044
- fix fish shell script in hk config by @jdx in #6048
New Contributors
- @br3ndonland made their first contribution in #6047
- @HenryZhang-ZHY made their first contribution in #6023
- @lfromanini made their first contribution in #6037
v2025.8.0
🚀 Features
- (registry) use npm backend for yarn by @mrazauskas in #5745
- (registry) add codebuff tool by @zacheryph in #5856
🐛 Bug Fixes
- (go) implement heuristic-based go module find logic by @risu729 in #5851
- (node) Add NodeJS maintainer Antoine du Hamel's new GPG key by @chadlwilson in #5862
- (pipx) align HTML backend with PEP 503 registry URL assignment by @acesyde in #5853
- (registry) fix balena ubi backend options by @risu729 in #5861
- (registry) add aqua backends to tools by @risu729 in #5863
📚 Documentation
- fix uv_venv_create_args reference for python by @jasonraimondi in #5854
- expand on env directive examples and formats by @syhol in #5857
◀️ Revert
New Contributors
- @zacheryph made their first contribution in #5856
- @chadlwilson made their first contribution in #5862
- @jasonraimondi made their first contribution in #5854
v2025.7.32
🚀 Features
- (tool-stubs) Add human readable comments to stub sizes by @jdx in #5845
- (tool-stubs) improve binary path detection in tool stub generator by @jdx in #5847
🐛 Bug Fixes
-
(aqua) support
AND
operator in semver by @risu729 in #5838 - (cli) remove empty [platforms] section from generated tool stubs by @jdx in #5844
- (tool-stubs) remove comment line from tool stub generator by @jdx in #5843
- (tool-stubs) Remove latest version from tool stubs by @jdx in #5846
- (tool-stubs) allow -v flag to be passed through to tool stubs by @jdx in #5848
v2025.7.31
🚀 Features
- (tool-stubs) append to existing tool-stub files instead of overwriting by @jdx in #5835
- (tool-stubs) add auto-platform detection from URLs by @jdx in #5836
- Add sops.strict setting for non-strict decryption mode by @pepicrft in #5378
🐛 Bug Fixes
- (tool-stub) use URL hash as version for HTTP backend with "latest" by @jdx in #5828
- (tool-stubs) fix -v and --help flags by @jdx in #5829
- (tool-stubs) use 'checksum' field instead of 'blake3' in generated stubs by @jdx in #5834
- dotnet SearchQueryService fallback by @acesyde in #5824
- registry.toml - Specify sbt dependency on java by @jatcwang in #5827
🧪 Testing
New Contributors
- @jatcwang made their first contribution in #5827
v2025.7.30
🚀 Features
🐛 Bug Fixes
- (tool-stubs) fix error messages when it can't find the bin by @jdx in #5817
- misidentifying built-in backend as a plugin backend by @syhol in #5822
📚 Documentation
v2025.7.29
🐛 Bug Fixes
- (cli) stable path env for exec on windows by @W1M0R in #5790
- (tool-stubs) platform-specific bin fields by @jdx in #5812
- tool-stub generation with archive downloads by @jdx in #5811
📦️ Dependency Updates
- update jdx/mise-action digest to
c37c932
by @renovate[bot] in #5784
New Contributors
v2025.7.28
🚀 Features
- (http) show retry after for github rate limit by @risu729 in #5803
- (registry) add carapace by @jahands in #5804
-
(registry) add
hatch
by @hasansezertasan in #5788 - tool-stubs by @jdx in #5795
- used shared cache for http backend by @jdx in #5808
🐛 Bug Fixes
- (aqua) avoid unnecessary head requests in version resolution by @risu729 in #5800
- (toolset) use join_paths for MISE_ADD_PATH by @risu729 in #5785
- check lib64 directories for .disable-self-update file by @jdx in #5809
🚜 Refactor
📚 Documentation
- (tool-stubs) added shebangs by @jdx in 2d37500
- (tool-stubs) corrected url syntax by @jdx in 32627be
- fix plugin-lua-modules docs to match the vfox lua_mod functions by @syhol in #5792
- fix http backend tool options example by @roele in #5802
📦️ Dependency Updates
- update taiki-e/install-action digest to
7fbb30f
by @renovate[bot] in #5786 - pin actions/checkout action to
11bd719
by @renovate[bot] in #5783
New Contributors
- @hasansezertasan made their first contribution in #5788
v2025.7.27
🐛 Bug Fixes
- (copr) disable self-update by @jdx in #5780
- (link.md) correct example comment in mise link documentation by @mmurdockk in #5760
- use github releases in install.sh for non-current version by @jdx in c2b1ef1
New Contributors
- @mmurdockk made their first contribution in #5760
v2025.7.26
Chore
v2025.7.25
Chore
v2025.7.24
Chore
v2025.7.21
🚀 Features
🐛 Bug Fixes
- (pwsh) resolve issue caused by previous #5732 patch (hardcoded path) by @IMXEren in #5753
- copr docker building by @jdx in #5748
📚 Documentation
- (README) mention project alexandria by @jdx in 681bc75
- Removes invalid array in redaction example by @EverlastingBugstopper in #5752
- document mise-versions app by @jdx in 785ef24
🧪 Testing
Chore
New Contributors
- @EverlastingBugstopper made their first contribution in #5752
v2025.7.20
🚀 Features
🐛 Bug Fixes
📚 Documentation
- remove curl instructions by @jdx in 785d2f2
- add back in supported os/arch combinations by @jdx in 87b86b0
Chore
v2025.7.19
🐛 Bug Fixes
- (pwsh) set console encoding to UTF-8 to prevent Unicode garbling by @IMXEren in #5732
- (registry) set matching_regex for glab on Windows to pick the correct asset by @risu729 in #5727
📚 Documentation
- (config) fix alias section name by @malept in #5736
- fix typo in contributing commit message prefixes by @malept in #5737
Chore
New Contributors
v2025.7.18
🚀 Features
-
(registry) add
jsonschema
CLI tool by @mrazauskas in #5714
🐛 Bug Fixes
📚 Documentation
Chore
v2025.7.17
🚀 Features
🐛 Bug Fixes
📚 Documentation
🧪 Testing
- (registry) enable disabled tests by @risu729 in #5708
- (registry) comment out failing maven test in configuration by @jdx in ae3e62b
v2025.7.16
🐛 Bug Fixes
Chore
- (release) increase timeout for macos tarballs by @jdx in 05e3a45
- disable tests for 2025.7.16 by @jdx in 30d3b97
v2025.7.15
🧪 Testing
v2025.7.14
🐛 Bug Fixes
📦️ Dependency Updates
- update rust crate tabled to 0.20 by @renovate[bot] in #5688
- update rust crate indicatif to 0.18 by @renovate[bot] in #5687
v2025.7.13
🚀 Features
- https://mise.run/{bash,zsh,fish} by @jdx in #5677
- add opencode tool with description, backends, and test command by @nipuna-perera in #5679
🐛 Bug Fixes
- don't follow symlink to ignore symlinks from deletion by @risu729 in #5672
- update completions by @risu729 in #5682
- NoMethodError with Bundler::Installer by @hsbt in #5678
📚 Documentation
📦️ Dependency Updates
- update jdx/mise-action digest to
bfb9fa0
by @renovate[bot] in #5681 - pin dependencies by @renovate[bot] in #5680
- update rust crate console to 0.16 by @renovate[bot] in #5685
- update taiki-e/install-action digest to
4fd6bde
by @renovate[bot] in #5684
New Contributors
- @nipuna-perera made their first contribution in #5679
- @hsbt made their first contribution in #5678
- @anderso made their first contribution in #5673
v2025.7.12
🐛 Bug Fixes
- (file) remove top level directories in strip_archive_path_components by @risu729 in #5662
- (npm) run bun in install_path instead of using --cwd flag of bun by @risu729 in #5656
-
(nushell) fix
get -i
deprecation by @JoaquinTrinanes in #5666
◀️ Revert
- Revert "fix(aqua): improve warnings for packages without repo_owner and repo_name " by @jdx in #5668
Chore
New Contributors
- @JoaquinTrinanes made their first contribution in #5666
v2025.7.11
🚀 Features
🐛 Bug Fixes
- (aqua) improve warnings for packages without repo_owner and repo_name by @risu729 in #5644
- (generate) fix task docs inject by @risu729 in #5651
-
(static) support
strip_components
for zip files by @risu729 in #5631 - private forges by @hamnis in #5650
🚜 Refactor
📚 Documentation
- (vfox) replace deprecated asdf and vfox settings with disable_backends by @risu729 in #5652
- tweak static backend docs by @jdx in #5627
🧪 Testing
New Contributors
v2025.7.10
🐛 Bug Fixes
- (backend) avoid double untar by @jdx in #5626
- (github) handle missing "v" prefix by @jdx in #5625
📚 Documentation
v2025.7.9
🚀 Features
- (shim) prevent mise-specific flags from interfering with shim execution by @jdx in #5616
- github asset auto-detection by @jdx in #5622
🐛 Bug Fixes
v2025.7.8
🚀 Features
🐛 Bug Fixes
📚 Documentation
v2025.7.7
🚀 Features
🐛 Bug Fixes
- (e2e) simplify test path handling logic by @jdx in #5600
- skip gh release edit on dry run in release workflow by @jdx in #5603
📚 Documentation
- (cursor) fix conventional commits rule formatting by @jdx in #5597
- (cursor) add testing rule for mise codebase by @jdx in #5598
🧪 Testing
📦️ Dependency Updates
- pin dependencies by @renovate[bot] in #5511
Chore
- (release) mark a release as draft until assets are added by @risu729 in #5584
- added reverts to git-cliff by @jdx in #5577
- reduce binary size for linux by @jdx in #5587
-
cargo check
fixes by @jdx in #5589 - Merge vfox.rs into jdx/mise monorepo by @jdx in #5590
- Add cursor rule for conventional commits by @jdx in #5592
- Create GitHub action for vfox.rs tests by @jdx in #5593
- tweak paths for test-vfox workflow by @jdx in 0189372
- set workspace resolver by @jdx in #5606
- add workspace resolver = 3 by @jdx in 304547a
- fix release-plz with workspace by @jdx in 5b3be6e
- only bump mise version for release-plz by @jdx in 8f14d10
- add cargo-release by @jdx in f657db5
- mise up by @jdx in 4872ae6
- fix release-plz with workspace by @jdx in bdb7119
- set-version by @jdx in 82fcd4f
- set-version by @jdx in 54388a4
- set-version by @jdx in fe0a0a9
- set-version by @jdx in d9f24e2
- set-version by @jdx in 97f6f4f
- set-version by @jdx in 13296e1
- set-version by @jdx in 587a707
- set-version by @jdx in 1e80d52
v2025.7.4
🐛 Bug Fixes
- (aqua) align version resolution logic in list_bin_paths by @risu729 in #5562
- Xonsh integration by @jfmontanaro in #5557
📚 Documentation
- create comprehensive architecture documentation suite and enhance development guides by @jdx in d2b4a05
◀️ Revert
📦️ Dependency Updates
- update rust crate bzip2 to 0.6 by @renovate[bot] in #5568
- update rust crate clap_mangen to v0.2.28 by @renovate[bot] in #5566
- update rust crate clap to v4.5.41 by @renovate[bot] in #5565
- update rust crate taplo to 0.14 by @renovate[bot] in #5158
Chore
- added xonsh for release builds by @jdx in #5561
- enable backtrace lines on panic by @jdx in #5571
- shfmt update by @jdx in 67ee245
New Contributors
- @jfmontanaro made their first contribution in #5557
v2025.7.3
🚀 Features
- (tool-stubs) Add human readable comments to stub sizes by @jdx in #5845
- (tool-stubs) improve binary path detection in tool stub generator by @jdx in #5847
🐛 Bug Fixes
-
(aqua) support
AND
operator in semver by @risu729 in #5838 - (cli) remove empty [platforms] section from generated tool stubs by @jdx in #5844
- (tool-stubs) remove comment line from tool stub generator by @jdx in #5843
- (tool-stubs) Remove latest version from tool stubs by @jdx in #5846
- (tool-stubs) allow -v flag to be passed through to tool stubs by @jdx in #5848
v2025.7.2
🐛 Bug Fixes
- (cli) stable path env for exec on windows by @W1M0R in #5790
- (tool-stubs) platform-specific bin fields by @jdx in #5812
- tool-stub generation with archive downloads by @jdx in #5811
📦️ Dependency Updates
- update jdx/mise-action digest to
c37c932
by @renovate[bot] in #5784
New Contributors
v2025.7.1
🐛 Bug Fixes
- (pwsh) set console encoding to UTF-8 to prevent Unicode garbling by @IMXEren in #5732
- (registry) set matching_regex for glab on Windows to pick the correct asset by @risu729 in #5727
📚 Documentation
- (config) fix alias section name by @malept in #5736
- fix typo in contributing commit message prefixes by @malept in #5737
Chore
New Contributors
v2025.7.0
🚀 Features
- (registry) adds gemini-cli by @risu729 in #5447
- (registry) adds npm backended tools by @risu729 in #5446
- (registry) add powershell alias by @risu729 in #5449
- (registry) add dagu by @yottahmd in #5476
- (registry) update aws-sam backends to include aqua source by @yashikota in #5461
- (registry) use ubi backend for youtube-dl nightly releases by @risu729 in #5466
🐛 Bug Fixes
- (aqua) update victoria-metrics package name casing by @shikharbhardwaj in #5483
- (aqua) handle hard links in aqua packages by @risu729 in #5463
- (bun) enhance architecture detection for musl targets by @roele in #5450
- (erlang) use precompiled ubuntu binaries on GHA by @paradox460 in #5439
-
(erlang) add
install_precompiled
for unsupported os by @risu729 in #5479 - (registry) use aqua backend for cargo-make by @risu729 in #5465
- (registry) use aqua backends for all available tools by @risu729 in #5467
-
parse_command
passing-c
flag to cmd.exe by @IMXEren in #5441
🧪 Testing
◀️ Revert
- Revert "chore(deps): pin dependencies" by @jdx in #5453
- Revert "fix(aqua): handle hard links in aqua packages" by @jdx in #5485
📦️ Dependency Updates
- pin dependencies by @renovate[bot] in #5443
- update jdx/mise-action digest to
5cb1df6
by @renovate[bot] in #5444
Chore
Ci
New Contributors
- @yashikota made their first contribution in #5461
- @yottahmd made their first contribution in #5476
- @IMXEren made their first contribution in #5441
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate-bot