bun-lockfile-update
Installation
SKILL.md
Bun Lockfile Update
Comprehensive guidance for updating Bun lockfiles (bun.lockb) with proper dependency management practices.
When to Use
Use this skill automatically when:
- User requests lockfile update or dependency refresh
- User mentions outdated dependencies or security vulnerabilities
- User wants to update specific packages or all dependencies
- Lockfile conflicts occur during git operations
- User needs to audit or verify dependency integrity
Core Commands
Update All Dependencies
# Update all dependencies to latest versions (respecting semver ranges in package.json)
bun update