fix: add @parcel/watcher to default scripts allow list#10163
fix: add @parcel/watcher to default scripts allow list#10163GiladShoham merged 1 commit intoteambit:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the @pnpm/plugin-trusted-deps package from version ^0.2.1 to 0.2.2. The purpose appears to be adding @parcel/watcher to the default list of trusted packages that are allowed to run installation scripts, though @parcel/watcher is already explicitly configured in the allowScripts section.
Changes:
- Updated
@pnpm/plugin-trusted-depsfrom^0.2.1to0.2.2(exact version pin)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "@pnpm/plugin-commands-publishing": "1000.3.3", | ||
| "@pnpm/plugin-commands-rebuild": "1008.0.1", | ||
| "@pnpm/plugin-trusted-deps": "^0.2.1", | ||
| "@pnpm/plugin-trusted-deps": "0.2.2", |
There was a problem hiding this comment.
The PR title states "add @parcel/watcher to default scripts allow list", but @parcel/watcher is already explicitly listed in the allowScripts configuration at line 15. The actual change is updating the @pnpm/plugin-trusted-deps version. Consider updating the PR title and description to accurately reflect that this change updates @pnpm/plugin-trusted-deps to version 0.2.2, which likely includes @parcel/watcher in its TRUSTED_PACKAGE_NAMES list.
Proposed Changes