chore(deps): bump the go-minor-and-patch group across 1 directory with 4 updates - #140
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
…h 4 updates Bumps the go-minor-and-patch group with 3 updates in the /frontend directory: [github.com/go-chi/chi/v5](https://github.com/go-chi/chi), [github.com/oapi-codegen/oapi-codegen/v2](https://github.com/oapi-codegen/oapi-codegen) and [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime). Updates `github.com/go-chi/chi/v5` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md) - [Commits](go-chi/chi@v5.3.0...v5.3.1) Updates `github.com/oapi-codegen/oapi-codegen/v2` from 2.7.1 to 2.8.0 - [Release notes](https://github.com/oapi-codegen/oapi-codegen/releases) - [Commits](oapi-codegen/oapi-codegen@v2.7.1...v2.8.0) Updates `github.com/oapi-codegen/runtime` from 1.4.2 to 1.6.0 - [Release notes](https://github.com/oapi-codegen/runtime/releases) - [Commits](oapi-codegen/runtime@v1.4.2...v1.6.0) Updates `golang.org/x/sync` from 0.21.0 to 0.22.0 - [Commits](golang/sync@v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: github.com/go-chi/chi/v5 dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-minor-and-patch - dependency-name: github.com/oapi-codegen/oapi-codegen/v2 dependency-version: 2.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-minor-and-patch - dependency-name: github.com/oapi-codegen/runtime dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-and-patch - dependency-name: golang.org/x/sync dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/frontend/go-minor-and-patch-16775ce86d
branch
from
August 17, 2026 04:16
06695a6 to
b68bab3
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.
Bumps the go-minor-and-patch group with 3 updates in the /frontend directory: github.com/go-chi/chi/v5, github.com/oapi-codegen/oapi-codegen/v2 and github.com/oapi-codegen/runtime.
Updates
github.com/go-chi/chi/v5from 5.3.0 to 5.3.1Release notes
Sourced from github.com/go-chi/chi/v5's releases.
Commits
8b258c7ci: pin GitHub Actions to full commit SHAs (#1116)caf87e6feat(mux): support http QUERY method ietf rfc10008 (#1132)7fcb8a2middleware: document printPrettyStack and harden NoColor panic test (#1131)878fe71Fix defaultLogEntry.Panic not respecting NoColor setting (#1050)d7b767bfeat(middleware): add text/xml and application/xml to default compressible ty...3b50c7cTidy build directives (#1113)2b9fca2Honor Discard() in httpFancyWriter.ReadFrom (#1110)Updates
github.com/oapi-codegen/oapi-codegen/v2from 2.7.1 to 2.8.0Release notes
Sourced from github.com/oapi-codegen/oapi-codegen/v2's releases.
... (truncated)
Commits
de2d8b2Add sort-handler-registrations flag to opt out of spec-order registration (#2...bd52535Name shared path parameter helper types once, hashing cross-path collisions (...ce2e068feat(#1726): add literal colon support for gin, echo, fiber (#1879)1457922Fix ValueByDiscriminator() with external refs (#2474)6d3c864Fix allOf/nullable detection and recursion (#2473)823a7a7Fix nested allOf/anyOf merging (#2471)9193526chore(deps): update actions/setup-go action to v7 (.github/workflows) (#2469)a07731dGenerate shared path-level parameter helper types once (#2466)6574240Register handlers in spec order (#2465)18ef715Stringify non-string text/plain responses in strict servers (#2464)Updates
github.com/oapi-codegen/runtimefrom 1.4.2 to 1.6.0Release notes
Sourced from github.com/oapi-codegen/runtime's releases.
... (truncated)
Commits
01be2fachore(deps): update module github.com/golangci/golangci-lint to v2.12.2 (#112)1463938Allow customizing default query encoder (#145)540d34afix(deps): update module github.com/labstack/echo/v5 to v5.3.0 (#142)e89dbb8Add types.Duration for the RFC 3339 duration format (#144)324e57fLet generated code declare whether styled parameter values are escaped (#143)95c13c0Explain how to send nested objects when style serialization fails (#141)7c889f3Prefer the form struct tag over json for form encoding (#140)d0d5c3achore(deps): update golang/govulncheck-action action to v1.1.0 (#137)67e86fdchore(deps): update oapi-codegen/actions action to v0.8.0 (#130)df140cbfix(deps): update module github.com/labstack/echo/v5 to v5.2.1 (#126)Updates
golang.org/x/syncfrom 0.21.0 to 0.22.0Commits
1eb64d4semaphore: panic on negative weights