syncpack
syncpack copied to clipboard
fix(update): mismatches occur after updating with syncpack 12.3.0
Description
After updating to syncpack version 12.3.0 in a turborepo monorepo managed with pnpm, running "syncpack update" results in numerous mismatches . This issue was not present in version 11.2.1. I think when there are duplicate packages in the monorepo, running "syncpack update" only updates one of them, resulting in mismatches.
Expected behavior All packages should be updated and there should be no mismatches, as was the case with syncpack version 11.2.1.
To Reproduce Steps to reproduce the behavior:
- Update syncpack to version 12.3.0 in a turborepo monorepo.
- Run "syncpack update".
- Observe the mismatches.
Desktop:
- OS: macOS Sonoma 14.2.1
- Node.js version: 20.10.0
- Package Manager: [email protected]
- Syncpack Version: 12.3.0
Screenshots
12.3.0
11.2.1
Thanks a lot, will take a look