From typescript-plugin
Runs `bun outdated` to check dependencies for newer versions, shows table of current/wanted/latest, reports outdated count, highlights major updates, suggests `bun update` commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/typescript-plugin:bun-outdatedhaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check which dependencies have newer versions available.
Check which dependencies have newer versions available.
bun outdated
Shows table with:
Update within ranges:
bun update
Update to latest (ignore ranges):
bun update --latest
Interactive update:
bun update --interactive
Update specific package:
bun update <package>
bun update or bun update --latest based on findingsnpx claudepluginhub laurigates/claude-plugins --plugin typescript-pluginUpdates Bun lockfiles (bun.lockb) with bun update, install, regeneration, and security audits. Use for dependency updates, lockfile conflicts, or vulnerabilities.
Scans JS, Python, Go, Rust, Java package files for outdated dependencies, summarizes changelogs, detects breaking changes and vulnerabilities, generates prioritized update reports.
Detects package managers (npm/yarn/pnpm, pip/uv, cargo, go, bundler), audits dependencies for outdated versions and vulnerabilities, and generates prioritized update plans with major version risk analysis.