-
Notifications
You must be signed in to change notification settings - Fork 1
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.128.0 #29
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-getkin-kin-openapi-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment has been minimized.
This comment has been minimized.
renovate
bot
changed the title
fix(deps): update module github.com/getkin/kin-openapi to v0.123.0
fix(deps): update module github.com/getkin/kin-openapi to v0.124.0
Apr 6, 2024
renovate
bot
force-pushed
the
renovate/github.com-getkin-kin-openapi-0.x
branch
from
April 6, 2024 12:34
911aa83
to
abd03fa
Compare
This comment has been minimized.
This comment has been minimized.
renovate
bot
changed the title
fix(deps): update module github.com/getkin/kin-openapi to v0.124.0
fix(deps): update module github.com/getkin/kin-openapi to v0.125.0
Jun 10, 2024
renovate
bot
force-pushed
the
renovate/github.com-getkin-kin-openapi-0.x
branch
from
June 10, 2024 22:40
abd03fa
to
bb8946c
Compare
This comment has been minimized.
This comment has been minimized.
renovate
bot
force-pushed
the
renovate/github.com-getkin-kin-openapi-0.x
branch
from
July 5, 2024 19:35
bb8946c
to
31603cc
Compare
renovate
bot
changed the title
fix(deps): update module github.com/getkin/kin-openapi to v0.125.0
fix(deps): update module github.com/getkin/kin-openapi to v0.126.0
Jul 5, 2024
This comment has been minimized.
This comment has been minimized.
renovate
bot
force-pushed
the
renovate/github.com-getkin-kin-openapi-0.x
branch
from
July 30, 2024 16:01
31603cc
to
c143687
Compare
renovate
bot
changed the title
fix(deps): update module github.com/getkin/kin-openapi to v0.126.0
fix(deps): update module github.com/getkin/kin-openapi to v0.127.0
Jul 30, 2024
This comment has been minimized.
This comment has been minimized.
renovate
bot
changed the title
fix(deps): update module github.com/getkin/kin-openapi to v0.127.0
fix(deps): update module github.com/getkin/kin-openapi to v0.128.0
Oct 6, 2024
renovate
bot
force-pushed
the
renovate/github.com-getkin-kin-openapi-0.x
branch
from
October 6, 2024 15:39
c143687
to
bcf25cd
Compare
This comment has been minimized.
This comment has been minimized.
renovate
bot
changed the title
fix(deps): update module github.com/getkin/kin-openapi to v0.128.0
fix(deps): update module github.com/getkin/kin-openapi to v0.128.0 - autoclosed
Nov 4, 2024
renovate
bot
changed the title
fix(deps): update module github.com/getkin/kin-openapi to v0.128.0 - autoclosed
fix(deps): update module github.com/getkin/kin-openapi to v0.128.0
Nov 4, 2024
renovate
bot
force-pushed
the
renovate/github.com-getkin-kin-openapi-0.x
branch
from
November 4, 2024 23:03
bcf25cd
to
e517d6b
Compare
This comment has been minimized.
This comment has been minimized.
Code Metrics Report
Details | | #29 (2c7c9cc) | #29 (1526951) | +/- |
|--------------------|---------------|---------------|-----|
| Code to Test Ratio | 1:1.4 | 1:1.4 | 0.0 |
| Code | 248 | 248 | 0 |
| Test | 340 | 340 | 0 | Reported by octocov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.122.0
->v0.128.0
Release Notes
getkin/kin-openapi (github.com/getkin/kin-openapi)
v0.128.0
Compare Source
What's Changed
New Contributors
Full Changelog: getkin/kin-openapi@v0.127.0...v0.128.0
v0.127.0
Compare Source
What's Changed
ComponentRef
for usage inRefNameResolver
by @fenollp in https://github.com/getkin/kin-openapi/pull/998New Contributors
Full Changelog: getkin/kin-openapi@v0.126.0...v0.127.0
v0.126.0
Compare Source
What's Changed
ReferencesComponentInRootDocument(doc *T, ref componentRef) (string, bool)
by @percivalalb in https://github.com/getkin/kin-openapi/pull/945New Contributors
Full Changelog: getkin/kin-openapi@v0.125.0...v0.126.0
v0.125.0
Compare Source
What's Changed
(*urlValuesDecoder) DecodeObject(..)
by @MateusFrFreitas in https://github.com/getkin/kin-openapi/pull/947YAMLEq
function by @percivalalb in https://github.com/getkin/kin-openapi/pull/954New Contributors
Full Changelog: getkin/kin-openapi@v0.124.0...v0.125.0
v0.124.0
Compare Source
What's Changed
x-www-form-urlencoded
decoder for oneOf, anyOf, and allOf by @imtaketa in https://github.com/getkin/kin-openapi/pull/903Unwrap()
method to SecurityRequirementsError by @nickajacks1 in https://github.com/getkin/kin-openapi/pull/905type
field by @brandonbloom in https://github.com/getkin/kin-openapi/pull/912\u
literals by @thiagownt in https://github.com/getkin/kin-openapi/pull/918New Contributors
Full Changelog: getkin/kin-openapi@v0.123.0...v0.124.0
v0.123.0
Compare Source
What's Changed
New Contributors
Full Changelog: getkin/kin-openapi@v0.122.0...v0.123.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.
This PR was generated by Mend Renovate. View the repository job log.