2025-12-16 10:20:31 -07:00
|
|
|
# bun outdated
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> List dependencies that have newer versions available.
|
2025-12-16 10:20:31 -07:00
|
|
|
> 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:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`bun outdated {{[-F|--filter]}} "{{workspace_pattern}}"`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Recursively check all workspaces in a monorepo:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`bun outdated {{[-r|--recursive]}}`
|