Releases: juanigalan91/monorepolyser
Releases · juanigalan91/monorepolyser
Release 0.2.9
Ignore dependencies by id
Release 0.2.8
Validate dev dependencies as well
Release 0.2.7
- Update existing comments instead of creating new ones
Release 0.2.6
- Allows to pass in a regular expression to manually add packages to the high impact analysis
Release 0.2.5
- Fix bug when package was not found when evaluating the impact
Release 0.2.4
- Verbose mode for Impact Analysis
Beta Release 0.2.3
- Added impact analyse
Beta 0.2.2
0.2.2
- Added the possibility to ignore main package json
- Added the possibility to just warn rather than break the CI
Beta 0.2.0
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 |
Alpha 0.1.14
Merge pull request #8 from juanigalan91/feat/main-ga create main ga entrypoint