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

fix(deps): update module github.com/getkin/kin-openapi to v0.124.0 #1532

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/getkin/kin-openapi v0.123.0 -> v0.124.0 age adoption passing confidence

Release Notes

getkin/kin-openapi (github.com/getkin/kin-openapi)

v0.124.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.123.0...v0.124.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 6, 2024
@jamietanna
Copy link
Collaborator

Related: grokify/spectrum#149 (comment)

This is from getkin/kin-openapi#912 and appears to be leading towards getkin/kin-openapi#230

@jamietanna jamietanna added this to the v2.2.0 milestone Jun 3, 2024
@renovate renovate bot force-pushed the renovate/github.com-getkin-kin-openapi-0.x branch from cb7c710 to 483daf8 Compare June 3, 2024 14:36
Copy link
Contributor Author

renovate bot commented Jun 3, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@jamietanna jamietanna force-pushed the renovate/github.com-getkin-kin-openapi-0.x branch from 817db12 to 0ef26c2 Compare June 3, 2024 15:28
renovate bot and others added 2 commits June 3, 2024 16:33
Note that, as noted in #1533, this version introduces a significant
breaking changes, which requires us make code changes.

The key change introduced is that we now have a `Types` type, which
supports how in OpenAPI 3.1 (and JSON Schema proper) there can be
multiple types.

In cases where previously we'd receive a Type of `""`, we now receive a
nil array, so we need to validate that with the `.Slice()` method.

Note that we do not add the support for full OpenAPI 3.1 specifications
(#373) and make sure that we only use the `.Is` call, which makes sure
it's the 0th element, so we don't accidentally start to have OpenAPI 3.1
support before we're ready for it.

Closes #1533.
Especially now these could be a number of different incompatible types,
we should report this to the user.
@jamietanna jamietanna force-pushed the renovate/github.com-getkin-kin-openapi-0.x branch from 0ef26c2 to 9429f76 Compare June 3, 2024 15:33
@jamietanna jamietanna merged commit eba91d9 into master Jun 3, 2024
24 checks passed
@jamietanna jamietanna deleted the renovate/github.com-getkin-kin-openapi-0.x branch June 3, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant