Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple warnings for each package #25

Open
harryi3t opened this issue Aug 21, 2018 · 0 comments
Open

Allow multiple warnings for each package #25

harryi3t opened this issue Aug 21, 2018 · 0 comments

Comments

@harryi3t
Copy link

The problem that I am facing using this plugin is, it does not inform me what all dependencies needs to be bumbed on a module. It just bails out on the first duplicate package it finds. Maybe this was done for performance, but it would be really helpful if there were an option to override this behavior.

E.g. Let's say I have the following packages

packageA: uses moduleA.01
packageB: uses moduleA.02
packageC: uses moduleA.03 
packageD: uses moduleA.04

Currently, it will warn

WARNING in moduleA
  Multiple versions of moduleA found:
 01 packageA
 02 packageB

Then I go and update the packageA~moduleA to version 02. Now when I run the command again, it displays the following warning

WARNING in moduleA
  Multiple versions of moduleA found:
 02 packageB
 02 packageC

And so on...

I need an option that will output all the packages where it's conflicting in a single command, something like this

WARNING in moduleA
  Multiple versions of moduleA found:
 01 packageA
 02 packageB
 03 packageC
 04 packageD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant