Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bot: Bump github.com/getkin/kin-openapi from 0.120.0 to 0.122.0 #2097

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps github.com/getkin/kin-openapi from 0.120.0 to 0.122.0.

Release notes

Sourced from github.com/getkin/kin-openapi's releases.

v0.122.0

What's Changed

Full Changelog: getkin/kin-openapi@v0.121.0...v0.122.0

v0.121.0

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.120.0...v0.121.0

Commits
  • 6740cd2 openapi3: add support for extensions on the few types left (#763)
  • f6d1b8c fix after #870: make sure Bis does not surface up (#878)
  • 0cc5e22 docs.sh: fix narrow docs checks spectrum (#877)
  • 4e7d031 openapi3: correct implementations of JSONLookup (#876)
  • c1681a9 openapi3: rename type of Components.Responses to ResponseBodies (from Respons...
  • 663b0dd openapi3: refacto ref-resolving end conditions (#874)
  • 377bb40 openapi{2,3}: simplify unmarshal errors (#870)
  • fe1c5f5 close #594: yaml "control characters are not allowed" no longer reproducible ...
  • e7a726a openapi3: support \uC4FE codepoint syntax in Schema.Pattern (#873)
  • 582e6d0 openapi3: handle refs missing fragment (#511)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Related to dependencies label Dec 4, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/getkin/kin-openapi-0.122.0 branch from 5856be1 to 1131296 Compare December 5, 2023 03:42
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/getkin/kin-openapi-0.122.0 branch 4 times, most recently from c49a2aa to f32689e Compare December 21, 2023 07:17
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/getkin/kin-openapi-0.122.0 branch 2 times, most recently from f4bd4a8 to 87705f0 Compare December 27, 2023 19:42
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.120.0 to 0.122.0.
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](getkin/kin-openapi@v0.120.0...v0.122.0)

---
updated-dependencies:
- dependency-name: github.com/getkin/kin-openapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/getkin/kin-openapi-0.122.0 branch from 87705f0 to 1e191cb Compare January 2, 2024 20:32
Copy link
Member

@shahzadlone shahzadlone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cheers! Merge whenever ready :)

@nasdf nasdf merged commit 4c36d70 into develop Jan 9, 2024
27 of 28 checks passed
@nasdf nasdf deleted the dependabot/go_modules/github.com/getkin/kin-openapi-0.122.0 branch January 9, 2024 19:34
shahzadlone pushed a commit to shahzadlone/defradb that referenced this pull request Jan 22, 2024
…cenetwork#2097)

Bumps
[github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi)
from 0.120.0 to 0.122.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.122.0</h2>
<h2>What's Changed</h2>
<ul>
<li>docs.sh: fix narrow docs checks spectrum by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/877">getkin/kin-openapi#877</a></li>
<li>fix after <a
href="https://redirect.github.com/getkin/kin-openapi/issues/870">#870</a>:
make sure Bis does not surface up by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/878">getkin/kin-openapi#878</a></li>
<li>openapi3: add support for extensions on the few types left by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/763">getkin/kin-openapi#763</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/getkin/kin-openapi/compare/v0.121.0...v0.122.0">https://github.com/getkin/kin-openapi/compare/v0.121.0...v0.122.0</a></p>
<h2>v0.121.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Replace deprecated io/ioutil with io by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/840">getkin/kin-openapi#840</a></li>
<li>fix compile errors in README example code by <a
href="https://github.com/Jumpaku"><code>@​Jumpaku</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/842">getkin/kin-openapi#842</a></li>
<li>openapi3: add length of circular reference to error message by <a
href="https://github.com/jamietanna"><code>@​jamietanna</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/839">getkin/kin-openapi#839</a></li>
<li>openapi2conv: fix that removes an extra <code>required</code> array
from <code>formDataBody</code> by <a
href="https://github.com/liankui"><code>@​liankui</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/848">getkin/kin-openapi#848</a></li>
<li>openapi3: fix schema validation for <code>anyOf</code>,
<code>allOf</code>, <code>oneOf</code> operations by <a
href="https://github.com/AmadeusK525"><code>@​AmadeusK525</code></a> in
<a
href="https://redirect.github.com/getkin/kin-openapi/pull/850">getkin/kin-openapi#850</a></li>
<li>reproduce incorrect allOf + nullable behaviour by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/253">getkin/kin-openapi#253</a></li>
<li>reproduce issue <a
href="https://redirect.github.com/getkin/kin-openapi/issues/423">#423</a>
by <a href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/432">getkin/kin-openapi#432</a></li>
<li>openapi2conv: expose loader and location to ToV3 by <a
href="https://github.com/AriehSchneier"><code>@​AriehSchneier</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/851">getkin/kin-openapi#851</a></li>
<li>openAPI3 template T class add server helper function by <a
href="https://github.com/spdrcd"><code>@​spdrcd</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/852">getkin/kin-openapi#852</a></li>
<li>openapi3: handle tangible *nil in Schema.IsEmpty impl by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/858">getkin/kin-openapi#858</a></li>
<li>openapi3: no longer error when drilling into a silenced yaml tag by
<a href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/859">getkin/kin-openapi#859</a></li>
<li>openapi3: shave some tests by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/862">getkin/kin-openapi#862</a></li>
<li>openapi3: refacto drill bit by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/865">getkin/kin-openapi#865</a></li>
<li>openapi3: unify Loader.resolve*Ref impls by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/863">getkin/kin-openapi#863</a></li>
<li>openapi3: refacto path resolving, remove a couple error cases by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/864">getkin/kin-openapi#864</a></li>
<li>openapi3: fast path drilling into UFO-type refs by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/866">getkin/kin-openapi#866</a></li>
<li>cmd/validate: read v2 documents that dont mention swagger as well by
<a href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/868">getkin/kin-openapi#868</a></li>
<li>openapi3: save some allocs when checking extras in refs by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/869">getkin/kin-openapi#869</a></li>
<li>openapi3: fix validating extra siblings in remote refs by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/872">getkin/kin-openapi#872</a></li>
<li>openapi3: reclaims Extensions unused mem post-unmarshal by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/871">getkin/kin-openapi#871</a></li>
<li>openapi3: handle refs missing fragment by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/511">getkin/kin-openapi#511</a></li>
<li>openapi3: support \uC4FE codepoint syntax in Schema.Pattern by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/873">getkin/kin-openapi#873</a></li>
<li>close <a
href="https://redirect.github.com/getkin/kin-openapi/issues/594">#594</a>:
yaml &quot;control characters are not allowed&quot; no longer
reproducible by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/597">getkin/kin-openapi#597</a></li>
<li>openapi{2,3}: simplify unmarshal errors by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/870">getkin/kin-openapi#870</a></li>
<li>openapi3: refacto ref-resolving end conditions by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/874">getkin/kin-openapi#874</a></li>
<li>openapi3: rename type of Components.Responses to ResponseBodies
(from Responses) by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/875">getkin/kin-openapi#875</a></li>
<li>openapi3: correct implementations of JSONLookup by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/876">getkin/kin-openapi#876</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Jumpaku"><code>@​Jumpaku</code></a> made
their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/842">getkin/kin-openapi#842</a></li>
<li><a
href="https://github.com/jamietanna"><code>@​jamietanna</code></a> made
their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/839">getkin/kin-openapi#839</a></li>
<li><a href="https://github.com/liankui"><code>@​liankui</code></a> made
their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/848">getkin/kin-openapi#848</a></li>
<li><a
href="https://github.com/AmadeusK525"><code>@​AmadeusK525</code></a>
made their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/850">getkin/kin-openapi#850</a></li>
<li><a
href="https://github.com/AriehSchneier"><code>@​AriehSchneier</code></a>
made their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/851">getkin/kin-openapi#851</a></li>
<li><a href="https://github.com/spdrcd"><code>@​spdrcd</code></a> made
their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/852">getkin/kin-openapi#852</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/getkin/kin-openapi/compare/v0.120.0...v0.121.0">https://github.com/getkin/kin-openapi/compare/v0.120.0...v0.121.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getkin/kin-openapi/commit/6740cd2b25853647fafc2e40c33d60f6f78b4fd2"><code>6740cd2</code></a>
openapi3: add support for extensions on the few types left (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/763">#763</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/f6d1b8c132b1ba26fe4054238278b1c0c016248f"><code>f6d1b8c</code></a>
fix after <a
href="https://redirect.github.com/getkin/kin-openapi/issues/870">#870</a>:
make sure Bis does not surface up (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/878">#878</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/0cc5e2214e16fe574ac2c4867fa8bbabbddfa6e6"><code>0cc5e22</code></a>
docs.sh: fix narrow docs checks spectrum (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/877">#877</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/4e7d03195bde822fdfe798fd04dbee5b0e3109d9"><code>4e7d031</code></a>
openapi3: correct implementations of JSONLookup (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/876">#876</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/c1681a9dadb2a5e9e579ce54b6a026bb902cd976"><code>c1681a9</code></a>
openapi3: rename type of Components.Responses to ResponseBodies (from
Respons...</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/663b0ddf417355c6c9bd3a412c90bedc55e4e584"><code>663b0dd</code></a>
openapi3: refacto ref-resolving end conditions (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/874">#874</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/377bb40b6e2b46cd93cbd0a6ee2065f0999e489d"><code>377bb40</code></a>
openapi{2,3}: simplify unmarshal errors (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/870">#870</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/fe1c5f5e84a3ed4b7c4ff55b3a5d3ac53d569257"><code>fe1c5f5</code></a>
close <a
href="https://redirect.github.com/getkin/kin-openapi/issues/594">#594</a>:
yaml &quot;control characters are not allowed&quot; no longer
reproducible ...</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/e7a726a9f8e85c51f997ab5b15f70c571b968533"><code>e7a726a</code></a>
openapi3: support \uC4FE codepoint syntax in Schema.Pattern (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/873">#873</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/582e6d06120fa34d3a4bac4123d1924218b4c678"><code>582e6d0</code></a>
openapi3: handle refs missing fragment (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/511">#511</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getkin/kin-openapi/compare/v0.120.0...v0.122.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/getkin/kin-openapi&package-manager=go_modules&previous-version=0.120.0&new-version=0.122.0)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Keenan Nemetz <[email protected]>
shahzadlone pushed a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
…cenetwork#2097)

Bumps
[github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi)
from 0.120.0 to 0.122.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.122.0</h2>
<h2>What's Changed</h2>
<ul>
<li>docs.sh: fix narrow docs checks spectrum by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/877">getkin/kin-openapi#877</a></li>
<li>fix after <a
href="https://redirect.github.com/getkin/kin-openapi/issues/870">#870</a>:
make sure Bis does not surface up by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/878">getkin/kin-openapi#878</a></li>
<li>openapi3: add support for extensions on the few types left by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/763">getkin/kin-openapi#763</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/getkin/kin-openapi/compare/v0.121.0...v0.122.0">https://github.com/getkin/kin-openapi/compare/v0.121.0...v0.122.0</a></p>
<h2>v0.121.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Replace deprecated io/ioutil with io by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/840">getkin/kin-openapi#840</a></li>
<li>fix compile errors in README example code by <a
href="https://github.com/Jumpaku"><code>@​Jumpaku</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/842">getkin/kin-openapi#842</a></li>
<li>openapi3: add length of circular reference to error message by <a
href="https://github.com/jamietanna"><code>@​jamietanna</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/839">getkin/kin-openapi#839</a></li>
<li>openapi2conv: fix that removes an extra <code>required</code> array
from <code>formDataBody</code> by <a
href="https://github.com/liankui"><code>@​liankui</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/848">getkin/kin-openapi#848</a></li>
<li>openapi3: fix schema validation for <code>anyOf</code>,
<code>allOf</code>, <code>oneOf</code> operations by <a
href="https://github.com/AmadeusK525"><code>@​AmadeusK525</code></a> in
<a
href="https://redirect.github.com/getkin/kin-openapi/pull/850">getkin/kin-openapi#850</a></li>
<li>reproduce incorrect allOf + nullable behaviour by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/253">getkin/kin-openapi#253</a></li>
<li>reproduce issue <a
href="https://redirect.github.com/getkin/kin-openapi/issues/423">#423</a>
by <a href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/432">getkin/kin-openapi#432</a></li>
<li>openapi2conv: expose loader and location to ToV3 by <a
href="https://github.com/AriehSchneier"><code>@​AriehSchneier</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/851">getkin/kin-openapi#851</a></li>
<li>openAPI3 template T class add server helper function by <a
href="https://github.com/spdrcd"><code>@​spdrcd</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/852">getkin/kin-openapi#852</a></li>
<li>openapi3: handle tangible *nil in Schema.IsEmpty impl by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/858">getkin/kin-openapi#858</a></li>
<li>openapi3: no longer error when drilling into a silenced yaml tag by
<a href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/859">getkin/kin-openapi#859</a></li>
<li>openapi3: shave some tests by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/862">getkin/kin-openapi#862</a></li>
<li>openapi3: refacto drill bit by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/865">getkin/kin-openapi#865</a></li>
<li>openapi3: unify Loader.resolve*Ref impls by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/863">getkin/kin-openapi#863</a></li>
<li>openapi3: refacto path resolving, remove a couple error cases by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/864">getkin/kin-openapi#864</a></li>
<li>openapi3: fast path drilling into UFO-type refs by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/866">getkin/kin-openapi#866</a></li>
<li>cmd/validate: read v2 documents that dont mention swagger as well by
<a href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/868">getkin/kin-openapi#868</a></li>
<li>openapi3: save some allocs when checking extras in refs by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/869">getkin/kin-openapi#869</a></li>
<li>openapi3: fix validating extra siblings in remote refs by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/872">getkin/kin-openapi#872</a></li>
<li>openapi3: reclaims Extensions unused mem post-unmarshal by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/871">getkin/kin-openapi#871</a></li>
<li>openapi3: handle refs missing fragment by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/511">getkin/kin-openapi#511</a></li>
<li>openapi3: support \uC4FE codepoint syntax in Schema.Pattern by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/873">getkin/kin-openapi#873</a></li>
<li>close <a
href="https://redirect.github.com/getkin/kin-openapi/issues/594">#594</a>:
yaml &quot;control characters are not allowed&quot; no longer
reproducible by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/597">getkin/kin-openapi#597</a></li>
<li>openapi{2,3}: simplify unmarshal errors by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/870">getkin/kin-openapi#870</a></li>
<li>openapi3: refacto ref-resolving end conditions by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/874">getkin/kin-openapi#874</a></li>
<li>openapi3: rename type of Components.Responses to ResponseBodies
(from Responses) by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/875">getkin/kin-openapi#875</a></li>
<li>openapi3: correct implementations of JSONLookup by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/876">getkin/kin-openapi#876</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Jumpaku"><code>@​Jumpaku</code></a> made
their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/842">getkin/kin-openapi#842</a></li>
<li><a
href="https://github.com/jamietanna"><code>@​jamietanna</code></a> made
their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/839">getkin/kin-openapi#839</a></li>
<li><a href="https://github.com/liankui"><code>@​liankui</code></a> made
their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/848">getkin/kin-openapi#848</a></li>
<li><a
href="https://github.com/AmadeusK525"><code>@​AmadeusK525</code></a>
made their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/850">getkin/kin-openapi#850</a></li>
<li><a
href="https://github.com/AriehSchneier"><code>@​AriehSchneier</code></a>
made their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/851">getkin/kin-openapi#851</a></li>
<li><a href="https://github.com/spdrcd"><code>@​spdrcd</code></a> made
their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/852">getkin/kin-openapi#852</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/getkin/kin-openapi/compare/v0.120.0...v0.121.0">https://github.com/getkin/kin-openapi/compare/v0.120.0...v0.121.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getkin/kin-openapi/commit/6740cd2b25853647fafc2e40c33d60f6f78b4fd2"><code>6740cd2</code></a>
openapi3: add support for extensions on the few types left (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/763">#763</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/f6d1b8c132b1ba26fe4054238278b1c0c016248f"><code>f6d1b8c</code></a>
fix after <a
href="https://redirect.github.com/getkin/kin-openapi/issues/870">#870</a>:
make sure Bis does not surface up (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/878">#878</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/0cc5e2214e16fe574ac2c4867fa8bbabbddfa6e6"><code>0cc5e22</code></a>
docs.sh: fix narrow docs checks spectrum (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/877">#877</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/4e7d03195bde822fdfe798fd04dbee5b0e3109d9"><code>4e7d031</code></a>
openapi3: correct implementations of JSONLookup (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/876">#876</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/c1681a9dadb2a5e9e579ce54b6a026bb902cd976"><code>c1681a9</code></a>
openapi3: rename type of Components.Responses to ResponseBodies (from
Respons...</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/663b0ddf417355c6c9bd3a412c90bedc55e4e584"><code>663b0dd</code></a>
openapi3: refacto ref-resolving end conditions (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/874">#874</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/377bb40b6e2b46cd93cbd0a6ee2065f0999e489d"><code>377bb40</code></a>
openapi{2,3}: simplify unmarshal errors (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/870">#870</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/fe1c5f5e84a3ed4b7c4ff55b3a5d3ac53d569257"><code>fe1c5f5</code></a>
close <a
href="https://redirect.github.com/getkin/kin-openapi/issues/594">#594</a>:
yaml &quot;control characters are not allowed&quot; no longer
reproducible ...</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/e7a726a9f8e85c51f997ab5b15f70c571b968533"><code>e7a726a</code></a>
openapi3: support \uC4FE codepoint syntax in Schema.Pattern (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/873">#873</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/582e6d06120fa34d3a4bac4123d1924218b4c678"><code>582e6d0</code></a>
openapi3: handle refs missing fragment (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/511">#511</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getkin/kin-openapi/compare/v0.120.0...v0.122.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/getkin/kin-openapi&package-manager=go_modules&previous-version=0.120.0&new-version=0.122.0)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Keenan Nemetz <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants