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

Update @typescript-eslint/parser to the newer version #55

Open
hoangmirs opened this issue Feb 17, 2023 · 1 comment
Open

Update @typescript-eslint/parser to the newer version #55

hoangmirs opened this issue Feb 17, 2023 · 1 comment
Milestone

Comments

@hoangmirs
Copy link
Contributor

Why

  • When you are using typescript version >= 4.8.0, you will get the following warning:
> eslint .

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

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

YOUR TYPESCRIPT VERSION: 4.9.5

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

=============
  • So we need to update @typescript-eslint/parser to the newer version as @typescript-eslint/typescript-estree is depended on that package.

Who Benefits?

Developers

@carryall carryall added this to the 2.2.2 milestone Jul 3, 2023
@malparty
Copy link
Member

Ever lasting problem 🙈

[vite:dts] Start rollup declaration files...
Analysis will use the bundled TypeScript version 5.4.2
*** The target project appears to use TypeScript 5.6.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
Analysis will use the bundled TypeScript version 5.4.2
*** The target project appears to use TypeScript 5.6.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
Analysis will use the bundled TypeScript version 5.4.2
*** The target project appears to use TypeScript 5.6.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
Analysis will use the bundled TypeScript version 5.4.2
*** The target project appears to use TypeScript 5.6.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
Analysis will use the bundled TypeScript version 5.4.2
*** The target project appears to use TypeScript 5.6.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
Analysis will use the bundled TypeScript version 5.4.2
*** The target project appears to use TypeScript 5.6.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
Analysis will use the bundled TypeScript version 5.4.2
*** The target project appears to use TypeScript 5.6.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
Analysis will use the bundled TypeScript version 5.4.2
*** The target project appears to use TypeScript 5.6.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
[vite:dts] Declaration files built in 7321ms.

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

No branches or pull requests

3 participants