update-deps
Installation
SKILL.md
Update PR workflow
- Update all dependencies, including subpackages, from the repository root.
- For Yarn projects, run
yarn up '**'. - For Bun projects, run
bunx @willbooster/agent-skills@latest update-bun-deps.
- For Yarn projects, run
- Run either
yarn verifyorbun verify. - Fix any issues reported by the
verifycommand.- For updating Vitest, see https://raw.githubusercontent.com/WillBooster/shared/refs/heads/main/packages/wb/vitest.config.ts
- For other issues, refer to the latest official documentation.
- Check whether each updated dependency is still required for the project.
- If a dependency is no longer required, remove it from the project.
- Commit and push the changes, then run either the
open-prorupdate-prskill. - Run the
complete-prskill.