build(deps): bump pg from 8.22.0 to 8.23.0 - #8169
Merged
Merged
Conversation
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/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) --- updated-dependencies: - 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>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/pg-8.23.0
branch
from
August 10, 2026 21:01
e70e5c3 to
8204419
Compare
n-lark
approved these changes
Aug 10, 2026
n-lark
left a comment
Contributor
There was a problem hiding this comment.
Dependabot triage ✅
- Package:
pg8.22.0→8.23.0(minor) - Publish window: version published 2026-08-08, ≥12h elapsed ✅
- Advisories: no open advisory against pg / pg-* ✅
- Release notes: adds opt-in query pipelining — default behavior unchanged; we use pg via Sequelize, no opt-in. No breaking changes ✅
- CI: green ✅
- Decision: approving for merge — minor bump of the Postgres driver, lockfile-only (pg + pg-protocol in lockstep), additive opt-in feature only
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 pg from 8.22.0 to 8.23.0.
Changelog
Sourced from pg's changelog.
Commits
df274d1Publisheb19d0fAdd opt-in query pipelining (#3652)