with one click
bump
Version bump checklists for npm/Bun and dprint plugins.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Version bump checklists for npm/Bun and dprint plugins.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | bump |
| description | Version bump checklists for npm/Bun and dprint plugins. |
| disable-model-invocation | true |
| user-invocable | true |
Check outdated packages
bun outdated
minimumReleaseAgefrombunfig.tomlis enforced automatically.
Update each package to the version shown in the "Latest" column
bun update {package}@{version}
Do NOT edit
package.jsondirectly —bun updatehandles bothpackage.jsonandbun.lock.
Validate — build must pass clean
bun run build
Done when: build succeeds with no new errors or warnings. If a warning has an upstream cause, leave a TODO and proceed.
Update plugins
dprint config update
Validate
dprint check
Done when: zero formatting differences reported.
When a commit is requested, use short messages in this format. Split npm and dprint updates into separate commits.
chore(deps): bump {npm/dprint} deps
- {package}: {old version} to {new version}
- {package}: {old version} to {new version}