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 run with TypeScript 4.6 installed in the project, madge displays the following warning (but otherwise works ok):
▶ npx tsc --version
Version 4.6.3
▶ npx madge --warning --circular --extensions ts,tsx src
⠋ Finding files=============
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.5.0
YOUR TYPESCRIPT VERSION: 4.6.3
Please only submit bug reports when using the officially supported version.
=============
Processed 437 files (3.4s)
The culprit is an outdated version of detective-typescript@7.0.2, which doesn't support (or at least warns about lack of support) TypeScript 4.6.
When run with TypeScript 4.6 installed in the project, madge displays the following warning (but otherwise works ok):
The culprit is an outdated version of
detective-typescript@7.0.2
, which doesn't support (or at least warns about lack of support) TypeScript 4.6.Any chances of bumping the outdated dependencies?
I was able to get rid of this warning by adding an override in my
package.json
(npm@8.3+ required):The text was updated successfully, but these errors were encountered: