You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working a in large monorepo. Sometimes I need to revert some package upgrade for various reasons.
When I run syncpack to find dependency mismatch, it shows outdated packages and the highest version found the package:
Because it's not the most common use case, it couild be an opt-in flag.
One may argue that's source control should be able to handle the use case. It is more complex actually, since the update is part of a large dependency updates which highly coupled 3rd party packages.
Suggested Solution
Help Needed
The text was updated successfully, but these errors were encountered:
Description
I'm working a in large monorepo. Sometimes I need to revert some package upgrade for various reasons.
When I run
syncpack
to find dependency mismatch, it shows outdated packages and the highest version found the package:This is fine when I need to ensure consistency. But in my case, I want to cancel the 4.3.0 upgrade of the packages.
What I would like, is to have in the output which package contains the highest version.
Something like:
Or:
Because it's not the most common use case, it couild be an opt-in flag.
One may argue that's source control should be able to handle the use case. It is more complex actually, since the update is part of a large dependency updates which highly coupled 3rd party packages.
Suggested Solution
Help Needed
The text was updated successfully, but these errors were encountered: