Skip to content

fix(dashboard): sync pnpm-lock.yaml with next@14.2.35 — unblocks Vercel deploy - #117

Merged
Thejas775 merged 1 commit into
mainfrom
fix/paycraft-pnpm-lockfile
Jul 14, 2026
Merged

fix(dashboard): sync pnpm-lock.yaml with next@14.2.35 — unblocks Vercel deploy#117
Thejas775 merged 1 commit into
mainfrom
fix/paycraft-pnpm-lockfile

Conversation

@Thejas775

Copy link
Copy Markdown
Collaborator

Vercel production build is failing with ERR_PNPM_OUTDATED_LOCKFILE:

specifiers in the lockfile don't match specifiers in package.json:
  - next (lockfile: 14.2.15, manifest: 14.2.35)

#114 bumped Next.js in package.json via npm, leaving pnpm-lock.yaml at 14.2.15. Vercel uses pnpm install --frozen-lockfile, so it rejects the mismatch. Regenerated the lock with pnpm 10 (next@14.2.35). Merging this makes the next Vercel deploy succeed with the current code.

🤖 Generated with Claude Code

…l deploy)

#114 bumped next 14.2.15→14.2.35 in package.json via npm, so pnpm-lock.yaml stayed
at 14.2.15. Vercel builds with 'pnpm install --frozen-lockfile' → ERR_PNPM_OUTDATED_LOCKFILE
(lockfile 14.2.15 ≠ manifest 14.2.35) → production build failed. Regenerated the lock
with pnpm 10 so frozen-install matches.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 14, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
pay-craft Ready Ready Preview, Comment Jul 14, 2026 11:32am

@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7644dd84-d6f6-4ed5-90a5-66b2b05d6486

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/paycraft-pnpm-lockfile

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.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
paycraft-docs 895f8e2 Jul 14 2026, 11:33 AM

@Thejas775
Thejas775 merged commit 68af408 into main Jul 14, 2026
10 of 11 checks passed
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