Skip to content
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 Jest 29 #569

Merged
merged 14 commits into from
Aug 29, 2022
Merged

Support Jest 29 #569

merged 14 commits into from
Aug 29, 2022

Conversation

RobinTail
Copy link
Owner

@RobinTail RobinTail commented Aug 27, 2022

the PR also needs ts-jest to support Jest 29
see kulshekhar/ts-jest#3770

@RobinTail RobinTail added dependencies Pull requests that update a dependency file coverage Additional tests labels Aug 27, 2022
@RobinTail RobinTail added the breaking Backward incompatible changes label Aug 27, 2022
@RobinTail RobinTail changed the title Support Jest 29 Next: Support Jest 29 Aug 27, 2022
package.json Outdated Show resolved Hide resolved
@RobinTail RobinTail added the refactoring The better way to achieve the same result label Aug 27, 2022
@@ -103,7 +103,7 @@
"typescript": "^4.7.4"
},
"engines": {
"node": ">=12.0.0 <19.0.0"
"node": "^14.17.0 || ^16.10.0 || ^18.0.0"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Breaking

@RobinTail RobinTail changed the title Next: Support Jest 29 Support Jest 29 Aug 29, 2022
@RobinTail RobinTail marked this pull request as ready for review August 29, 2022 21:11
Copy link
Owner Author

@RobinTail RobinTail left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ready

@RobinTail RobinTail merged commit 1c6fa08 into master Aug 29, 2022
@RobinTail RobinTail deleted the support-jest-29 branch August 29, 2022 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Backward incompatible changes coverage Additional tests dependencies Pull requests that update a dependency file refactoring The better way to achieve the same result
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant