Commit 3cf16ad
authored
chore: bump dev deps to clear Dependabot alerts (#20)
Within-major bumps (pnpm up): tsup 8.1 → 8.5, msw 2.3 → 2.13,
vitest 1.6.0 → 1.6.1, typescript 5.4.5 → 5.9.3, @types/node
20.14 → 20.19, @types/async-retry 1.4.8 → 1.4.9, fastq 1.17 → 1.20.
Transitively clears 6 open Dependabot alerts (all high-severity
rollup and minimatch, plus glob, picomatch, cookie): rollup
→ 4.60.2, picomatch → 4.0.4, cookie → 1.1.1; minimatch and glob
no longer pulled in.
Replaces the legacy `import ... assert { type: "json" }` syntax
with the new `with { type: "json" }` form required by TS 5.9.
Remaining open alerts (#48 vite, #60 tsup) need a vitest major
bump or an upstream tsup fix; tracked as follow-ups.1 parent 0cb0997 commit 3cf16ad
4 files changed
Lines changed: 604 additions & 911 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
0 commit comments