Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Typescript version 4.1.3 not supported #186

Closed
timcosta opened this issue Feb 4, 2021 · 2 comments
Closed

Typescript version 4.1.3 not supported #186

timcosta opened this issue Feb 4, 2021 · 2 comments

Comments

@timcosta
Copy link

timcosta commented Feb 4, 2021

Hey all! Thanks for the great lint configuration for typescript! I'm running TS 4.1.3 which is currently throwing the below unsupported version error due to this package using an out of date version of @typescript-eslint/parser which can be seen here:

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

Here's the exact error:

=============

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.1.0

YOUR TYPESCRIPT VERSION: 4.1.3

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

=============

I'm hoping that some of the outstanding renovate PRs can be merged, such as #175 which will hopefully allow us to use this module with TS 4.1! Thanks for your time!

@iamturns
Copy link
Owner

iamturns commented Feb 6, 2021

Hey @timcosta - thanks for reporting. All dependencies are updated now. Let me know if you still get this TS version warning. Cheers!

@timcosta
Copy link
Author

timcosta commented Feb 6, 2021

@iamturns thanks for the quick resolution! updated the version locally and removed my force resolution, and we're getting clean compiles and lints!

@timcosta timcosta closed this as completed Feb 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants