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

[eslint-config] Outdated version of typescript-eslint plugin and parser #2389

Closed
jjnkr opened this issue Dec 11, 2020 · 5 comments · Fixed by #2771
Closed

[eslint-config] Outdated version of typescript-eslint plugin and parser #2389

jjnkr opened this issue Dec 11, 2020 · 5 comments · Fixed by #2771
Labels
enhancement The issue is asking for a new feature or design change priority The maintainers consider it to be an important issue. We should try to fix it soon.

Comments

@jjnkr
Copy link

jjnkr commented Dec 11, 2020

Summary

I would like to use TypeScript 4.1.2 in a project which is using the rushstack config. When running ESLint, I see the following message:

=============
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 <3.10.0
YOUR TYPESCRIPT VERSION: 4.1.2
Please only submit bug reports when using the officially supported version.
=============

Details

I don't know whether bumping up to the newest version of typescript-eslint's tools would cause problems, given that these libraries had a major version change, but if it's possible then that would be helpful for me.

Standard questions

Please answer these questions to help us investigate your issue more quickly:

Question Answer
@rushstack/eslint-config version? 2.1.1
Operating system? Mac
Would you consider contributing a PR? Yes
TypeScript compiler version? 4.1.2
Node.js version (node -v)? 12.8.4
@octogonz
Copy link
Collaborator

We should probably upgrade API Extractor in the same PR.

@octogonz octogonz added the enhancement The issue is asking for a new feature or design change label Dec 11, 2020
@octogonz
Copy link
Collaborator

Bumping priority of this.

@octogonz octogonz added the priority The maintainers consider it to be an important issue. We should try to fix it soon. label Apr 26, 2021
@relm923
Copy link
Contributor

relm923 commented Jul 2, 2021

@octogonz are you able to review #2771 ?

@octogonz
Copy link
Collaborator

octogonz commented Jul 6, 2021

@relm923 Thanks for making a PR! I'm back from the holiday and will take a look today

@octogonz
Copy link
Collaborator

octogonz commented Jul 9, 2021

Update: This got stalled because the PR is failing rush update --full. I'm working on it.

(See typescript-eslint/typescript-eslint#3622 for details)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is asking for a new feature or design change priority The maintainers consider it to be an important issue. We should try to fix it soon.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants