deps: bump github.com/getkin/kin-openapi from 0.138.0 to 0.139.0#474
Merged
cjimti merged 2 commits intoMay 27, 2026
Merged
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
0a5cfba to
ea95dea
Compare
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.138.0 to 0.139.0. - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](getkin/kin-openapi@v0.138.0...v0.139.0) --- updated-dependencies: - dependency-name: github.com/getkin/kin-openapi dependency-version: 0.139.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
ea95dea to
1fff0c1
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #474 +/- ##
==========================================
+ Coverage 86.18% 86.19% +0.01%
==========================================
Files 237 237
Lines 33025 33025
==========================================
+ Hits 28461 28465 +4
+ Misses 3303 3300 -3
+ Partials 1261 1260 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
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.
Bumps github.com/getkin/kin-openapi from 0.138.0 to 0.139.0.
Release notes
Sourced from github.com/getkin/kin-openapi's releases.
Commits
8381bfcopenapi3: type the remaining bare-error validation sites (#1187)d29b5c0openapi3: fix validation of duplicated path templates (#1189)e56c2c7openapi3: aggregate independent validation errors via EnableMultiError (#1185)7ea1ac8openapi3: tests flakiness corrected (#1159)dc70f84openapi3: track Origin on the document root (T) (#1184)69492dfopenapi3: typed context errors for Validate() wrapper chain (#1183)0a89925un-patch YAML serialization of dates (see issue #697)55a4c72openapi3: re-enable tests disabled due to YAML dates in map keysc61836cci: fixup lint after modifications to marsh.go7633481feat: migrate to oasdiff/yaml v0.1.0 single Unmarshal API + enable DisableTim...