chore(dependabot): ignore TypeScript major updates until toolchain supports v7 - #2896
Draft
cursor[bot] wants to merge 2 commits into
Draft
chore(dependabot): ignore TypeScript major updates until toolchain supports v7#2896cursor[bot] wants to merge 2 commits into
cursor[bot] wants to merge 2 commits into
Conversation
Bumps the typescript group with 1 update: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript ... Signed-off-by: dependabot[bot] <support@github.com>
…pports v7 TypeScript 7.0 breaks CI in this repo today because typedoc and typescript-eslint still require the TypeScript 6 compiler API. Block Dependabot major bumps until those tools publish compatible releases.
This was referenced Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Asana Task/Github Issue: N/A (follow-up to #2892 dependency review)
Description
Add a Dependabot
ignorerule to skiptypescriptversion-update:semver-majorupdates.TypeScript 7.0.2 cannot be adopted in this repo today:
npm cifails withERESOLVEbecausetypedoc@0.28.20peers cap TypeScript at<=6.0.xtypescript-eslint@8.63.0peers cap TypeScript at<6.1.0and crashes ESLint at import time when forcedtypedoccrashes at runtime against TS 7 (Cannot read properties of undefined (reading 'PropertyDeclaration'))tscreports 340 new errors on main (0 errors on TS 6.0.3), including stricter JSON import typing (TS1340) and nullability checks (TS18047)This supersedes draft PR #2582, which targeted the TS 6 transition.
Testing Steps
.github/dependabot.ymlcontains anignoreentry fortypescriptsemver-major updates.github/dependabot.ymlChecklist
Please tick all that apply: