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

Merged
Kichiyaki merged 1 commits from renovate/github.com-getkin-kin-openapi-0.x into master 2024-04-07 04:09:37 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/getkin/kin-openapi require minor v0.123.0 -> v0.124.0

Release Notes

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

v0.124.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/getkin/kin-openapi/compare/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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) | require | minor | `v0.123.0` -> `v0.124.0` | --- ### Release Notes <details> <summary>getkin/kin-openapi (github.com/getkin/kin-openapi)</summary> ### [`v0.124.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.124.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.123.0...v0.124.0) #### What's Changed - ci: make sure go-run'ing binaries works by [@&#8203;fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/894 - Make the JSON body decode public by [@&#8203;cdent](https://github.com/cdent) in https://github.com/getkin/kin-openapi/pull/896 - add Delete operation to maplike structs by [@&#8203;tcdsv](https://github.com/tcdsv) in https://github.com/getkin/kin-openapi/pull/899 - openapi3filter: fix `x-www-form-urlencoded` decoder for oneOf, anyOf, and allOf by [@&#8203;imtaketa](https://github.com/imtaketa) in https://github.com/getkin/kin-openapi/pull/903 - openapi3filter: add `Unwrap()` method to SecurityRequirementsError by [@&#8203;nickajacks1](https://github.com/nickajacks1) in https://github.com/getkin/kin-openapi/pull/905 - Make Loader testable by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in https://github.com/getkin/kin-openapi/pull/906 - openapi3filter: support deepObject with nested objects and array parameters by [@&#8203;danicc097](https://github.com/danicc097) in https://github.com/getkin/kin-openapi/pull/911 - openapi2,3: support array of types in `type` field by [@&#8203;brandonbloom](https://github.com/brandonbloom) in https://github.com/getkin/kin-openapi/pull/912 - openapi3: fix regex replacing `\u` literals by [@&#8203;thiagownt](https://github.com/thiagownt) in https://github.com/getkin/kin-openapi/pull/918 - openapi3filter: fix array of primitives query parameter types by [@&#8203;danicc097](https://github.com/danicc097) in https://github.com/getkin/kin-openapi/pull/921 - openapi3: Implement YAML Marshaler interface for AdditionalProperties by [@&#8203;praneetloke](https://github.com/praneetloke) in https://github.com/getkin/kin-openapi/pull/922 - openapi3filter: deepObject array of objects and array of arrays support by [@&#8203;danicc097](https://github.com/danicc097) in https://github.com/getkin/kin-openapi/pull/923 - openapi3gen: allow overriding how a Schema is generated by [@&#8203;taufik-rama](https://github.com/taufik-rama) in https://github.com/getkin/kin-openapi/pull/920 - openapi3gen: rename example to show up in docs by [@&#8203;fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/932 - openapi3: implement YAML Marshaller interface for paths and responses by [@&#8203;nobbynobbs](https://github.com/nobbynobbs) in https://github.com/getkin/kin-openapi/pull/931 - openapi3filter: some syntax tweaks by [@&#8203;fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/933 - openapi3: tests for [#&#8203;931](https://github.com/getkin/kin-openapi/issues/931) by [@&#8203;fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/887 - openapi3filter: guard BodyEncoder registration behind a RW lock by [@&#8203;fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/934 - openapi3gen: add CreateComponentSchemas option to export object schemas to components by [@&#8203;fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/935 #### New Contributors - [@&#8203;cdent](https://github.com/cdent) made their first contribution in https://github.com/getkin/kin-openapi/pull/896 - [@&#8203;tcdsv](https://github.com/tcdsv) made their first contribution in https://github.com/getkin/kin-openapi/pull/899 - [@&#8203;imtaketa](https://github.com/imtaketa) made their first contribution in https://github.com/getkin/kin-openapi/pull/903 - [@&#8203;nickajacks1](https://github.com/nickajacks1) made their first contribution in https://github.com/getkin/kin-openapi/pull/905 - [@&#8203;brandonbloom](https://github.com/brandonbloom) made their first contribution in https://github.com/getkin/kin-openapi/pull/912 - [@&#8203;thiagownt](https://github.com/thiagownt) made their first contribution in https://github.com/getkin/kin-openapi/pull/918 - [@&#8203;taufik-rama](https://github.com/taufik-rama) made their first contribution in https://github.com/getkin/kin-openapi/pull/920 - [@&#8203;nobbynobbs](https://github.com/nobbynobbs) made their first contribution in https://github.com/getkin/kin-openapi/pull/931 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.123.0...v0.124.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI2Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate added the
dependencies
label 2024-04-06 19:30:35 +00:00
renovate added 1 commit 2024-04-06 19:30:36 +00:00
ci/woodpecker/pr/govulncheck Pipeline was successful Details
ci/woodpecker/pr/test Pipeline was successful Details
a2a5867003
chore(deps): update module github.com/getkin/kin-openapi to v0.124.0
Kichiyaki merged commit 24b8ffd32c into master 2024-04-07 04:09:37 +00:00
Kichiyaki deleted branch renovate/github.com-getkin-kin-openapi-0.x 2024-04-07 04:09:37 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: twhelp/core#42
No description provided.