Skip to content
Compare
Choose a tag to compare
@juanigalan91 juanigalan91 released this 15 Nov 18:07
· 86 commits to master since this release
f5a9429

Monorepolyser Beta Release

Awesome Github Action to analyse your yarn monorepo!

This Github Action checks the integrity of your package's dependencies and validates that all of your packages are using the same dependencies on every single package. This allows a quick validation that you are not using 2 different versions of the same package, which they could possibly end up in your final bundle. This check will validate that you only use one version of a certain dependency!

If you have any errors, the Github Action will show a comment on your PR, like this:

Some of the packages in your monorepo use different dependencies, which can lead to multiple versions ending up in your production bundle

Dependency Added by Added Version Base version
react-dom module-1 ^16.8.5 ^16.13.0
react-dom module-2 ^16.8.5 ^16.13.0
axios module-3 0.19.2 ^0.18.0
axios module-4 0.19.2 ^0.18.0