JamieMason / syncpack

Consistent dependency versions in large JavaScript Monorepos.
https://jamiemason.github.io/syncpack/
MIT License
1.34k stars 44 forks source link

Not happy with $pkg in overrides #208

Open wmertens opened 2 months ago

wmertens commented 2 months ago

Description

When you use $pkg as the version in pnpm overrides, which should just use the version specified in dependencies, syncpack is unhappy.

Suggested Solution

replace $pkg by the package's version when comparing versions.

Help Needed

no idea where to start