-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
chore: require minimum typescript@3.8 #9823
Conversation
65ad387
to
2b55a34
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Does jest have a minimum typescript version for jest 25 ? If yes, we would like to follow the same minimum version for ts-jest |
25 should work down to and including TS 3.4 |
2b55a34
to
3cebab1
Compare
3cebab1
to
fdbc943
Compare
Codecov Report
@@ Coverage Diff @@
## master #9823 +/- ##
=======================================
Coverage 64.89% 64.89%
=======================================
Files 289 289
Lines 12233 12233
Branches 3030 3032 +2
=======================================
Hits 7939 7939
Misses 3654 3654
Partials 640 640
Continue to review full report at Codecov.
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Breaking change, so need to wait for Jest 26. The version will probably be bumped to 3.9 or whatever is the latest at the time of our release
Test plan
🚀