-
Notifications
You must be signed in to change notification settings - Fork 0
Commit e9084c8
authored
Bump pg from 8.12.0 to 8.13.0 (#152)
Bumps
[pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from
8.12.0 to 8.13.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>
<p>All major and minor releases are briefly explained below.</p>
<p>For richer information consult the commit log on github with
referenced pull requests.</p>
<p>We do not include break-fix version release in this file.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/brianc/node-postgres/commit/92cb640fd316972e323ced6256b2acd89b1b58e0"><code>92cb640</code></a>
Publish</li>
<li><a
href="https://github.com/brianc/node-postgres/commit/f73b22f96e8f5c80d920689e65ac3dcd7c19e1bc"><code>f73b22f</code></a>
Handle bad message ordering - make it catchable. Fixes 3174 (<a
href="https://github.com/brianc/node-postgres/tree/HEAD/packages/pg/issues/3289">#3289</a>)</li>
<li><a
href="https://github.com/brianc/node-postgres/commit/fb12280340cda7508dfa91928b35249d53f9593c"><code>fb12280</code></a>
Bump bluebird from 3.4.1 to 3.7.2 (<a
href="https://github.com/brianc/node-postgres/tree/HEAD/packages/pg/issues/3303">#3303</a>)</li>
<li><a
href="https://github.com/brianc/node-postgres/commit/50c06f9bc6ff2ca1e8d7b7268b9af54ce49d72c1"><code>50c06f9</code></a>
Remove test globals (<a
href="https://github.com/brianc/node-postgres/tree/HEAD/packages/pg/issues/3264">#3264</a>)</li>
<li><a
href="https://github.com/brianc/node-postgres/commit/f7e484ed61958683fe06738e8c11650f913635de"><code>f7e484e</code></a>
refactor: tighten up cloudflare detection (<a
href="https://github.com/brianc/node-postgres/tree/HEAD/packages/pg/issues/3170">#3170</a>)</li>
<li><a
href="https://github.com/brianc/node-postgres/commit/3e4d545c203e75d1429c8cc156491b56a09bb5c1"><code>3e4d545</code></a>
Fix lint (<a
href="https://github.com/brianc/node-postgres/tree/HEAD/packages/pg/issues/3262">#3262</a>)</li>
<li><a
href="https://github.com/brianc/node-postgres/commit/9baa56eaa2497536012208202d6207b398387244"><code>9baa56e</code></a>
feat: allow specifying a timeout on a per query base (<a
href="https://github.com/brianc/node-postgres/tree/HEAD/packages/pg/issues/3074">#3074</a>)</li>
<li><a
href="https://github.com/brianc/node-postgres/commit/4f457e12e0b718870a8f05a4559a63dc97b6152b"><code>4f457e1</code></a>
Remove unused file: list-db-types (<a
href="https://github.com/brianc/node-postgres/tree/HEAD/packages/pg/issues/3249">#3249</a>)</li>
<li><a
href="https://github.com/brianc/node-postgres/commit/53dc4e6cb3011efe847a39d627f37fea4ca5d2f4"><code>53dc4e6</code></a>
Add test for date type (<a
href="https://github.com/brianc/node-postgres/tree/HEAD/packages/pg/issues/3261">#3261</a>)</li>
<li><a
href="https://github.com/brianc/node-postgres/commit/83a0e3e90ecdf618afee9cab25a8d273c3796e12"><code>83a0e3e</code></a>
eslint: enable rule: <code>@typescript-eslint/no-unused-vars</code> (<a
href="https://github.com/brianc/node-postgres/tree/HEAD/packages/pg/issues/3247">#3247</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/brianc/node-postgres/commits/pg@8.13.0/packages/pg">compare
view</a></li>
</ul>
</details>
<br />
[](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>File tree
Expand file treeCollapse file tree
2 files changed
+17
-13
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+17
-13
lines changed+16-12Lines changed: 16 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
0 commit comments