Skip to content

chore(deps): ignore TypeScript major bumps in dependabot - #749

Merged
michaelpporter merged 1 commit into
mainfrom
chore/dependabot-ignore-typescript
Jul 26, 2026
Merged

chore(deps): ignore TypeScript major bumps in dependabot#749
michaelpporter merged 1 commit into
mainfrom
chore/dependabot-ignore-typescript

Conversation

@michaelpporter

Copy link
Copy Markdown
Owner

TypeScript 7 is not yet supported by svelte-check or typescript-eslint. The bump was merged once inside a grouped dependency PR and broke bun run build on main, where it sat undetected from 2026-05-28 to 2026-07-25; reverted in PR #741.

Grouped PRs (patterns: ["*"]) are exactly how it slipped through — a single breaking dependency is easy to miss among a dozen others. Dependabot applies ignore rules before grouping, so typescript is now filtered out of the set entirely rather than needing to be spotted in review.

Scoped to version-update:semver-major, so 6.x minor and patch updates still come through normally. Remove this entry only after confirming both tools claim TS7 support.

Refs #741

TS 7 is not yet supported by svelte-check or typescript-eslint. The bump
was merged once in a grouped dependency PR and broke `bun run build` on
main, where it sat undetected for two months; reverted in PR #741.

Scoped to semver-major so 6.x minor and patch updates still come through.

Refs #741
@michaelpporter
michaelpporter merged commit 5793106 into main Jul 26, 2026
1 check passed
@michaelpporter
michaelpporter deleted the chore/dependabot-ignore-typescript branch July 26, 2026 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant