Skip to content

Commit

Permalink
feat(postgres): remove utf-8-validate dependency and update minimum n…
Browse files Browse the repository at this point in the history
…ode version (#744)
  • Loading branch information
lukahartwig authored Sep 6, 2024
1 parent dca9772 commit a2a4757
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 20 deletions.
6 changes: 6 additions & 0 deletions .changeset/shiny-paws-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@vercel/postgres-kysely': minor
'@vercel/postgres': minor
---

Removes utf-8-validate dependency and sets minimum Node.js version to 18.14
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion packages/postgres-kysely/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"kysely": "^0.24.2 || ^0.25.0 || ^0.26.0 || ^0.27.0"
},
"engines": {
"node": ">=14.6"
"node": ">=18.14"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 1 addition & 2 deletions packages/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"dependencies": {
"@neondatabase/serverless": "^0.9.3",
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.4",
"ws": "^8.17.1"
},
"devDependencies": {
Expand All @@ -66,6 +65,6 @@
"typescript": "5.3.3"
},
"engines": {
"node": ">=14.6"
"node": ">=18.14"
}
}
21 changes: 5 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2a4757

Please sign in to comment.