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

Open
renovate-bot wants to merge 1 commit from renovate/github.com-getkin-kin-openapi-0.x into master
Collaborator

This PR contains the following updates:

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

Release Notes

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

v0.135.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/getkin/kin-openapi/compare/v0.134.0...v0.135.0

v0.134.0

Compare Source

What's Changed

New Contributors

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

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.133.0` → `v0.135.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgetkin%2fkin-openapi/v0.135.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgetkin%2fkin-openapi/v0.135.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgetkin%2fkin-openapi/v0.133.0/v0.135.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgetkin%2fkin-openapi/v0.133.0/v0.135.0?slim=true) | --- ### Release Notes <details> <summary>getkin/kin-openapi (github.com/getkin/kin-openapi)</summary> ### [`v0.135.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.135.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.134.0...v0.135.0) #### What's Changed - openapi3: strip **origin** from Encodings and ServerVariables maps by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1132](https://github.com/getkin/kin-openapi/pull/1132) - fix: update yaml3 to prevent panic on empty mapping node in sequence by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1133](https://github.com/getkin/kin-openapi/pull/1133) - openapi3: strip **origin** from extension values to prevent spurious diffs by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1137](https://github.com/getkin/kin-openapi/pull/1137) - openapi3: strip **origin** from slices in example values by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1138](https://github.com/getkin/kin-openapi/pull/1138) - fix: bump yaml and yaml3 to v0.0.4 by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1136](https://github.com/getkin/kin-openapi/pull/1136) - openapi3: OriginTree approach for origin tracking — separate pass, no inline stripping by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1142](https://github.com/getkin/kin-openapi/pull/1142) - README: drop go-openapi/spec3 by [@&#8203;zonescape](https://github.com/zonescape) in [#&#8203;1143](https://github.com/getkin/kin-openapi/pull/1143) - fix: bump yaml3+yaml to v0.0.9 to fix -root schema origin by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1144](https://github.com/getkin/kin-openapi/pull/1144) - openapi3: call ReadFromURIFunc before checking IsExternalRefsAllowed by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1146](https://github.com/getkin/kin-openapi/pull/1146) - fix: use location.String() instead of location.Path for origin file tracking by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1145](https://github.com/getkin/kin-openapi/pull/1145) - refactor: Replace sort usage with slices package by [@&#8203;jedevc](https://github.com/jedevc) in [#&#8203;1147](https://github.com/getkin/kin-openapi/pull/1147) #### New Contributors - [@&#8203;zonescape](https://github.com/zonescape) made their first contribution in [#&#8203;1143](https://github.com/getkin/kin-openapi/pull/1143) - [@&#8203;jedevc](https://github.com/jedevc) made their first contribution in [#&#8203;1147](https://github.com/getkin/kin-openapi/pull/1147) **Full Changelog**: <https://github.com/getkin/kin-openapi/compare/v0.134.0...v0.135.0> ### [`v0.134.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.134.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.133.0...v0.134.0) #### What's Changed - openapi3filter: feat(multipart-ct-decoder): default body decoder on binary schema by [@&#8203;mieltn](https://github.com/mieltn) in [#&#8203;1097](https://github.com/getkin/kin-openapi/pull/1097) - openapi3: ensure SchemaErrors get the correct path for allOf schemas by [@&#8203;jamesfcarter](https://github.com/jamesfcarter) in [#&#8203;1098](https://github.com/getkin/kin-openapi/pull/1098) - openapi3filter: Fix empty string handling in parameter validation by [@&#8203;utah-KT](https://github.com/utah-KT) in [#&#8203;1096](https://github.com/getkin/kin-openapi/pull/1096) - tidy(docs): Update references to oapi-codegen project URL (issue [#&#8203;1094](https://github.com/getkin/kin-openapi/issues/1094)) by [@&#8203;frenchi](https://github.com/frenchi) in [#&#8203;1095](https://github.com/getkin/kin-openapi/pull/1095) - openapi2conv: fix allOf inside additionalProperties by [@&#8203;dani-maarouf](https://github.com/dani-maarouf) in [#&#8203;1103](https://github.com/getkin/kin-openapi/pull/1103) - openapi3filter: Reject requests with body when non expected (issue 1100) by [@&#8203;CynanX](https://github.com/CynanX) in [#&#8203;1101](https://github.com/getkin/kin-openapi/pull/1101) - openapi3: fix for RFC3339 validation: time-offset is a required component by [@&#8203;mpreu](https://github.com/mpreu) in [#&#8203;1104](https://github.com/getkin/kin-openapi/pull/1104) - openapi3: add file path to origin location tracking by [@&#8203;reuvenharrison](https://github.com/reuvenharrison) in [#&#8203;1128](https://github.com/getkin/kin-openapi/pull/1128) - openapi3filter: fix bug where absent optional properties fail validation in form-urlencoded requests by [@&#8203;thierry-f-78](https://github.com/thierry-f-78) in [#&#8203;1110](https://github.com/getkin/kin-openapi/pull/1110) - feat: add document-scoped format validators to prevent global state pollution by [@&#8203;the-corp-mark](https://github.com/the-corp-mark) in [#&#8203;1126](https://github.com/getkin/kin-openapi/pull/1126) - openapi3: process discriminator mapping values as refs by [@&#8203;RaduPetreTarean](https://github.com/RaduPetreTarean) in [#&#8203;1108](https://github.com/getkin/kin-openapi/pull/1108) - openapi3: serialize Extensions when using $ref by [@&#8203;irees](https://github.com/irees) in [#&#8203;1131](https://github.com/getkin/kin-openapi/pull/1131) #### New Contributors - [@&#8203;mieltn](https://github.com/mieltn) made their first contribution in [#&#8203;1097](https://github.com/getkin/kin-openapi/pull/1097) - [@&#8203;jamesfcarter](https://github.com/jamesfcarter) made their first contribution in [#&#8203;1098](https://github.com/getkin/kin-openapi/pull/1098) - [@&#8203;utah-KT](https://github.com/utah-KT) made their first contribution in [#&#8203;1096](https://github.com/getkin/kin-openapi/pull/1096) - [@&#8203;frenchi](https://github.com/frenchi) made their first contribution in [#&#8203;1095](https://github.com/getkin/kin-openapi/pull/1095) - [@&#8203;dani-maarouf](https://github.com/dani-maarouf) made their first contribution in [#&#8203;1103](https://github.com/getkin/kin-openapi/pull/1103) - [@&#8203;CynanX](https://github.com/CynanX) made their first contribution in [#&#8203;1101](https://github.com/getkin/kin-openapi/pull/1101) - [@&#8203;mpreu](https://github.com/mpreu) made their first contribution in [#&#8203;1104](https://github.com/getkin/kin-openapi/pull/1104) - [@&#8203;thierry-f-78](https://github.com/thierry-f-78) made their first contribution in [#&#8203;1110](https://github.com/getkin/kin-openapi/pull/1110) - [@&#8203;the-corp-mark](https://github.com/the-corp-mark) made their first contribution in [#&#8203;1126](https://github.com/getkin/kin-openapi/pull/1126) - [@&#8203;RaduPetreTarean](https://github.com/RaduPetreTarean) made their first contribution in [#&#8203;1108](https://github.com/getkin/kin-openapi/pull/1108) **Full Changelog**: <https://github.com/getkin/kin-openapi/compare/v0.133.0...v0.134.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:eyJjcmVhdGVkSW5WZXIiOiI0My43Ny44IiwidXBkYXRlZEluVmVyIjoiNDMuNzcuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Author
Collaborator

