# Dependency Upgrade

> Upgrade libraries and runtimes with compatibility research, focused changes, lockfile integrity, and regression verification.

- Skill: `nafeeur/dependency-upgrade` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nafeeur/dependency-upgrade`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nafeeur/dependency-upgrade/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: nafeeur (https://skillmd.com/u/nafeeur)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nafeeur/dependency-upgrade

---


# Dependency Upgrade

- Read official migration notes and identify breaking changes that affect used APIs.
- Upgrade the smallest coherent dependency group; do not mix unrelated churn.
- Regenerate lockfiles with the repository package manager and inspect transitive changes.
- Exercise build, tests, startup, provider calls, MCP transport, and browser compatibility affected by the upgrade.
- Replace deprecated APIs rather than suppressing warnings without understanding them.
- Record runtime and platform minimums.

