They do, the repositories define dependencies, so when you change something everything that depends on you is rebuilt and tested. This prevents breaking changes, both for your dependencies and your reverse dependencies, identically to a monorepo.
It's a bit complicated to explain, but it works. That's why I hope they'll make a blog post :)
No comments yet.