Bump the go-dependencies group across 2 directories with 3 updates - #684
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the go-dependencies group with 1 update in the /packager directory: [golang.org/x/mod](https://github.com/golang/mod). Bumps the go-dependencies group with 2 updates in the /riverproui directory: [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite). Updates `golang.org/x/mod` from 0.40.0 to 0.41.0 - [Commits](golang/mod@v0.40.0...v0.41.0) Updates `github.com/jackc/pgx/v5` from 5.10.0 to 5.11.0 - [Release notes](https://github.com/jackc/pgx/releases) - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.10.0...v5.11.0) Updates `modernc.org/sqlite` from 1.57.0 to 1.58.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.57.0...v1.58.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-version: 0.41.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.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: modernc.org/sqlite dependency-version: 1.58.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
bgentry
approved these changes
Sep 18, 2026
bgentry
left a comment
Contributor
There was a problem hiding this comment.
🤖 Codex review: Approved after dependency security and compatibility review.
Upgrade
golang.org/x/mod:0.40.0→0.41.0github.com/jackc/pgx/v5:5.10.0→5.11.0modernc.org/sqlite:1.57.0→1.58.0- Reviewed head:
633892a14ed92bfc69a7bc3cc09294633e8201c7
Security review
- Every changed direct and transitive module archive matches the PR's
go.sum, public Go checksum-database records, expected upstream tag, and commit. There are no added or removed modules, same-version checksum rewrites, forks, pseudo-versions,replacedirectives, vendored/generated project files, or workflow changes. - Source review covered the direct upgrades plus
modernc.org/libc,memory,cc/v4,ccgo/v4, andgc/v3. No new automatic installer, code-generation, cgo, embedded executable, runtime download, telemetry, updater, or credential-access surface was introduced. - pgx adds expected protocol/connection-parser hardening and date/time behavior changes. SQLite
1.58.0matches the official SQLite 3.53.4 source identity, including its WAL-reset corruption fix, and resolves the exact companionlibc@1.75.6pair. - No applicable advisory was found for the eight new artifacts. This is a normal version update with defensive fixes, not a confirmed vulnerability update.
Compatibility verification
go mod verifyinpackagerandriverproui— passedmake tidy— passed; module files unchangedmake test— passed across all Go modulesmake test/race— passed across all Go modulesmake lint— passed with zero issues and no tracked changesmake build— passed, including the frontend production build andCGO_ENABLED=0Go build- Required Go 1.26/1.27 × PostgreSQL 16/17/18, JS, release, and public Docker checks pass. The Pro Docker failure is an AWS OIDC authorization failure on the Dependabot run and occurs before any build step.
Residual risk
- The modernc SQLite upgrade is a large generated transpile; SumDB, upstream source identity, the exact SQLite/libc pairing, Darwin arm64 local tests, and the Linux CI matrix mitigate but cannot eliminate line-by-line audit and cross-platform risk.
- pgx changes edge-case connection parsing and date/time behavior, and
modernc.org/memorychanges mapping retention/decommit behavior. Full and race tests pass, but unusual production inputs or workload-specific performance may still differ. - Pro Docker images were not built in CI because Dependabot cannot assume the AWS role; equivalent project tests and the local production build passed.
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 1 update in the /packager directory: golang.org/x/mod.
Bumps the go-dependencies group with 2 updates in the /riverproui directory: github.com/jackc/pgx/v5 and modernc.org/sqlite.
Updates
golang.org/x/modfrom 0.40.0 to 0.41.0Commits
d0a27b2modfile: fix Cleanup and DropTool documentationd12008call: upgrade go directive to at least 1.26.0 [generated]Updates
github.com/jackc/pgx/v5from 5.10.0 to 5.11.0Release notes
Sourced from github.com/jackc/pgx/v5's releases.
... (truncated)
Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
... (truncated)
Commits
5e583faUpdate changelog for v5.11.03927116Apply gofumpt formatting required by linteb07165Quote filesystem paths in development connection stringscf5938fAllow unsigned digit counts in binary numeric encoding3930cf5Accept PostgreSQL POSIX timezone offsets in text timestamps93261bePrefer exact db tag matches when mapping rows to structse8d8ad1Merge pull request #2647 from sueun-dev/fix-range-text-quoting-2026090601d2fd3Merge pull request #2644 from eliranbz/fix-failed-prepare-deallocation9b7e3beMerge pull request #2645 from ash2k/move-channel76d78f5Merge pull request #2643 from AshSgDe29071999/fix/hstore-pairs-estimate-clampUpdates
modernc.org/sqlitefrom 1.57.0 to 1.58.0Changelog
Sourced from modernc.org/sqlite's changelog.
... (truncated)
Commits
722282fCHANGELOG.md: document the OFD locking opt-in and the SQLite 3.53.4 upgrade5dcac5fsqlite: add the opt-in OFDLocking switch to Linux OFD locks51d2677Merge branch 'ofd-lock-test'3f99e26update dependencies, make vendor9159fa5test: add Linux OFD lock regression tests2acd716test: add Linux OFD lock persistence test across os.Closebd9dcb6add Readme Headline...93f0742add Readme HeadlineDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions