Skip to content

ci(deps): stop Dependabot reproposing an uninstallable TypeScript 7 bump - #40

Merged
webdevsamran merged 1 commit into
mainfrom
chore/dependabot-ignore-ts7
Sep 7, 2026
Merged

ci(deps): stop Dependabot reproposing an uninstallable TypeScript 7 bump#40
webdevsamran merged 1 commit into
mainfrom
chore/dependabot-ignore-ts7

Conversation

@webdevsamran

@webdevsamran webdevsamran commented Sep 7, 2026

Copy link
Copy Markdown
Owner

TypeScript 7 cannot install alongside typescript-eslint (peer typescript@">=4.8.4 <6.1.0", latest 8.69.0) — npm ci fails with ERESOLVE before anything compiles.

#33 failed for this reason, and #38 proposed the identical bump minutes after #33 was superseded. Without an ignore rule this regenerates weekly, forever.

Scoped to >=7 so 6.x updates still arrive. Same rule applied to the three sibling repos.

TypeScript 7 cannot be installed alongside typescript-eslint, which declares
`peer typescript@">=4.8.4 <6.1.0"` and whose latest release is 8.69.0. Such a
PR fails at `npm ci` with ERESOLVE before anything compiles -- #33 could not
be merged for this reason, and #38 was opened proposing the identical bump
within minutes of #33 being superseded.

Scoped to `>=7` so 6.x updates still arrive normally. Remove once a
typescript-eslint release supports TypeScript 7.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

API Verity — contract review

One comment per PR — updated on each push.

@webdevsamran
webdevsamran merged commit b42b64d into main Sep 7, 2026
8 checks passed
@webdevsamran
webdevsamran deleted the chore/dependabot-ignore-ts7 branch September 7, 2026 05:52
webdevsamran added a commit that referenced this pull request Sep 7, 2026
…ump (#40)


TypeScript 7 cannot be installed alongside typescript-eslint, which declares
`peer typescript@">=4.8.4 <6.1.0"` and whose latest release is 8.69.0. Such a
PR fails at `npm ci` with ERESOLVE before anything compiles -- #33 could not
be merged for this reason, and #38 was opened proposing the identical bump
within minutes of #33 being superseded.

Scoped to `>=7` so 6.x updates still arrive normally. Remove once a
typescript-eslint release supports TypeScript 7.
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