chore(dependabot): ignore TypeScript major updates until toolchain supports v7 - #2905
Draft
cursor[bot] wants to merge 1 commit into
Draft
chore(dependabot): ignore TypeScript major updates until toolchain supports v7#2905cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
…pports v7 TypeScript 7.0.2 cannot be adopted yet due to peer dependency conflicts (typedoc, typescript-eslint), runtime crashes in ESLint and typedoc, and 340 new tsc errors on main (0 on TS 6.0.3). Follow-up to dependency review on #2892.
Contributor
Build Branch
Static preview entry points
QR codes (mobile preview)
Integration commandsnpm (Android / Extension): Swift Package Manager (Apple): .package(url: "https://github.com/duckduckgo/content-scope-scripts.git", branch: "pr-releases/cursor/dependency-update-risk-review-c468")git submodule (Windows): git -C submodules/content-scope-scripts fetch origin pr-releases/cursor/dependency-update-risk-review-c468
git -C submodules/content-scope-scripts checkout origin/pr-releases/cursor/dependency-update-risk-review-c468Pin to exact commitnpm (Android / Extension): Swift Package Manager (Apple): .package(url: "https://github.com/duckduckgo/content-scope-scripts.git", revision: "0c795b50b8d1802d095f87807567b6c9532b5ea9")git submodule (Windows): git -C submodules/content-scope-scripts fetch origin pr-releases/cursor/dependency-update-risk-review-c468
git -C submodules/content-scope-scripts checkout 0c795b50b8d1802d095f87807567b6c9532b5ea9 |
Contributor
[Beta] Generated file diffTime updated: Fri, 24 Jul 2026 11:18:29 GMT |
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)Similar draft PRs #2896/#2897 were opened by earlier automation runs; this branch is the canonical follow-up from the latest review.
Testing Steps
.github/dependabot.ymlcontains anignoreentry fortypescriptsemver-major updates.github/dependabot.ymlChecklist
Please tick all that apply: