logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PNPM Outdated - Check Package Updates | Online Free DevTools by Hexmos

Check PNPM package updates with PNPM Outdated. Identify and manage outdated dependencies in your project. Free online tool, no registration required.

pnpm-outdated

Check for outdated packages. The check can be limited to a subset of the installed packages by providing arguments (patterns are supported). More information: https://pnpm.io/cli/outdated.

  • Check for outdated packages:

pnpm outdated

  • Check for outdated dependencies found in every workspace package:

pnpm outdated {{[-r|--recursive]}}

  • Filter outdated packages using a package selector:

pnpm outdated --filter {{package_selector}}

  • List outdated packages globally:

pnpm outdated {{[-g|--global]}}

  • Print details of outdated packages:

pnpm outdated --long

  • Print outdated dependencies in a specific format:

pnpm outdated --format {{format}}

  • Print only versions that satisfy specifications in package.json:

pnpm outdated --compatible

  • Check only outdated dev dependencies:

pnpm outdated {{[-D|--dev]}}

See Also