Dependency Migration Triage

Rigorously triage a single Renovate or Dependabot dependency version-bump PR, in any ecosystem — Python/PyPI, Helm charts under Flux, container images, GitHub Actions, or npm. Pull the real changelog/release notes across the full old->new version range (not the registry's summary blurb), always read the actual source diff between the two tags as well — a changelog records what changed and can never record what stayed the same, which is what most "we are unaffected" arguments actually rest on — map both against actual usage sites in this repo, write a migration plan that distinguishes interface changes from conceptual/behavioral ones (a version bump can quietly change defaults or strictness with no signature change at all), verify whether existing checks would actually catch a regression in that exact spot or merely execute the line with stale data, write a regression test that fails on the old behavior when a real issue is found, fix what's fixable, report back linking the originating bot PR, and after the me

Pirat83 d9b38b1 3 files · 46.3 KB Updated

File contents

Pirat83/claude-code-skills/tree/main/dependency-migration-triage commit d9b38b13c9

Frequently asked questions

npx skillmds@latest add pirat83/dependency-migration-triage