ℹ️ 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.9
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 -> v0.0.9
### ℹ️ 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.9` | | `github.com/oasdiff/yaml3` | `v0.0.0-20250309153720-d2182401db90` -> `v0.0.9` |
renovate-bot force-pushed renovate/github.com-getkin-kin-openapi-0.x from e1cb8d2d2b to fd499e2bb7 2026-03-26 04:07:40 +00:00 Compare
renovate-bot force-pushed renovate/github.com-getkin-kin-openapi-0.x from fd499e2bb7 to ac1d33c04c 2026-03-27 11:07:39 +00:00 Compare
renovate-bot force-pushed renovate/github.com-getkin-kin-openapi-0.x from ac1d33c04c to 5b4510c652 2026-04-09 11:10:11 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/getkin/kin-openapi to v0.134.0 to chore(deps): update module github.com/getkin/kin-openapi to v0.135.0 2026-04-09 11:10:15 +00:00
renovate-bot force-pushed renovate/github.com-getkin-kin-openapi-0.x from 5b4510c652 to e0c4a83193
Some checks failed
renovate/artifacts Artifact file update failure
2026-04-09 12:08:25 +00:00
Compare
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 ```
Some checks failed
renovate/artifacts Artifact file update failure
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-getkin-kin-openapi-0.x:renovate/github.com-getkin-kin-openapi-0.x
git switch renovate/github.com-getkin-kin-openapi-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/github.com-getkin-kin-openapi-0.x
git switch renovate/github.com-getkin-kin-openapi-0.x
git rebase master
git switch master
git merge --ff-only renovate/github.com-getkin-kin-openapi-0.x
git switch renovate/github.com-getkin-kin-openapi-0.x
git rebase master
git switch master
git merge --no-ff renovate/github.com-getkin-kin-openapi-0.x
git switch master
git merge --squash renovate/github.com-getkin-kin-openapi-0.x
git switch master
git merge --ff-only renovate/github.com-getkin-kin-openapi-0.x
git switch master
git merge renovate/github.com-getkin-kin-openapi-0.x
git push origin master
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!83
No description provided.