Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pg-promise ^11.9.1 -> ^12.2.0 age adoption passing confidence

Release Notes

vitaly-t/pg-promise (pg-promise)

v12.2.0

Compare Source

  • Adding official support for PostgreSQL v18, including in GitHub CI.
  • Dev dependencies updated.

It is more of a landmark release, without any code changes.

v12.1.3

Compare Source

  • Minor code refactoring
  • Documentation updates: Added automatic Dark-Mode to the API, if your OS is set to use a dark theme.

v12.1.2

Compare Source

  • Improved Promise detection, and updated spex dependency with the same.
  • Minor error refactoring.
  • Added lint: fix to the package scripts

v12.1.1

Compare Source

  • Added PostgreSql v17 into the CI, as officially supported.
  • Removed tslint from dev dependencies, as it is now obsolete.

No code changes.

v12.1.0

Compare Source

  • Updated the library to use the latest spex v4.x, which also dumped obsolete custom promises, in favour of ES6 Promise, and improves exports and TypeScript declarations.
  • Removed deprecated label from Task.batch function, as its use is still quite alright. And added a note instead:

NOTE:
Consider using async/await syntax instead, or if you must have pre-generated promises, then Promise.allSettled.

v12.0.0

Compare Source

Legacy Clean-up

Gone: Custom Promises 🔨

Removed from the library everything related to supporting custom promises, external promise libraries, such as Bluebird, etc., as obsolete.

Now it is ES6 Promise all the way, nothing else, and no customization in that regard.

For example, initialization option promiseLib is gone also.

v11.15.0

Compare Source

  • Updated underlying pg driver + pg-query-stream to their latest versions
  • Bumped minimum supported NodeJS version to 16

v11.14.0

Compare Source

  • Extending EventContext with property queryFilePath, as per PR-951
  • Added NodeJS v24 compatibility badge.
  • Dependencies updated.

v11.13.0

Compare Source

v11.12.1

Compare Source

  • Adding enableChannelBinding connection option (see this PR) to the TypeScript declarations.

v11.12.0

Compare Source

  • Updated the driver to the latest version
  • Added Vite support, see #​955

v11.11.0

Compare Source

  • Driver updated to the latest
  • DEV dependencies updated
  • CI link fixed

v11.10.2

Compare Source

  • Dependencies updated, including pg driver and pg-query-stream.

v11.10.1

Compare Source

  • Updated dependencies.

v11.10.0

Compare Source

  • All dependencies updated, including the node-postgres driver.
  • DEV dependency pg-query-stream has been moved into peerDependencies.

Configuration

📅 Schedule: Branch creation - Between 05:00 AM and 05:59 AM, every 14 days ( * 5 */14 * * ) in timezone Europe/Stockholm, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant