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
I think the bug is actually in the --graph option, not the --gviz one. Melos filters usually only act on the initial set of packages to process, but don't remove excluded packages from processing entirely. For melos list this means that only packages included by filters are listed, but a package's dependencies are all included.
--gviz includes normal and development dependencies, while --graph only includes normal dependencies, which seems inconsistent.
Is there an existing issue for this?
Version
1.2.0
Description
melos list --all --graph --ignore analysis
ignores package named 'analysis'melos list --all --gviz --ignore analysis
does notSteps to reproduce
Lorem ipsum Steps to reproduce
Expected behavior
Lorem ipsum expected behavior
Screenshots
No response
Additional context and comments
No response
The text was updated successfully, but these errors were encountered: