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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for node version 10.13.0 #10658

Closed
6axter82 opened this issue Oct 20, 2020 · 3 comments
Closed

support for node version 10.13.0 #10658

6axter82 opened this issue Oct 20, 2020 · 3 comments

Comments

@6axter82
Copy link

馃挰 Questions and Help

I am using the latest version of react testing library https://testing-library.com/docs/intro which is 11.1.0
But can not run the CI/CD pipeline with a docker image which has a node version 10.13.0.
I have filed an issue in the react testing library:
testing-library/react-testing-library#804

They refer to the following link:
https://unpkg.com/@jest/types@26.6.0/package.json
saying that the issue comes from jest/types which has support only for engines with "node": ">= 10.14.2"

Question: Is there any upcoming release foreseen where the engine's node could be downgraded to >= 10.13.0 ? Or any suggestions, cause it doesn't matter if I install jest with lower version the react testing library always has a peerDependency to newer jest/types@26.6.0?

Please note that this issue tracker is not a help forum and this issue will be closed.

For questions or help please see:

@Sn005
Copy link

Sn005 commented Nov 9, 2020

I'm having the same problem.
My environment is also node version 10.13.0.

When I check the master of @jest/types, the engines specification is as follows.

https://github.com/facebook/jest/blob/01f29e3a9d0cba133e64e7d97d0ce0727ae48f0f/packages/jest-types/package.json#L10

I've also seen that the engines designation has been changed in the PR here.

54955a4#diff-bda31c99aca44f95480bae4c77c02a63b6a99da3f15c570aea9a3f7d0280b60e

Does that mean that a version with the changed engines designation will be released soon?

@SimenB
Copy link
Member

SimenB commented Nov 9, 2020

Changed in #10685, will be released in Jest 27. Hopefully released this side of Christmas, but no promises.

https://github.com/facebook/jest/milestone/12

We will not be releasing any new versions of Jest 26

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants