chore: block pnpm 11.12.0 and typescript 7 in renovate - #731
Conversation
pnpm 11.12.0 crashes pnpm/action-setup self-install with "Cannot use 'in' operator to search for 'integrity' in undefined" (createFullPkgId). See pnpm/action-setup#276. Pin to <11.12.0 until pnpm ships a fix, then remove this rule. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 23 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
TypeScript 7 is the native (Go) compiler distributed as platform binaries (@typescript/typescript-*) instead of the JS module Next.js loads, so `next build` reports TypeScript is not installed. Pin to <7.0.0 until Next.js supports the native compiler, then remove. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Pins two dependencies in Renovate that currently break the build/CI, so their upgrade PRs stop being re-raised. Remove each rule once upstream support lands.
pnpm
<11.12.0(was #730)pnpm 11.12.0 crashes
pnpm/action-setupduring self-install:Cannot use 'in' operator to search for 'integrity' in undefined(createFullPkgId). Confirmed upstream bug — pnpm/action-setup#276.standalone: truedoesn't help (exits 127).typescript
<7.0.0(was #722)TypeScript 7 is the native (Go) compiler, distributed as platform binaries (
@typescript/typescript-*) instead of the JS module Next.js loads.next buildthen reports "trying to use TypeScript but do not have the required package(s) installed" and fails. Next.js 16.2.x doesn't yet consume the native compiler.🤖 Generated with Claude Code