Skip to content

chore(deps): bump pg and @types/pg - #1409

Merged
ferhatelmas merged 2 commits into
masterfrom
dependabot/npm_and_yarn/multi-268db90371
Sep 22, 2026
Merged

ferhatelmas merged 2 commits into
masterfrom
dependabot/npm_and_yarn/multi-268db90371

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2026 •

Copy link
Copy Markdown
Contributor

Bumps pg and @types/pg. These dependencies needed to be updated together.
Updates pg from 8.22.0 to 8.23.0

Changelog

Sourced from pg's changelog.

pg@8.23.0

Commits

Updates @types/pg from 8.20.0 to 8.23.1

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 18, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 18, 2026 13:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 18, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-268db90371 branch from dcb4484 to 81b3f9c Compare September 21, 2026 16:16
dependabot Bot and others added 2 commits September 22, 2026 10:03
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>
Signed-off-by: Ferhat Elmas <elmas.ferhat@gmail.com>
@ferhatelmas
ferhatelmas force-pushed the dependabot/npm_and_yarn/multi-268db90371 branch from 81b3f9c to 20d62c1 Compare September 22, 2026 08:04
@ferhatelmas
ferhatelmas enabled auto-merge (squash) September 22, 2026 08:08
@ferhatelmas
ferhatelmas merged commit 3752175 into master Sep 22, 2026
32 checks passed
@ferhatelmas
ferhatelmas deleted the dependabot/npm_and_yarn/multi-268db90371 branch September 22, 2026 08:10
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 35702796271

Warning

Build has drifted: This PR's base is out of sync with its target branch, so coverage data may include unrelated changes.
Quick fix: rebase this PR. Learn more →

Coverage decreased (-0.005%) to 83.357%

Details

  • Coverage decreased (-0.005%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 14184
Covered Lines: 12253
Line Coverage: 86.39%
Relevant Branches: 8673
Covered Branches: 6800
Branch Coverage: 78.4%
Branches in Coverage %: Yes
Coverage Strength: 3088.12 hits per line

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants