Skip to content

0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 14:52
· 1 commit to main since this release
f523ce6

Added

  • Track packageManager version from package.json (e.g., "pnpm@9.15.0") as a ToolVersion dependency across all subcommands
    • check: reports current vs latest version from the npm registry
    • update: rewrites the packageManager field in package.json to the latest version
    • Strips Corepack +hash suffixes (e.g., pnpm@9.15.0+sha512.abc...)
    • Works with existing filters: --tools, --npm, --include/--exclude, --outdated

Changed

  • Right-align version numbers in the output column when a property name is present
  • Sort tool versions last in output for both Maven and npm ecosystems

Fixed

  • Skip .pnpm-store/ and other non-project directories during npm discovery to avoid duplicate entries