Commit 76aaa07
chore(deps): pin typescript to ~4.9 to block transitive major upgrades
semantic-release@25 → cosmiconfig@9 declares typescript: '>=4.9.5', which
npm's fresh dependency resolution was picking up as typescript@6.0.3.
This caused dependabot PRs to fail CI on prepare-script tsc invocations.
Using ~ instead of ^ allows patch updates within 4.9.x while blocking
accidental minor/major upgrades through transitive resolution. A future
TypeScript 5.x upgrade will be a deliberate, separate PR.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 72364db commit 76aaa07
2 files changed
Lines changed: 2 additions & 2 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 | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments