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

Latest release still gives TypeScript 4.2 warning #3128

Closed
3 tasks done
mdurling opened this issue Mar 1, 2021 · 1 comment · Fixed by #3127
Closed
3 tasks done

Latest release still gives TypeScript 4.2 warning #3128

mdurling opened this issue Mar 1, 2021 · 1 comment · Fixed by #3127
Labels
bug Something isn't working package: typescript-estree Issues related to @typescript-eslint/typescript-estree

Comments

@mdurling
Copy link

mdurling commented Mar 1, 2021

The latest release of @typescript-eslint is still emitting a warning that TypeScript 4.2 is unsupported even though the release claims to support it.

  • I have tried restarting my IDE and the issue persists.
  • I have updated to the latest version of the packages.
  • I have read the FAQ and my problem is not listed.

Expected Result
No version mismatch warning

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 <4.2.0

YOUR TYPESCRIPT VERSION: 4.2.2

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

=============

Additional Info

Versions

package version
@typescript-eslint/eslint-plugin 4.16.0
@typescript-eslint/parser 4.16.0
TypeScript 4.2.2
node 14.2.0
@mdurling mdurling added package: typescript-estree Issues related to @typescript-eslint/typescript-estree triage Waiting for maintainers to take a look labels Mar 1, 2021
@bradzacher
Copy link
Member

#3127

@bradzacher bradzacher added bug Something isn't working and removed triage Waiting for maintainers to take a look labels Mar 1, 2021
@bradzacher bradzacher linked a pull request Mar 1, 2021 that will close this issue
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working package: typescript-estree Issues related to @typescript-eslint/typescript-estree
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants