Skip to content

fix(deps): update module github.com/getkin/kin-openapi to v0.134.0 (go.mod) - abandoned#2292

Open
renovate[bot] wants to merge 3 commits intomainfrom
renovate/go.mod/github.com-getkin-kin-openapi-0.x
Open

fix(deps): update module github.com/getkin/kin-openapi to v0.134.0 (go.mod) - abandoned#2292
renovate[bot] wants to merge 3 commits intomainfrom
renovate/go.mod/github.com-getkin-kin-openapi-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/getkin/kin-openapi v0.133.0v0.134.0 age confidence

Release Notes

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

v0.134.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.133.0...v0.134.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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 13, 2026
@renovate renovate bot requested a review from a team as a code owner March 13, 2026 20:40
@renovate
Copy link
Contributor Author

renovate bot commented Mar 13, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 -> v0.0.0-20260313112342-a3ea61cb4d4c
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 -> v0.0.0-20260224194419-61cd415a242b

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 13, 2026
@socket-security
Copy link

socket-security bot commented Mar 13, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgithub.com/​getkin/​kin-openapi@​v0.133.0 ⏵ v0.134.074 +1100100100100

View full report

@corani
Copy link
Contributor

corani commented Mar 16, 2026

I guess in pkg/codegen/schema.go:909 the if v == element.Ref may need to be changed to if v.Ref == element.Ref?

@tboerger
Copy link
Contributor

I guess in pkg/codegen/schema.go:909 the if v == element.Ref may need to be changed to if v.Ref == element.Ref?

Looks like that

ilia-rassadin-rn and others added 2 commits March 18, 2026 12:16
In kin-openapi v0.134.0, Discriminator.Mapping changed from
map[string]string to StringMap[MappingRef], where MappingRef is
type MappingRef SchemaRef (a struct with a Ref string field).

This caused a compile error in generateUnion where v (MappingRef) was
compared directly against element.Ref (string). Fix by comparing
v.Ref instead.

Bump kin-openapi dependency to v0.134.0.
@renovate
Copy link
Contributor Author

renovate bot commented Mar 18, 2026

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
Copy link
Member

Need to double check why

{
"description": "",
"matchFileNames": [
"**/*/go.mod",
"**/*.go.sum"
],
"postUpgradeTasks": {
"commands": [
"make tidy"
],
"fileFilters": [
"**/*/go.mod",
"**/*/go.sum"
],
"executionMode": "branch"
}
}
didn't trigger all the updates - 5f173e8 was needed

@renovate renovate bot changed the title fix(deps): update module github.com/getkin/kin-openapi to v0.134.0 (go.mod) fix(deps): update module github.com/getkin/kin-openapi to v0.134.0 (go.mod) - abandoned Mar 18, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Mar 18, 2026

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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.

4 participants