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

typescript-estree@3.0.0: Supported Typescript Version #2096

Closed
frederikdekegel opened this issue May 25, 2020 · 1 comment
Closed

typescript-estree@3.0.0: Supported Typescript Version #2096

frederikdekegel opened this issue May 25, 2020 · 1 comment
Labels
duplicate This issue or pull request already exists package: typescript-estree Issues related to @typescript-eslint/typescript-estree

Comments

@frederikdekegel
Copy link

Repro
running eslint against an Angular/Typescript project that uses typescript 3.8.3

Expected Result
no warning about the typescript version as it was the case with @typescript-eslint @ 2.34.0

Actual Result
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <3.8.0

YOUR TYPESCRIPT VERSION: 3.8.3

Please only submit bug reports when using the officially supported version.

Additional Info
The info about the supported typescript version on https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/typescript-estree suggests the supported typescript version is >=3.3.1 <3.10.0 (as can be read on https://github.com/typescript-eslint/typescript-eslint/blob/master/README.md#supported-typescript-version).

However, I could understand that typescript >=3.8 is not supported for typescript-estree when I read #1436

So basically, I wondering now if the warning is incorrect or the doc is incorrect. Also, if necessary, how can I disable this warning?

Versions

package version
@typescript-eslint/typescript-estree 3.0.0
TypeScript 3.8.3
node 12.16.3
npm 6.14.5
@frederikdekegel frederikdekegel added package: typescript-estree Issues related to @typescript-eslint/typescript-estree triage Waiting for maintainers to take a look labels May 25, 2020
@SimenB
Copy link
Contributor

SimenB commented May 25, 2020

#2057

@bradzacher bradzacher added duplicate This issue or pull request already exists and removed triage Waiting for maintainers to take a look labels May 25, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue or pull request already exists package: typescript-estree Issues related to @typescript-eslint/typescript-estree
Projects
None yet
Development

No branches or pull requests

3 participants