Skip to content

chore(deps): bump github.com/getkin/kin-openapi from 0.140.0 to 0.144.0 - #1079

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/getkin/kin-openapi-0.144.0
Open

chore(deps): bump github.com/getkin/kin-openapi from 0.140.0 to 0.144.0#1079
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/getkin/kin-openapi-0.144.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/getkin/kin-openapi from 0.140.0 to 0.144.0.

Release notes

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

v0.144.0

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.143.0...v0.144.0

v0.143.0

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.142.0...v0.143.0

v0.142.0

What's Changed

Full Changelog: getkin/kin-openapi@v0.141.0...v0.142.0

v0.141.0

What's Changed

... (truncated)

Commits
  • f0407d5 Merge commit from fork
  • c947670 some fixes to please my moulinette (#1232)
  • 68ac2af Merge commit from fork
  • 3e5d7f4 openapi3filter: prefer non-empty value for repeated scalar query params (#1231)
  • 30e2923 Merge commit from fork
  • c11a481 openapi3gen: inline embedded struct with options-only JSON tag (#1229)
  • 0fb1f0e openapi3filter: skip schema checks for empty allowEmptyValue strings (#1228)
  • a872c57 openapi3: stable codes for validation errors (#1223)
  • d2f115e openapi3: preserve origin for a $ref to a schema under an arbitrary top-level...
  • 49523e0 openapi3filter: skip Split allocation for single-value array query params (#1...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Summary by CodeRabbit

  • Chores
    • Updated underlying components used for API specification processing and YAML handling.
    • No user-facing features or behavior changes were introduced.

Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.140.0 to 0.144.0.
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](getkin/kin-openapi@v0.140.0...v0.144.0)

---
updated-dependencies:
- dependency-name: github.com/getkin/kin-openapi
  dependency-version: 0.144.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 28, 2026
@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Updates go.mod to newer versions of github.com/getkin/kin-openapi and two indirect github.com/oasdiff YAML dependencies.

Changes

Go dependency updates

Layer / File(s) Summary
Update module requirements
go.mod
Updates kin-openapi from v0.140.0 to v0.144.0, and indirect yaml dependencies from v0.1.0 to v0.1.1 and v0.0.13 to v0.0.14.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: meshery-ci, leecalcote

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main change: upgrading github.com/getkin/kin-openapi from 0.140.0 to 0.144.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/github.com/getkin/kin-openapi-0.144.0

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@go.mod`:
- Line 21: Update the go directive in go.mod to a Go 1.25.x version, preserving
the existing dependency declarations and ensuring development and CI tooling use
the aligned module version.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: edcab20a-77ba-429e-87cf-b7bd713ea9d8

📥 Commits

Reviewing files that changed from the base of the PR and between 6f8803d and 9c2bb30.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Comment thread go.mod
github.com/fluxcd/pkg/oci v0.43.1
github.com/fluxcd/pkg/tar v0.10.0
github.com/getkin/kin-openapi v0.140.0
github.com/getkin/kin-openapi v0.144.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🩺 Stability & Availability | 🟠 Major | ⚡ Quick win

Align the module Go version with CI before merging.

The supplied repository context states that go.mod declares Go 1.26.4 while CI uses Go 1.25. This can fail CI or trigger an unintended toolchain download. Update the module directive to Go 1.25.x, or align CI and development tooling with the declared version.

As per coding guidelines, go.mod must use Go 1.25.x for development and CI compatibility.

#!/usr/bin/env bash
set -euo pipefail

go version
module_go="$(awk '$1 == "go" { print $2; exit }' go.mod)"
[[ "$module_go" =~ ^1\.25(\.[0-9]+)?$ ]]

make test
make check
make tidy
git diff --exit-code -- go.mod go.sum
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@go.mod` at line 21, Update the go directive in go.mod to a Go 1.25.x version,
preserving the existing dependency declarations and ensuring development and CI
tooling use the aligned module version.

Source: Coding guidelines

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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants