Commit 68d61c7
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments