syncpack icon indicating copy to clipboard operation
syncpack copied to clipboard

fix(update): mismatches occur after updating with syncpack 12.3.0

Open akifunal opened this issue 1 year ago • 1 comments

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:

  1. Update syncpack to version 12.3.0 in a turborepo monorepo.
  2. Run "syncpack update".
  3. 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 image

11.2.1 image

akifunal avatar Jan 09 '24 10:01 akifunal

Thanks a lot, will take a look

JamieMason avatar Jan 09 '24 13:01 JamieMason