-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): update dependency vue-tsc to ^0.40.0 #25
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/vue-tsc-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
changed the title
chore(deps): update dependency vue-tsc to ^0.40.0
Update dependency vue-tsc to ^0.40.0
Dec 17, 2022
renovate
bot
changed the title
Update dependency vue-tsc to ^0.40.0
chore(deps): update dependency vue-tsc to ^0.40.0
Dec 17, 2022
renovate
bot
force-pushed
the
renovate/vue-tsc-0.x
branch
2 times, most recently
from
December 27, 2022 07:25
f5e20c9
to
60a62ed
Compare
renovate
bot
force-pushed
the
renovate/vue-tsc-0.x
branch
2 times, most recently
from
September 12, 2023 01:54
b33c773
to
cac468b
Compare
renovate
bot
force-pushed
the
renovate/vue-tsc-0.x
branch
from
October 16, 2023 03:02
cac468b
to
df8920f
Compare
renovate
bot
force-pushed
the
renovate/vue-tsc-0.x
branch
from
October 23, 2023 10:03
df8920f
to
13632e0
Compare
renovate
bot
force-pushed
the
renovate/vue-tsc-0.x
branch
from
July 10, 2024 01:33
13632e0
to
3766c3c
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.33.2
->^0.40.0
Release Notes
vuejs/language-tools (vue-tsc)
v0.40.13
Compare Source
v0.40.12
Compare Source
getScriptVersion
v0.40.11
Compare Source
onDidChangeWorkspaceFolders
(#1834)editor.formatOnPaste
enabled (#1840) (#1841) (#1842) (#1843) (#1835)v0.40.10
Compare Source
v0.40.9
Compare Source
v0.40.8
Compare Source
volar.format.initialIndent
option for format<style>
,<script>
with initial indent (#1806)ts.ScriptSnapshot.fromString
result on formattingv0.40.7
Compare Source
initializationOptions.completion.ignoreTriggerCharacters
for LSP-Volar (https://github.com/sublimelsp/LSP-volar/issues/114)vueCompilerOptions.experimentalComponentOptionsWrapper
option for custom component options warpper (#1517)typescript.format.enable
{{ }}
(#1784)Breaking changes
experimentalImplicitWrapComponentOptionsWithDefineComponent
,experimentalImplicitWrapComponentOptionsWithVue2Extend
replaced byexperimentalComponentOptionsWrapper
.v0.40.6
Compare Source
volar.vueserver.textDocumentSync
option to disable incremental update (#1807)v-for
,v-if
textmate scopes incorrect (#1810)v0.40.5
Compare Source
compilerOptions.exactOptionalPropertyTypes
(https://github.com/vuejs/core/issues/6532)<input typeof="radio" value="...">
(#1775)outDir
+rootDir
+composite/incremental
tsconfig options (#1782)v0.40.4
Compare Source
*.format.enable
settingsv0.40.3
Compare Source
ts.createSourceFile
for tsx code genv0.40.2
Compare Source
createComponentMetaCheckerByJsonConfig
API to support create checker without tsconfighighlight dom elements ☑
codeLens to status bar (#1535)compilerOptions.exactOptionalPropertyTypes
(#1560)compilerOptions.types
resolve path incorrect on multiple workspaces (#1679)components
option (#1731)v0.40.1
Compare Source
v0.40.0
Compare Source
<script>
,<template>
(#462)defineComponent
instead ofVue.extend
to wrap component options by default (#1584)v0.39.5
Compare Source
compilerOptions.types
not working since v0.39.2 (#1650).js
(#1667)v0.39.4
Compare Source
v0.39.3
Compare Source
v0.39.2
Compare Source
fileExists
is always calculate for .ts on each time update (vuejs/language-tools@07f3bd5)fileExists
,directoryExists
result in language server (vuejs/language-tools@34a4435)v0.39.0
Compare Source
@volar/vue-language-core
Breaking changes
@volar/vue-typescript
,@volar/vue-language-service
apis refactoredv0.38.9
Compare Source
v0.38.8
Compare Source
--incremental
flag for vue-tsc (#787)v0.38.7
Compare Source
volar.updateImportsOnFileMove.enabled
option to disable file move refactoring (#1181)volar.diagnostics.delay
option for reduce CPU usage (#1295)vueCompilerOptions.experimentalImplicitWrapComponentOptionsWithVue2Extend
to support wrap component options byVue.extend
(#1337)types
option (#1262)insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis
break v-for format (#1398)v0.38.5
Compare Source
v0.38.4
Compare Source
vueCompilerOptions.strictTemplates
(#1418)unknown
toany
(#1541)=
(#1423)Breaking changes
experimentalSuppressUnknownJsxPropertyErrors
,experimentalSuppressInvalidJsxElementTypeErrors
is replaced bystrictTemplates
.v0.38.3
Compare Source
GlobalComponents
interface not working edge case (#1489)v0.38.2
Compare Source
v0.38.1
Compare Source
v0.38.0
Compare Source
you need to install vite-plugin-vue-component-preview manually to support this feature
.value
for vue 2 (#1466)@vue/runtime-core
in Vue 2 (#1469)v0.37.9
Compare Source
*.md
,*.html
explicitly added in tsconfig include property (#1463)codeAction.disabledSupport
capability (#1454)lang="tsx"
(#1458)v0.37.8
Compare Source
v0.37.7
Compare Source
v0.37.5
Compare Source
.md
if file path in not include by tsconfig (#1430)<component :is>
(#1425):
character in tag name (#1435)v0.37.3
Compare Source
vueCompilerOptions.experimentalSuppressInvalidJsxElementTypeErrors
default true (#1405)v0.37.2
Compare Source
experimentalCompatMode
v0.37.1
Compare Source
experimentalSuppressInvalidJsxElementTypeErrors
option to ignore missing component import error (#1404)v0.37.0
Compare Source
html.autoCreateQuotes
for pug--generateTrace
for vue-tsc (#1375)data-*
andaria-*
DefineComponent
type loss when use script setup (#1391)$style
inconsistent between vue-tsc and vscode (#1089)console.log
to adapt vim-lsp (#1391)__VLS_
result from code actionsBreaking changes
vueCompilerOptions.experimentalCompatMode
is renamed tovueCompilerOptions.target
.v0.36.1
Compare Source
vueCompilerOptions.experimentalSuppressUnknownJsxPropertyErrors
option for unkonwn props reporting<script>
with<script setup>
(#1389)__VLS_radioBinding
on radio input tag. (#1390)v0.36.0
Compare Source
@ts-check
,@ts-nocheck
for template (#1369)"experimentalCompatMode": 2.7
--extendedDiagnostics
not working on vue-tsc (#1375)textDocument.completion.completionItem.insertReplaceSupport
(#1373)Breaking changes
v0.35.2
Compare Source
css
(#1365)defineExpose
(#1364)<script setup>
(#1324)<script setup>
(#1327)@ts-expect-error
error inwithDefaults()
(#1336)v0.35.1
Compare Source
v0.35.0
Compare Source
v0.34.17
Compare Source
editor.semanticHighlighting.enabled
v0.34.16
Compare Source
vueCompilerOptions.experimentalRuntimeMode
for adapt uni-app (#1308)volar.splitEditors.layout.*
(#1330)v0.34.15
Compare Source
experimentalImplicitWrapComponentOptionsWithDefineComponent
forlang="js"
by default (#1298)vueCompilerOption.experimentalDowngradePropsAndEmitsToSetupReturnOnScriptSetup
option to improve intellisense on script setup forlang="js"
(#1192)v0.34.13
Compare Source
.vue
files outside rootDir with typescript plugin (#1276)Breaking changes
vueCompilerOptions
propertyexperimentalShamefullySupportOptionsApi
toexperimentalImplicitWrapComponentOptionsWithDefineComponent
and disabled by default (#1291)v0.34.12
Compare Source
"warning"
option toexperimentalShamefullySupportOptionsApi
and make default"experimentalAllowTypeNarrowingInInlineHandlers": true
in vueCompilerOptions (#1249)"module": "es2015"
in tsconfig (#1263)v0.34.11
Compare Source
v0.34.10
Compare Source
<script>
(#916)v0.34.9
Compare Source
v0.34.8
Compare Source
languageFeatures.inlayHints = true
in initializationOptions to enable ittypescript.format.semicolons
should not affect text interpolation (#1210){{ { foo } }}
object literal expression not working on text interpolationsonFoo-bar
(#1023)v0.34.7
Compare Source
experimentalShamefullySupportOptionsApi
to vueCompilerOptions (#1202)svg
attributes report false positive void type (#1184)Breaking changes
v0.34.6
Compare Source
"jsx": "preserve"
missing"jsx": "preserve"
missing (#1171)v0.34.5
Compare Source
"jsx": "preserve"
for non-tsconfig project"jsx": "preserve"
missing (#1161)Breaking changes
@volar/pug-language-service
now is a optional depend on vue-tsc, you need to install it additionally to support pug template type-checking on vue-tsc (#1092)v0.34.4
Compare Source
v0.34.3
Compare Source
@volar/preview
for support vite, nuxt 3 app preview features other then vscode IDEs (#1115)require()
should not report error in template (#1161)__VLS_
files file withvue-tsc --declaration --emitDeclarationOnly
experimentalDisableTemplateSupport
not workingBreaking changes
experimentalResolveNonScopedCssClasses
toexperimentalResolveStyleCssClasses
(#1121)v0.34.2
Compare Source
v0.34.1
Compare Source
editor.semanticHighlighting.enabled
v0.34.0
Compare Source
useConfigurationHost
for external language feature pluginsvolar.autoCompleteRefs
for reduce CPU usageBreaking changes
Vue.extends
orlang="js"
prettyhtml
tovscode-html-languageservice
(#1078)prettyhtml
, seeprettyhtml
section in https://github.com/vuejs/language-tools/discussions/1027prettier
tovscode-css-languageservice
(#1131)Prettier
, seePrettier
section in https://github.com/vuejs/language-tools/discussions/1027volar.lowPowerMode
tovolar.vueserver.useSecondServer
and disabled by default"jsx": "preserve"
now is required for template type-checking (#1153)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 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 was generated by Mend Renovate. View the repository job log.