chore(deps): bump the go-dependencies group across 1 directory with 3 updates - #36
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
force-pushed
the
dependabot/go_modules/backend/go-dependencies-a1962914db
branch
2 times, most recently
from
July 25, 2026 20:12
5f2ccbe to
eabbec3
Compare
✅ Deploy Preview for generate-appportal canceled.
|
dependabot
Bot
force-pushed
the
dependabot/go_modules/backend/go-dependencies-a1962914db
branch
from
August 1, 2026 00:56
eabbec3 to
c99bd50
Compare
… updates Bumps the go-dependencies group with 2 updates in the /backend directory: [github.com/danielgtaylor/huma/v2](https://github.com/danielgtaylor/huma) and [github.com/jackc/pgx/v5](https://github.com/jackc/pgx). Updates `github.com/danielgtaylor/huma/v2` from 2.38.0 to 2.39.1 - [Release notes](https://github.com/danielgtaylor/huma/releases) - [Commits](danielgtaylor/huma@v2.38.0...v2.39.1) Updates `github.com/gofiber/fiber/v3` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](gofiber/fiber@v3.2.0...v3.4.0) Updates `github.com/jackc/pgx/v5` from 5.7.6 to 5.10.0 - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.7.6...v5.10.0) --- updated-dependencies: - dependency-name: github.com/danielgtaylor/huma/v2 dependency-version: 2.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/gofiber/fiber/v3 dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/backend/go-dependencies-a1962914db
branch
from
August 1, 2026 20:16
c99bd50 to
8131ada
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-dependencies group with 2 updates in the /backend directory: github.com/danielgtaylor/huma/v2 and github.com/jackc/pgx/v5.
Updates
github.com/danielgtaylor/huma/v2from 2.38.0 to 2.39.1Release notes
Sourced from github.com/danielgtaylor/huma/v2's releases.
... (truncated)
Commits
198225efix: distinguish collection and element matches when walking input (#1082)5961f0afix: run nested resolvers in fixed arrays (#1076)85aad8ffix: share response status across WithContext copies (#1081)22a3cb0fix: parse named numeric slice parameters (#1074)ac9959cfix: handle nil interface response bodies (#1072)b659c74fix: preserve wrapped resolver error metadata (#1070)14aea2ffix: tighten format email and uri validation (#1068)bba0d54chore: update dependencies (#1066)e114668fix: do not panic on unresolved schema $ref during Validate (#1065)d6f2a37feat(form-data): handle unmarshalling and validation of non-file JSON form da...Updates
github.com/gofiber/fiber/v3from 3.2.0 to 3.4.0Release notes
Sourced from github.com/gofiber/fiber/v3's releases.
... (truncated)
Commits
e88e762test(listen): add connection handling for shutdown timeout edge case96b30bdchore: bump version to v3.4.0cdf4d24Merge pull request #4491 from gofiber/claude/prefork-knobs-219983ad285Merge pull request #4490 from gofiber/perf/hot-path-micro-optimizationsb6a9545feat(listen): expose prefork RecoverInterval and ShutdownGracePerioddac0998perf(router): eliminate bounds checks in route matching hot loopsef3bbefperf(ctx): keep Route within the inlining budgetb1a54acperf(app): skip mounted error-handler lookup when no sub-apps exist05919e5Merge pull request #4488 from 0xghost42/fix/fresh-if-modified-since-onlye618f63perf(ctx): skip second date parse when If-Modified-Since echoes Last-ModifiedUpdates
github.com/jackc/pgx/v5from 5.7.6 to 5.10.0Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
... (truncated)
Commits
7293fb1Update changelog for v5.10.01ade285pgconn: document secure connection configurationb4d6d4dpgtype: bound range, multirange, and tsvector binary decoders0639b37pgconn: add ParseConfigOptions.ConnStringAllowedKeysb28e65bpgtype: bound array element count against remaining message bytescd1f389pgtype: bound array binary decode element length against remaining bytesff27b5bpgtype: bound hstore binary decode against malicious server inputa6002e1pgproto3: default Frontend max message body length to ~1 GiB44f6173pgconn: cap server-supplied SCRAM iteration count1a976f7pgconn: add require_auth to restrict accepted server auth methods