Skip to content

chore(deps): update go-openapi packages to v0.27.3#1125

Merged
desmax74 merged 1 commit into
release/3.y.zfrom
konflux/mintmaker/release/3.y.z/go-openapi
Jul 23, 2026
Merged

chore(deps): update go-openapi packages to v0.27.3#1125
desmax74 merged 1 commit into
release/3.y.zfrom
konflux/mintmaker/release/3.y.z/go-openapi

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/go-openapi/swag v0.27.0v0.27.3 age confidence
github.com/go-openapi/swag/cmdutils v0.27.0v0.27.3 age confidence
github.com/go-openapi/swag/conv v0.27.0v0.27.3 age confidence
github.com/go-openapi/swag/fileutils v0.27.0v0.27.3 age confidence
github.com/go-openapi/swag/jsonutils v0.27.0v0.27.3 age confidence
github.com/go-openapi/swag/loading v0.27.0v0.27.3 age confidence
github.com/go-openapi/swag/mangling v0.27.0v0.27.3 age confidence
github.com/go-openapi/swag/netutils v0.27.0v0.27.3 age confidence
github.com/go-openapi/swag/stringutils v0.27.0v0.27.3 age confidence
github.com/go-openapi/swag/typeutils v0.27.0v0.27.3 age confidence
github.com/go-openapi/swag/yamlutils v0.27.0v0.27.3 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

go-openapi/swag (github.com/go-openapi/swag)

v0.27.3

Compare Source

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs
Miscellaneous tasks

People who contributed to this release

swag license terms

License

Per-module changes

conv (0.27.3)
Miscellaneous tasks

jsonutils/adapters/easyjson (0.27.3)
Miscellaneous tasks

jsonutils/adapters/testintegration/benchmarks (0.27.3)
Miscellaneous tasks

jsonutils/adapters/testintegration (0.27.3)
Miscellaneous tasks

jsonutils (0.27.3)
Miscellaneous tasks

loading (0.27.3)
Fixed bugs
Miscellaneous tasks

yamlutils (0.27.3)
Miscellaneous tasks

v0.27.2

Compare Source

0.27.2 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.1...v0.27.2

2 commits in this release.


Fixed bugs
Miscellaneous tasks

People who contributed to this release

swag license terms

License

Per-module changes


conv (0.27.2)

Miscellaneous tasks

jsonutils/adapters/easyjson (0.27.2)

Miscellaneous tasks

jsonutils/adapters/testintegration/benchmarks (0.27.2)

Miscellaneous tasks

jsonutils/adapters/testintegration (0.27.2)

Miscellaneous tasks

jsonutils (0.27.2)

Miscellaneous tasks

loading (0.27.2)

Fixed bugs
Miscellaneous tasks

yamlutils (0.27.2)

Miscellaneous tasks

v0.27.1

Compare Source

0.27.1 - 2026-07-19

Full Changelog: go-openapi/swag@v0.27.0...v0.27.1

12 commits in this release.


Fixed bugs
  • fix(yamlutils): bound YAML anchor/alias expansion and detect cycles by @​fredbi ...
  • fix(yamlutils): bound recursion depth in YAML<->JSON transforms by @​fredbi ...
  • fix(jsonutils): bound recursion depth in ordered-JSON marshal/unmarshal by @​fredbi ...
Refactor
  • refact(adapters): refactored pools and options in json adapters. by @​fredbi ...
Documentation
Performance
Miscellaneous tasks
Updates
Other (technical)

People who contributed to this release

swag license terms

License

Per-module changes


conv (0.27.1)

Miscellaneous tasks

jsonname (0.27.1)

Updates

jsonutils/adapters/easyjson (0.27.1)

Fixed bugs
  • fix(jsonutils): bound recursion depth in ordered-JSON marshal/unmarshal by @​fredbi ...
Refactor
  • refact(adapters): refactored pools and options in json adapters. by @​fredbi ...
Miscellaneous tasks
Other (technical)

jsonutils/adapters/testintegration/benchmarks (0.27.1)

Performance
Miscellaneous tasks
Other (technical)

jsonutils/adapters/testintegration (0.27.1)

Miscellaneous tasks
Other (technical)

jsonutils (0.27.1)

Fixed bugs
  • fix(jsonutils): bound recursion depth in ordered-JSON marshal/unmarshal by @​fredbi ...
Refactor
  • refact(adapters): refactored pools and options in json adapters. by @​fredbi ...
Miscellaneous tasks
Other (technical)

loading (0.27.1)

Miscellaneous tasks

yamlutils (0.27.1)

Fixed bugs
  • fix(yamlutils): bound YAML anchor/alias expansion and detect cycles by @​fredbi ...
  • fix(yamlutils): bound recursion depth in YAML<->JSON transforms by @​fredbi ...
Miscellaneous tasks
Other (technical)

Configuration

📅 Schedule: (UTC)

  • 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 these updates again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@sourcery-ai

sourcery-ai Bot commented Jul 22, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates all indirect github.com/go-openapi/swag submodules from v0.27.0 to v0.27.1 and adds the new swag/pools module reference in go.mod to pick up upstream fixes around bounded recursion and YAML/JSON handling.

File-Level Changes

Change Details Files
Bump go-openapi swag-related indirect dependencies from v0.27.0 to v0.27.1 and include the newly introduced pools module.
  • Update all existing github.com/go-openapi/swag/* indirect requirements in go.mod from v0.27.0 to v0.27.1 (cmdutils, conv, fileutils, jsonutils, loading, mangling, netutils, stringutils, typeutils, yamlutils).
  • Add github.com/go-openapi/swag/pools v0.27.1 as a new indirect requirement in go.mod to align with upstream module split/refactor.
  • Regenerate go.sum entries to match the updated module versions (implicit in the diff).
go.mod
go.sum

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai 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.

Hey - I've left some high level feedback:

  • The root github.com/go-openapi/swag dependency is still pinned at v0.27.0 while all the submodules are at v0.27.1; consider updating the main module as well to avoid version skew across the swag ecosystem.
  • Given the number of explicitly listed github.com/go-openapi/swag/* indirect modules, it may be worth checking whether some can be removed and derived transitively from github.com/go-openapi/swag to reduce future dependency churn.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- The root `github.com/go-openapi/swag` dependency is still pinned at `v0.27.0` while all the submodules are at `v0.27.1`; consider updating the main module as well to avoid version skew across the swag ecosystem.
- Given the number of explicitly listed `github.com/go-openapi/swag/*` indirect modules, it may be worth checking whether some can be removed and derived transitively from `github.com/go-openapi/swag` to reduce future dependency churn.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/release/3.y.z/go-openapi branch from bebbab5 to 38cf43f Compare July 23, 2026 02:20
@red-hat-konflux

Copy link
Copy Markdown
Contributor Author

ℹ️ 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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/go-openapi/jsonpointer v0.24.0 -> v1.0.0

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/release/3.y.z/go-openapi branch from 38cf43f to 5fcf32b Compare July 23, 2026 15:15
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update go-openapi packages to v0.27.1 chore(deps): update go-openapi packages to v0.27.3 Jul 23, 2026
@desmax74
desmax74 merged commit 4f25082 into release/3.y.z Jul 23, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant