
dependency-upgrade-with-changelog
Use when upgrading dependencies. Produces safe upgrade plan, changelog links, and validation steps.
by jtakumi|Open Source
Approach
- Identify current version and target version (minor/patch first, then major).
- Check breaking changes:
- release notes / migration docs
- deprecated APIs used in repo (search)
- Update:
- one major at a time
- keep changes minimal
- Validation:
- run unit tests + lint
- smoke-check key flows
Output
- Upgrade plan (steps)
- Risk items + mitigations
- Final diff + validation commands