refactor: remove unused Parcel dependencies from package.json#118
Conversation
There was a problem hiding this comment.
Code Review
This pull request removes unused Parcel-related development dependencies, specifically @parcel/packager-ts, @parcel/transformer-typescript-types, and parcel, from nodejs/package.json. I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Pull request overview
Removes unused Parcel-related devDependencies (@parcel/packager-ts, @parcel/transformer-typescript-types, and parcel) from nodejs/package.json. No references to Parcel remain in the nodejs/ tree, so this is a safe cleanup that reduces install footprint.
Changes:
- Drop three unused Parcel devDependencies from
nodejs/package.json.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #118 +/- ##
=======================================
Coverage 82.01% 82.01%
=======================================
Files 34 34
Lines 3515 3515
Branches 660 660
=======================================
Hits 2883 2883
Misses 480 480
Partials 152 152 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
refactor: remove unused Parcel dependencies from package.json
Checklist
Please check the items in the checklist if applicable.