454 B
454 B
Skill: Upgrade Dependencies
When to Use
- Explicit dependency upgrade requests
- Security or compatibility fixes
Steps
- Identify the target packages and version constraints.
- Upgrade with minimal scope and document rationale.
- Validate build and typecheck (see mcp/testing.md).
- Note any breaking changes or follow-ups.
Do Not
- Do not upgrade unrelated dependencies.
- Do not change lockfile format unless required by the tool.