This repository was archived by the owner on May 11, 2026. It is now read-only.
Commit 00478ce
chore: pin test deps to yarn-locked versions
ts-jest, jest, jest-environment-node-single-context, @types/jest, and
lodash drifted upward when Bun resolved fresh against the ^x.y.z
ranges. ts-jest 29.4 in particular was 35x slower at compiling the
test suite (~1s under 29.1.1, >30s under 29.4.9), which pushed the CI
test step past the 2-minute timeout.
Pins them to the exact versions yarn.lock had to keep test behavior
unchanged across the package-manager swap.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 99ca3a5 commit 00478ce
2 files changed
Lines changed: 33 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
0 commit comments