| name | bump |
| description | Version bump checklists for npm/Bun and dprint plugins. |
| disable-model-invocation | true |
| user-invocable | true |
memospot.github.io chores
Bun package bumps
-
Check outdated packages
bun outdated
minimumReleaseAge from bunfig.toml is enforced automatically.
-
Update each package to the version shown in the "Latest" column
bun update {package}@{version}
Do NOT edit package.json directly — bun update handles both package.json and bun.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.
Dprint plugin bumps
-
Update plugins
dprint config update
-
Validate
dprint check
Done when: zero formatting differences reported.
Commit
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}