infctr / eslint-plugin-typescript-sort-keys

A linter plugin to require sorting interface and string enum keys
ISC License
143 stars 25 forks source link

Outdated transient version of @typescript-eslint/typescript-estree #38

Closed shellscape closed 2 years ago

shellscape commented 2 years ago

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