vetur icon indicating copy to clipboard operation
vetur copied to clipboard

vue@latest includes outdated recommendations.js

Open theking2 opened this issue 1 year ago • 0 comments

  • [x] I have searched through existing issues
  • [x] I have read through docs
  • [x] I have read FAQ
  • [x] I have tried restarting VS Code or running Vetur: Restart VLS

Info

  • Platform: win
  • Vetur version: n/a
  • VS Code version:1.94.2
  • TypeScript version:n/a
  • Vetur output:
Output

<!-- Run VSCode command `Vetur: Show output panel` -->
Vetur initialized
[INFO ] Loaded bundled [email protected].
[INFO ] Loaded bundled prettier.
[INFO ] Loaded bundled @starptech/prettyhtml.
[INFO ] Loaded bundled prettier-eslint.
[INFO ] Loaded bundled prettier-tslint.
[INFO ] Loaded bundled stylus-supremacy.
[INFO ] Loaded bundled @prettier/plugin-pug.
DeprecationWarning: 'createIdentifier' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
DeprecationWarning: 'createObjectLiteralExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
DeprecationWarning: 'createCallExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
DeprecationWarning: 'createImportClause' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
DeprecationWarning: 'createLiteral' has been deprecated since v4.0.0. Use `factory.createStringLiteral`, `factory.createStringLiteralFromNode`, `factory.createNumericLiteral`, `factory.createBigIntLiteral`, `factory.createTrue`, `factory.createFalse`, or the factory supplied by your transformation context instead.
DeprecationWarning: 'createImportDeclaration' has been deprecated since v4.8.0. Decorators are no longer supported for this function. Callers should switch to an overload that does not accept a 'decorators' parameter.
[INFO ] update d:\Projekte\Bildung\m291\LG22\Testing\vue-test\node_modules\.vue-global-types\vue_3.5_false.d.ts in ts language service.
[INFO ] update d:\Projekte\Bildung\m291\LG22\Testing\vue-test\node_modules\.vue-global-types\vue_3.5_false.d.ts in ts language service.
[INFO ] update d:\Projekte\Bildung\m291\LG22\Testing\vue-test\node_modules\.vue-global-types\vue_3.5_false.d.ts in ts language service.

- Vetur doctor output
Doctor output

Failed to doctor

Problem

Running npm create vue@latest creates schaffolding with the following extensions.json

{
  "recommendations": ["Vue.volar"]
}

Volar is marked as deprecated.

Reproducible Case

theking2 avatar Oct 18 '24 10:10 theking2