relative-ci / roadmap

Issues, questions and feature requests for RelativeCI
https://relative-ci.com
3 stars 0 forks source link

Normalize modules across versions (pnpm) #57

Open bhollis opened 11 months ago

bhollis commented 11 months ago

We recently switched from yarn to pnpm, and now when we upgrade packages we get reports that look like this:

image

It would be awesome if RelativeCI could understand that these are the same modules, just new versions, so we could see meaningful diffs between them.

vio commented 11 months ago

Thanks for opening the issue @bhollis!

It is not something we considered before, but it will help to decrease the noise when there are package upgrades. Also, we are already processing the module paths to extract the package name and the parents.

We are planning some work on the module paths in the coming months, will be a good moment to handle this as well.