-
Notifications
You must be signed in to change notification settings - Fork 309
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
[Feature]: Angular 17 support #2196
Comments
So is |
We also need this, and adapting package version requirements would also be helpfull. |
We already made a release with updated zone import, see #2163 |
johncrim
added a commit
to johncrim/jest-preset-angular
that referenced
this issue
Jan 3, 2024
Tests pass, and example tests pass. resolves: [Feature]: Angular 17 support thymikee#2196
2 tasks
johncrim
added a commit
to johncrim/jest-preset-angular
that referenced
this issue
Jan 3, 2024
Tests pass, and example tests pass. resolves: [Feature]: Angular 17 support thymikee#2196
ahnpnl
pushed a commit
that referenced
this issue
Jan 3, 2024
* fix(ts5): Update build dependencies and types for TS 5 This update appears to fix #2138. It builds with TS 5, and all tests and example tests pass. fixes: [Bug]: ESM with TypeScript >= 5.0 hangs forever #2138 * chore(deps): Add Husky dev dependency Husky is required by the postinstall script, but was previously missing. * chore(upgrade ng): Upgrade to ng17 latest Tests pass, and example tests pass. resolves: [Feature]: Angular 17 support #2196 * chore(dedupe): yarn dedupe * fix(eslint): Disable eslint warnings due to use of "any" * chore(deps): Change dev dependency for TS to match @angular/compiler restrictions
Should be fixed with v13.1.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🚀 Feature Proposal
We need to update the import
zone.js/bundles/zone-testing.js
andzone.js/dist/zone
tozone.js
andzone.js/testing
as they are updates now in angular version 17, it leads to incompatible issue while upgrading from 17.Motivation
It will add compatibility for angular 17.
Example
.
The text was updated successfully, but these errors were encountered: