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 does not support TypeScript 5 #14158

Closed
JasonWeill opened this issue Mar 10, 2023 · 0 comments · Fixed by #14216
Closed

eslint does not support TypeScript 5 #14158

JasonWeill opened this issue Mar 10, 2023 · 0 comments · Fixed by #14216
Labels
bug status:Needs Triage Applied to new issues that need triage

Comments

@JasonWeill
Copy link
Contributor

JasonWeill commented Mar 10, 2023

Since upgrading to TypeScript 5 RC (#13872), running jlpm lint (which in turn runs jlpm eslint) produces a warning:

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

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.8.0

YOUR TYPESCRIPT VERSION: 5.0.1-rc

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

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

eslint continues to run, but this warning repeats every time jlpm lint runs.

@JasonWeill JasonWeill added bug status:Needs Triage Applied to new issues that need triage labels Mar 10, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug status:Needs Triage Applied to new issues that need triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant