Commit 4f5cb68
committed
chore: update dependencies to latest minor/patch versions
Update dependencies and devDependencies to their latest compatible versions:
Dependencies:
- body-parser: 2.2.1 → 2.2.2
- decimal.js: 10.5.0 → 10.6.0
- express: 5.1.0 → 5.2.1
- msw: 2.8.4 → 2.12.7
Dev Dependencies:
- @biomejs/biome: 2.3.7 → 2.3.11
- @changesets/cli: 2.29.7 → 2.29.8
- @types/body-parser: 1.19.5 → 1.19.6
- @types/express: 5.0.5 → 5.0.6
- @types/morgan: 1.9.9 → 1.9.10
- @types/qs: 6.9.11 → 6.14.0
- @vitest/coverage-v8: 4.0.13 → 4.0.16
- fishery: 2.2.3 → 2.4.0
- supertest: 7.1.4 → 7.2.2
- tsdown: 0.16.8 → 0.18.4
- vitest: 4.0.13 → 4.0.16
Changes:
- Update type signatures for ParsedQs to handle new union type from @types/qs
- Update biome schema version to 2.3.11
- Add missing ctMock.clear() cleanup in payment.test.ts (boy scout rule)
All tests passing. No breaking changes.
Note: Some intermittent test flakiness remains (pre-existing issue unrelated
to these updates).1 parent f75bfc0 commit 4f5cb68
6 files changed
Lines changed: 838 additions & 691 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments