fix: sync pnpm-lock.yaml with SDK bump to 8f3a123#159
fix: sync pnpm-lock.yaml with SDK bump to 8f3a123#1590x-SquidSol wants to merge 1 commit intodcccrypto:mainfrom
Conversation
package.json was updated to pin @percolator/sdk at commit 8f3a123 (latest main) but pnpm-lock.yaml still resolved to the old commit 9d965f4. Since the Dockerfile uses `pnpm install --frozen-lockfile`, this mismatch would cause Docker builds to fail. Regenerates pnpm-lock.yaml so both files agree on SDK 8f3a123. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 16 minutes and 55 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✨ 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 |
|
Summary
package.jsonpins@percolator/sdkto commit8f3a123(latest main), butpnpm-lock.yamlstill resolved to the old commit9d965f4. The Dockerfile usespnpm install --frozen-lockfile, which would fail the build due to this mismatch — blocking new deployments.pnpm-lock.yamlviapnpm installso both files agree on SDK commit8f3a123.Verification
pnpm install --frozen-lockfilepasses (simulates Docker build)tsc --noEmitpasses (zero type errors)vitest runpasses (186/186 tests)8f3a123🤖 Generated with Claude Code