just-jeb / angular-builders

Angular build facade extensions (Jest and custom webpack configuration)
MIT License
1.14k stars 199 forks source link

docs: fix angular version typo on 15.x.x #1825

Closed vicentematus closed 1 month ago

vicentematus commented 1 month ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ X] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Currently I was upgrading an older version of @angular-builders/jest@15 and got confused by the docs (on tag 15.x.x), saying that it needs Angular 14, when the peer dependencies says that it needs Angular v15.

https://github.com/just-jeb/angular-builders/blob/a3bfedc81d3422f810225245cc048f0373a05e65/packages/jest/package.json#L44-L46

What is the new behavior?

The README says the correct Angular v15 version that it needs.

Does this PR introduce a breaking change?

[ ] Yes
[X] No

Other information

just-jeb commented 1 month ago

Nice catch, thank you!