chore(deps): update dependency vue-tsc to v1 - autoclosed
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
- 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 removeVue
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
- feat: support for twoslash queries (https://github.com/johnsoncodehk/volar-plugins/issues/9)
- feat: support
generic
attribute auto-complete - feat: add
volar.vueserver.noProjectReferences
setting for support jump to source files from reference projects (#1344) - fix: SFC parse failed if script content including
<script>
(#1982) - fix: avoid report type error for invalid component without enable
jsxTemplates
(#2007) - fix: intrinsic tag highlight should only including open tag and close tag (#2009)
- fix: component type should take capitalize property takes precedence over camelize property from context (#2010)
- fix: references codeLens should not including sources on display (https://github.com/johnsoncodehk/volar/issues/1989#issuecomment-1277585337)
v1.0.7
- 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
- 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
- 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
- feat: Support generic typed template slots for RFC 436 (#1987)
- feat: add
resolveTemplateCompilerOptions
API forVueLanguagePlugin
- feat: support intellisense for
generic
attribute (#1967) - feat: add
Show Component Meta
command for inspectvue-component-meta
result - feat: add
vueCompilerOptions.experimentalModelPropName
for customizev-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
fromvueCompilerOptions
(#1991)
v1.0.3
- feat: support
as
expressions in export assignment for script setup (#1882) - feat: support RFC 436 with new option
vueCompilerOptions.experimentalRfc436
(#1964) (https://github.com/vuejs/rfcs/discussions/436)
v1.0.2
- fix:
TypeScript Vue Plugin (Volar)
breaks VSCode tsserver (#1956) - fix: pug intellisense not working
- fix: semantic tokens confused git diff window (https://github.com/johnsoncodehk/volar/issues/1946#issuecomment-1272430742)
- fix(doctor): cannot resolve
vueCompilerOptions
from extends tsconfig - fix(doctor): cannot resolve vue version from sub folder (#1961) (#1962)
- fix: scoped class name no longer displays underline (#1960)
v1.0.1
- 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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by RenovateBot