Commits
- [`3ac356a`](https://github.com/brianc/node-postgres/commit/3ac356a812f473ad1f0a748b662524f9b7913583) Bump version
- [`7de137f`](https://github.com/brianc/node-postgres/commit/7de137f9f88611b8fcae5539aa90b6037133f1f1) tls.connect({checkServerIdentity}) option cannot be a null - must be a method...
- [`83ede28`](https://github.com/brianc/node-postgres/commit/83ede28e181fba62c325ae18a6dcd428777e9f1c) Bump version
- [`72db790`](https://github.com/brianc/node-postgres/commit/72db7902fa9edb5fb9d436c27379dd74d4c9452f) dont use dynamic functions to parse rows, closes [#1417](https://github-redirect.dependabot.com/brianc/node-postgres/issues/1417)
- [`4905471`](https://github.com/brianc/node-postgres/commit/49054717b4ec0c6d477f04c2becd1f9680b2d13a) Add ability to specify checkServerIdentity callback
- [`831dfb1`](https://github.com/brianc/node-postgres/commit/831dfb1b4cd9acf61a7d9ca4b64345e021429765) Pass through portal properly
- [`9389527`](https://github.com/brianc/node-postgres/commit/938952760974b6b07900e2b28dafa64382f2e3b1) Add comments to case branches, explaining code meanings
- [`3eb7375`](https://github.com/brianc/node-postgres/commit/3eb73751f5564cd8f6618fe55862549d058f510a) Expand test to check for expected and unexpected errors
- [`7dd3b50`](https://github.com/brianc/node-postgres/commit/7dd3b50e41a540a15eba5edb4371f4f7a3656845) Add guard to test to not check errors for empty error messages
- [`5d32be4`](https://github.com/brianc/node-postgres/commit/5d32be4a907b8016622bc742ae5985ba33569750) Handle SSL negotiation errors more robustly
- Additional commits viewable in [compare view](https://github.com/brianc/node-postgres/compare/v7.4.1...v7.4.3)
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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
⚠️ Dependabot is rebasing this PR ⚠️
This PR will be updated for you in a moment. If you make any changes yourself then they will take precedence over the rebase (which will be abandoned).
Bumps pg from 7.4.1 to 7.4.3.
Commits
- [`3ac356a`](https://github.com/brianc/node-postgres/commit/3ac356a812f473ad1f0a748b662524f9b7913583) Bump version - [`7de137f`](https://github.com/brianc/node-postgres/commit/7de137f9f88611b8fcae5539aa90b6037133f1f1) tls.connect({checkServerIdentity}) option cannot be a null - must be a method... - [`83ede28`](https://github.com/brianc/node-postgres/commit/83ede28e181fba62c325ae18a6dcd428777e9f1c) Bump version - [`72db790`](https://github.com/brianc/node-postgres/commit/72db7902fa9edb5fb9d436c27379dd74d4c9452f) dont use dynamic functions to parse rows, closes [#1417](https://github-redirect.dependabot.com/brianc/node-postgres/issues/1417) - [`4905471`](https://github.com/brianc/node-postgres/commit/49054717b4ec0c6d477f04c2becd1f9680b2d13a) Add ability to specify checkServerIdentity callback - [`831dfb1`](https://github.com/brianc/node-postgres/commit/831dfb1b4cd9acf61a7d9ca4b64345e021429765) Pass through portal properly - [`9389527`](https://github.com/brianc/node-postgres/commit/938952760974b6b07900e2b28dafa64382f2e3b1) Add comments to case branches, explaining code meanings - [`3eb7375`](https://github.com/brianc/node-postgres/commit/3eb73751f5564cd8f6618fe55862549d058f510a) Expand test to check for expected and unexpected errors - [`7dd3b50`](https://github.com/brianc/node-postgres/commit/7dd3b50e41a540a15eba5edb4371f4f7a3656845) Add guard to test to not check errors for empty error messages - [`5d32be4`](https://github.com/brianc/node-postgres/commit/5d32be4a907b8016622bc742ae5985ba33569750) Handle SSL negotiation errors more robustly - Additional commits viewable in [compare view](https://github.com/brianc/node-postgres/compare/v7.4.1...v7.4.3)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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
⚠️ Dependabot is rebasing this PR ⚠️
This PR will be updated for you in a moment. If you make any changes yourself then they will take precedence over the rebase (which will be abandoned).