Skip to content

chore(deps): update dependency @databases/pg to v6 - #240

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/databases-pg-6.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/databases-pg-6.x

Conversation

@renovate

@renovate renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@databases/pg (source) ^5.5.0 → ^6.0.0 age confidence

Release Notes

ForbesLindesay/atdatabases (@​databases/pg)

v6.1.0

Compare Source

New Features

  • Added a prepareQuery hook to allow adding context via sql-commenter before running queries. (#​351)

v6.0.0

Compare Source

Breaking Changes

  • Drop support for Postgres < 14 (#​350)

New Features

  • Add utility methods for getting advisory locks in transactions: (#​349)

    • Transaction.advisoryTxLock(key) - get an exclusive lock on a key, waiting if it's not available.
    • Transaction.advisoryTxLockShared(key) - get a shared lock on a key, waiting if it's not available.
    • Transaction.tryAdvisoryTxLock(key) - get an exclusive lock on a key, if it's available.
    • Transaction.tryAdvisoryTxLockShared(key) - get a shared lock on a key, if it's available.
  • Add lockTimeoutMilliseconds option for connections (#​350)

  • Add transactionTimeoutMilliseconds option for connections (#​350)

  • Add transaction options to override the connection default for: (#​350)

    • idleInTransactionSessionTimeoutMilliseconds
    • lockTimeoutMilliseconds
    • statementTimeoutMilliseconds
    • transactionTimeoutMilliseconds

Bug Fixes

  • Throw the original error if an SQL error is thrown in a transaction that would then throw a new error when attempting to rollback. (#​350)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

@renovate
renovate Bot force-pushed the renovate/databases-pg-6.x branch from 2c973ea to 9b085f3 Compare September 7, 2026 20:12
@renovate
renovate Bot force-pushed the renovate/databases-pg-6.x branch from 9b085f3 to 2aec55c Compare September 15, 2026 09:12

This branch has not been deployed

No deployments
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.

0 participants