Skip to content

Commit 8558d49

Browse files
fix(deps): update dependency pg to v8.17.0 (#430)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [pg](https://redirect.github.com/brianc/node-postgres) ([source](https://redirect.github.com/brianc/node-postgres/tree/HEAD/packages/pg)) | [`8.16.3` → `8.17.0`](https://renovatebot.com/diffs/npm/pg/8.16.3/8.17.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/pg/8.17.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pg/8.17.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pg/8.16.3/8.17.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pg/8.16.3/8.17.0?slim=true) | --- ### Release Notes <details> <summary>brianc/node-postgres (pg)</summary> ### [`v8.17.0`](https://redirect.github.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#pg8170) [Compare Source](https://redirect.github.com/brianc/node-postgres/compare/[email protected]@8.17.0) - Throw correct error if database URL parsing [fails](https://redirect.github.com/brianc/node-postgres/issues/3513). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Dublin. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/BSStudio/bss-web-graphql-backend). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be66ca4 commit 8558d49

File tree

2 files changed

+42
-32
lines changed

2 files changed

+42
-32
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"helmet": "8.1.0",
2727
"koa": "3.1.1",
2828
"koa-compress": "5.1.1",
29-
"pg": "8.16.3",
29+
"pg": "8.17.0",
3030
"postgraphile": "4.14.1"
3131
},
3232
"// build": "Dependencies required to build the project",

pnpm-lock.yaml

Lines changed: 41 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)