Dependency Update
Handle dependency updates in a controlled way that minimizes regressions.
When to Use
- You need to update one or more dependencies safely.
- You want clear compatibility and testing guidance before merge.
Workflow
- Identify current and target versions with changelog review.
- Classify risk (patch/minor/major and transitive impact).
- Apply upgrades in coherent groups.
- Run build/tests and resolve breakages.
- Document risks, follow-ups, and rollback path.
Output
- Upgrade plan and grouping strategy
- Compatibility risk notes
- Verification and rollback checklist
微信扫一扫