chore(deps): bump github.com/getkin/kin-openapi from 0.140.0 to 0.144.0 - #1079
chore(deps): bump github.com/getkin/kin-openapi from 0.140.0 to 0.144.0#1079dependabot[bot] wants to merge 1 commit into
Conversation
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>
📝 WalkthroughWalkthroughUpdates ChangesGo dependency updates
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
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
⛔ Files ignored due to path filters (1)
go.sumis excluded by!**/*.sum
📒 Files selected for processing (1)
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 |
There was a problem hiding this comment.
🩺 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
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.
... (truncated)
Commits
f0407d5Merge commit from forkc947670some fixes to please my moulinette (#1232)68ac2afMerge commit from fork3e5d7f4openapi3filter: prefer non-empty value for repeated scalar query params (#1231)30e2923Merge commit from forkc11a481openapi3gen: inline embedded struct with options-only JSON tag (#1229)0fb1f0eopenapi3filter: skip schema checks for empty allowEmptyValue strings (#1228)a872c57openapi3: stable codes for validation errors (#1223)d2f115eopenapi3: preserve origin for a $ref to a schema under an arbitrary top-level...49523e0openapi3filter: skip Split allocation for single-value array query params (#1...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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