typescript-plugin/skills/bun-outdated/SKILL.md
Bun outdated: check which deps have newer versions. Use when auditing freshness, spotting major updates, or deciding between bun update and bun update --latest.
npx skillsauth add laurigates/claude-plugins bun-outdatedInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Check which dependencies have newer versions available.
| Use this skill when... | Use bun-lockfile-update instead when... |
|---|---|
| Auditing dependency freshness without making changes | Actually updating dependencies and regenerating bun.lockb |
| Spotting major version updates before deciding to upgrade | Running bun update / bun update --latest workflows |
| Reviewing a single package's available versions | Resolving lockfile conflicts or security patch updates |
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 findingsdevelopment
Debug HTTP APIs: trace requests, inspect headers. Use when a request fails: check status first.
documentation
Render architecture diagrams from text sources. Use when documenting system topology.
tools
Inspect JSON payloads and extract nested fields. Use when parsing API responses.
tools
--- name: no-description allowed-tools: Read --- # No Description This skill has no description and must be dropped with a warning.