Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pg-promise to v11 #272

Merged
merged 1 commit into from
May 10, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pg-promise ^10.15.2 -> ^11.4.3 age adoption passing confidence

Release Notes

vitaly-t/pg-promise

v11.4.3

Compare Source

  • Updated dependencies
  • Marked method batch as deprecated.

v11.4.2

Compare Source

  • Dev dependencies updated
  • Semantic refactoring of the code

v11.4.1

Compare Source

  • Corrected TypeScript signature for the Pool's property log.

v11.4.0

Compare Source

  • Updated dependencies: "pg" -> "8.10.0" and "pg-query-stream" -> "4.4.0"
  • Extended IPool TypeScript declaration with properties expiredCount + log. The latter in case you want to log what the pool is doing:
db.$pool.log = (msg: string, err?: any) => {
    console.log('Pool:', msg, err); // report what the pool is doing
}

v11.3.0

Compare Source

  • Following #​867, amended missed connection + default properties within TypeScript declarations:
    • lock_timeout - abort any statement that waits longer than the specified duration
    • idle_in_transaction_session_timeout - terminate any session with an open transaction that has been idle for longer

v11.2.0

Compare Source

Quick follow up on issues within the previous release:

  • Corrected type of stream property to Socket
  • Temporarily disabled CI for PG v14 and v15, until the integration issue is resolved.

v11.1.0

Compare Source

  • Upgraded the underlying driver; see its changes.
  • Added property stream to the connection parameters in TypeScript declarations.

Please ignore CI errors that are due to this issue, which can be addressed later.

v11.0.2

Compare Source

CI integration added, thanks to @​dplewis

v11.0.1

Compare Source

Removed use of operator ??=, which was causing error under NodeJS version < 15.

v11.0.0

Compare Source

BREAKING CHANGES

  • Initialization option noLocking and all the locking logic has been removed. It was a bit of an over-engineering thing.
  • Parameters for events connect, disconnect and receive have changed (wrapped into an object)
  • Connection option poolSize has been retired. You should just use option max now, for the pool size.
  • NodeJS v14 is now the required minimum

OTHER CHANGES

  • Documentation updates
  • DEV dependencies updated

v10.15.4

Compare Source

  • Fixes #​854 TypeScript declaration issue.

v10.15.3

Compare Source


Configuration

📅 Schedule: Branch creation - "before 2pm on Tuesday,before 2pm on Friday" 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/pg-promise-11.x branch from e47d53d to ab614da Compare January 3, 2023 01:42
@renovate renovate bot force-pushed the renovate/pg-promise-11.x branch from ab614da to d15f08e Compare March 20, 2023 23:18
@renovate renovate bot force-pushed the renovate/pg-promise-11.x branch from d15f08e to 5304d6d Compare May 9, 2023 01:58
@renovate renovate bot force-pushed the renovate/pg-promise-11.x branch from 5304d6d to be95ed1 Compare May 10, 2023 05:14
@voxpelli voxpelli merged commit 920583f into main May 10, 2023
15 checks passed
@voxpelli voxpelli deleted the renovate/pg-promise-11.x branch May 10, 2023 05:24
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.

None yet

1 participant