Skip to content

chore(deps): stop dependabot proposing typescript >= 6.1 - #658

Merged
CybotTM merged 1 commit into
mainfrom
chore/dependabot-ignore-ts
Jul 29, 2026
Merged

chore(deps): stop dependabot proposing typescript >= 6.1#658
CybotTM merged 1 commit into
mainfrom
chore/dependabot-ignore-ts

Conversation

@CybotTM

@CybotTM CybotTM commented Jul 29, 2026

Copy link
Copy Markdown
Member

Follow-up to #654.

#654 held typescript at ^6.0.3 by hand because typescript-eslint refuses to load against TS 7 (typescript-eslint does not support TS 7.0), which fails eslint . in the frontend job. Without an ignore entry the weekly frontend group (patterns: ["*"]) re-proposes the same upgrade and the PR goes red again on every run — the pin alone is repeat work, not a fix.

The boundary is 6.1, not 7: typescript-eslint@8.65.0 declares peerDependencies.typescript: ">=4.8.4 <6.1.0", so a 6.1 bump breaks it exactly the same way. The ignore encodes that range rather than only the version we happened to hit.

Removal condition is in the comment: drop the entry once typescript-eslint widens its peer range, and remove the package.json pin with it.

#654 had to hold typescript at ^6.0.3 by hand because typescript-eslint
refuses to load against TS 7. Without an ignore entry the weekly frontend
group re-proposes the same upgrade and the PR goes red again every run.

The boundary is 6.1, not 7: typescript-eslint's peer range is
">=4.8.4 <6.1.0", so 6.1 breaks `eslint .` the same way 7.0 does.

Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
Copilot AI review requested due to automatic review settings July 29, 2026 01:15
@sonarqubecloud

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@CybotTM
CybotTM merged commit 162c57b into main Jul 29, 2026
19 of 20 checks passed
@CybotTM
CybotTM deleted the chore/dependabot-ignore-ts branch July 29, 2026 01:20
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.

2 participants