Commit 39db29e
authored
Bump github.com/getkin/kin-openapi from 0.129.0 to 0.131.0 (#272)
Bumps
[github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi)
from 0.129.0 to 0.131.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getkin/kin-openapi/releases">github.com/getkin/kin-openapi's
releases</a>.</em></p>
<blockquote>
<h2>v0.131.0</h2>
<h2>What's Changed</h2>
<ul>
<li>openapi3filter: de-register ZipFileBodyDecoder and make a few
decoders public by <a
href="https://github.com/fenollp"><code>@fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1059">getkin/kin-openapi#1059</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/getkin/kin-openapi/compare/v0.130.0...v0.131.0">https://github.com/getkin/kin-openapi/compare/v0.130.0...v0.131.0</a></p>
<h2>v0.130.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat(openapi3gen): Customize json.RawMessage by <a
href="https://github.com/kyleconroy"><code>@kyleconroy</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1050">getkin/kin-openapi#1050</a></li>
<li>openapi3gen: Fix issue with separate component generated for
time.Time by <a
href="https://github.com/d1vbyz3r0"><code>@d1vbyz3r0</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1052">getkin/kin-openapi#1052</a></li>
<li>openapi3filter: Remove redundant ExcludeResponseBody check by <a
href="https://github.com/tatsumack"><code>@tatsumack</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1056">getkin/kin-openapi#1056</a></li>
<li>openapi3: use <strong>origin</strong> to minimize collisions by <a
href="https://github.com/reuvenharrison"><code>@reuvenharrison</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1057">getkin/kin-openapi#1057</a></li>
<li>openapi3: delete origin keys only when IncludeOrigin=true by <a
href="https://github.com/reuvenharrison"><code>@reuvenharrison</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1055">getkin/kin-openapi#1055</a></li>
<li>openapi3filter: apply default values of an array in a query param
with exploded = false by <a
href="https://github.com/nhochstr"><code>@nhochstr</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1054">getkin/kin-openapi#1054</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/kyleconroy"><code>@kyleconroy</code></a> made
their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1050">getkin/kin-openapi#1050</a></li>
<li><a href="https://github.com/d1vbyz3r0"><code>@d1vbyz3r0</code></a>
made their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1052">getkin/kin-openapi#1052</a></li>
<li><a href="https://github.com/tatsumack"><code>@tatsumack</code></a>
made their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1056">getkin/kin-openapi#1056</a></li>
<li><a href="https://github.com/nhochstr"><code>@nhochstr</code></a>
made their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1054">getkin/kin-openapi#1054</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/getkin/kin-openapi/compare/v0.129.0...v0.130.0">https://github.com/getkin/kin-openapi/compare/v0.129.0...v0.130.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getkin/kin-openapi/commit/67f0b233ffc01332f7d993f79490fbea5f4455f1"><code>67f0b23</code></a>
openapi3filter: de-register ZipFileBodyDecoder and make a few decoders
public...</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/6da871e0e170b7637eb568c265c08bc2b5d6e7a3"><code>6da871e</code></a>
openapi3filter: apply default values of an array in a query param with
explod...</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/a34baf04836f1c5ee3b315a30150f9a0100301cd"><code>a34baf0</code></a>
openapi3: delete origin keys only when IncludeOrigin=true (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/1055">#1055</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/2d3e67aa2127f007ee9ca0931d48132a7ec111b1"><code>2d3e67a</code></a>
use <strong>origin</strong> to minimize collisions (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/1057">#1057</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/e3d68dc02b03b9dbe6bab607142a2b7181b6f2e2"><code>e3d68dc</code></a>
Remove redundant ExcludeResponseBody check in ValidateResponse (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/1056">#1056</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/050a930912661dd1e1a955421d60d38d2f6dd5a3"><code>050a930</code></a>
openapi3gen: Fix issue with separate component generated for time.Time
(<a
href="https://redirect.github.com/getkin/kin-openapi/issues/1052">#1052</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/72fb819c6aa64a40d1c90dd37c33598840db1221"><code>72fb819</code></a>
feat(openapi3gen): Customize json.RawMessage (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/1050">#1050</a>)</li>
<li>See full diff in <a
href="https://github.com/getkin/kin-openapi/compare/v0.129.0...v0.131.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5fd2848 commit 39db29e
2 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments