chore: Update pnpm and project dependencies#19
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughUpgrades Changespnpm v11 Upgrade and Dependency Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes Possibly related PRs
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 |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Updates the project’s package manager version and dependency set to align with newer tooling (pnpm 11.6.0) and refreshed Nuxt/Vue ecosystem packages.
Changes:
- Bump
packageManagertopnpm@11.6.0and update several runtime/dev dependencies (Nuxt, Vue, Sass, etc.). - Move
globoverride frompackage.jsonintopnpm-workspace.yaml. - Replace the prior build-allowlist configuration (
onlyBuiltDependencies) with the new workspace-level build allowlist configuration.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Centralizes pnpm workspace config (overrides + build allowlist) at the workspace level. |
| package.json | Updates dependency versions and pins the repo to pnpm 11.6.0 via packageManager. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
I've updated the pnpm itself and project dependencies to utilize the latest tools
Works done
Summary by CodeRabbit