voxpelli / node-connect-pg-simple

A simple, minimal PostgreSQL session store for Express
https://www.npmjs.com/package/connect-pg-simple
MIT License
234 stars 74 forks source link

Update dependency pg-promise to v11 #272

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

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`](https://togithub.com/vitaly-t/pg-promise/releases/tag/11.4.3) [Compare Source](https://togithub.com/vitaly-t/pg-promise/compare/11.4.2...11.4.3) - Updated dependencies - Marked method [batch](https://vitaly-t.github.io/pg-promise/Task.html#batch) as deprecated. ### [`v11.4.2`](https://togithub.com/vitaly-t/pg-promise/releases/tag/11.4.2) [Compare Source](https://togithub.com/vitaly-t/pg-promise/compare/11.4.1...11.4.2) - Dev dependencies updated - Semantic refactoring of the code ### [`v11.4.1`](https://togithub.com/vitaly-t/pg-promise/releases/tag/11.4.1) [Compare Source](https://togithub.com/vitaly-t/pg-promise/compare/11.4.0...11.4.1) - Corrected TypeScript signature for the Pool's property `log`. ### [`v11.4.0`](https://togithub.com/vitaly-t/pg-promise/releases/tag/11.4.0) [Compare Source](https://togithub.com/vitaly-t/pg-promise/compare/11.3.0...11.4.0) - 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: ```ts db.$pool.log = (msg: string, err?: any) => { console.log('Pool:', msg, err); // report what the pool is doing } ``` ### [`v11.3.0`](https://togithub.com/vitaly-t/pg-promise/releases/tag/11.3.0) [Compare Source](https://togithub.com/vitaly-t/pg-promise/compare/11.2.0...11.3.0) - Following [#​867](https://togithub.com/vitaly-t/pg-promise/issues/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`](https://togithub.com/vitaly-t/pg-promise/releases/tag/11.2.0) [Compare Source](https://togithub.com/vitaly-t/pg-promise/compare/11.1.0...11.2.0) 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](https://togithub.com/brianc/node-postgres/issues/2904) is resolved. ### [`v11.1.0`](https://togithub.com/vitaly-t/pg-promise/releases/tag/11.1.0) [Compare Source](https://togithub.com/vitaly-t/pg-promise/compare/11.0.2...11.1.0) - Upgraded the underlying driver; see [its changes](https://togithub.com/brianc/node-postgres/commit/adbe86d4a057b942298cab1d19b341c67a94d922). - Added property [stream](https://togithub.com/vitaly-t/pg-promise/blob/11.1.0/typescript/pg-subset.d.ts#L106) to the connection parameters in TypeScript declarations. Please ignore CI errors that are due to [this issue](https://togithub.com/brianc/node-postgres/issues/2904), which can be addressed later. ### [`v11.0.2`](https://togithub.com/vitaly-t/pg-promise/releases/tag/11.0.2) [Compare Source](https://togithub.com/vitaly-t/pg-promise/compare/11.0.1...11.0.2) CI integration added, thanks to [@​dplewis](https://togithub.com/dplewis) ### [`v11.0.1`](https://togithub.com/vitaly-t/pg-promise/releases/tag/11.0.1) [Compare Source](https://togithub.com/vitaly-t/pg-promise/compare/11.0.0...11.0.1) Removed use of operator `??=`, which was causing error under NodeJS version < 15. ### [`v11.0.0`](https://togithub.com/vitaly-t/pg-promise/releases/tag/11.0.0) [Compare Source](https://togithub.com/vitaly-t/pg-promise/compare/10.15.4...11.0.0) **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 [connect]: http://vitaly-t.github.io/pg-promise/global.html#event:connect [disconnect]: http://vitaly-t.github.io/pg-promise/global.html#event:disconnect [receive]: http://vitaly-t.github.io/pg-promise/global.html#event:receive ### [`v10.15.4`](https://togithub.com/vitaly-t/pg-promise/releases/tag/10.15.4) [Compare Source](https://togithub.com/vitaly-t/pg-promise/compare/10.15.3...10.15.4) - Fixes [#​854](https://togithub.com/vitaly-t/pg-promise/issues/854) TypeScript declaration issue. ### [`v10.15.3`](https://togithub.com/vitaly-t/pg-promise/releases/tag/10.15.3) [Compare Source](https://togithub.com/vitaly-t/pg-promise/compare/10.15.2...10.15.3) - Updating [pg-subset](https://togithub.com/vitaly-t/pg-promise/blob/master/typescript/pg-subset.d.ts) declarations, to let [pg-iterator](https://togithub.com/vitaly-t/pg-iterator) detect types automatically.

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.



This PR has been generated by Mend Renovate. View repository job log here.