Skip to content

chore(deps): bump the go-dependencies group across 1 directory with 2 updates#58

Merged
koinsaari merged 2 commits into
mainfrom
dependabot/go_modules/go-dependencies-16e44e431b
Jun 1, 2026
Merged

chore(deps): bump the go-dependencies group across 1 directory with 2 updates#58
koinsaari merged 2 commits into
mainfrom
dependabot/go_modules/go-dependencies-16e44e431b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 23, 2026

Bumps the go-dependencies group with 2 updates in the / directory: github.com/getkin/kin-openapi and github.com/oapi-codegen/runtime.

Updates github.com/getkin/kin-openapi from 0.137.0 to 0.139.0

Release notes

Sourced from github.com/getkin/kin-openapi's releases.

v0.139.0

What's Changed

Full Changelog: getkin/kin-openapi@v0.138.0...v0.139.0

v0.138.0

What's Changed

Full Changelog: getkin/kin-openapi@v0.137.0...v0.138.0

Commits
  • 8381bfc openapi3: type the remaining bare-error validation sites (#1187)
  • d29b5c0 openapi3: fix validation of duplicated path templates (#1189)
  • e56c2c7 openapi3: aggregate independent validation errors via EnableMultiError (#1185)
  • 7ea1ac8 openapi3: tests flakiness corrected (#1159)
  • dc70f84 openapi3: track Origin on the document root (T) (#1184)
  • 69492df openapi3: typed context errors for Validate() wrapper chain (#1183)
  • 0a89925 un-patch YAML serialization of dates (see issue #697)
  • 55a4c72 openapi3: re-enable tests disabled due to YAML dates in map keys
  • c61836c ci: fixup lint after modifications to marsh.go
  • 7633481 feat: migrate to oasdiff/yaml v0.1.0 single Unmarshal API + enable DisableTim...
  • Additional commits viewable in compare view

Updates github.com/oapi-codegen/runtime from 1.4.0 to 1.4.1

Release notes

Sourced from github.com/oapi-codegen/runtime's releases.

Bug fixes

This is a bug fix release.

Changes in v1.4.0, coupled with changes in v2.7.0 of oapi-codegen exposed some new problems. deepObject style marshaling behavior now supports encoding unicode. UTF-8 can't be directly included in parameters, so we need to % escape it.

Form binding now detects maps, which makes binding to a Nullable possible. We can't use generics around Nullable[T], so we handle maps generically, assuming they're a Nullable with its behavior assumptions.

🐛 Bug fixes

📦 Dependency updates

Sponsors

We would like to thank our sponsors for their support during this release.

Commits
  • 2755f15 Fix form binding of Nullables (#133)
  • 17de1dd Percent-encode deepObject parameter wire output (#132)
  • d2b7c4c chore(deps): update oapi-codegen/actions action to v0.7.0
  • 6fd6c25 chore(deps): update github/codeql-action action to v4
  • 19040cc fix(deps): update module github.com/kataras/iris/v12 to v12.2.11
  • e05282e chore(deps): update release-drafter/release-drafter action to v7.2.0 (#122)
  • See full diff in compare view

@koinsaari
Copy link
Copy Markdown
Contributor

@dependabot rebase

… updates

Bumps the go-dependencies group with 2 updates in the / directory: [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) and [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime).


Updates `github.com/getkin/kin-openapi` from 0.137.0 to 0.139.0
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](getkin/kin-openapi@v0.137.0...v0.139.0)

Updates `github.com/oapi-codegen/runtime` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/oapi-codegen/runtime/releases)
- [Commits](oapi-codegen/runtime@v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: github.com/getkin/kin-openapi
  dependency-version: 0.138.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/oapi-codegen/runtime
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-16e44e431b branch from 884deac to 15a61fb Compare June 1, 2026 14:21
@koinsaari koinsaari merged commit 06354f4 into main Jun 1, 2026
2 checks passed
@koinsaari koinsaari deleted the dependabot/go_modules/go-dependencies-16e44e431b branch June 1, 2026 14:24
@claude
Copy link
Copy Markdown

claude Bot commented Jun 1, 2026

Claude finished @koinsaari's task in 1m 36s —— View job


Review: Dependency bump — kin-openapi + oapi-codegen/runtime

No blocking issues. This PR only modifies go.mod and go.sum; no application logic was changed.

github.com/getkin/kin-openapi 0.137.0 → 0.139.0
Two minor releases. Changes are additive: typed validation error clusters, multi-error aggregation via EnableMultiError, and a fix for duplicated path template validation. No breaking API changes. This project uses the library for OpenAPI spec loading via api/spec.go — the typed error additions don't affect callers that don't opt in.

github.com/oapi-codegen/runtime 1.4.0 → 1.4.1
Patch bug-fix release. Fixes form binding of Nullable types and percent-encoding of deepObject parameters in wire output. Both fixes are strictly correctness improvements; no API surface changes.

Core invariants (nothing changed here, confirming clean):

  • No handler, service, or query code touched — pure data layer invariant unaffected
  • No AuditFlags computation paths modified
  • No change to validation ordering
  • No new HTTP framework introduced

Checklist

  • Read REVIEW.md and CLAUDE.md
  • Analyzed PR changes (go.mod / go.sum only)
  • Review findings posted
  • Set commit status (skipped — GitHub App lacks statuses:write permission)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant