Skip to content

Ignore TypeScript major version bumps in Dependabot - #43

Merged
msaps merged 1 commit into
mainfrom
feature/dependabot-ignore-typescript-major
Jul 19, 2026
Merged

Ignore TypeScript major version bumps in Dependabot#43
msaps merged 1 commit into
mainfrom
feature/dependabot-ignore-typescript-major

Conversation

@msaps

@msaps msaps commented Jul 19, 2026

Copy link
Copy Markdown
Member

Summary

  • typescript-eslint has no TypeScript 7 support yet (peer range still <6.1.0) and crashes when paired with it, so major TS bumps would just create weekly PRs that fail lint until upstream catches up
  • Adds typescript to the major-version ignore list in .github/dependabot.yml, mirroring the existing @types/node rule
  • Mirrors the same fix applied in Loungebird/API#276

Test plan

  • .github/dependabot.yml is valid YAML (mirrors existing ignore block structure)
  • Confirm Dependabot stops proposing TypeScript major bumps after merge

🤖 Generated with Claude Code

typescript-eslint has no TypeScript 7 support yet (peer range still
<6.1.0) and crashes when paired with it, so major TS bumps would just
create weekly PRs that fail lint until upstream catches up. Mirrors
the same fix applied in Loungebird/API#276.
@vercel

vercel Bot commented Jul 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
loungebird Ready Ready Preview, Comment Jul 19, 2026 11:41am

@msaps
msaps merged commit 672e26a into main Jul 19, 2026
3 checks passed
@msaps
msaps deleted the feature/dependabot-ignore-typescript-major branch July 19, 2026 11:44
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