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
☔️ error root has a dependency on @private/library@workspace:libraries/library
but the version of @private/library in the repo is 3.16.13
which is not within range of the depended on version,
please update the dependency version
Expected
In this case, I would expect manypkg not to report an error, since the root will naturally use the latest available version.
What do you think?
The text was updated successfully, but these errors were encountered:
It's currently preventing us from using manypkg because of this. I could definitely do a PR if you agree on the expected behaviour. Or close this issue if it's never going to happen?
I think supporting the workspace protocol is a good idea. Could you prepare a failing test first so we could check the very exact situation in which this failure can happen? The fix for the issue could be then added on top of this PR.
Hello,
Thanks for this great CLI tool!
What I see
I've just started using it, and it seems manypkg reports an error when the root of a monorepo uses Yarn 2's workspace protocol :workspace
This an example error report:
Expected
In this case, I would expect manypkg not to report an error, since the root will naturally use the latest available version.
What do you think?
The text was updated successfully, but these errors were encountered: