Dependency Upgrade

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

nafeeur 5a38b9d 692 B Updated

File contents

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.

nafeeur/MaskShift/tree/main/skills/dependency-upgrade commit 5a38b9df89

Frequently asked questions

npx skillmds@latest add nafeeur/dependency-upgrade