mskelton / yarn-plugin-outdated

Yarn plugin to show outdated dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work with workspaces

probablykabari opened this issue · comments

It seems to only operate on the package.json in the current directory. The previous merged all them listed in the workspaces property.

Hi @RipTheJacker. That chang in behavior is actually by design. One of the pain points I had with the old version was that it was very difficult to use on just a single workspace. That is why I made it the default in this plugin.

That said there is a --all flag that you can use if you want to find outdated dependencies in all workspaces. The --all flag works identically to the Yarn 1 command.

Ahh ok, sorry I didn't notice the flag.