fi3ework / vite-plugin-checker

💬 Vite plugin that provide checks of TypeScript, ESLint, vue-tsc, Stylelint and more.
https://vite-plugin-checker.netlify.app
MIT License
1.01k stars 88 forks source link

Support TypeScript 5.7 #415

Open maiolica opened 2 weeks ago

maiolica commented 2 weeks ago

Describe the bug

After upgrading to TypeScript 5.7 RC I get this error when I launch vue-tsc --noEmit:

Search string not found: "/supportedTSExtensions = .*(?=;)/"

Reproduction

Upgrade typescript to 5.7.1-rc vue-tsc --noEmit

Expected behavior

No errors

System Info

Node.js v22.9.0

Additional context

No response

Validations

daniluk4000 commented 4 days ago

Investigated a bit.

https://github.com/vuejs/language-tools/pull/5020

Should probably be fixed by this

robert-niestroj commented 3 days ago

Investigated a bit.

vuejs/language-tools#5020

Should probably be fixed by this

What dependency needs an update? vue?

Iliano101 commented 3 days ago

@robert-niestroj I fixed this by downgrading my Typescript version

fadhln commented 1 day ago

@robert-niestroj I fixed this by downgrading my Typescript version

Hi @Iliano101 can I check, which Typescript version are you using right now?

Iliano101 commented 1 day ago

@fadhln Version 5.5.4 fixed it for me