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

Supported typescript version is wrong in readme #2087

Closed
zraineri opened this issue May 24, 2020 · 1 comment
Closed

Supported typescript version is wrong in readme #2087

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

Comments

@zraineri
Copy link

Expected Result
"The version range of TypeScript currently supported by this parser is >=3.3.1 <3.10.0"

This is linked from the @typescript-eslint/typescript-estree readme here

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.9.3
"

Versions

package version
@typescript-eslint/typescript-estree 3.0.0
TypeScript 3.9.3

Really appreciate all the hard work, just thought I'd make you aware

@zraineri zraineri added package: typescript-estree Issues related to @typescript-eslint/typescript-estree triage Waiting for maintainers to take a look labels May 24, 2020
@lgodziejewski
Copy link

I guess it's the same case as in #2066 - i.e. support for new range of TS versions is merged to master and will be released tomorrow (Monday 25.05), see comment

PR with update: #2057

@bradzacher bradzacher added duplicate This issue or pull request already exists and removed triage Waiting for maintainers to take a look labels May 24, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 24, 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