Commit 7a1a700
authored
chore(deps): update dependency mise to v2025.11.5 (#1688)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [mise](https://redirect.github.com/jdx/mise) | patch | `v2025.11.3` ->
`v2025.11.5` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>jdx/mise (mise)</summary>
###
[`v2025.11.5`](https://redirect.github.com/jdx/mise/releases/tag/v2025.11.5)
[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.11.4...v2025.11.5)
##### 🚀 Features
- **(http)** Add 'format' to http backend by
[@​thejcannon](https://redirect.github.com/thejcannon) in
[#​6957](https://redirect.github.com/jdx/mise/pull/6957)
##### 🐛 Bug Fixes
- **(bootstrap)** wrong directory on first run by
[@​vmeurisse](https://redirect.github.com/vmeurisse) in
[#​6971](https://redirect.github.com/jdx/mise/pull/6971)
- **(tasks)** fix nested colons with `mise task edit` by
[@​jdx](https://redirect.github.com/jdx) in
[#​6978](https://redirect.github.com/jdx/mise/pull/6978)
- Use compatible env flags by
[@​thejcannon](https://redirect.github.com/thejcannon) in
[#​6964](https://redirect.github.com/jdx/mise/pull/6964)
- Flush vfox download buffer by
[@​blampe](https://redirect.github.com/blampe) in
[#​6969](https://redirect.github.com/jdx/mise/pull/6969)
##### 📚 Documentation
- `arch()` template is `x64` by
[@​thejcannon](https://redirect.github.com/thejcannon) in
[#​6967](https://redirect.github.com/jdx/mise/pull/6967)
- update section headers in getting-started.md by
[@​JunichiroKohari](https://redirect.github.com/JunichiroKohari)
in [#​6980](https://redirect.github.com/jdx/mise/pull/6980)
##### New Contributors
- [@​JunichiroKohari](https://redirect.github.com/JunichiroKohari)
made their first contribution in
[#​6980](https://redirect.github.com/jdx/mise/pull/6980)
- [@​blampe](https://redirect.github.com/blampe) made their first
contribution in
[#​6969](https://redirect.github.com/jdx/mise/pull/6969)
- [@​thejcannon](https://redirect.github.com/thejcannon) made
their first contribution in
[#​6964](https://redirect.github.com/jdx/mise/pull/6964)
###
[`v2025.11.4`](https://redirect.github.com/jdx/mise/releases/tag/v2025.11.4)
[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.11.3...v2025.11.4)
##### 📦 Registry
- add xcsift by
[@​alexey1312](https://redirect.github.com/alexey1312) in
[#​6923](https://redirect.github.com/jdx/mise/pull/6923)
- add tools: magika & xxh by
[@​IceCodeNew](https://redirect.github.com/IceCodeNew) in
[#​6909](https://redirect.github.com/jdx/mise/pull/6909)
- add aliases to aqua-backend tools by
[@​IceCodeNew](https://redirect.github.com/IceCodeNew) in
[#​6910](https://redirect.github.com/jdx/mise/pull/6910)
##### 🚀 Features
- **(gem-backend)** use gem command for backend operations by
[@​andrewthauer](https://redirect.github.com/andrewthauer) in
[#​6650](https://redirect.github.com/jdx/mise/pull/6650)
- **(tasks)** add `mise task validate` command for task validation by
[@​jdx](https://redirect.github.com/jdx) in
[#​6958](https://redirect.github.com/jdx/mise/pull/6958)
- Add `--skip-deps` flag to run specified tasks, skipping dependencies
by [@​hverlin](https://redirect.github.com/hverlin) in
[#​6894](https://redirect.github.com/jdx/mise/pull/6894)
##### 🐛 Bug Fixes
- **(cli)** intercept --help flag to show task help instead of executing
task by [@​jdx](https://redirect.github.com/jdx) in
[#​6955](https://redirect.github.com/jdx/mise/pull/6955)
- **(cli)** handle `mise help` without requiring tasks by
[@​jdx](https://redirect.github.com/jdx) in
[#​6961](https://redirect.github.com/jdx/mise/pull/6961)
- **(pwsh)** remove \_\_MISE\_DIFF env var instead of \_\_MISE\_WATCH on
deactivate by [@​IMXEren](https://redirect.github.com/IMXEren) in
[#​6886](https://redirect.github.com/jdx/mise/pull/6886)
- remove temporary files after install by
[@​vmeurisse](https://redirect.github.com/vmeurisse) in
[#​6948](https://redirect.github.com/jdx/mise/pull/6948)
##### 📚 Documentation
- **(snapcraft)** update `summary` & `description` shown in snapcraft.io
by [@​phanect](https://redirect.github.com/phanect) in
[#​6926](https://redirect.github.com/jdx/mise/pull/6926)
- Change package example in go.md by
[@​nachtjasmin](https://redirect.github.com/nachtjasmin) in
[#​6862](https://redirect.github.com/jdx/mise/pull/6862)
- paranoid mode does not untrust global config by
[@​iloveitaly](https://redirect.github.com/iloveitaly) in
[#​6952](https://redirect.github.com/jdx/mise/pull/6952)
##### 📦️ Dependency Updates
- lock file maintenance by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​6932](https://redirect.github.com/jdx/mise/pull/6932)
##### Chore
- bump cargo deps by [@​jdx](https://redirect.github.com/jdx) in
[#​6960](https://redirect.github.com/jdx/mise/pull/6960)
##### New Contributors
- [@​iloveitaly](https://redirect.github.com/iloveitaly) made
their first contribution in
[#​6952](https://redirect.github.com/jdx/mise/pull/6952)
- [@​nachtjasmin](https://redirect.github.com/nachtjasmin) made
their first contribution in
[#​6862](https://redirect.github.com/jdx/mise/pull/6862)
- [@​IceCodeNew](https://redirect.github.com/IceCodeNew) made
their first contribution in
[#​6910](https://redirect.github.com/jdx/mise/pull/6910)
- [@​alexey1312](https://redirect.github.com/alexey1312) made
their first contribution in
[#​6923](https://redirect.github.com/jdx/mise/pull/6923)
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 52926d9 commit 7a1a700
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