بنقرة واحدة
bump
Version bump checklists for npm/Bun and dprint plugins.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Version bump checklists for npm/Bun and dprint plugins.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| 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}