You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running ESLint on 7.17, you get the following 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.6.0
YOUR TYPESCRIPT VERSION: 4.6.3
Please only submit bug reports when using the officially supported version.
=============
The following PRs in main has upgraded @typescript-eslint/typescript-estree there but hasn't been backported to 7.17:
)
Closes#162776
This PR upgrades the typescript-eslint packages on 7.17 branch to match
the ones used on main
---------
Co-authored-by: Kibana Machine <[email protected]>
When running ESLint on
7.17
, you get the following warning:The following PRs in
main
has upgraded@typescript-eslint/typescript-estree
there but hasn't been backported to7.17
:The text was updated successfully, but these errors were encountered: