Skip to content

Commit a9d514c

Browse files
chore(deps): update dependency jdx/mise to v2025.8.2 (#8128)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jdx/mise](https://redirect.github.com/jdx/mise) | patch | `v2025.8.1` -> `v2025.8.2` | --- ### Release Notes <details> <summary>jdx/mise (jdx/mise)</summary> ### [`v2025.8.2`](https://redirect.github.com/jdx/mise/releases/tag/v2025.8.2) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2025.8.1...v2025.8.2) ##### 🚀 Features - **(registry)** add jjui by [@&#8203;TyceHerrman](https://redirect.github.com/TyceHerrman) in [#&#8203;5877](https://redirect.github.com/jdx/mise/pull/5877) - **(registry)** add trunk metalinter by [@&#8203;daveio](https://redirect.github.com/daveio) in [#&#8203;5875](https://redirect.github.com/jdx/mise/pull/5875) ##### 🐛 Bug Fixes - **(python)** Windows OS no longer suffixed with `-shared` by [@&#8203;malept](https://redirect.github.com/malept) in [#&#8203;5879](https://redirect.github.com/jdx/mise/pull/5879) ##### New Contributors - [@&#8203;daveio](https://redirect.github.com/daveio) made their first contribution in [#&#8203;5875](https://redirect.github.com/jdx/mise/pull/5875) - [@&#8203;TyceHerrman](https://redirect.github.com/TyceHerrman) made their first contribution in [#&#8203;5877](https://redirect.github.com/jdx/mise/pull/5877) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40Ni4zIiwidXBkYXRlZEluVmVyIjoiNDEuNDYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiOmNocmlzdG1hc190cmVlOiBkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 929e2e6 commit a9d514c

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

0 commit comments

Comments
 (0)