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

eslint-plugin: peerDependency warning with eslint@7.0.0 #1994

Closed
AviVahl opened this issue May 9, 2020 · 1 comment
Closed

eslint-plugin: peerDependency warning with eslint@7.0.0 #1994

AviVahl opened this issue May 9, 2020 · 1 comment
Labels
package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin working as intended Issues that are closed as they are working as intended

Comments

@AviVahl
Copy link

AviVahl commented May 9, 2020

Actual
eslint@7.0.0 has been released yesterday. @typescript-eslint/eslint-plugin gets a peerDependency warning:

npm WARN @typescript-eslint/eslint-plugin@2.31.0 requires a peer of eslint@^5.0.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.

Expected
Install without warnings when used with the latest eslint release.

Versions

package version
@typescript-eslint/eslint-plugin 2.31.0
@typescript-eslint/parser 2.31.0
TypeScript 3.8.3
ESLint 7.0.0
node 12.6.3
npm 6.14.4
@AviVahl AviVahl added package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for maintainers to take a look labels May 9, 2020
@bradzacher
Copy link
Member

bradzacher commented May 9, 2020

This is valid.
We don't yet support ESLint v7 - we have not tested any of our project against it.

Once we support it, we will update the dependency ranges.

#1550

@bradzacher bradzacher added working as intended Issues that are closed as they are working as intended and removed triage Waiting for maintainers to take a look labels May 9, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin working as intended Issues that are closed as they are working as intended
Projects
None yet
Development

No branches or pull requests

2 participants