Files
tldr/pages/common/bun-outdated.md
T
Ahamed_Meyan cb7e41203b bun-outdated: add page (#19506)
* add: bun-outdated page

* add: bun-outdated page
2025-11-18 18:47:31 -06:00

562 B

bun outdated

List dependencies in your project that have newer versions available. More information: https://bun.com/docs/pm/cli/outdated.

  • List all outdated dependencies in the current project:

bun outdated

  • Check if a specific package is outdated:

bun outdated {{package}}

  • List outdated dependencies matching a glob pattern:

bun outdated "{{pattern}}"

  • Show outdated dependencies for specific workspaces:

bun outdated --filter "{{workspace_pattern}}"

  • Recursively check all workspaces in a monorepo:

bun outdated --recursive