What problem does it solve?
Stops dependency upgrades from turning into lockfile sludge, breakage, or Sunday-night production incidents by enforcing incremental, reversible, testable upgrade steps.
Core Features & Use Cases
- Safety gates: Blocks upgrades on
main/master, requires clean working tree, and warns when no test suite exists.
- Upgrade classification: Separates patch/minor/major risk, treats
@sd-angular/core as pinned via _refs/angular-portal/core-version.md, and prioritizes Critical/High audit findings.
- Deterministic workflow: Runs audit/outdated detection, upgrades one logical group at a time, sanity-checks diffs, then rebuilds, tests, lints, and performs a stack-appropriate smoke run.
Use Case: You review a Dependabot PR or run npm audit and need to refresh production dependencies while keeping changes reviewable and verifiable (Angular Portal / NestJS / Next.js).
Quick Start
Ask the AI to run a safe dependency upgrade workflow for your project after you request: "cập nhật dependency để sửa các lỗi bảo mật và cập nhật các package hiện outdated".