chore(dependabot): ignore TypeScript major updates until toolchain supports v7 - #2897
Draft
cursor[bot] wants to merge 1 commit into
Draft
chore(dependabot): ignore TypeScript major updates until toolchain supports v7#2897cursor[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 in this repo today: - npm ci fails with ERESOLVE because typedoc@0.28.20 peers cap TypeScript at <=6.0.x - typescript-eslint@8.63.0 peers cap TypeScript at <6.1.0 and crashes ESLint at import time - typedoc crashes at runtime against TS 7 - tsc reports 340 new errors on main (0 errors on TS 6.0.3) Follow-up to dependency review on #2892. Supersedes draft #2896, which was based on the dependabot branch and would have merged the TS 7 bump.
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-4bae")git submodule (Windows): git -C submodules/content-scope-scripts fetch origin pr-releases/cursor/dependency-update-risk-review-4bae
git -C submodules/content-scope-scripts checkout origin/pr-releases/cursor/dependency-update-risk-review-4baePin to exact commitnpm (Android / Extension): Swift Package Manager (Apple): .package(url: "https://github.com/duckduckgo/content-scope-scripts.git", revision: "ea805b83268e11872b679e0b0fe865bc8f76d5b8")git submodule (Windows): git -C submodules/content-scope-scripts fetch origin pr-releases/cursor/dependency-update-risk-review-4bae
git -C submodules/content-scope-scripts checkout ea805b83268e11872b679e0b0fe865bc8f76d5b8 |
Contributor
[Beta] Generated file diffTime updated: Thu, 23 Jul 2026 11:16:32 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)This supersedes draft PR #2896, which was based on the dependabot branch and would have merged the TS 7 bump along with the ignore rule.
Testing Steps
.github/dependabot.ymlcontains anignoreentry fortypescriptsemver-major updates.github/dependabot.ymlChecklist
Please tick all that apply: