Commit 107bafa
authored
deps: update dependency jdx/mise to v2026.5.10 (#1409)
This PR contains the following updates:
| Package | Update | Change | Pending |
|---|---|---|---|
| [jdx/mise](https://redirect.github.com/jdx/mise) | patch | `2026.5.9`
→ `2026.5.10` | `v2026.5.13` (+2) |
---
### Release Notes
<details>
<summary>jdx/mise (jdx/mise)</summary>
###
[`v2026.5.10`](https://redirect.github.com/jdx/mise/releases/tag/v2026.5.10):
: AWS SSO for s3 backends
[Compare
Source](https://redirect.github.com/jdx/mise/compare/vfox-v2026.5.9...vfox-v2026.5.10)
A small release that unblocks s3 backends for users on AWS SSO profiles,
plus two minor option-handling fixes that fell out of an internal
refactor of the GitHub/GitLab/Forgejo backend.
##### Fixed
- **(s3)** s3 backends now work with SSO-based AWS profiles. The `sso`
feature of `aws-config` is enabled, so configurations that authenticate
via [AWS IAM Identity
Center](https://aws.amazon.com/iam/identity-center/) no longer fail
with:
```
S3 error: DispatchFailure { ... ProfileFile provider could not be built:
This behavior requires following cargo feature(s) enabled: sso.
```
([#​9875](https://redirect.github.com/jdx/mise/pull/9875) by
[@​Amir-Ahmad](https://redirect.github.com/Amir-Ahmad)).
- **(backend)** Two small behavior fixes landed while centralizing Git
backend option reads
([#​9838](https://redirect.github.com/jdx/mise/pull/9838) by
[@​risu729](https://redirect.github.com/risu729)):
- Forgejo now applies the same install-time option filtering as
GitHub/GitLab.
- `no_app` is now read through target-aware platform option lookup, so
`platforms.<target>.no_app = true` is honored when resolving assets for
cross-platform lockfiles.
##### Changed
- **(backend)** Internal refactor introducing a shared `BackendOptions`
reader and a typed option wrapper for the unified GitHub/GitLab/Forgejo
backend. No user-visible behavior change beyond the fixes above
([#​9838](https://redirect.github.com/jdx/mise/pull/9838) by
[@​risu729](https://redirect.github.com/risu729)).
##### New Contributors
- [@​Amir-Ahmad](https://redirect.github.com/Amir-Ahmad) made
their first contribution in
[#​9875](https://redirect.github.com/jdx/mise/pull/9875)
**Full Changelog**:
<jdx/mise@v2026.5.9...v2026.5.10>
##### 💚 Sponsor mise
mise is built by [@​jdx](https://redirect.github.com/jdx) under
[**en.dev**](https://en.dev) — an independent studio making developer
tooling (mise, [aube](https://aube.en.dev/), and more). Development is
funded by sponsors.
If mise saves you or your team time, please consider sponsoring at
[en.dev](https://en.dev). Individual and company sponsorships keep mise
fast, free, and independent.
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- "on sunday"
- 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/hetznercloud/cli).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzkuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE4NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent a5c623c commit 107bafa
3 files changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments