Update Deps

Update npm dependencies safely in sequential, theme-grouped batches. For each group: verify the app still works (type-check, lint, build, tests), commit the group on success or roll it back on failure, and pause to confirm before any major (breaking) bump after fetching its migration guide. Once all groups are done, runs a dependency security audit (npm/pnpm/yarn audit) against the final tree and resolves what it can. Ends with a full report of what changed, which updates forced code migrations, and the audit results. Use this skill whenever the user wants to update, upgrade, or bump npm packages, dependencies, or libraries in bulk — "update my deps", "upgrade everything to latest", "bump the outdated packages", "update Storybook / Next / Vitest", "do a dependency update pass" — even if they don't say "update-deps". Prefer the library-updater agent instead for a single one-off package change; prefer this skill whenever there are several packages to move and the user wants it done safely and reported.

JanSzewczyk 087c504 3 files · 19.0 KB Updated

File contents

JanSzewczyk/claude-plugins/tree/main/plugins/code-quality/skills/update-deps commit 087c5040e1

Frequently asked questions

npx skillmds@latest add janszewczyk/update-deps