Skip to content

chore(deps): update dependency vue-tsc to v1 - autoclosed

RenovateBot requested to merge renovate/vue-tsc-1.x into main

This MR contains the following updates:

Package Type Update Change
vue-tsc devDependencies major ^0.40.6 -> ^1.0.0

Release Notes

johnsoncodehk/volar

v1.0.9

Compare Source

  • feat(vue-tsc): add error message for noEmitOnError (#​1669)
  • feat: add support for custom file extensions (#​1931)
  • feat: add support for typescript/javascript.suggest.completeFunctionCalls (#​956)
  • feat: add support for JSX auto closing tags and tags commenting (#​1494)
  • feat: add support for auto import component from .ts sources (#​1643)
  • feat: add Server Stats command for debugging loading files
  • feat: add volar.completion.normalizeComponentAutoImportName setting to support remove Vue ending for component auto import (#​82)
  • feat: add volar.vueserver.diagnosticModel setting to support pull model for diagnostic
  • feat: add experimentalUseElementAccessInTemplate setting in vueCompilerOptions for class component supports (#​997)
  • feat: migrated to standard token types for support semantic tokens IDE other than VSCode
  • feat: register file watchers in language server for support IDE other than VSCode (#​2037)
  • perf: load scripts on demand on inferred project
  • fix(doctor): update valid @types/node version and clarity words (#​2043)
  • fix: avoid language server crash by invalid tsconfig references path (#​1957)
  • fix: LanguageServicePlugin error don'ts reporting
  • fix: SCSS At-Rule autocomplete not working
  • fix: intellisense not working for files path start with . (#​1147)
  • fix: avoid reporting partial diagnostic when failed to update cache range
  • fix: formatting not working for template interpolations (#​2026)
  • fix: file watchers not working (#​2028)
  • fix: document version of code action incorrect (#​2025)
  • fix: don't filter onXxx for props autocomplete (#​2034)
  • fix: import statements completion not working (https://github.com/johnsoncodehk/volar/issues/1983#issuecomment-1278778898)
  • fix: server throwing errors due to component auto import completion canceled (#​1983)
  • fix: expand selection does not work correctly in <template> (#​1465)
  • fix: component tags messes with duplicate name template properties (#​2030)
  • fix: improve invalid content trimming in .md files for VitePress
  • fix: avoid language server throwing when changing built-in TS plugin activation
Special Sponsor
Out Gold Sponsors
Out Silver Sponsors

v1.0.8

Compare Source

v1.0.7

Compare Source

  • feat(vue-language-core): support custom v-model prefix (#​2004)
  • feat: allow passing attributes array for experimentalModelPropName ignore setting (#​1821)
  • fix: @volar/vue-language-plugin-pug cause to doctor warns in Vue 2.7 project (#​2002)
  • fix: mitigate virtual file mapping highlights dislocation
  • fix: tag hover not working when enabled jsxTemplates
  • fix: avoid convert invalid JSX type to any when enabled jsxTemplates
  • fix: component JSX type invalid when enabled jsxTemplates but template has no any slots
  • perf: try skip convert attribute value to unicode

v1.0.6

Compare Source

  • fix: component ast broken when use script setup with export default (#​1996)
  • fix: experimentalModelPropName link invalid (#​1999)
  • fix: @volar/pug-language-service crash (#​2000)

v1.0.5

Compare Source

  • feat(doctor): report warning for @types/node version >= 18.8.1 (#​1985)
  • fix: @volar-examples/svelte-tsc, @volar-examples/svelte-typescript released empty dist
  • fix: component syntax minor defect when enabled experimentalRfc436
  • fix: force use VSCode display language in language server (#​1959)
  • fix: don't hoisting defineProps type arg when disabled experimentalRfc436 (#​1994)

v1.0.4

Compare Source

  • feat: Support generic typed template slots for RFC 436 (#​1987)
  • feat: add resolveTemplateCompilerOptions API for VueLanguagePlugin
  • feat: support intellisense for generic attribute (#​1967)
  • feat: add Show Component Meta command for inspect vue-component-meta result
  • feat: add vueCompilerOptions.experimentalModelPropName for customize v-model binding prop for vue 2 component (#​1969)
  • fix: TypeScript Vue Plugin (Volar) stop working
  • fix: change vueCompilerOptions.dataAttributes default value from ["data-*"] to [] (#​1965)
  • fix: component props order should be on the top (#​1972)
  • fix: @volar/vue-language-plugin-pug crash due to missing depend
  • fix: component tag highlight not working for pug template (#​1977)
  • fix: references codeLens number incorrect (#​1989)

Breaking changes

  • Removed experimentalTemplateCompilerOptions, experimentalTemplateCompilerOptionsRequirePath from vueCompilerOptions (#​1991)

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

  • feat(doctor): added more postcss syntax highliters (#​1945)
  • fix(doctor): @vue/compiler-dom missing message incorrect (#​1953)
  • fix: name casing tool typo (#​1941)
  • fix: takeover mode document link incorrect (#​1944)
  • fix: code color disordered if .ts script do not include to tsconfig (#​1946)
  • fix: cannot start language server if worksapce tsdk path invalid (#​1942)
  • fix: "Show Virtual Files" command not working for .md / .html
  • fix: tag autocomplete add duplicated import if the tag not use in template (#​1952)
  • fix: template AST broken when input space after tag name
  • fix: don't use native event type for component (#​1948) (#​1951)
  • fix: command + hover @click cannot show selection range

v1.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by RenovateBot

Merge request reports