Commit 8dcc2ed
authored
chore(deps): update dependency mise to v2025.12.12 (#1752)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [mise](https://redirect.github.com/jdx/mise) | patch | `v2025.12.7` ->
`v2025.12.12` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>jdx/mise (mise)</summary>
###
[`v2025.12.12`](https://redirect.github.com/jdx/mise/releases/tag/v2025.12.12)
[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.12.11...v2025.12.12)
##### 🚀 Features
- **(backend)** add version timestamps for spm, conda, and gem backends
by [@​jdx](https://redirect.github.com/jdx) in
[#​7383](https://redirect.github.com/jdx/mise/pull/7383)
- **(backend)** add security features to github backend by
[@​jdx](https://redirect.github.com/jdx) in
[#​7387](https://redirect.github.com/jdx/mise/pull/7387)
- **(ruby)** add GitHub attestation verification for precompiled
binaries by [@​jdx](https://redirect.github.com/jdx) in
[#​7382](https://redirect.github.com/jdx/mise/pull/7382)
##### 🐛 Bug Fixes
- **(aqua)** improve security feature detection by
[@​jdx](https://redirect.github.com/jdx) in
[#​7385](https://redirect.github.com/jdx/mise/pull/7385)
- **(github)** use version\_prefix when fetching release for SLSA
verification by [@​jdx](https://redirect.github.com/jdx) in
[#​7391](https://redirect.github.com/jdx/mise/pull/7391)
##### 🚜 Refactor
- **(vfox)** remove submodules, embed plugins directly by
[@​jdx](https://redirect.github.com/jdx) in
[#​7389](https://redirect.github.com/jdx/mise/pull/7389)
##### 🧪 Testing
- **(registry)** add final ci job as merge gate by
[@​jdx](https://redirect.github.com/jdx) in
[#​7390](https://redirect.github.com/jdx/mise/pull/7390)
- split unit job to speed up macOS CI by
[@​jdx](https://redirect.github.com/jdx) in
[#​7388](https://redirect.github.com/jdx/mise/pull/7388)
###
[`v2025.12.11`](https://redirect.github.com/jdx/mise/releases/tag/v2025.12.11)
[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.12.10...v2025.12.11)
##### 🚀 Features
- **(alias)** rename alias to tool-alias, add shell-alias command by
[@​jdx](https://redirect.github.com/jdx) in
[#​7357](https://redirect.github.com/jdx/mise/pull/7357)
- **(upgrade)** display summary of upgraded tools by
[@​jdx](https://redirect.github.com/jdx) in
[#​7372](https://redirect.github.com/jdx/mise/pull/7372)
- **(vfox)** embed vfox plugin Lua code in binary by
[@​jdx](https://redirect.github.com/jdx) in
[#​7369](https://redirect.github.com/jdx/mise/pull/7369)
##### 🐛 Bug Fixes
- **(aqua)** add start\_operations for progress reporting by
[@​jdx](https://redirect.github.com/jdx) in
[#​7354](https://redirect.github.com/jdx/mise/pull/7354)
- **(github)** improve asset detection for distro-specific and Swift
artifacts by [@​jdx](https://redirect.github.com/jdx) in
[#​7347](https://redirect.github.com/jdx/mise/pull/7347)
- **(github)** clean up static\_helpers.rs and fix archive bin= option
by [@​jdx](https://redirect.github.com/jdx) in
[#​7366](https://redirect.github.com/jdx/mise/pull/7366)
- **(http)** add start\_operations for progress reporting by
[@​jdx](https://redirect.github.com/jdx) in
[#​7355](https://redirect.github.com/jdx/mise/pull/7355)
- **(lockfile)** place lockfile alongside config file by
[@​jdx](https://redirect.github.com/jdx) in
[#​7360](https://redirect.github.com/jdx/mise/pull/7360)
- **(progress)** add start\_operations to core plugins by
[@​jdx](https://redirect.github.com/jdx) in
[#​7351](https://redirect.github.com/jdx/mise/pull/7351)
- **(ruby-install)** Use ruby\_install\_bin to update by
[@​calebhearth](https://redirect.github.com/calebhearth) in
[#​7350](https://redirect.github.com/jdx/mise/pull/7350)
- **(rust)** add release\_url for rust versions by
[@​jdx](https://redirect.github.com/jdx) in
[#​7373](https://redirect.github.com/jdx/mise/pull/7373)
- **(schema)** add `tool_alias`, mark `alias` as deprecated by
[@​SKalt](https://redirect.github.com/SKalt) in
[#​7358](https://redirect.github.com/jdx/mise/pull/7358)
- **(toolset)** filter tools by OS in list\_current\_versions by
[@​jdx](https://redirect.github.com/jdx) in
[#​7356](https://redirect.github.com/jdx/mise/pull/7356)
- **(ubi)** only show deprecation warning during installation by
[@​jdx](https://redirect.github.com/jdx) in
[#​7380](https://redirect.github.com/jdx/mise/pull/7380)
- **(ui)** remove noisy "record size" message during install by
[@​jdx](https://redirect.github.com/jdx) in
[#​7381](https://redirect.github.com/jdx/mise/pull/7381)
- update mise-versions URL to use /tools/ prefix by
[@​jdx](https://redirect.github.com/jdx) in
[#​7378](https://redirect.github.com/jdx/mise/pull/7378)
##### 🚜 Refactor
- **(backend)** unified AssetMatcher with checksum fetching by
[@​jdx](https://redirect.github.com/jdx) in
[#​7370](https://redirect.github.com/jdx/mise/pull/7370)
- **(backend)** deprecate ubi backend in favor of github by
[@​jdx](https://redirect.github.com/jdx) in
[#​7374](https://redirect.github.com/jdx/mise/pull/7374)
- **(toolset)** decompose mod.rs into smaller modules by
[@​jdx](https://redirect.github.com/jdx) in
[#​7371](https://redirect.github.com/jdx/mise/pull/7371)
##### 🧪 Testing
- **(e2e)** fix and rename ubi and vfox\_embedded\_override tests by
[@​jdx](https://redirect.github.com/jdx) in
[052ea40](https://redirect.github.com/jdx/mise/commit/052ea40b29468f05fbc425cc5a4c20ebda077253)
##### 📦 Registry
- add vfox-gcloud backend for gcloud by
[@​jdx](https://redirect.github.com/jdx) in
[#​7349](https://redirect.github.com/jdx/mise/pull/7349)
- convert amplify to use github backend by
[@​jdx](https://redirect.github.com/jdx) in
[#​7365](https://redirect.github.com/jdx/mise/pull/7365)
- add github backend for djinni tool by
[@​jdx](https://redirect.github.com/jdx) in
[#​7363](https://redirect.github.com/jdx/mise/pull/7363)
- switch glab to native gitlab backend by
[@​jdx](https://redirect.github.com/jdx) in
[#​7364](https://redirect.github.com/jdx/mise/pull/7364)
- add s5cmd by [@​jdx](https://redirect.github.com/jdx) in
[#​7376](https://redirect.github.com/jdx/mise/pull/7376)
##### Chore
- **(registry)** disable flaky tests for gitu and ktlint by
[@​jdx](https://redirect.github.com/jdx) in
[64151cb](https://redirect.github.com/jdx/mise/commit/64151cb3fb1e517b2c80aa2179b24c4bd55ff34a)
- resolve clippy warnings and add stricter CI check by
[@​jdx](https://redirect.github.com/jdx) in
[#​7367](https://redirect.github.com/jdx/mise/pull/7367)
- suppress dead\_code warnings in asset\_matcher module by
[@​jdx](https://redirect.github.com/jdx) in
[#​7377](https://redirect.github.com/jdx/mise/pull/7377)
##### New Contributors
- [@​calebhearth](https://redirect.github.com/calebhearth) made
their first contribution in
[#​7350](https://redirect.github.com/jdx/mise/pull/7350)
###
[`v2025.12.10`](https://redirect.github.com/jdx/mise/releases/tag/v2025.12.10)
[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.12.9...v2025.12.10)
##### 🐛 Bug Fixes
- **(backend)** fix fuzzy\_match\_filter regex for vendor-prefixed
versions by [@​jdx](https://redirect.github.com/jdx) in
[#​7332](https://redirect.github.com/jdx/mise/pull/7332)
- **(backend)** use backend delegation for install-time option filtering
by [@​jdx](https://redirect.github.com/jdx) in
[#​7335](https://redirect.github.com/jdx/mise/pull/7335)
- **(duration)** support calendar units in relative durations for
--before flag by [@​Copilot](https://redirect.github.com/Copilot)
in [#​7337](https://redirect.github.com/jdx/mise/pull/7337)
- **(gem)** improve shebang compatibility for precompiled Ruby by
[@​jdx](https://redirect.github.com/jdx) in
[#​7336](https://redirect.github.com/jdx/mise/pull/7336)
- **(gem)** handle RubyGems polyglot shebang format by
[@​jdx](https://redirect.github.com/jdx) in
[#​7340](https://redirect.github.com/jdx/mise/pull/7340)
- **(pipx)** use minor version symlink for venv Python by
[@​jdx](https://redirect.github.com/jdx) in
[#​7339](https://redirect.github.com/jdx/mise/pull/7339)
- **(registry)** prefer claude-code latest over stale stable by
[@​jdx](https://redirect.github.com/jdx) in
[#​7334](https://redirect.github.com/jdx/mise/pull/7334)
- **(upgrade)** only check specified tools when upgrading with tool args
by [@​jdx](https://redirect.github.com/jdx) in
[#​7331](https://redirect.github.com/jdx/mise/pull/7331)
##### 📚 Documentation
- Revise alias example for task execution by
[@​azais-corentin](https://redirect.github.com/azais-corentin) in
[#​7338](https://redirect.github.com/jdx/mise/pull/7338)
###
[`v2025.12.9`](https://redirect.github.com/jdx/mise/releases/tag/v2025.12.9)
[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.12.8...v2025.12.9)
##### 🚀 Features
- **(aqua)** add tuist aqua backend by
[@​jdx](https://redirect.github.com/jdx) in
[#​7323](https://redirect.github.com/jdx/mise/pull/7323)
- **(ls-remote)** add release\_url to VersionInfo for --json output by
[@​jdx](https://redirect.github.com/jdx) in
[#​7322](https://redirect.github.com/jdx/mise/pull/7322)
- **(prepare)** add `mise prepare` command for dependency preparation by
[@​jdx](https://redirect.github.com/jdx) in
[#​7281](https://redirect.github.com/jdx/mise/pull/7281)
- **(registry)** add aqua backend for zigmod by
[@​jdx](https://redirect.github.com/jdx) in
[#​7319](https://redirect.github.com/jdx/mise/pull/7319)
##### 🐛 Bug Fixes
- **(e2e)** fix flaky test\_prepare go provider test by
[@​jdx](https://redirect.github.com/jdx) in
[0e2ef73](https://redirect.github.com/jdx/mise/commit/0e2ef73f9ae91072efd5abbbbe9d82e932472e79)
- **(go)** restore git ls-remote for version listing by
[@​jdx](https://redirect.github.com/jdx) in
[#​7324](https://redirect.github.com/jdx/mise/pull/7324)
##### 📦 Registry
- use github backend for sourcery by
[@​jdx](https://redirect.github.com/jdx) in
[#​7327](https://redirect.github.com/jdx/mise/pull/7327)
- use github backend for swiftgen by
[@​jdx](https://redirect.github.com/jdx) in
[#​7326](https://redirect.github.com/jdx/mise/pull/7326)
###
[`v2025.12.8`](https://redirect.github.com/jdx/mise/releases/tag/v2025.12.8)
[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.12.7...v2025.12.8)
##### 🚀 Features
- **(conda)** add dependency resolution for conda packages by
[@​jdx](https://redirect.github.com/jdx) in
[#​7280](https://redirect.github.com/jdx/mise/pull/7280)
- **(go)** add created\_at support to ls-remote --json by
[@​jdx](https://redirect.github.com/jdx) in
[#​7305](https://redirect.github.com/jdx/mise/pull/7305)
- **(hook-env)** add hook\_env.cache\_ttl and hook\_env.chpwd\_only
settings for NFS optimization by
[@​jdx](https://redirect.github.com/jdx) in
[#​7312](https://redirect.github.com/jdx/mise/pull/7312)
- **(hooks)** add MISE\_TOOL\_NAME and MISE\_TOOL\_VERSION to
preinstall/postinstall hooks by
[@​jdx](https://redirect.github.com/jdx) in
[#​7311](https://redirect.github.com/jdx/mise/pull/7311)
- **(shell\_alias)** add shell\_alias support for cross-shell aliases by
[@​jdx](https://redirect.github.com/jdx) in
[#​7316](https://redirect.github.com/jdx/mise/pull/7316)
- **(tool)** add security field to mise tool --json by
[@​jdx](https://redirect.github.com/jdx) in
[#​7303](https://redirect.github.com/jdx/mise/pull/7303)
- add --before flag for date-based version filtering by
[@​jdx](https://redirect.github.com/jdx) in
[#​7298](https://redirect.github.com/jdx/mise/pull/7298)
##### 🐛 Bug Fixes
- **(aqua)** support cosign v3 bundle verification by
[@​jdx](https://redirect.github.com/jdx) in
[#​7314](https://redirect.github.com/jdx/mise/pull/7314)
- **(config)** use correct config\_root in tera context for hooks by
[@​jdx](https://redirect.github.com/jdx) in
[#​7309](https://redirect.github.com/jdx/mise/pull/7309)
- **(nu)** fix nushell deactivation script on Windows by
[@​fu050409](https://redirect.github.com/fu050409) in
[#​7213](https://redirect.github.com/jdx/mise/pull/7213)
- **(python)** apply uv\_venv\_create\_args in auto-venv code path by
[@​jdx](https://redirect.github.com/jdx) in
[#​7310](https://redirect.github.com/jdx/mise/pull/7310)
- **(shell)** escape exe path in activation scripts for paths with
spaces by [@​jdx](https://redirect.github.com/jdx) in
[#​7315](https://redirect.github.com/jdx/mise/pull/7315)
- **(task)** parallelize exec\_env loading to fix parallel task
execution by [@​jdx](https://redirect.github.com/jdx) in
[#​7313](https://redirect.github.com/jdx/mise/pull/7313)
- track downloads for python and java by
[@​jdx](https://redirect.github.com/jdx) in
[#​7304](https://redirect.github.com/jdx/mise/pull/7304)
- include full tool ID in download track by
[@​jdx](https://redirect.github.com/jdx) in
[#​7320](https://redirect.github.com/jdx/mise/pull/7320)
##### 📚 Documentation
- Switch `postinstall` code to be shell-agnostic by
[@​thejcannon](https://redirect.github.com/thejcannon) in
[#​7317](https://redirect.github.com/jdx/mise/pull/7317)
##### 🧪 Testing
- **(e2e)** disable debug mode by default for windows-e2e by
[@​jdx](https://redirect.github.com/jdx) in
[#​7318](https://redirect.github.com/jdx/mise/pull/7318)
##### New Contributors
- [@​fu050409](https://redirect.github.com/fu050409) made their
first contribution in
[#​7213](https://redirect.github.com/jdx/mise/pull/7213)
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/prometheus/client_java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent addaab8 commit 8dcc2ed
File tree
7 files changed
+14
-14
lines changed- .github/workflows
7 files changed
+14
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments