Skip to content

ci: ignore TypeScript major bumps in Dependabot until the toolchain supports the native port#83

Merged
GeiserX merged 1 commit into
mainfrom
ci/dependabot-ignore-ts-major
Jul 13, 2026
Merged

ci: ignore TypeScript major bumps in Dependabot until the toolchain supports the native port#83
GeiserX merged 1 commit into
mainfrom
ci/dependabot-ignore-ts-major

Conversation

@GeiserX

@GeiserX GeiserX commented Jul 13, 2026

Copy link
Copy Markdown
Owner

What

Adds a Dependabot ignore for TypeScript major-version bumps in the npm ecosystem, so the typescript 7.x major isn't re-proposed while the toolchain can't build under it. Minor/patch updates on the 6.x line still flow normally.

Why

Dependabot #82 tried to bump typescript 6.0.3 → 7.0.2. TypeScript 7 is the new native (Go) compiler port, and the current stack doesn't support it yet:

  • npx tsc --noEmit crashes: TypeError: Cannot read properties of undefined (reading 'Cjs') (exit 2) — the TS 7 CLI shim throws before type-checking.
  • next build fails ("Ecmascript file had an error" / "remove the tsconfig.json…") because Next.js 16 and typescript-eslint 8 rely on the programmatic TS compiler API that the native port doesn't expose yet (typescript-eslint still declares a <6.0.0 peer).

Nothing in this repo can patch a crash inside the compiler port, so main stays on the TS 6.x line (dev-only dependency). This ignore is scoped narrowly (only typescript, only semver-major) and is documented inline with a note to remove it once Next.js + typescript-eslint declare TS 7 support.

Closes the loop on #82 (that PR is closed).

…upports the native port

TypeScript 7 is the native (Go) compiler port; Next.js and typescript-eslint
dont support it yet (tsc --noEmit crashes reading 'Cjs', next build fails).
Stop Dependabot re-proposing the TS 7 major (see #82) while staying open to
minor/patch updates on the 6.x line. Remove once the toolchain supports TS 7.
@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@GeiserX, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 50 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 751d6332-6a45-4da2-8b21-9622533813ce

📥 Commits

Reviewing files that changed from the base of the PR and between 2ebb8db and 4bcbc3f.

📒 Files selected for processing (1)
  • .github/dependabot.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/dependabot-ignore-ts-major

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@GeiserX
GeiserX merged commit c8b0675 into main Jul 13, 2026
2 checks passed
@GeiserX
GeiserX deleted the ci/dependabot-ignore-ts-major branch July 13, 2026 21:01
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