-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Description
Hello,
It seems yarn 2 still needs this. I started working on a version that only supports yarn berry: https://github.com/christophehurpeau/yarn-deduplicate/tree/wip-berry
My findings are:
- use of @yarnpkg/parsers instead of @yarnpkg/lockfile. It also means that the packages are not split automaticly like it was the case in @yarnpkg/lockfile, so merging has to be handled manually
- there is a new information before the version (I called it source, but not sure if it's the right name). In my lockfiles, it's almost awlays npm, except for different versions of resolve, like
resolve@^1.10.0
and other patched versions of resolve, likeresolve@patch:resolve@^1.10.0#builtin<compat/resolve>
Do you plan to work on a berry version ?
Metadata
Metadata
Assignees
Labels
No labels