bun-lockfile-update
Installation
SKILL.md
Bun Lockfile Update
Comprehensive guidance for updating Bun lockfiles (bun.lock) with proper dependency management practices.
When to Use This Skill
| Use this skill when... | Use bun-outdated instead when... |
|---|---|
Running bun update to refresh dependencies |
Auditing what is outdated without changing anything |
Resolving a bun.lock merge conflict by regenerating |
Reviewing major version gaps before deciding to upgrade |
| Patching a security vulnerability in a specific package | Listing newer versions for a single package |
| Performing a major version upgrade workflow | Use bun-install when bootstrapping a fresh checkout |