build: pin pnpm version and add workspace config - #42
Conversation
- Set packageManager to pnpm@11.8.0 in package.json - Add pnpm-workspace.yaml to allow esbuild builds - Update pnpm-lock.yaml
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe workspace metadata now records pnpm 11.8.0, and the pnpm workspace config enables esbuild builds. ChangesWorkspace setup
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
Sorry about the prefix, I just noticed the contributing guidelines! Tell me if you want it fixed to |
packageManagerto pnpm@11.8.0 in package.jsonpnpm-workspace.yamlto allow esbuild to resolve workspace dependenciesFixes eslint build failure in CI — esbuild needs a pnpm workspace file to resolve packages.
Summary by CodeRabbit