소개
The Dependency Upgrade skill provides a structured framework for managing complex library and framework migrations within your codebase. It helps developers move beyond simple package updates by offering tools for dependency tree analysis, compatibility matrix validation, and the creation of staged upgrade paths that minimize breaking changes. By integrating semantic versioning reviews, automated codemods, and multi-layered testing strategies—including unit, integration, and visual regression tests—this skill ensures that your project remains modern and secure while maintaining a stable path for rollbacks and validation.