This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
chore(deps): update dependency vue-tsc to v1 #40
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.40.13
->1.2.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
johnsoncodehk/volar
v1.2.0
Compare Source
v1.1.7
Compare Source
v1.1.6
Compare Source
.ts
files due to a long list in the outline viewv1.1.5
Compare Source
$style
generic
attributestrictTemplates
enabled (#2431)v1.1.4
Compare Source
volar.vueserver.fullCompletionList
setting (#2422)strictTemplates
did not check for unknown components (#2291)v-model
tochecked
prop for checkbox and radio input tags (#2415)v1.1.3
Compare Source
volar.format.initialIndent
(#2401)v-model
directive on native input (#2399)v1.1.2
Compare Source
editor.formatOnType
(#2394)opencc
is depended on by language server (#2388)v1.1.0
Compare Source
initialIndent
forpug
andsass
volar.inlayHints.missingRequiredProps
)(takeover)
instead of(vue)
in status bar for takeover mode (#2365){{ }}
(#2305)source.addMissingImports
accidentally made imports for properties used the template (#2304)defineEmits<{}>()
would fail the type-checking process (#2370)name
prop / attr for slot (#2308)Breaking changes
vite-plugin-vue-component-preview
for nuxt 3.2vue-preview.root
setting for Nuxt component previewv1.0.24
Compare Source
vueCompilerOptions.macros
setting for vue-macros pluginsFileCapabilities.full
,FileRangeCapabilities.full
,MirrorBehaviorCapabilities.full
normalizeComponentAutoImportName
setting tonormalizeComponentImportName
Index
to folder name whennormalizeComponentImportName
enabled (https://github.com/johnsoncodehk/volar/issues/2071#issuecomment-1373701277)Projects must list all files or use an 'include' pattern
error (#2271)parseSfc
requests when not a vue document changedcodeActionsOnSave
setting (#2188)c is not iterable
error edge case (#2282)getEmbeddedFileNames()
,resolveEmbeddedFile()
v1.0.22
Compare Source
v1.0.21
Compare Source
@volar/vue-language-plugin-pug
installed (#2272){{}}
not working\r\n
, virtual document mapping decorations range incorrectv1.0.20
Compare Source
volar.takeOverMode.extension
setting for choice extension that takeover *.ts language supportLanguageServerPlugin
api and dependency injection connection (#2273)createLanguageService
andcreateDocumentService
v1.0.19
Compare Source
experimentalAdditionalLanguageModules
option forvueCompilerOptions
(#2267)typescript/javascript.preferences.autoImportFileExcludePatterns
setting not working@vue/compiler-dom
warning (#2262)required
property incorrect (#2256)v1.0.18
Compare Source
vueCompilerOptions
in tsconfig{{}}
not working if template block not at the top[TS Error] { }
and failed (#2190)strictTemplates
enabled (#2255)v1.0.17
Compare Source
lang="json5"
(#2244){{ }}
colorizedBracketPairs not working (#1759)v-bind
exist (#2166)props
property (#2206)noPropertyAccessFromIndexSignature
is enabled (#2236)skipTemplateCodegen
should ignore template slots emit (#2237)v1.0.16
Compare Source
schema.ignore
accept functions (#2232)volar.icon.splitEditors
setting (#2163){{ |}}
become{{ | }}
(#2222)<slot :name="(name as 'a' | 'b')" />
not working (#2233)Type 'void' has no call signatures
errors (#2225)vue-tsc/out/proxy.js
for vite-plugin-checker (https://github.com/fi3ework/vite-plugin-checker/issues/193)v1.0.14
Compare Source
vue-tsc-eslint-hook
module to support use eslint in vue-tsc (#2220)volar.vueserver.maxFileSize
(#2186)volar.doctor.checkVueTsc
and disable by default (#2186)volar.vueserver.configFilePath
(#2078)v-bind
(#2105)v1.0.13
Compare Source
volar.config.js
plugins dirty cache between different tsconfig projectsv1.0.12
Compare Source
@volar/vscode-language-client
package (#2181)DefineComponent
when template has slots (#2161)v1.0.11
Compare Source
DefineComponent
type (#2161)<html>
tagv1.0.10
Compare Source
volar.vueserver.json.customBlockSchemaUrls
setting to support preset json schema urls for custom blocks (#2079)volar.vueserver.reverseConfigFilePriority
setting to support customize tsconfig priority (#1815)volar.vueserver.disableFileWatcher
setting for better performance (#2027)instanceof
expressions (#2099)nativeTags
instead ofexperimentalRuntimeMode
to vueCompilerOptions for uni-app supports (#2065)"
(#2091)strictTemplates
option works only bound props (#2136)jsxTemplates
option enabled (#2139)v1.0.9
Compare Source
noEmitOnError
(#2053)typescript/javascript.suggest.completeFunctionCalls
(#956)Server Stats
command for debugging loading filesvolar.completion.normalizeComponentAutoImportName
setting to support removeVue
ending for component auto import (#82)volar.vueserver.diagnosticModel
setting to support pull model for diagnosticexperimentalUseElementAccessInTemplate
setting in vueCompilerOptions for class component supports (#997)@types/node
version and clarity words (#2043)LanguageServicePlugin
error don'ts reporting.
(#1147)onXxx
for props autocomplete (#2034)<template>
(#1465)v1.0.8
Compare Source
generic
attribute auto-completevolar.vueserver.noProjectReferences
setting for support jump to source files from reference projects (#1344)<script>
(#1982)jsxTemplates
(#2007)v1.0.7
Compare Source
experimentalModelPropName
ignore setting (#1821)@volar/vue-language-plugin-pug
cause to doctor warns in Vue 2.7 project (#2002)jsxTemplates
jsxTemplates
jsxTemplates
but template has no any slotsv1.0.6
Compare Source
export default
(#1996)experimentalModelPropName
link invalid (#1999)@volar/pug-language-service
crash (#2000)v1.0.5
Compare Source
@types/node
version>= 18.8.1
(#1985)@volar-examples/svelte-tsc
,@volar-examples/svelte-typescript
released empty distexperimentalRfc436
experimentalRfc436
(#1994)v1.0.4
Compare Source
resolveTemplateCompilerOptions
API forVueLanguagePlugin
generic
attribute (#1967)Show Component Meta
command for inspectvue-component-meta
resultvueCompilerOptions.experimentalModelPropName
for customizev-model
binding prop for vue 2 component (#1969)TypeScript Vue Plugin (Volar)
stop workingvueCompilerOptions.dataAttributes
default value from["data-*"]
to[]
(#1965)@volar/vue-language-plugin-pug
crash due to missing dependBreaking changes
experimentalTemplateCompilerOptions
,experimentalTemplateCompilerOptionsRequirePath
fromvueCompilerOptions
(#1991)v1.0.3
Compare Source
as
expressions in export assignment for script setup (#1882)vueCompilerOptions.experimentalRfc436
(#1964) (https://github.com/vuejs/rfcs/discussions/436)v1.0.2
Compare Source
vueCompilerOptions.macros
setting for vue-macros pluginsFileCapabilities.full
,FileRangeCapabilities.full
,MirrorBehaviorCapabilities.full
normalizeComponentAutoImportName
setting tonormalizeComponentImportName
Index
to folder name whennormalizeComponentImportName
enabled (https://github.com/johnsoncodehk/volar/issues/2071#issuecomment-1373701277)Projects must list all files or use an 'include' pattern
error (#2271)parseSfc
requests when not a vue document changedcodeActionsOnSave
setting (#2188)c is not iterable
error edge case (#2282)getEmbeddedFileNames()
,resolveEmbeddedFile()
v1.0.1
Compare Source
experimentalAdditionalLanguageModules
option forvueCompilerOptions
(#2267)typescript/javascript.preferences.autoImportFileExcludePatterns
setting not working@vue/compiler-dom
warning (#2262)required
property incorrect (#2256)v1.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.