Commit 4b81f0a
committed
Keep typescript on 5.9.x until openapi-typescript supports TS 6
The Dependabot group update bumped typescript to ^6.0.2, but
openapi-typescript@7.13.0 still declares peer typescript ^5.x, so
npm ci fails to resolve. Revert just the typescript bump (keep the
other five: @types/node, @vitest/coverage-v8, msw, oxlint, vitest)
and regenerate the lockfile against 5.9.3.
Add a temporary dependabot.yml ignore on typescript semver-major
bumps so the same mismatch doesn't keep getting proposed. Remove
the ignore once openapi-typescript ships TS 6 support
(openapi-ts/openapi-typescript#2774).1 parent 8fa1d13 commit 4b81f0a
3 files changed
Lines changed: 423 additions & 374 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
0 commit comments