Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chore(deps): update dependency mise to v2025.11.1#1659

Merged
renovate[bot] merged 1 commit intomainprometheus/client_java:mainfrom
renovate/miseprometheus/client_java:renovate/miseCopy head branch name to clipboard
Nov 3, 2025
Merged

chore(deps): update dependency mise to v2025.11.1#1659
renovate[bot] merged 1 commit intomainprometheus/client_java:mainfrom
renovate/miseprometheus/client_java:renovate/miseCopy head branch name to clipboard

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2025

This PR contains the following updates:

Package Update Change
mise minor v2025.10.18 -> v2025.11.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jdx/mise (mise)

v2025.11.1

Compare Source

📦 Registry
🚀 Features
  • (age) add strict mode for non-strict decryption mode by @​iamkroot in #​6838
  • (vfox) add support for specifying attestation metadata in the preinstall return value by @​malept in #​6839
🐛 Bug Fixes
  • (activate) prevent hash table errors during deactivation by @​jdx in #​6846
  • (install) error on non-existent tools in mise install by @​jdx in #​6844

v2025.11.0

Compare Source

🐛 Bug Fixes
  • (activate) reset PATH when activate is called multiple times by @​jdx in #​6829
  • (env) preserve user-configured PATH entries from env._.path by @​jdx in #​6835
  • store tool options for all backends in metadata by @​roele in #​6807
📚 Documentation
📦️ Dependency Updates

v2025.10.21

Compare Source

🐛 Bug Fixes
Chore
New Contributors

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

v2025.10.19

Compare Source

📦 Registry
🚀 Features
  • (zig) Download zig tarballs from vetted community mirrors when available. by @​Maarrk in #​6670
🐛 Bug Fixes
📚 Documentation
🧪 Testing
  • (perf) add warmup calls for benchmarks to fix incorrect numbers by @​jdx in #​6789
📦️ Dependency Updates

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.


  • 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 Nov 3, 2025
