Releases: mskelton/yarn-plugin-outdated
Releases · mskelton/yarn-plugin-outdated
1.2.0
This release brings two new features to the outdated plugin!
Outdated dependency count
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