Pattern
Versioned API Mismatch
versioned-api-mismatch
Dependency and interface versions drift (Jest, AWS SDK, async/coroutine protocols, router decorators), so code built for one API shape silently breaks at runtime—e.g., missing methods, incompatible imports/mocks, or context managers not implementing aenter/aexit.