@renovate renovate bot enabled auto-merge (squash) November 3, 2025 01:31
@renovate renovate bot merged commit f5d8a44 into main Nov 3, 2025
35 checks passed
@renovate renovate bot deleted the renovate/mise branch November 3, 2025 01:37
hmhuan pushed a commit to hmhuan/client_java that referenced this pull request Nov 6, 2025
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mise](https://redirect.github.com/jdx/mise) | minor | `v2025.10.18`
-> `v2025.11.1` |

---

> [!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.1`](https://redirect.github.com/jdx/mise/releases/tag/v2025.11.1)

[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.11.0...v2025.11.1)

##### 📦 Registry

- Disable libsql-server on Windows by
[@&#8203;jayvdb](https://redirect.github.com/jayvdb) in
[#&#8203;6837](https://redirect.github.com/jdx/mise/pull/6837)
- add infisical by [@&#8203;jdx](https://redirect.github.com/jdx) in
[#&#8203;6845](https://redirect.github.com/jdx/mise/pull/6845)

##### 🚀 Features

- **(age)** add strict mode for non-strict decryption mode by
[@&#8203;iamkroot](https://redirect.github.com/iamkroot) in
[#&#8203;6838](https://redirect.github.com/jdx/mise/pull/6838)
- **(vfox)** add support for specifying attestation metadata in the
preinstall return value by
[@&#8203;malept](https://redirect.github.com/malept) in
[#&#8203;6839](https://redirect.github.com/jdx/mise/pull/6839)

##### 🐛 Bug Fixes

- **(activate)** prevent hash table errors during deactivation by
[@&#8203;jdx](https://redirect.github.com/jdx) in
[#&#8203;6846](https://redirect.github.com/jdx/mise/pull/6846)
- **(install)** error on non-existent tools in `mise install` by
[@&#8203;jdx](https://redirect.github.com/jdx) in
[#&#8203;6844](https://redirect.github.com/jdx/mise/pull/6844)

###
[`v2025.11.0`](https://redirect.github.com/jdx/mise/releases/tag/v2025.11.0)

[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.10.21...v2025.11.0)

##### 🐛 Bug Fixes

- **(activate)** reset PATH when activate is called multiple times by
[@&#8203;jdx](https://redirect.github.com/jdx) in
[#&#8203;6829](https://redirect.github.com/jdx/mise/pull/6829)
- **(env)** preserve user-configured PATH entries from env.\_.path by
[@&#8203;jdx](https://redirect.github.com/jdx) in
[#&#8203;6835](https://redirect.github.com/jdx/mise/pull/6835)
- store tool options for all backends in metadata by
[@&#8203;roele](https://redirect.github.com/roele) in
[#&#8203;6807](https://redirect.github.com/jdx/mise/pull/6807)

##### 📚 Documentation

- fix usage spec syntax from 'option' to 'flag' by
[@&#8203;jdx](https://redirect.github.com/jdx) in
[#&#8203;6834](https://redirect.github.com/jdx/mise/pull/6834)

##### 📦️ Dependency Updates

- update ghcr.io/jdx/mise:alpine docker digest to
[`7351bbe`](https://redirect.github.com/jdx/mise/commit/7351bbe) by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;6826](https://redirect.github.com/jdx/mise/pull/6826)
- update ghcr.io/jdx/mise:deb docker digest to
[`3a847f2`](https://redirect.github.com/jdx/mise/commit/3a847f2) by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;6828](https://redirect.github.com/jdx/mise/pull/6828)
- update ghcr.io/jdx/mise:copr docker digest to
[`546dffb`](https://redirect.github.com/jdx/mise/commit/546dffb) by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;6827](https://redirect.github.com/jdx/mise/pull/6827)
- pin jdx/mise-action action to
[`e3d7b8d`](https://redirect.github.com/jdx/mise/commit/e3d7b8d) by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;6825](https://redirect.github.com/jdx/mise/pull/6825)

###
[`v2025.10.21`](https://redirect.github.com/jdx/mise/releases/tag/v2025.10.21)

[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.10.20...v2025.10.21)

##### 🐛 Bug Fixes

- **(cli)** show friendly error when --cd path does not exist by
[@&#8203;jdx](https://redirect.github.com/jdx) in
[#&#8203;6818](https://redirect.github.com/jdx/mise/pull/6818)
- **(env)** prevent PATH corruption when paths are interleaved with
original PATH by [@&#8203;jdx](https://redirect.github.com/jdx) in
[#&#8203;6821](https://redirect.github.com/jdx/mise/pull/6821)
- **(node)** update lts version by
[@&#8203;risu729](https://redirect.github.com/risu729) in
[#&#8203;6816](https://redirect.github.com/jdx/mise/pull/6816)
- **(schema,settings)** update type and descriptions for shell argument
settings by [@&#8203;astrochemx](https://redirect.github.com/astrochemx)
in [#&#8203;6805](https://redirect.github.com/jdx/mise/pull/6805)

##### Chore

- update kerl to 4.4.0 by
[@&#8203;rbino](https://redirect.github.com/rbino) in
[#&#8203;6809](https://redirect.github.com/jdx/mise/pull/6809)

##### New Contributors

- [@&#8203;astrochemx](https://redirect.github.com/astrochemx) made
their first contribution in
[#&#8203;6805](https://redirect.github.com/jdx/mise/pull/6805)
- [@&#8203;rbino](https://redirect.github.com/rbino) made their first
contribution in
[#&#8203;6809](https://redirect.github.com/jdx/mise/pull/6809)

###
[`v2025.10.20`](https://redirect.github.com/jdx/mise/releases/tag/v2025.10.20)

[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.10.19...v2025.10.20)

##### 📦 Registry

- add cpz and rmz by
[@&#8203;sassdavid](https://redirect.github.com/sassdavid) in
[#&#8203;6793](https://redirect.github.com/jdx/mise/pull/6793)

##### 🚀 Features

- Add MSVC asset matching on Windows by
[@&#8203;trolleyman](https://redirect.github.com/trolleyman) in
[#&#8203;6798](https://redirect.github.com/jdx/mise/pull/6798)

##### 🐛 Bug Fixes

- **(cache)** exclude http backend tarballs from autoprune by
[@&#8203;jdx](https://redirect.github.com/jdx) in
[#&#8203;6806](https://redirect.github.com/jdx/mise/pull/6806)
- **(ci)** prevent release job from running when dependencies fail by
[@&#8203;jdx](https://redirect.github.com/jdx) in
[#&#8203;6804](https://redirect.github.com/jdx/mise/pull/6804)
- **(fish)** remove --move flag from fish\_add\_path to prevent PATH
corruption by [@&#8203;jdx](https://redirect.github.com/jdx) in
[#&#8203;6800](https://redirect.github.com/jdx/mise/pull/6800)
- **(tasks)** support local .config/mise/conf.d/\*.toml tasks by
[@&#8203;syhol](https://redirect.github.com/syhol) in
[#&#8203;6792](https://redirect.github.com/jdx/mise/pull/6792)

##### 📚 Documentation

- change 'claude-code' to 'claude' in examples by
[@&#8203;bradleybuda](https://redirect.github.com/bradleybuda) in
[#&#8203;6801](https://redirect.github.com/jdx/mise/pull/6801)

##### New Contributors

- [@&#8203;trolleyman](https://redirect.github.com/trolleyman) made
their first contribution in
[#&#8203;6798](https://redirect.github.com/jdx/mise/pull/6798)
- [@&#8203;bradleybuda](https://redirect.github.com/bradleybuda) made
their first contribution in
[#&#8203;6801](https://redirect.github.com/jdx/mise/pull/6801)

###
[`v2025.10.19`](https://redirect.github.com/jdx/mise/releases/tag/v2025.10.19)

[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.10.18...v2025.10.19)

##### 📦 Registry

- update bat-extras backends by
[@&#8203;TyceHerrman](https://redirect.github.com/TyceHerrman) in
[#&#8203;6784](https://redirect.github.com/jdx/mise/pull/6784)

##### 🚀 Features

- **(zig)** Download zig tarballs from vetted community mirrors when
available. by [@&#8203;Maarrk](https://redirect.github.com/Maarrk) in
[#&#8203;6670](https://redirect.github.com/jdx/mise/pull/6670)

##### 🐛 Bug Fixes

- **(config)** respect auto\_install=false for all installation contexts
by [@&#8203;jdx](https://redirect.github.com/jdx) in
[#&#8203;6788](https://redirect.github.com/jdx/mise/pull/6788)
- **(plugins)** incorrect tool versions installed for custom plugins by
[@&#8203;roele](https://redirect.github.com/roele) in
[#&#8203;6765](https://redirect.github.com/jdx/mise/pull/6765)
- **(reqwest)** enable socks for self-update by
[@&#8203;tony-sol](https://redirect.github.com/tony-sol) in
[#&#8203;6775](https://redirect.github.com/jdx/mise/pull/6775)

##### 📚 Documentation

- **(task)** Fix task flag definitions and examples by
[@&#8203;syhol](https://redirect.github.com/syhol) in
[#&#8203;6790](https://redirect.github.com/jdx/mise/pull/6790)
- **(task-arguments)** adds `# [USAGE]` syntax by
[@&#8203;risu729](https://redirect.github.com/risu729) in
[#&#8203;6768](https://redirect.github.com/jdx/mise/pull/6768)
- enhance task documentation with syntax highlighting and corrections by
[@&#8203;jdx](https://redirect.github.com/jdx) in
[#&#8203;6777](https://redirect.github.com/jdx/mise/pull/6777)
- use triple single quotes for multiline run commands by
[@&#8203;jdx](https://redirect.github.com/jdx) in
[#&#8203;6791](https://redirect.github.com/jdx/mise/pull/6791)

##### 🧪 Testing

- **(perf)** add warmup calls for benchmarks to fix incorrect numbers by
[@&#8203;jdx](https://redirect.github.com/jdx) in
[#&#8203;6789](https://redirect.github.com/jdx/mise/pull/6789)

##### 📦️ Dependency Updates

- lock file maintenance by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;6780](https://redirect.github.com/jdx/mise/pull/6780)

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: huan.huynh <1612858@student.hcmus.edu.vn>
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.

0 participants

Comments

Close sidebar
Morty Proxy This is a proxified and sanitized view of the page, visit original site.