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

Merged
nemunaire merged 1 commit from renovate/github.com-getkin-kin-openapi-0.x into master 2026-06-12 03:44:27 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/getkin/kin-openapi v0.138.0v0.140.0 age adoption passing confidence

Release Notes

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

v0.140.0

Compare Source

What's Changed

Full Changelog: https://github.com/getkin/kin-openapi/compare/v0.139.0...v0.140.0

v0.139.0

Compare Source

What's Changed

Full Changelog: https://github.com/getkin/kin-openapi/compare/v0.138.0...v0.139.0


Configuration

📅 Schedule: (UTC)

  • 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.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) | `v0.138.0` → `v0.140.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgetkin%2fkin-openapi/v0.140.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgetkin%2fkin-openapi/v0.140.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgetkin%2fkin-openapi/v0.138.0/v0.140.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgetkin%2fkin-openapi/v0.138.0/v0.140.0?slim=true) | --- ### Release Notes <details> <summary>getkin/kin-openapi (github.com/getkin/kin-openapi)</summary> ### [`v0.140.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.140.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.139.0...v0.140.0) #### What's Changed - openapi3: document that a custom ReadFromURIFunc bypasses IsExternalRefsAllowed by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1191](https://github.com/getkin/kin-openapi/pull/1191) - openapi3: remove deepcopy dependency by [@&#8203;alexandear](https://github.com/alexandear) in [#&#8203;1193](https://github.com/getkin/kin-openapi/pull/1193) - openapi3: remove decimal128 dependency by [@&#8203;alexandear](https://github.com/alexandear) in [#&#8203;1194](https://github.com/getkin/kin-openapi/pull/1194) - refactor: apply modernize fixes by [@&#8203;alexandear](https://github.com/alexandear) in [#&#8203;1195](https://github.com/getkin/kin-openapi/pull/1195) - openapi2,openapi3: replace marshmallow with encoding/json by [@&#8203;alexandear](https://github.com/alexandear) in [#&#8203;1196](https://github.com/getkin/kin-openapi/pull/1196) - docs: update GoDoc links to Go Reference by [@&#8203;alexandear](https://github.com/alexandear) in [#&#8203;1197](https://github.com/getkin/kin-openapi/pull/1197) - chore: bump jsonpointer to v0.22.5 by [@&#8203;alexandear](https://github.com/alexandear) in [#&#8203;1198](https://github.com/getkin/kin-openapi/pull/1198) **Full Changelog**: <https://github.com/getkin/kin-openapi/compare/v0.139.0...v0.140.0> ### [`v0.139.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.139.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.138.0...v0.139.0) #### What's Changed - feat(openapi3): batch-convert long-tail RequiredFieldError sites by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1170](https://github.com/getkin/kin-openapi/pull/1170) - feat(openapi3): typed validation error clusters (combined: [#&#8203;1171](https://github.com/getkin/kin-openapi/issues/1171)-[#&#8203;1179](https://github.com/getkin/kin-openapi/issues/1179)) by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1180](https://github.com/getkin/kin-openapi/pull/1180) - openapi3gen: skip component export for anonymous types by [@&#8203;0-don](https://github.com/0-don) in [#&#8203;1163](https://github.com/getkin/kin-openapi/pull/1163) - feat: migrate to oasdiff/yaml v0.1.0 single Unmarshal API + enable DisableTimestamps by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1181](https://github.com/getkin/kin-openapi/pull/1181) - openapi3: typed context errors for Validate() wrapper chain by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1183](https://github.com/getkin/kin-openapi/pull/1183) - openapi3: track Origin on the document root (T) by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1184](https://github.com/getkin/kin-openapi/pull/1184) - openapi3: tests flakiness corrected by [@&#8203;fenollp](https://github.com/fenollp) in [#&#8203;1159](https://github.com/getkin/kin-openapi/pull/1159) - openapi3: aggregate independent validation errors via EnableMultiError by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1185](https://github.com/getkin/kin-openapi/pull/1185) - openapi3: fix validation of duplicated path templates by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1189](https://github.com/getkin/kin-openapi/pull/1189) - openapi3: type the remaining bare-error validation sites by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1187](https://github.com/getkin/kin-openapi/pull/1187) **Full Changelog**: <https://github.com/getkin/kin-openapi/compare/v0.138.0...v0.139.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ny44IiwidXBkYXRlZEluVmVyIjoiNDMuMjA0LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
chore(deps): update module github.com/getkin/kin-openapi to v0.139.0
Some checks failed
renovate/artifacts Artifact file update failure
9240614ec8
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: git.happydns.org/happyDeliver/internal/api imports
	git.happydns.org/happyDeliver/internal/model: cannot find module providing package git.happydns.org/happyDeliver/internal/model

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: go get -t ./... go: git.happydns.org/happyDeliver/internal/api imports git.happydns.org/happyDeliver/internal/model: cannot find module providing package git.happydns.org/happyDeliver/internal/model ```
renovate-bot force-pushed renovate/github.com-getkin-kin-openapi-0.x from 9240614ec8
Some checks failed
renovate/artifacts Artifact file update failure
to 2acb713c6f
Some checks failed
renovate/artifacts Artifact file update failure
2026-06-03 08:07:07 +00:00
Compare
renovate-bot changed title from chore(deps): update module github.com/getkin/kin-openapi to v0.139.0 to chore(deps): update module github.com/getkin/kin-openapi to v0.140.0 2026-06-03 08:07:10 +00:00
nemunaire merged commit 9509fd0a8a into master 2026-06-12 03:44:27 +00:00
nemunaire deleted branch renovate/github.com-getkin-kin-openapi-0.x 2026-06-12 03:44:28 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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
happyDomain/happyDeliver!103
No description provided.