Skip to content

Releases: mskelton/yarn-plugin-outdated

1.2.0

13 Jul 15:12
ef93016
Compare
Choose a tag to compare

This release brings two new features to the outdated plugin!

Outdated dependency count

Screen Shot 2021-07-13 at 10 11 21 AM

New --check flag

This release also adds a new --check flag (shorthand -c) which will cause the command to fail with an exit code of 1 if there are outdated dependencies. This is useful when checking for outdated dependencies in CI environments.

yarn outdated --check

Screen Shot 2021-07-13 at 10 12 17 AM

1.1.0

03 Jul 21:07
Compare
Choose a tag to compare

Updates the plugin to use the Yarn stream reporter to provide progress indication when checking for outdated dependencies!

Screen Shot 2021-07-03 at 4 02 59 PM

When completed, the progress bar will hide and show the list of outdated dependencies.

Screen Shot 2021-07-03 at 4 03 40 PM

Note: This does not affect the JSON output, which will continue to work as it did before.