rebass icon indicating copy to clipboard operation
rebass copied to clipboard

Fix yarn V2 compatibility.

Open chrsep opened this issue 4 years ago • 2 comments

Fixes #933. Adds dependency rules required by yarn v2.

chrsep avatar Mar 17 '20 17:03 chrsep

hey @jxnblkm will this be merged or shall we fork / trash previous work using rebass? thx for update :)

2075 avatar Dec 21 '20 19:12 2075

This isn't Yarn 2 specific so there is no need to label it as such, it's an issue that should be fixed for all package managers, though Yarn in PnP mode is the only one capable of telling you what is broken at the moment https://yarnpkg.com/advanced/rulebook#packages-should-only-ever-require-what-they-formally-list-in-their-dependencies

hey @jxnblkm will this be merged or shall we fork / trash previous work using rebass? thx for update :)

@2075 You can use packageExtensions to fix this locally while you wait, this PR will also be applied automatically in the next release of Yarn

merceyz avatar Jan 12 '21 21:01 merceyz