Skip to content

chore: block pnpm 11.12.0 and typescript 7 in renovate - #731

Merged
dejanvasic85 merged 2 commits into
mainfrom
chore/block-pnpm-11.12.0
Jul 13, 2026
Merged

chore: block pnpm 11.12.0 and typescript 7 in renovate#731
dejanvasic85 merged 2 commits into
mainfrom
chore/block-pnpm-11.12.0

Conversation

@dejanvasic85

@dejanvasic85 dejanvasic85 commented Jul 13, 2026

Copy link
Copy Markdown
Owner

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-setup during self-install:
Cannot use 'in' operator to search for 'integrity' in undefined (createFullPkgId). Confirmed upstream bug — pnpm/action-setup#276. standalone: true doesn'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 build then 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

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>
@vercel

vercel Bot commented Jul 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
williamstownsc Ready Ready Preview, Comment Jul 13, 2026 6:58am

Request Review

@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

Next review available in: 23 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: defaults

Review profile: CHILL

Plan: Pro

Run ID: e874bd42-5847-41e3-a514-9e9ea3f254f8

📥 Commits

Reviewing files that changed from the base of the PR and between 28ab195 and 4e44101.

📒 Files selected for processing (1)
  • renovate.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/block-pnpm-11.12.0

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.

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>
@dejanvasic85 dejanvasic85 changed the title chore: block pnpm 11.12.0 in renovate chore: block pnpm 11.12.0 and typescript 7 in renovate Jul 13, 2026
@dejanvasic85
dejanvasic85 enabled auto-merge (squash) July 13, 2026 06:58
@dejanvasic85
dejanvasic85 merged commit 29c113c into main Jul 13, 2026
6 checks passed
@dejanvasic85
dejanvasic85 deleted the chore/block-pnpm-11.12.0 branch July 13, 2026 07:00
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