You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Currently, it will warn
Then I go and update the packageA~moduleA to version 02. Now when I run the command again, it displays the following warning
And so on...
I need an option that will output all the packages where it's conflicting in a single command, something like this
The text was updated successfully, but these errors were encountered: