Transitive Version Pinning

Handling a transitive dependency whose strict version constraint overrides the version you chose, dragging a shared lower-level library up or down for the whole build — how to find who pinned what, when to force a version back versus align everything with the pin, and how to document a pin so nobody upgrades it back into the breakage. Reach for it when adding one unrelated library produces a missing-method failure at runtime, inside a rendering pass, in a component you did not touch.

maxrave-dev df2b570 7.7 KB Updated

File contents

maxrave-dev/kotlin-footguns/tree/main/skills/transitive-version-pinning commit df2b57023d

Frequently asked questions

npx skillmds@latest add maxrave-dev/transitive-version-pinning