mskelton / yarn-plugin-outdated

Yarn plugin to show outdated dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL by default

mskelton opened this issue Β· comments

First, your plugin is simply awesome. I still can't believe yarn maintainers decided to drop this command...

As for the topic at hand, having to write --url every time goes against years of muscle memory πŸ˜…

yarn classic displays urls by default, but having to use --url is the total opposite.

What could be done so we can simply type yarn outdated like we used to and get the result of yarn outdated --url?

  • Is there a way to alias yarn outdated --url as yarn outdated?
  • Is there a config file?
  • Change the default to display url and have a --no-url flag instead?

Originally posted by @TheThirdRace in #54 (comment)

@TheThirdRace I am not interested in changing the default as fetching the URL requires additional network requests and keeping this plugin as light as possible is important for me to ensure it can, by default, run as fast as possible.

That said, I think a config file item to set some defaults would be a great solution to fulfill your use case.

Oh, also interested in it. Maybe someone knows is there any possibility to set it enabled by default in project? For example in .yarnrc.yml or something like that..

It's not possible yet, but I plan to eventually implement it.