commands.sh

bun outdated

all

List dependencies that have newer versions available.

More info →

Options (2)

-F, --filterboolean

Show outdated dependencies for specific workspaces

Example: bun outdated {{[-F|--filter]}} "{{workspace_pattern}}"
-r, --recursiveboolean

Recursively check all workspaces in a monorepo

Example: bun outdated {{[-r|--recursive]}}

Examples (5)

List all outdated dependencies in the current project

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 [-F|--filter] "workspace_pattern"

Recursively check all workspaces in a monorepo

bun outdated [-r|--recursive]
made by @shridhargupta | data from tldr-pages