-
-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Angular 19 #1869
Comments
+1 |
I wish it would be as simple as just bumping the version but unfortunately it's a process that requires a bit of work. |
We are getting failing tests with: |
@LanderBeeuwsaert I think the symbol ɵɵStandaloneFeature does not exist anymore in angular 19. |
@salztorte indeed would make sense now that standAlone has become the default. |
@arturovt #1871 passes CI if jest-preset-angular is updated to 14.4.0-rc.0, and all references to zone.js are updated to 0.15.0. https://github.com/bobbyquantum/angular-builders/actions/runs/12028925443 |
any updates on this issue ? |
The final release of jest-preset-angular 14.4.0 is out now |
You're welcome to try out @arturovt thanks for the amazing work! |
When is the release of v19 planed? |
The beta version is beta not because we're actively working on something that should enter the release version, but in order to provide a grace period and catch things like this. In terms of timeline - if everything goes well I think we'll have a release within 2 weeks. |
@just-jeb Thank you. I understand that updates take time and I don`t want to make pressure. |
Tested it with some medium-sized projects and didn't encounter any issues. 👍 |
I noticed only today that v19 has been released already: https://www.npmjs.com/package/@angular-builders/jest?activeTab=versions 👀 |
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
The text was updated successfully, but these errors were encountered: