Skip to content

Prevent Dependabot from proposing TypeScript major bumps#232

Merged
alexwarren merged 1 commit into
mainfrom
dependabot-typescript-ignore
Jul 9, 2026
Merged

Prevent Dependabot from proposing TypeScript major bumps#232
alexwarren merged 1 commit into
mainfrom
dependabot-typescript-ignore

Conversation

@alexwarren

Copy link
Copy Markdown
Contributor

Summary

  • typescript-eslint's peer dependency range (<6.1.0) doesn't support TypeScript 7 yet, so a bump to 7.x breaks npm ci for the whole grouped Dependabot update (see Bump the dependencies group with 10 updates #231, closed).
  • Adds an ignore rule for major version bumps of typescript in .github/dependabot.yml until the ecosystem (typescript-eslint, Astro/@volar) catches up.

Test plan

  • Reviewed .github/dependabot.yml diff — only adds an ignore block, no other changes
  • Confirm Dependabot stops proposing typescript 7.x bumps on next scheduled run

typescript-eslint's peer dependency range (<6.1.0) doesn't support
TypeScript 7 yet, so a bump to 7.x breaks npm ci for the whole grouped
update (see #231). Ignore major version bumps for typescript until the
ecosystem catches up.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@alexwarren alexwarren enabled auto-merge (squash) July 9, 2026 13:24
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying squiffy-app with  Cloudflare Pages  Cloudflare Pages

Latest commit: 36f10fd
Status: ✅  Deploy successful!
Preview URL: https://3345534b.squiffy.pages.dev
Branch Preview URL: https://dependabot-typescript-ignore.squiffy.pages.dev

View logs

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying squiffy-site with  Cloudflare Pages  Cloudflare Pages

Latest commit: 36f10fd
Status: ✅  Deploy successful!
Preview URL: https://b85e9e23.squiffy-site.pages.dev
Branch Preview URL: https://dependabot-typescript-ignore.squiffy-site.pages.dev

View logs

@alexwarren alexwarren merged commit 70f819a into main Jul 9, 2026
4 checks passed
@alexwarren alexwarren deleted the dependabot-typescript-ignore branch July 9, 2026 13:26
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