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

Bump @typescript-eslint/parser to v8 #80

Open
nagsterFVZ opened this issue Aug 26, 2024 · 1 comment · May be fixed by #81
Open

Bump @typescript-eslint/parser to v8 #80

nagsterFVZ opened this issue Aug 26, 2024 · 1 comment · May be fixed by #81

Comments

@nagsterFVZ
Copy link

In my projects I am using:

  • eslint: 9.9.1
  • typescript: 5.5.4
  • typescript-eslint: 8.2.0
  • eslint-plugin-vue: 9.27.0
  • @vue/eslint-config-typescript: 13.0.0

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.

@haoqunjiang haoqunjiang linked a pull request Sep 15, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@nagsterFVZ and others