⬆️ chore(go-deps): Update all non-major dependencies (minor)#63
Open
trap-renovate[bot] wants to merge 1 commit intomainfrom
Open
⬆️ chore(go-deps): Update all non-major dependencies (minor)#63trap-renovate[bot] wants to merge 1 commit intomainfrom
trap-renovate[bot] wants to merge 1 commit intomainfrom
Conversation
bdbe9e8 to
67a85bf
Compare
67a85bf to
d389c79
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.13.0→v1.14.0v2.5.0→v2.6.0v1.1.2→v1.2.01.25→1.26.01.25-alpine→1.26-alpine2.8.0→2.10.1v46.0.2→v46.1.3Release Notes
alecthomas/kong (github.com/alecthomas/kong)
v1.14.0Compare 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-codegenwas 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 cakea release!🎉 Notable changes
New generated code requires
oapi-codegen/runtimev1.2.0+As part of #2256,
github.com/oapi-codegen/runtimev1.2.0 is needed alongsidegithub.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-codegenwas part of the GitHub Secure Open Source Fundoapi-codegenwas 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!
godirective bump in next releaseLong-time users will be aware that we work very hard to try and keep our requirement for Go source compatibility, through the
godirective, especially as we recommend folks useoapi-codegenas 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
godirective 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.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
resolve-type-name-collisionsto avoid name collisions (#200) @mgurevin🐛 Bug fixes
nullable.Nullablein arrays (#2242) @jamietannadescriptionis empty (#2226) @jamietanna$reftext responses (#2225) @mromaszewicz📝 Documentation updates
👻 Maintenance
go fix(#2229) @gaiaz-iusipovmake tidyafter Go module updates (#2159) @jamietannamake tidyafter dependency updates togo.mod(#2150) @jamietanna📦 Dependency updates
8 changes
Sponsors
We would like to thank our sponsors for their support during this release.
v2.5.1: : fix a couple of regressions from v2.5.0Compare Source
🐛 Bug fixes
x-go-type-skip-optional-pointerinallOf(#2042) @magnetikonline📝 Documentation updates
godirectives (#2099) @jamietannaprefer-skip-optional-pointer-with-omitzerotypo inREADME.md(#2028) @magnetikonline👻 Maintenance
GOVERSION(#2119) @jamietannapermissionsblocks fortidy.yml(#2101) @jamietannapermissionsblocks for Actions (#2100) @jamietannagovulncheckresults as Code Scanning alerts (#2084) @jamietannaRenovate configuration changes
examplesandinternal/test(#2033) @jamietanna📦 Dependency updates
9 changes
Sponsors
We would like to thank our sponsors for their support during this release.
oapi-codegen/runtime (github.com/oapi-codegen/runtime)
v1.2.0: Parameter binding extensions, bug fixes, dependency updatesCompare 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
typeandformatfrom 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
govulncheckresults as Code Scanning alerts (#80) @jamietanna📦 Dependency updates
Sponsors
We would like to thank our sponsors for their support during this release.
golang/go (go)
v1.26.0Compare Source
golangci/golangci-lint (golangci-lint)
v2.10.1Compare Source
Released on 2026-02-17
v2.10.0Compare Source
Released on 2026-02-17
ginkgolinter: from 0.22.0 to 0.23.0gosec: from 2.22.11 to 2.23.0 (new rules:G117,G602,G701,G702,G703,G704,G705,G706)staticcheck: from 0.6.1 to 0.7.0godoclint: from 0.11.1 to 0.11.2v2.9.0Compare Source
Released on 2026-02-10
arangolint: from 0.3.1 to 0.4.0 (new rule: detect potential query injections)ginkgolinter: from 0.21.2 to 0.22.0 (support for wrappers)golines: from 0.14.0 to 0.15.0misspell: from 0.7.0 to 0.8.0revive: from v1.13.0 to v1.14.0 (new rules:epoch-naming,use-slices-sort)unqueryvet: from 1.4.0 to 1.5.3 (new options:check-n1,check-sql-injection,check-tx-leaks,allow,custom-rules)wsl_v5: from 5.3.0 to 5.6.0 (new rule:after-block)modernize: from 0.41.0 to 0.42.0prealloc: from 1.0.1 to 1.0.2protogetter: from 0.3.18 to 0.3.20renovatebot/github-action (renovatebot/github-action)
v46.1.3Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
v46.1.2Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
v46.1.1Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
v46.1.0Compare Source
Features
NO_COLORenvironment variable (#1018) (7f791e8)Documentation
Miscellaneous Chores
Continuous Integration
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.