Skip to content

chore: block incompatible TypeScript 7 updates - #10

Merged
Abhirup0 merged 1 commit into
masterfrom
chore/block-incompatible-typescript-7
Aug 18, 2026
Merged

chore: block incompatible TypeScript 7 updates#10
Abhirup0 merged 1 commit into
masterfrom
chore/block-incompatible-typescript-7

Conversation

@Abhirup0

Copy link
Copy Markdown
Contributor

What changed?

Adds a precise Dependabot exclusion for TypeScript >=7.

The current lint stack uses typescript-eslint@8.64.0, whose peer range is TypeScript >=4.8.4 <6.1.0. Dependabot PR #4 upgraded directly to TypeScript 7.0.2, causing every job to fail at npm ci with ERESOLVE before project tests could run.

This rule still permits compatible TypeScript 5.x/6.0 updates and does not weaken CI or suppress any other dependency.

Verification

  • node scripts/check-format.mjs
  • node scripts/check-source.mjs
  • git diff --check

@Abhirup0
Abhirup0 merged commit 01e5417 into master Aug 18, 2026
9 checks passed
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