Skip to content

Commit 9654d37

Browse files
chore(deps): update dependency jdx/mise to v2025.7.28 (#8122)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jdx/mise](https://redirect.github.com/jdx/mise) | patch | `v2025.7.27` -> `v2025.7.28` | --- ### Release Notes <details> <summary>jdx/mise (jdx/mise)</summary> ### [`v2025.7.28`](https://redirect.github.com/jdx/mise/releases/tag/v2025.7.28) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2025.7.27...v2025.7.28) ##### 🚀 Features - **(http)** show retry after for github rate limit by [@&#8203;risu729](https://redirect.github.com/risu729) in [#&#8203;5803](https://redirect.github.com/jdx/mise/pull/5803) - **(registry)** add carapace by [@&#8203;jahands](https://redirect.github.com/jahands) in [#&#8203;5804](https://redirect.github.com/jdx/mise/pull/5804) - **(registry)** add `hatch` by [@&#8203;hasansezertasan](https://redirect.github.com/hasansezertasan) in [#&#8203;5788](https://redirect.github.com/jdx/mise/pull/5788) - tool-stubs by [@&#8203;jdx](https://redirect.github.com/jdx) in [#&#8203;5795](https://redirect.github.com/jdx/mise/pull/5795) - used shared cache for http backend by [@&#8203;jdx](https://redirect.github.com/jdx) in [#&#8203;5808](https://redirect.github.com/jdx/mise/pull/5808) ##### 🐛 Bug Fixes - **(aqua)** avoid unnecessary head requests in version resolution by [@&#8203;risu729](https://redirect.github.com/risu729) in [#&#8203;5800](https://redirect.github.com/jdx/mise/pull/5800) - **(toolset)** use join\_paths for MISE\_ADD\_PATH by [@&#8203;risu729](https://redirect.github.com/risu729) in [#&#8203;5785](https://redirect.github.com/jdx/mise/pull/5785) - check lib64 directories for .disable-self-update file by [@&#8203;jdx](https://redirect.github.com/jdx) in [#&#8203;5809](https://redirect.github.com/jdx/mise/pull/5809) ##### 🚜 Refactor - **(aqua)** move alternative backend suggestions into validate by [@&#8203;risu729](https://redirect.github.com/risu729) in [#&#8203;5794](https://redirect.github.com/jdx/mise/pull/5794) ##### 📚 Documentation - **(tool-stubs)** added shebangs by [@&#8203;jdx](https://redirect.github.com/jdx) in [2d37500](https://redirect.github.com/jdx/mise/commit/2d37500e309a61062fc0e821a38be98626176d5d) - **(tool-stubs)** corrected url syntax by [@&#8203;jdx](https://redirect.github.com/jdx) in [32627be](https://redirect.github.com/jdx/mise/commit/32627bec8b3df5060ea9f93dc50003126585e572) - fix plugin-lua-modules docs to match the vfox lua\_mod functions by [@&#8203;syhol](https://redirect.github.com/syhol) in [#&#8203;5792](https://redirect.github.com/jdx/mise/pull/5792) - fix http backend tool options example by [@&#8203;roele](https://redirect.github.com/roele) in [#&#8203;5802](https://redirect.github.com/jdx/mise/pull/5802) ##### 📦️ Dependency Updates - update taiki-e/install-action digest to [`7fbb30f`](https://redirect.github.com/jdx/mise/commit/7fbb30f) by [@&#8203;renovate\[bot\]](https://redirect.github.com/renovate[bot]) in [#&#8203;5786](https://redirect.github.com/jdx/mise/pull/5786) - pin actions/checkout action to [`11bd719`](https://redirect.github.com/jdx/mise/commit/11bd719) by [@&#8203;renovate\[bot\]](https://redirect.github.com/renovate[bot]) in [#&#8203;5783](https://redirect.github.com/jdx/mise/pull/5783) ##### New Contributors - [@&#8203;hasansezertasan](https://redirect.github.com/hasansezertasan) made their first contribution in [#&#8203;5788](https://redirect.github.com/jdx/mise/pull/5788) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone America/Los_Angeles, 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/apollographql/apollo-server). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiOmNocmlzdG1hc190cmVlOiBkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d17dc2 commit 9654d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ commands:
1717
- run:
1818
name: Install Mise
1919
command: |
20-
curl https://mise.run | MISE_VERSION=v2025.7.27 sh
20+
curl https://mise.run | MISE_VERSION=v2025.7.28 sh
2121
- when:
2222
condition: << parameters.node-version >>
2323
steps:

0 commit comments

Comments
 (0)