just-jeb / angular-builders

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

Support for Angular v18 #1786

Closed adisreyaj closed 2 months ago

adisreyaj commented 3 months ago

Is your feature request related to a problem? Please describe. Angular v18 was released on May 23rd. The latest version of @angular-builders/jest has a peer dep on Angular v17. To be able to use newer version of Angular, we need to update the deps of the packages.

Describe the solution you'd like Update the deps of the packages to support the newer Angular v18

playerx commented 3 months ago

+1

phihochzwei commented 2 months ago

+1 :)

just-jeb commented 2 months ago

WIP, probably will release in the coming week.

just-jeb commented 2 months ago

You're welcome to try out v18 beta under @next tag.

muuvmuuv commented 2 months ago

Works perfectly fine on my end (fully zoneless application with control-flow and newest api's)! Thanks..!