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

Warning: overriding peer dependency #218

Open
bjarketrux opened this issue Oct 15, 2024 · 0 comments
Open

Warning: overriding peer dependency #218

bjarketrux opened this issue Oct 15, 2024 · 0 comments

Comments

@bjarketrux
Copy link

I get the below peer dependency warnings, when using eslint-plugin-jest-extended with eslint 9.
It looks like this project is using @typescript-eslint/utils@"^5.10.0" that has a peer dependency up to eslint ^8.0.0. There is a newer package, so I suppose it can be updated.

npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @typescript-eslint/[email protected]
npm warn Found: [email protected]
npm warn node_modules/eslint
npm warn   dev eslint@"^9.12.0" from the root project
npm warn   16 more (@angular-eslint/builder, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer eslint@"^6.0.0 || ^7.0.0 || ^8.0.0" from @typescript-eslint/[email protected]
npm warn node_modules/eslint-plugin-jest-extended/node_modules/@typescript-eslint/utils
npm warn   @typescript-eslint/utils@"^5.10.0" from [email protected]
npm warn   node_modules/eslint-plugin-jest-extended
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/eslint
npm warn   peer eslint@"^6.0.0 || ^7.0.0 || ^8.0.0" from @typescript-eslint/[email protected]
npm warn   node_modules/eslint-plugin-jest-extended/node_modules/@typescript-eslint/utils
npm warn     @typescript-eslint/utils@"^5.10.0" from [email protected]
npm warn     node_modules/eslint-plugin-jest-extended
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant