Skip to content

ci(deps): ignore typescript major-version bumps in dependabot config - #21

Merged
asachs01 merged 1 commit into
mainfrom
fix/ignore-typescript-major-dependabot
Aug 13, 2026
Merged

ci(deps): ignore typescript major-version bumps in dependabot config#21
asachs01 merged 1 commit into
mainfrom
fix/ignore-typescript-major-dependabot

Conversation

@asachs01

@asachs01 asachs01 commented Aug 13, 2026

Copy link
Copy Markdown
Member

Why

typescript 7.x breaks this fleet's toolchain: DTS emit via tsup/rollup-plugin-dts throws TS5101 ("baseUrl deprecated") as a hard error, and typescript-eslint still caps its peer range below typescript 6.1.0 as of its latest 8.66.0 release (no TS7 support yet).

Several repos in the fleet have already been manually fixed once (typescript pinned back down) only to have Dependabot re-propose and re-merge the exact same breaking major bump later, because Dependabot has no memory of a prior manual revert. This broke main on 5 repos in the fleet tonight and was fixed.

What

Adds an ignore: entry for typescript semver-major updates to .github/dependabot.yml, as a sibling key to the existing groups: block. This stops Dependabot from proposing typescript major-version bumps on this repo until the toolchain (typescript-eslint + tsup/rollup-plugin-dts) supports TS7. Minor/patch typescript updates continue to flow through the existing dev-dependencies group as before.

This is a deliberate, temporary hold — not a permanent block. Remove once typescript-eslint and the DTS toolchain support TS7.

Config-only change, no application code touched.

🤖 Generated with Claude Code


View with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is enabled.

@asachs01
asachs01 merged commit 3e3cdde into main Aug 13, 2026
4 checks passed
@asachs01
asachs01 deleted the fix/ignore-typescript-major-dependabot branch August 13, 2026 12: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