-
-
Notifications
You must be signed in to change notification settings - Fork 420
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
Crush after update typescript to 5.5 #4484
Comments
Me too, same question. [INFO] Search string not found: "for (const existingRoot of buildInfoVersionMap.roots) {" |
Same problem...typescirpt 5.4 works but 5.5 not work |
This is v1 error message, please make sure update |
Due to fi3ework/vite-plugin-checker#306 we still can't update :( And now it will also block TS update... |
@daniluk4000 Please track for fi3ework/vite-plugin-checker#327. |
関連のIssue: fi3ework/vite-plugin-checker#306 (comment) vuejs/language-tools#4484 一時的な回避案で、正式な修正は`vite-plugin-checker`のvue-tsc v2.x対応待ち fi3ework/vite-plugin-checker#327
vue-tsc v1 crashes with typescript v5.5 and newer. Upgrade to vue-tsc v2 to fix. vuejs/language-tools#4484
vue-tsc v1 crashes with typescript v5.5 and newer. Upgrade to vue-tsc v2 to fix. vuejs/language-tools#4484
Worked for me |
Same here. |
It works for me. But it requires to change the version manually. |
vue-tsc v1 no longer work with TypeScript v5.5+. vuejs/language-tools#4484
It works for me |
Not working for me: cat package.json
{
"private": true,
"type": "module",
"scripts": {
"build": "vue-tsc && vite build",
"dev": "vite",
"lint": "eslint resources/js --ext .js,.ts,.vue --ignore-path .gitignore --fix"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@rushstack/eslint-patch": "^1.8.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.31",
"prettier": "^3.3.0",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.2.1",
"typescript": "^5.5.3",
"vite": "^5.0",
"vue": "^3.4.0",
"vue-tsc": "^2.1.10"
}
}
bun run build
$ vue-tsc && vite build
/Users/philharmonie/dev/immo/node_modules/vue-tsc/index.js:34
throw err;
^
Search string not found: "/supportedTSExtensions = .*(?=;)/"
(Use `node --trace-uncaught ...` to show where the exception was thrown)
Node.js v22.11.0
error: script "build" exited with code 1 (SIGHUP) |
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@eslint/js": "^9.15.0",
"@playwright/test": "^1.49.0",
"@rushstack/eslint-patch": "^1.10.4",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-links": "^8.4.5",
"@storybook/blocks": "^8.4.5",
"@storybook/test": "^8.4.5",
"@storybook/vue3": "^8.4.5",
"@storybook/vue3-vite": "^8.4.5",
"@stryker-mutator/vitest-runner": "^8.6.0",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.6",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.6.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-no-snapshot-testing": "^1.0.61",
"eslint-plugin-storybook": "^0.11.1",
"eslint-plugin-vue": "^9.31.0",
"jsdom": "^25.0.1",
"npm-run-all": "^4.1.5",
"plop": "^4.0.1",
"prettier": "^3.4.0",
"sass": "^1.81.0",
"storybook": "^8.4.5",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-vuetify": "^2.0.4",
"vitest": "^2.1.6",
"vue-tsc": "^2.1.10"
} > vue-tsc --noEmit -p tsconfig.vitest.json --composite false
/.../app/frontend/node_modules/vue-tsc/index.js:34
throw err;
^
Search string not found: "/supportedTSExtensions = .*(?=;)/"
(Use `node --trace-uncaught ...` to show where the exception was thrown)
Node.js v22.7.0
ERROR: "type-check" exited with 1.
make: *** [ci-ui] Error 1 Not working for me Update: Downgrading my Typescript to ˆ5.6.3 fixed it |
same error for me
Downgrade typescript to 5.6.3 works:
Error:
|
Yes downgrading to typescript
|
Same issue with typescript |
block typescript update to v5.6.3, going further is not compatible with vue-tsc at the moment (see vuejs/language-tools#4484 ) issue with flickering label in Cesium has been fixed with latest release, we can go back to using the latest version in our dependecies
Same issue with typescript
|
Yep, broken with typescript 5.7:
Imho it's time to upstream the module into |
Could this issue be reopened? as it occurs again with latest typescript version |
block typescript update to v5.6.3, going further is not compatible with vue-tsc at the moment (see vuejs/language-tools#4484 ) issue with flickering label in Cesium has been fixed with latest release, we can go back to using the latest version in our dependecies
block typescript update to v5.6.3, going further is not compatible with vue-tsc at the moment (see vuejs/language-tools#4484 ) issue with flickering label in Cesium has been fixed with latest release, we can go back to using the latest version in our dependecies
Vue - Official extension or vue-tsc version
vue-tsc
VSCode version
1.90.1
Vue version
3.4.29
TypeScript version
5.5
System Info
No response
Steps to reproduce
Just upgrade to typescript 5.5
Link to minimal reproduction
No response
Any additional comments?
npm run build
.../node_modules/vue-tsc/bin/vue-tsc.js:68
throw err;
^
Search string not found: "for (const existingRoot of buildInfoVersionMap.roots) {"
(Use
node --trace-uncaught ...
to show where the exception was thrown)Node.js v20.5.1
The text was updated successfully, but these errors were encountered: