Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump pg from 8.11.3 to 8.12.0 (#289)
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.11.3 to 8.12.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md">pg's changelog</a>.</em></p> <blockquote> <h2>[email protected]</h2> <ul> <li>Add <code>queryMode</code> config option to <a href="https://redirect.github.com/brianc/node-postgres/pull/3214">force use of the extended query protocol</a> on queries without any parameters.</li> </ul> <h2>[email protected]</h2> <ul> <li>Emit <code>release</code> event when client is returned to <a href="https://redirect.github.com/brianc/node-postgres/pull/2845">the pool</a>.</li> </ul> <h2>[email protected]</h2> <ul> <li>Add support for <a href="https://redirect.github.com/brianc/node-postgres/pull/2898">stream factory</a>.</li> <li><a href="https://redirect.github.com/brianc/node-postgres/pull/2901">Better errors</a> for SASL authentication.</li> <li><a href="https://redirect.github.com/brianc/node-postgres/pull/2815">Use native crypto module</a> for SASL authentication.</li> </ul> <h2>[email protected]</h2> <ul> <li>Bump minimum required version of <a href="https://redirect.github.com/brianc/node-postgres/pull/2787">native bindings</a>.</li> <li>Catch previously uncatchable errors thrown in <a href="https://redirect.github.com/brianc/node-postgres/pull/2569"><code>pool.query</code></a>.</li> <li>Prevent the pool from blocking the event loop if all clients are <a href="https://redirect.github.com/brianc/node-postgres/pull/2721">idle</a> (and <code>allowExitOnIdle</code> is enabled).</li> <li>Support <code>lock_timeout</code> in <a href="https://redirect.github.com/brianc/node-postgres/pull/2779">client config</a>.</li> <li>Fix errors thrown in callbacks from <a href="https://redirect.github.com/brianc/node-postgres/pull/2753">interfering with cleanup</a>.</li> </ul> <h3>[email protected]</h3> <ul> <li>Add connection <a href="https://redirect.github.com/brianc/node-postgres/pull/2698">lifetime limit</a> config option.</li> </ul> <h3>[email protected]</h3> <ul> <li>Add optional config to <a href="https://redirect.github.com/brianc/node-postgres/pull/2568">pool</a> to allow process to exit if pool is idle.</li> </ul> <h3>[email protected]</h3> <ul> <li>Convert to <a href="https://redirect.github.com/brianc/node-postgres/pull/2553">es6 class</a></li> <li>Add support for promises <a href="https://redirect.github.com/brianc/node-postgres/pull/2554">to cursor methods</a></li> </ul> <h3>[email protected]</h3> <ul> <li>Better <a href="https://redirect.github.com/brianc/node-postgres/pull/2436">SASL</a> error messages & more validation on bad configuration.</li> <li>Export <a href="https://redirect.github.com/brianc/node-postgres/pull/2445">DatabaseError</a>.</li> <li>Add <a href="https://redirect.github.com/brianc/node-postgres/pull/2464">ParameterDescription</a> support to protocol parsing.</li> <li>Fix typescript <a href="https://redirect.github.com/brianc/node-postgres/pull/2490">typedefs</a> with <code>--isolatedModules</code>.</li> </ul> <h3>[email protected]</h3> <ul> <li>Library has been <a href="https://redirect.github.com/brianc/node-postgres/pull/2376">converted</a> to Typescript. The behavior is identical, but there could be subtle breaking changes due to class names changing or other small inconsistencies introduced by the conversion.</li> </ul> <h3>[email protected]</h3> <ul> <li>Fix bug forwarding <a href="https://redirect.github.com/brianc/node-postgres/pull/2394">ssl key</a>.</li> <li>Convert pg-query-stream internals to <a href="https://redirect.github.com/brianc/node-postgres/pull/2376">typescript</a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/brianc/node-postgres/commit/0f42880861951970e193d31359508d460a67d25a"><code>0f42880</code></a> Publish</li> <li><a href="https://github.com/brianc/node-postgres/commit/ff47a97f280b697234654e9982501c2c055302b9"><code>ff47a97</code></a> Add option to force use of Extended Queries (<a href="https://github.com/brianc/node-postgres/tree/HEAD/packages/pg/issues/3214">#3214</a>)</li> <li><a href="https://github.com/brianc/node-postgres/commit/fe88e825e584a1713b2c5e12b3fd554eb01ee28e"><code>fe88e82</code></a> Add pg-native to monorepo (<a href="https://github.com/brianc/node-postgres/tree/HEAD/packages/pg/issues/3225">#3225</a>)</li> <li><a href="https://github.com/brianc/node-postgres/commit/0096856e2ea5c362438543958cb2fab0a379450a"><code>0096856</code></a> reorder user-password-host-port-database appearences (<a href="https://github.com/brianc/node-postgres/tree/HEAD/packages/pg/issues/3207">#3207</a>)</li> <li><a href="https://github.com/brianc/node-postgres/commit/a37a93bf7990220517a40cf16b8e72d4c3e6cef5"><code>a37a93b</code></a> Publish</li> <li><a href="https://github.com/brianc/node-postgres/commit/b03c071d2d15af259e1e008e9628191c865e58fa"><code>b03c071</code></a> Publish</li> <li><a href="https://github.com/brianc/node-postgres/commit/5807a00d93d4901d956e57c903a4ae8ad1a62121"><code>5807a00</code></a> Remove unused protocol-related dependencies from pg (<a href="https://github.com/brianc/node-postgres/tree/HEAD/packages/pg/issues/3181">#3181</a>)</li> <li><a href="https://github.com/brianc/node-postgres/commit/2ab6f367c05c2e76db0510bf99759494789d7dd7"><code>2ab6f36</code></a> query: remove unused prop: isPreparedStatement (<a href="https://github.com/brianc/node-postgres/tree/HEAD/packages/pg/issues/3177">#3177</a>)</li> <li><a href="https://github.com/brianc/node-postgres/commit/b400d33c33ccf30251269bf5f6f62c1d92ab6fde"><code>b400d33</code></a> query: remove unused prop: _promise (<a href="https://github.com/brianc/node-postgres/tree/HEAD/packages/pg/issues/3178">#3178</a>)</li> <li><a href="https://github.com/brianc/node-postgres/commit/a717c00b7b84943623af26b23cfc1fbe8de7e29a"><code>a717c00</code></a> chore (ci): add node v20 to build matrix (<a href="https://github.com/brianc/node-postgres/tree/HEAD/packages/pg/issues/3148">#3148</a>)</li> <li>Additional commits viewable in <a href="https://github.com/brianc/node-postgres/commits/[email protected]/packages/pg">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pg&package-manager=npm_and_yarn&previous-version=8.11.3&new-version=8.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vu Nguyen <[email protected]>
- Loading branch information