symfony / webpack-encore-bundle

Symfony integration with Webpack Encore!
https://symfony.com/webpack-encore
MIT License
940 stars 83 forks source link

Yarn warning when updating webpack-cli to v5 #198

Closed UlrichHP closed 1 year ago

UlrichHP commented 1 year ago

Hello,

After updating webpack-cli to v5.0.1 in a symfony project, yarn berry (v3.3.0) now show this warning during a yarn install in the resolution step:

➤ YN0060: │ ***@workspace:. provides webpack-cli (p146bb) with version 5.0.1, which doesn't satisfy what @symfony/webpack-encore and some of its descendants request
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code

Is there something I can do about it ? Or will you update the bundle requirements ?

Thanks

UlrichHP commented 1 year ago

Wrong repository - See #1172