Skip to content

Releases: juanigalan91/monorepolyser

Release 0.2.9

15 Dec 09:20
9abecde
Compare
Choose a tag to compare

Ignore dependencies by id

Release 0.2.8

14 Dec 15:46
ad505db
Compare
Choose a tag to compare

Validate dev dependencies as well

Release 0.2.7

10 Jul 09:56
c39cf4f
Compare
Choose a tag to compare
  • Update existing comments instead of creating new ones

Release 0.2.6

07 Feb 10:44
a1e73cb
Compare
Choose a tag to compare
  • Allows to pass in a regular expression to manually add packages to the high impact analysis

Release 0.2.5

15 Jan 21:50
caf6217
Compare
Choose a tag to compare
  • Fix bug when package was not found when evaluating the impact

Release 0.2.4

10 Jan 15:37
93cda22
Compare
Choose a tag to compare
  • Verbose mode for Impact Analysis

Beta Release 0.2.3

02 Jan 16:39
b011232
Compare
Choose a tag to compare

Beta 0.2.2

06 Dec 10:56
786b31c
Compare
Choose a tag to compare

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

15 Nov 18:07
f5a9429
Compare
Choose a tag to compare

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

12 Nov 19:21
aaa3735
Compare
Choose a tag to compare
Merge pull request #8 from juanigalan91/feat/main-ga

create main ga entrypoint