Skip to content

fix(deps): update all non-major dependencies for go#414

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-all-minor-patch
Open

fix(deps): update all non-major dependencies for go#414
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/Siroshun09/serrors v1.4.0v1.4.1 age confidence
github.com/go-chi/chi/v5 v5.2.3v5.2.5 age confidence
github.com/golang-jwt/jwt/v5 v5.3.0v5.3.1 age confidence
github.com/huandu/go-sqlbuilder v1.38.1v1.39.1 age confidence
github.com/oapi-codegen/oapi-codegen/v2 v2.5.1v2.6.0 age confidence
github.com/oapi-codegen/runtime v1.1.2v1.2.0 age confidence
golang.org/x/oauth2 v0.33.0v0.35.0 age confidence

Release Notes

Siroshun09/serrors (github.com/Siroshun09/serrors)

v1.4.1: Version 1.4.1

Compare Source

Improvements

  • Use runtime.CallerFrames for generating the stack trace
go-chi/chi (github.com/go-chi/chi/v5)

v5.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.2.3...v5.2.5

v5.2.4

Compare Source

golang-jwt/jwt (github.com/golang-jwt/jwt/v5)

v5.3.1

Compare Source

What's Changed

🔐 Features
👒 Dependencies

New Contributors

Full Changelog: golang-jwt/jwt@v5.3.0...v5.3.1

huandu/go-sqlbuilder (github.com/huandu/go-sqlbuilder)

v1.39.1

Compare Source

v1.39.0

Compare Source

What's Changed

New Contributors

Full Changelog: huandu/go-sqlbuilder@v1.38.0...v1.39.0

v1.38.2

Compare Source

oapi-codegen/oapi-codegen (github.com/oapi-codegen/oapi-codegen/v2)

v2.6.0: : 7th anniversary release 🎂

Compare Source

For those that aren't aware, 7 years ago to the day, oapi-codegen was born!

(Well, technically it's tonight at midnight UTC, but who's splitting hairs?)

There's nothing too special planned for today, but we thought it'd be the perfect time to cut a slice of cake a release!

🎉 Notable changes
New generated code requires oapi-codegen/runtime v1.2.0+

As part of #​2256, github.com/oapi-codegen/runtime v1.2.0 is needed alongside github.com/oapi-codegen/oapi-codegen, for new generated code.

This is providing a more future-proofed means to bind parameters.

See the release notes for the runtime package, and #​2256 for more information.

oapi-codegen was part of the GitHub Secure Open Source Fund

oapi-codegen was one of the projects taking part in the third GitHub Secure Open Source Fund session.

We've written up more about what we've learned, and have some more things to share with you over the coming months about lessons we've learned and improvements we've taken that we can share.

We were pretty chuffed to be selected, and it's already helped improve our security posture as a project, which is also very important for the wider ecosystem!

go directive bump in next release

Long-time users will be aware that we work very hard to try and keep our requirement for Go source compatibility, through the go directive, especially as we recommend folks use oapi-codegen as a source-tracked dependency.

For more details about this, see our Support Model docs.

In the next minor release, we'll be setting our minimum go directive to Go 1.24 (End-of-Life on 2026-02-11), as it's required for a number of dependencies of ours to be updated any higher, and a change to the module import path for Speakeasy's OpenAPI Overlay library requires us fix this centrally for our users to be able to continue updating their libraries.

[!NOTE]
Nothing is changing as part of v2.6.0, this is a pre-announcement for v2.7.0.

Behind the scenes cleanup

There's also been some work behind-the-scenes to try and clean up outstanding issues (of which we know there are many!) that have been fixed, as well as Marcin's work on trying to do some more significant rework of the internals with help from Claude.

There's still, as ever, work to go with this - as we've mentioned before, sponsoring our work would be greatly appreciated, so we can continue to put in the work, considering this is a widely used and depended on project.

🚀 New features and improvements
🐛 Bug fixes
📝 Documentation updates
👻 Maintenance
📦 Dependency updates
8 changes
  • chore(deps): update module github.com/golangci/golangci-lint to v2.10.1 (makefile) (#​2153) @​renovate[bot]
  • chore(deps): update github/codeql-action action to v4.32.4 (.github/workflows) (#​2157) @​renovate[bot]
  • chore(deps): update actions/setup-go action to v6.3.0 (.github/workflows) (#​2164) @​renovate[bot]
  • chore(deps): update actions/checkout action to v6 (.github/workflows) - autoclosed (#​2165) @​renovate[bot]
  • chore(deps): update release-drafter/release-drafter action to v6.2.0 (.github/workflows) (#​2253) @​renovate[bot]
  • chore(deps): update actions/upload-artifact action to v7 (.github/workflows) (#​2254) @​renovate[bot]
  • chore(deps): update dessant/label-actions action to v5 (.github/workflows) (#​2255) @​renovate[bot]
  • chore(deps): update release-drafter/release-drafter action to v6.1.0 (.github/workflows) (#​2132) @​renovate[bot]
Sponsors

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

DevZero logo

Cybozu logo

oapi-codegen/runtime (github.com/oapi-codegen/runtime)

v1.2.0: Parameter binding extensions, bug fixes, dependency updates

Compare Source

Notable Changes

The main change in this release is the addition of new Parameter binding and styling functions, which allow the code generator to pass in the type and format from the spec. Previously, we inferred what we wanted to do based on the destination type, however, it's not always possible to decide this without information about the specification.

🚀 New features and improvements

🐛 Bug fixes

👻 Maintenance

📦 Dependency updates

Sponsors

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

DevZero logo

Cybozu logo


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team December 9, 2025 02:54
@renovate renovate bot force-pushed the renovate/go-all-minor-patch branch from 60762c8 to 541ceb8 Compare December 27, 2025 17:13
@renovate renovate bot changed the title fix(deps): update module golang.org/x/oauth2 to v0.34.0 fix(deps): update all non-major dependencies for go Dec 27, 2025
@renovate renovate bot force-pushed the renovate/go-all-minor-patch branch from 541ceb8 to 2862d89 Compare December 30, 2025 09:56
@renovate renovate bot force-pushed the renovate/go-all-minor-patch branch 2 times, most recently from 9604aff to 8be24fe Compare January 21, 2026 07:57
@renovate renovate bot force-pushed the renovate/go-all-minor-patch branch from 8be24fe to 58c35aa Compare January 28, 2026 21:38
@renovate renovate bot force-pushed the renovate/go-all-minor-patch branch 3 times, most recently from f493405 to 33e5238 Compare February 10, 2026 14:37
@renovate renovate bot force-pushed the renovate/go-all-minor-patch branch 2 times, most recently from 47f2cee to 2a0577b Compare February 26, 2026 21:41
@renovate renovate bot force-pushed the renovate/go-all-minor-patch branch from 2a0577b to 652949c Compare February 27, 2026 14:16
@renovate
Copy link
Contributor Author

renovate bot commented Feb 27, 2026

ℹ️ Artifact update notice

File name: app/tools/oapi-codegen/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
golang.org/x/tools v0.25.1 -> v0.30.0

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.

0 participants