Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
akifunal opened this issue Jan 9, 2024 · 1 comment
Open

Comments

@akifunal
Copy link

akifunal commented Jan 9, 2024

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

@JamieMason
Copy link
Owner

Thanks a lot, will take a look

@JamieMason JamieMason changed the title Mismatches occur after updating with syncpack 12.3.0 fix(update): mismatches occur after updating with syncpack 12.3.0 Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants