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

[Bug]: Support for Jest 29 would be most appreciated #3783

Closed
doberkofler opened this issue Aug 29, 2022 · 7 comments
Closed

[Bug]: Support for Jest 29 would be most appreciated #3783

doberkofler opened this issue Aug 29, 2022 · 7 comments
Labels
🚀 Feature Request new suggested feature

Comments

@doberkofler
Copy link

Version

28.0.8

Steps to reproduce

npm i

Expected behavior

support for jest 29

Actual behavior

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: [email protected]
npm ERR! node_modules/jest
npm ERR!   dev jest@"29.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer jest@"^28.0.0" from [email protected]
npm ERR! node_modules/ts-jest
npm ERR!   dev ts-jest@"28.0.8" from the root project

Debug log

n.a.

Additional context

No response

Environment

System:
    OS: macOS 12.5.1
    CPU: (8) x64 Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz
  Binaries:
    Node: 18.8.0 - ~/.nvm/versions/node/v18.8.0/bin/node
    npm: 8.18.0 - ~/.nvm/versions/node/v18.8.0/bin/npm
@ahnpnl
Copy link
Collaborator

ahnpnl commented Aug 29, 2022

Please use next tag:)

@ahnpnl
Copy link
Collaborator

ahnpnl commented Aug 29, 2022

Close as duplicated with #3772

@ahnpnl ahnpnl closed this as completed Aug 29, 2022
@ahnpnl ahnpnl added 🚀 Feature Request new suggested feature and removed Bug Report Needs Triage labels Aug 29, 2022
@mcmxcdev
Copy link

Any reason why this is available as nextfor now and not as stable version? Expecting some potential regressions?

@ext
Copy link

ext commented Sep 1, 2022

I've been trying the pre-release using @next and at least for my projects it seems to be working properly. I can't really use the pre-release "for real" though so I'm also hoping for a stable version soon.

@mcmxcdev
Copy link

mcmxcdev commented Sep 2, 2022

We are also using the next version now, and all works fine :)

@Lonli-Lokli
Copy link

How to get rid of this warning?

(WARN) Version 29.1.2 of jest installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=28.0.0 <29.0.0-0). Please do not report issues in ts-jest if you are using unsupported versions.

@wojtek1150
Copy link

Install <29.0.0, and fell free with updated one 🙃

ts-jest[versions] (WARN) Version 28.1.3 of jest installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=29.0.0 <30.0.0-0). Please do not report issues in ts-jest if you are using unsupported versions.

Best version checked ever xD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 Feature Request new suggested feature
Projects
None yet
Development

No branches or pull requests

6 participants