Skip to content

Commit cb7e412

Browse files
authored
bun-outdated: add page (#19506)
* add: bun-outdated page * add: bun-outdated page
1 parent bbf66d5 commit cb7e412

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pages/common/bun-outdated.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# bun outdated
2+
3+
> List dependencies in your project that have newer versions available.
4+
> More information: <https://bun.com/docs/pm/cli/outdated>.
5+
6+
- List all outdated dependencies in the current project:
7+
8+
`bun outdated`
9+
10+
- Check if a specific package is outdated:
11+
12+
`bun outdated {{package}}`
13+
14+
- List outdated dependencies matching a glob pattern:
15+
16+
`bun outdated "{{pattern}}"`
17+
18+
- Show outdated dependencies for specific workspaces:
19+
20+
`bun outdated --filter "{{workspace_pattern}}"`
21+
22+
- Recursively check all workspaces in a monorepo:
23+
24+
`bun outdated --recursive`

0 commit comments

Comments
 (0)