chore: Fix Svelte stats fallback and pnpm tooling#117
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 selected for processing (7)
📝 WalkthroughWalkthroughpnpm is bumped from 11.6.0 to 11.9.0 in four CI workflow files and the root ChangesTooling and config updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 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 docstrings
🧪 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 |
There was a problem hiding this comment.
Pull request overview
This PR aligns tooling and cleanup behavior across the workspace, and stabilizes the Svelte fallback used by the package stats script to avoid temporary-build issues during benchmark/README generation.
Changes:
- Update the Svelte fallback version in
stable-package-statsto^5.56.4with an explanatory note. - Bump the repo’s pnpm version from
11.6.0to11.9.0inpackage.jsonand CI/release workflows. - Improve cleanup scripts by including the
demoworkspace in the rootcleanand removing Nuxt output directories indemo’sclean.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/stable-package-stats.mts | Updates the Svelte fallback version used for temp Vite builds when measuring Svelte-only exports. |
| package.json | Bumps packageManager pnpm version and expands root clean to run across all workspaces (including demo). |
| demo/package.json | Adjusts clean to remove Nuxt-generated output directories (.output, .nuxt). |
| .github/workflows/weekly-gen.yml | Updates workflow pnpm version to match the workspace packageManager. |
| .github/workflows/weekly-benchmarks.yml | Updates workflow pnpm version to match the workspace packageManager. |
| .github/workflows/release.yml | Updates workflow pnpm version to match the workspace packageManager. |
| .github/workflows/coverage.yml | Updates workflow pnpm version to match the workspace packageManager. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|



Description
What does this PR do?
^5.56.4.11.6.0to11.9.0inpackage.jsonand GitHub workflows.Why is this change needed?
node_modules.sveltefiles.Type of Change
Testing
pnpm cleanpnpm buildpnpm test:unitScreenshots (if applicable)
N/A
Checklist
Manual Coverage (Optional)
Maintainers only (
write/maintain/adminaccess): open the workflow, clickRun workflow, and setpr_numberto this PR number to post/update a coverage comment on this PRSummary by CodeRabbit