pnpm recursive outdated
Checks for outdated packages. The check can be limited to a subset of the installed packages by providing arguments (patterns are supported)
Options
Name | Description |
---|---|
--recursive, -r | Check for outdated dependencies in every package found in subdirectories, or in every workspace package when executed inside a workspace |
--long | Print details |
--global | List outdated global packages |
--no-table | Prints the outdated dependencies in a list format instead of the default table. Good for small consoles |
--compatible | Prints only versions that satisfy specifications in package.json |
--dev, -D | Only list dev dependencies |
--prod, -P | Only list production dependencies |
--no-optional | Doesn't check optionalDependencies |