Commit 657ea45
authored
chore(deps): bump github.com/getkin/kin-openapi from 0.128.0 to 0.131.0 (#2026)
Bumps
[github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi)
from 0.128.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>
<h2>v0.129.0</h2>
<h2>What's Changed</h2>
<ul>
<li>README: add Fuego to dependents by <a
href="https://github.com/EwenQuim"><code>@EwenQuim</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1017">getkin/kin-openapi#1017</a></li>
<li>openapi3: skip a test in CI to avoid 403s from some remote server by
<a href="https://github.com/fenollp"><code>@fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1019">getkin/kin-openapi#1019</a></li>
<li>openapi3: introduce StringMap type to enable unmarshalling of maps
with Origin by <a
href="https://github.com/reuvenharrison"><code>@reuvenharrison</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1018">getkin/kin-openapi#1018</a></li>
<li>openapi3: reference originating locations in YAML specs - step 1 by
<a
href="https://github.com/reuvenharrison"><code>@reuvenharrison</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1007">getkin/kin-openapi#1007</a></li>
<li>openapi3: reference originating locations in YAML specs - step 2 by
<a
href="https://github.com/reuvenharrison"><code>@reuvenharrison</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1024">getkin/kin-openapi#1024</a></li>
<li>openapi3: process discriminator mapping values as refs by <a
href="https://github.com/jgresty"><code>@jgresty</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1022">getkin/kin-openapi#1022</a></li>
<li>openapi3filter: register decoder for other JSON content types by <a
href="https://github.com/oliverli"><code>@oliverli</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1026">getkin/kin-openapi#1026</a></li>
<li>Revert "openapi3: process discriminator mapping values as
refs" by <a
href="https://github.com/fenollp"><code>@fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1029">getkin/kin-openapi#1029</a></li>
<li>openapi3: fail to load spec because of schema names in mapping by <a
href="https://github.com/reuvenharrison"><code>@reuvenharrison</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1027">getkin/kin-openapi#1027</a></li>
<li>openapi2conv: convert schemaRef for additional props by <a
href="https://github.com/jayanth-tatina-groww"><code>@jayanth-tatina-groww</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1030">getkin/kin-openapi#1030</a></li>
<li>openapi3: simplify by replacing math.Min with min by <a
href="https://github.com/alexandear"><code>@alexandear</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1032">getkin/kin-openapi#1032</a></li>
<li>openapi3: fix deprecation comments by <a
href="https://github.com/alexandear"><code>@alexandear</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1034">getkin/kin-openapi#1034</a></li>
<li>test: fix expected-actual parameters in require.Equal by <a
href="https://github.com/alexandear"><code>@alexandear</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1035">getkin/kin-openapi#1035</a></li>
<li>use forked yaml modules without "replace" by <a
href="https://github.com/reuvenharrison"><code>@reuvenharrison</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1038">getkin/kin-openapi#1038</a></li>
<li>openapi3: update date schema formats to not match months or days of
'00' by <a
href="https://github.com/RulerOfTheQueendom"><code>@RulerOfTheQueendom</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1042">getkin/kin-openapi#1042</a></li>
<li>openapi3,openapi3filter: replace interface{} with any by <a
href="https://github.com/alexandear"><code>@alexandear</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1040">getkin/kin-openapi#1040</a></li>
<li>openapi3filter: Simplify ValidateRequest implementation by <a
href="https://github.com/alexandear"><code>@alexandear</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1041">getkin/kin-openapi#1041</a></li>
<li>openapi3filter: validation of <code>x-www-form-urlencoded</code>
with arbitrary nested allOf by <a
href="https://github.com/mikhalytch"><code>@mikhalytch</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1046">getkin/kin-openapi#1046</a></li>
<li>openapi2conv: convert references in nested additionalProperties
schemas by <a
href="https://github.com/travisnewhouse"><code>@travisnewhouse</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1047">getkin/kin-openapi#1047</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/EwenQuim"><code>@EwenQuim</code></a>
made their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1017">getkin/kin-openapi#1017</a></li>
<li><a href="https://github.com/jgresty"><code>@jgresty</code></a> made
their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1022">getkin/kin-openapi#1022</a></li>
<li><a href="https://github.com/oliverli"><code>@oliverli</code></a>
made their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1026">getkin/kin-openapi#1026</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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><a
href="https://github.com/getkin/kin-openapi/commit/cea0a13b906a708102947f95b9b09d631ff60976"><code>cea0a13</code></a>
openapi2conv: convert references in nested additionalProperties schemas
(<a
href="https://redirect.github.com/getkin/kin-openapi/issues/1047">#1047</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/f476f7b5c45634be488e9c09e67dab24251a54f7"><code>f476f7b</code></a>
openapi3filter: validation of <code>x-www-form-urlencoded</code> with
arbitrary nested a...</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/325cecc5e4e13ad531ac01968b82e8f6cb4095b3"><code>325cecc</code></a>
openapi3filter: simplify ValidateRequest implementation (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/1041">#1041</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getkin/kin-openapi/compare/v0.128.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)
You can disable automated security fix PRs for this repo from the
[Security Alerts page](https://github.com/supabase/auth/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent aaf93df commit 657ea45
2 files changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
192 | 190 | | |
193 | 191 | | |
194 | 192 | | |
| |||
332 | 330 | | |
333 | 331 | | |
334 | 332 | | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
335 | 337 | | |
336 | 338 | | |
337 | 339 | | |
| |||
0 commit comments