Skip to content

Commit 68d61c7

Browse files
authored
chore(deps): bump prisma to 7.9.0 and drop the dead hono override (#223)
Takes six of the eight updates from the Dependabot dev group. prisma 7.9.0 is the one that matters for security: it pulls @prisma/dev 0.24.14, which replaced hono with find-my-way, so hono and @hono/node-server leave the tree entirely and their four advisories are resolved. @prisma/client and @prisma/adapter-pg move to 7.9.0 alongside the CLI to keep them in lockstep. Also bumps typescript-eslint 8.65.0, prettier 3.9.6, prettier-plugin-tailwindcss 0.8.1, turbo 2.10.6 and autoprefixer 10.5.4. eslint 10.8.0 and postcss 8.5.23 are deliberately left out: both were published less than 24h ago and the minimumReleaseAge policy rejects them, which is exactly why the group PR could not go green. They can follow once they have aged. With hono gone the @hono/node-server override is dead code, so it is removed. Verified that every one of the 83 new lockfile entries, mostly the Studio 0.33.0 and pglite trees that prisma 7.9.0 brings along, is older than 24h.
1 parent 4783df2 commit 68d61c7

5 files changed

Lines changed: 562 additions & 245 deletions

File tree

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/qrcode": "^1.5.6",
4141
"@types/react": "^19.0.2",
4242
"@types/react-dom": "^19.0.2",
43-
"autoprefixer": "^10.5.3",
43+
"autoprefixer": "^10.5.4",
4444
"postcss": "^8.5.19",
4545
"tailwindcss": "^3.4.17",
4646
"tailwindcss-animate": "^1.0.7",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"@types/node": "^26.1.1",
3232
"dotenv": "^17.4.2",
3333
"eslint": "^10.7.0",
34-
"prettier": "^3.9.5",
35-
"prettier-plugin-tailwindcss": "^0.8.0",
36-
"prisma": "^7.0.0",
37-
"turbo": "^2.10.5",
34+
"prettier": "^3.9.6",
35+
"prettier-plugin-tailwindcss": "^0.8.1",
36+
"prisma": "^7.9.0",
37+
"turbo": "^2.10.6",
3838
"typescript": "^5.7.2",
39-
"typescript-eslint": "^8.64.0"
39+
"typescript-eslint": "^8.65.0"
4040
}
4141
}

packages/db/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"clean": "rm -rf dist .turbo"
2020
},
2121
"dependencies": {
22-
"@prisma/adapter-pg": "^7.0.0",
23-
"@prisma/client": "^7.0.0"
22+
"@prisma/adapter-pg": "^7.9.0",
23+
"@prisma/client": "^7.9.0"
2424
},
2525
"devDependencies": {
2626
"@types/pg": "^8.11.10",
2727
"pg": "^8.22.0",
28-
"prisma": "^7.0.0",
28+
"prisma": "^7.9.0",
2929
"tsx": "^4.23.1",
3030
"typescript": "^5.7.2",
3131
"vitest": "^4.1.10"

0 commit comments

Comments
 (0)