bun-outdated

📁 laurigates/claude-plugins 📅 4 days ago
1
总安装量
1
周安装量
#50292
全站排名
安装命令
npx skills add https://github.com/laurigates/claude-plugins --skill bun-outdated

Agent 安装分布

mcpjam 1
claude-code 1
replit 1
junie 1
windsurf 1
zencoder 1

Skill 文档

/bun:outdated

Check which dependencies have newer versions available.

Execution

bun outdated

Output Format

Shows table with:

  • Package name
  • Current version
  • Wanted version (within semver range)
  • Latest version

Follow-up Actions

Update within ranges:

bun update

Update to latest (ignore ranges):

bun update --latest

Interactive update:

bun update --interactive

Update specific package:

bun update <package>

Post-check

  1. Report count of outdated packages
  2. Highlight major version updates (breaking changes)
  3. Suggest bun update or bun update --latest based on findings