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

add Typescript support v3.6.2 in [email protected] #408

Closed
FDiskas opened this issue Sep 3, 2019 · 4 comments
Closed

add Typescript support v3.6.2 in [email protected] #408

FDiskas opened this issue Sep 3, 2019 · 4 comments
Labels

Comments

@FDiskas
Copy link

FDiskas commented Sep 3, 2019

In my project i got warning in terminal

WARNING: You are currently running a version of TypeScript which is not officially supported by typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.2.1 <3.6.0

YOUR TYPESCRIPT VERSION: 3.6.2

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

This message comes from @typescript-eslint/typescript-estree witch is dependency in your module.

npm list @typescript-eslint/typescript-estree

├─┬ @typescript-eslint/[email protected]
│ └─┬ @typescript-eslint/[email protected]
│   └── @typescript-eslint/[email protected] 
├─┬ @typescript-eslint/[email protected]
│ ├─┬ @typescript-eslint/[email protected]
│ │ └── @typescript-eslint/[email protected]  deduped
│ └── @typescript-eslint/[email protected] 
└─┬ [email protected]
  └─┬ @typescript-eslint/[email protected]
    └── @typescript-eslint/[email protected] 

Please upgrade dependency @typescript-eslint/experimental-utils to latest version

@SimenB
Copy link
Member

SimenB commented Sep 3, 2019

2.1.0 does not include typescript-eslint/typescript-eslint#916, btw, so you'd still get the warning even if we upgrade

@Rogdham
Copy link

Rogdham commented Sep 10, 2019

2.2.0 does include typescript-eslint/typescript-eslint#916 now 🎉

@SimenB
Copy link
Member

SimenB commented Sep 10, 2019

yup, I'll be making a new release this week

SimenB added a commit that referenced this issue Oct 27, 2019
@G-Rath G-Rath closed this as completed in b9213e0 Oct 27, 2019
@github-actions
Copy link

🎉 This issue has been resolved in version 23.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants