Expected behavior
Peer dependencies should include the 2 Angular versions after the compiler version.
Observed behavior
Peer dependencies are capped at compiler version.
Why is this an issue
Angular maintains backwards compatibility for at least 2 major versions, meaning a project that is compiled with Angular 20 is guaranteed to work for version 21 and 22, and varying milage after that. This 2 lead gap should be kept whenever the compiler updates as well.