vuejs / eslint-config-typescript

ESLint configuration for Vue 3 + TypeScript projects
MIT License
128 stars 30 forks source link

Bump @typescript-eslint/parser to v8 #80

Closed nagsterFVZ closed 1 month ago

nagsterFVZ commented 2 months ago

In my projects I am using:

With basically no issues, except that certain types and enums are providing issues due to changes in typescript-estree.

These problem can be resolved with bumping @typescript-eslint/parser to ^8.0.0, without bumping @typescript-eslint/eslint-plugin as that causes breaking test. I have pulled the current v13 code locally and bumped the parser and the tests run fine.

I understand this is likely something that will be addressed in the update for eslint v9, but would be great if this can be bumped for the time being so that we can use the latest versions of those packages.