just-jeb / angular-builders

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

Support for Angular 19 #1869

Open d-koppenhagen opened 6 days ago

d-koppenhagen commented 6 days ago

Is your feature request related to a problem? Please describe. Since Angular 19 was released today, it should be supported by this package and therefore defined as allows peerDependency.

Describe the solution you'd like bump version

Describe alternatives you've considered

Additional context

salztorte commented 5 days ago

+1

just-jeb commented 5 days ago

I wish it would be as simple as just bumping the version but unfortunately it's a process that requires a bit of work.
I'm really short on free time now but I'll do my best to do it ASAP.

LanderBeeuwsaert commented 4 days ago

We are getting failing tests with: "No value provided for @angular/core symbol 'ɵɵStandaloneFeature'" and "ReferenceError: _ts_decorate is not defined" any idea if this is because of that this library isn't adapted/upgraded to angular 19?

salztorte commented 4 days ago

@LanderBeeuwsaert I think the symbol ɵɵStandaloneFeature does not exist anymore in angular 19. I searched for it in angular 18 and found something, but not in angular 19

LanderBeeuwsaert commented 4 days ago

@salztorte indeed would make sense now that standAlone has become the default. But we upgraded all our angular packages to 19 so I suppose that it's the dependencies of this library that are still on 18 that are giving the issue: image