Outdated transient version of @typescript-eslint/typescript-estree
shellscape opened this issue · 0 comments
shellscape commented
Ahoy there. This package has a dependency on @typescript-eslint/experimental-utils@2.34.0
which is super old. As such, the transient dependency on @typescript-eslint/typescript-estree@2.34.0
via @typescript-eslint/experimental-utils
is causing the following message to print each time we use the plugin:
=============
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.3.5
Please only submit bug reports when using the officially supported version.
=============
Please update that dependency to 4.28.3