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

Support TypeScript 5.7 #415

Open
2 tasks done
maiolica opened this issue Nov 15, 2024 · 7 comments
Open
2 tasks done

Support TypeScript 5.7 #415

maiolica opened this issue Nov 15, 2024 · 7 comments

Comments

@maiolica
Copy link

maiolica commented Nov 15, 2024

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

  • Read the docs.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
@daniluk4000
Copy link
Contributor

Investigated a bit.

vuejs/language-tools#5020

Should probably be fixed by this

@robert-niestroj
Copy link

Investigated a bit.

vuejs/language-tools#5020

Should probably be fixed by this

What dependency needs an update? vue?

@Iliano101
Copy link

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

@fadhln
Copy link

fadhln commented Nov 28, 2024

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

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

@Iliano101
Copy link

@fadhln
Version 5.5.4 fixed it for me

@zburk
Copy link

zburk commented Dec 4, 2024

Had the same issue and changing typescript to 5.5.4 fixed it. Thanks!

@jacobg
Copy link

jacobg commented Dec 8, 2024

Version 5.6.3 works fine for me.

adrian-inthe pushed a commit to adrian-inthe/feedbackz that referenced this issue Dec 12, 2024
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

No branches or pull requests

7 participants