Commit 97e4e57
authored
fix(deps): Update module github.com/oapi-codegen/runtime to v1.1.2 (#308)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/oapi-codegen/runtime](https://redirect.github.com/oapi-codegen/runtime) | require | patch | `v1.1.1` -> `v1.1.2` |
---
### Release Notes
<details>
<summary>oapi-codegen/runtime (github.com/oapi-codegen/runtime)</summary>
### [`v1.1.2`](https://redirect.github.com/oapi-codegen/runtime/releases/tag/v1.1.2): : fixes for `map`s and `x-go-type-skip-optional-pointer`
[Compare Source](https://redirect.github.com/oapi-codegen/runtime/compare/v1.1.1...v1.1.2)
#### 🐛 Bug fixes
- Fix [#​70](https://redirect.github.com/oapi-codegen/runtime/issues/70): Use %w formatting directives when fmt.Error'ing an error. ([#​71](https://redirect.github.com/oapi-codegen/runtime/issues/71)) [@​constantoine](https://redirect.github.com/constantoine)
- Fix BindQueryParameter for optional parameters ([#​48](https://redirect.github.com/oapi-codegen/runtime/issues/48)) [@​TelpeNight](https://redirect.github.com/TelpeNight)
- fix: make BindQueryParameter play along with x-go-type-skip-optional-pointer ([#​47](https://redirect.github.com/oapi-codegen/runtime/issues/47)) [@​swistakm](https://redirect.github.com/swistakm)
- fix: correctly handle `map`s with different value types when binding ([#​38](https://redirect.github.com/oapi-codegen/runtime/issues/38)) [@​andnow873](https://redirect.github.com/andnow873)
#### 👻 Maintenance
- docs(sponsors): add `FUNDING.yml` ([#​46](https://redirect.github.com/oapi-codegen/runtime/issues/46)) [@​jamietanna](https://redirect.github.com/jamietanna)
- Simplify CI build matrix + build against Go 1.22 ([#​33](https://redirect.github.com/oapi-codegen/runtime/issues/33)) [@​jamietanna](https://redirect.github.com/jamietanna)
#### 📦 Dependency updates
- chore(deps): pin dependencies ([#​63](https://redirect.github.com/oapi-codegen/runtime/issues/63)) [@​renovate](https://redirect.github.com/renovate)
#### Sponsors
We would like to thank our sponsors for their support during this release.
<p align="center">
<a href="https://www.devzero.io/lp/dev-environment?utm_campaign=github&utm_source=oapi-codegen%20repo&utm_medium=github%20sponsorship">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.4.1/.github/sponsors/devzero-light.svg">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.4.1/.github/sponsors/devzero-dark.svg">
<img alt="DevZero logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.4.1/.github/sponsors/devzero-dark.svg" height="100px">
</picture>
</a>
</p>
<p align="center">
<a href="https://speakeasy.com?utm_source=oapi-codegen+repo&utm_medium=github+sponsorship">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/e6bcad1155e7d1dd0865caf2e9819cfdca6de79f/.github/sponsors/speakeasy-light.svg">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/e6bcad1155e7d1dd0865caf2e9819cfdca6de79f/.github/sponsors/speakeasy-dark.svg">
<img alt="Speakeasy logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/e6bcad1155e7d1dd0865caf2e9819cfdca6de79f/.github/sponsors/speakeasy-dark.svg" height="100px">
</picture>
</a>
</p>
<p align="center">
<a href="https://elastic.co?utm_source=oapi-codegen+repo&utm_medium=github+sponsorship">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.4.1/.github/sponsors/elastic-light.svg">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.4.1/.github/sponsors/elastic-dark.svg">
<img alt="Elastic logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.4.1/.github/sponsors/elastic-dark.svg" height="100px">
</picture>
</a>
</p>
<p align="center">
<a href="https://cybozu.co.jp/?utm_source=oapi-codegen+repo&utm_medium=github+sponsorship">
<img alt="Cybozu logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.4.1/.github/sponsors/cybozu.svg" height="100px">
</a>
</p>
<p align="center">
<a href="https://livepeer.org/?utm_source=oapi-codegen+repo&utm_medium=github+sponsorship">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/e6bcad1155e7d1dd0865caf2e9819cfdca6de79f/.github/sponsors/livepeer-light.svg">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/e6bcad1155e7d1dd0865caf2e9819cfdca6de79f/.github/sponsors/livepeer-dark.svg">
<img alt="Livepeer logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/e6bcad1155e7d1dd0865caf2e9819cfdca6de79f/.github/sponsors/livepeer-dark.svg" height="50px">
</picture>
</a>
</p>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->1 parent 36e8c56 commit 97e4e57
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments