Commit 59bf4fe
committed
chore(deps): ignore typescript and @ai-sdk/provider majors
Dependabot's dev-dependencies group keeps opening PRs that cannot pass
CI. TypeScript 7 breaks declaration emit: tsup bundles rollup-plugin-dts
6.x, whose peer range is "^4.5 || ^5.0 || ^6.0", and DTS build dies with
"Cannot read properties of undefined (reading
'useCaseSensitiveFileNames')". No released tsup or rollup-plugin-dts
supports TS7.
@ai-sdk/provider v4 is a spec migration, not a bump: the provider
implements LanguageModelV3* and declares peerDependencies ^3.0.0, so a
v4 dev dependency would typecheck against types consumers never install.
Both ignores are scoped to semver-major only; minor and patch updates
still flow through the group.1 parent 0cf4ef9 commit 59bf4fe
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
14 | 29 | | |
15 | 30 | | |
16 | 31 | | |
| |||
0 commit comments