Skip to content

Commit 9a60182

Browse files
chore(deps): update dependency jdx/mise to v2025.8.11 (#8135)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jdx/mise](https://redirect.github.com/jdx/mise) | patch | `v2025.8.10` -> `v2025.8.11` | --- ### Release Notes <details> <summary>jdx/mise (jdx/mise)</summary> ### [`v2025.8.11`](https://redirect.github.com/jdx/mise/releases/tag/v2025.8.11) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2025.8.10...v2025.8.11) ##### 📦 Registry - add container-use ([aqua:dagger/container-use](https://redirect.github.com/dagger/container-use)) by [@&#8203;TyceHerrman](https://redirect.github.com/TyceHerrman) in [#&#8203;6029](https://redirect.github.com/jdx/mise/pull/6029) - add prek ([aqua:j178/prek](https://redirect.github.com/j178/prek)) by [@&#8203;HenryZhang-ZHY](https://redirect.github.com/HenryZhang-ZHY) in [#&#8203;6023](https://redirect.github.com/jdx/mise/pull/6023) ##### 🚀 Features - **(task)** allow more #MISE comments patterns by [@&#8203;risu729](https://redirect.github.com/risu729) in [#&#8203;6011](https://redirect.github.com/jdx/mise/pull/6011) ##### 🐛 Bug Fixes - prevent panic with task tera errors by [@&#8203;jdx](https://redirect.github.com/jdx) in [#&#8203;6046](https://redirect.github.com/jdx/mise/pull/6046) ##### 📚 Documentation - **(settings)** use php as an example for `disable_default_registry` by [@&#8203;risu729](https://redirect.github.com/risu729) in [#&#8203;6025](https://redirect.github.com/jdx/mise/pull/6025) - Update ide-integration.md by [@&#8203;jdx](https://redirect.github.com/jdx) in [#&#8203;6035](https://redirect.github.com/jdx/mise/pull/6035) - Update ide-integration.md by [@&#8203;jdx](https://redirect.github.com/jdx) in [#&#8203;6040](https://redirect.github.com/jdx/mise/pull/6040) - added openSUSE zypper install instructions by [@&#8203;lfromanini](https://redirect.github.com/lfromanini) in [#&#8203;6037](https://redirect.github.com/jdx/mise/pull/6037) - update `contributing.md` for discussions by [@&#8203;br3ndonland](https://redirect.github.com/br3ndonland) in [#&#8203;6047](https://redirect.github.com/jdx/mise/pull/6047) ##### Chore - fix warnings by [@&#8203;jdx](https://redirect.github.com/jdx) in [#&#8203;6043](https://redirect.github.com/jdx/mise/pull/6043) - remove unused permissions in registry test by [@&#8203;risu729](https://redirect.github.com/risu729) in [#&#8203;6044](https://redirect.github.com/jdx/mise/pull/6044) - fix fish shell script in hk config by [@&#8203;jdx](https://redirect.github.com/jdx) in [#&#8203;6048](https://redirect.github.com/jdx/mise/pull/6048) ##### New Contributors - [@&#8203;br3ndonland](https://redirect.github.com/br3ndonland) made their first contribution in [#&#8203;6047](https://redirect.github.com/jdx/mise/pull/6047) - [@&#8203;HenryZhang-ZHY](https://redirect.github.com/HenryZhang-ZHY) made their first contribution in [#&#8203;6023](https://redirect.github.com/jdx/mise/pull/6023) - [@&#8203;lfromanini](https://redirect.github.com/lfromanini) made their first contribution in [#&#8203;6037](https://redirect.github.com/jdx/mise/pull/6037) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiOmNocmlzdG1hc190cmVlOiBkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f5f5060 commit 9a60182

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.8.10 sh
20+
curl https://mise.run | MISE_VERSION=v2025.8.11 sh
2121
- when:
2222
condition: << parameters.node-version >>
2323
steps:

0 commit comments

Comments
 (0)