[Bug]: npm install fails with latest jest 29.0.3
See original GitHub issueVersion
2.2.2
Steps to reproduce
1,Use jest 29.0.3 as dependency with latest jest-preset-angular 2.2.2 2, npm install fails ERESOLVE unable to resolve dependency tree
Expected behavior
npm install works
Actual behavior
npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: xxx@3.0.1 npm ERR! Found: jest@29.0.3 npm ERR! node_modules/jest npm ERR! dev jest@“29.0.3” from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer jest@“^28.0.0” from jest-preset-angular@12.2.2 npm ERR! node_modules/jest-preset-angular npm ERR! dev jest-preset-angular@“12.2.2” from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
Additional context
Would you release jest-angular-preset with jest 29 supported?
Environment
System:
OS: Linux 5.18 Ubuntu 22.04.1 LTS 22.04.1 LTS (Jammy Jellyfish)
CPU: (12) x64 Intel(R) Core(TM) i7-9850H CPU @ 2.60GHz
Binaries:
Node: 16.17.0 - /usr/bin/node
npm: 8.15.0 - /usr/bin/npm
Issue Analytics
- State:
- Created a year ago
- Reactions:16
- Comments:18
Top GitHub Comments
Are there any plans to cut new release any time soon? It seems new version of Jest was merged to main branch and it passed CI just fine: https://github.com/thymikee/jest-preset-angular/pull/1804
There is a chain of changes that increases the importance of having
jest-preset-angular
with Jest 29 support:workerIdleMemoryLimit
jest-preset-angular
release to add official support for Jest 29 to nx: https://github.com/nrwl/nx/issues/1189212.2.3 supports Angular 15:)