chore(deps): bump pg and @types/pg - #1409
Conversation
There was a problem hiding this comment.
Looks good, straightforward dependency version bump.
Checked package.json diff — only pg (^8.22.0 to ^8.23.0) and @ types/pg (^8.20.0 to ^8.23.1) version ranges changed, matching the PR description; no code changes to review. Lockfile update is consistent with a regenerated npm install for these two packages plus the transitive pg-protocol bump.
Extended reasoning...
Overview
The diff touches only package.json and package-lock.json, bumping the pg PostgreSQL client from ^8.22.0 to ^8.23.0 and @ types/pg from ^8.20.0 to ^8.23.1, with the lockfile updated accordingly (including the transitive pg-protocol dependency 1.15.0 to 1.16.0). No application source code is modified.
Security risks
None identified. This is a routine dependency version bump within the same major version, performed by dependabot. The pg changelog entry describes an additive feature (opt-in query pipelining), not a security fix. No new dependencies are introduced, and no code paths are altered.
Level of scrutiny
Low. This is exactly the kind of mechanical, self-contained change (a minor version bump to a well-established, widely used dependency) that fits the approval criteria: no ambiguity, no design decisions, and no security-sensitive code touched directly. I verified the package.json diff directly rather than relying solely on the PR description.
Other factors
No CLAUDE.md conventions apply. No CODEOWNERS restriction found for these files. No prior review comments or unresolved objections exist in the PR conversation timeline. The bug hunting system reported no findings.
dcb4484 to
81b3f9c
Compare
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) and [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg). These dependencies needed to be updated together. Updates `pg` from 8.22.0 to 8.23.0 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.23.0/packages/pg) Updates `@types/pg` from 8.20.0 to 8.23.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg) --- updated-dependencies: - dependency-name: "@types/pg" dependency-version: 8.23.1 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: pg dependency-version: 8.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
81b3f9c to
20d62c1
Compare
Coverage Report for CI Build 35702796271Warning Build has drifted: This PR's base is out of sync with its target branch, so coverage data may include unrelated changes. Coverage decreased (-0.005%) to 83.357%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats💛 - Coveralls |
Bumps pg and @types/pg. These dependencies needed to be updated together.
Updates
pgfrom 8.22.0 to 8.23.0Changelog
Sourced from pg's changelog.
Commits
df274d1Publisheb19d0fAdd opt-in query pipelining (#3652)Updates
@types/pgfrom 8.20.0 to 8.23.1Commits