Commit d3d4130
feat: update dependencies and run tests (#222)
* chore: update all dependencies and remove deprecated type packages
Updated dependencies:
- std-env: 3.9.0 → 3.10.0
- type-fest: 5.0.1 → 5.2.0
- yargs: 17.0.0 → 18.0.0
- @types/node: 24.6.2 → 24.10.0
- @types/yargs: 17.0.33 → 17.0.34
- lint-staged: 16.2.3 → 16.2.6
- pino-pretty: 13.1.1 → 13.1.2
- tap: 21.1.1 → 21.1.3
Removed deprecated type packages that now provide their own types:
- @types/glob
- @types/lint-staged
- @types/tap
All tests passing successfully.
* fix: downgrade yargs to v17 to fix Node 21 compatibility
Yargs v18 is ESM-only and cannot be used with CommonJS/ts-node-dev,
causing failures in the CI pipeline on Node 21.
Downgraded yargs from 18.0.0 to 17.7.2 to maintain compatibility
with the existing CommonJS setup.
Tests and build passing on all Node versions.
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 4814d4c commit d3d4130
2 files changed
Lines changed: 901 additions & 1172 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | | - | |
28 | | - | |
| 26 | + | |
29 | 27 | | |
30 | | - | |
31 | | - | |
| 28 | + | |
32 | 29 | | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
37 | | - | |
38 | | - | |
| 34 | + | |
| 35 | + | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
43 | | - | |
| 40 | + | |
44 | 41 | | |
45 | 42 | | |
46 | 43 | | |
| |||
0 commit comments