yarn-plugin-outdated icon indicating copy to clipboard operation
yarn-plugin-outdated copied to clipboard

Yarn plugin to show outdated dependencies.

Results 4 yarn-plugin-outdated issues
Sort by recently updated
recently updated
newest added

A package's `repository` field [may contain](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#repository) a Git repository as accessed over `https://` or `http://`. For an example, see [@hapijs/inert](https://github.com/hapijs/inert/blob/master/package.json). (The NPM docs say that the repository field should be...

Currently no changes are actually required to the plugin to support Yarn 4.x, but we should update the repo to ensure compatibility.

`yarn --cwd dir outdated` doesn't run the command from dir. You have to already be in dir or it says `Outdated lockfile. Please run yarn install and try again.` It...

Thanks for the cool plugin! It would be cool to add an option to display the repository instead of homepage for the URL. Homepage is usually useless for checking the...