You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: