angular icon indicating copy to clipboard operation
angular copied to clipboard

[BUG] Missing compatible Angular versions

Open Tezra opened this issue 2 months ago • 3 comments

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.

Tezra avatar Oct 15 '25 15:10 Tezra