-
Notifications
You must be signed in to change notification settings - Fork 24
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 v0.35.2 #25
Merged
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
d266849
to
f4a42b2
Compare
f4a42b2
to
ccea179
Compare
ccea179
to
8ebeb5f
Compare
8ebeb5f
to
8d08887
Compare
8d08887
to
45a6f24
Compare
45a6f24
to
c90adda
Compare
c90adda
to
d209ee7
Compare
d209ee7
to
f3f470f
Compare
f3f470f
to
de93017
Compare
de93017
to
f5847d7
Compare
Deployment failed with the following error:
|
f5847d7
to
20c7ded
Compare
megasanjay
approved these changes
May 31, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.31.4
->0.35.2
Release Notes
johnsoncodehk/volar
v0.35.2
Compare Source
css
(#1365)defineExpose
(#1364)<script setup>
(#1324)<script setup>
(#1327)@ts-expect-error
error inwithDefaults()
(#1336)Our Sponsors
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/johnsoncodehk/volar/discussions/1027prettier
tovscode-css-languageservice
(#1131)Prettier
, seePrettier
section in https://github.com/johnsoncodehk/volar/discussions/1027volar.lowPowerMode
tovolar.vueserver.useSecondServer
and disabled by default"jsx": "preserve"
now is required for template type-checking (#1153)v0.33.9
Compare Source
v0.33.7
Compare Source
v0.33.6
Compare Source
html.autoCreateQuotes
,html.autoClosingTags
settings (#840)$style
types error on vue-tsc (#1089)v0.33.5
Compare Source
v0.33.4
Compare Source
experimentalRsolveNonScopedCssClasses
->experimentalResolveNonScopedCssClasses
/out
directory (#1086)v0.33.3
Compare Source
:<name>.attr
(#1047)console.log
avoid vim-lsp crash (#1046)vue-class-component
(#1061)v0.33.2
Compare Source
vueCompilerOptions.experimentalDisableTemplateSupport
to disable template type-check and intellisense (#577)withDefaults
v0.33.1
Compare Source
Alt
key to activating go to code featurev0.33.0
Compare Source
lang="json"
custom blocklanguageFeatures.implementation = true
in initializationOptions to enable itBreaking changes
@volar/server
renamed to@volar/vue-language-server
vue-server
changed tovue-language-server
vscode-vue-languageservice
renamed to@volar/vue-language-service
vscode-typescript-languageservice
renamed to@volar/typescript-language-service
vscode-json-languageservice
renamed to@volar/json-language-service
v0.32.1
Compare Source
source.organizeImports
not working ineditor.codeActionsOnSave
(#906)<script setup>
file name (#944)<script>
and<script setup>
(#994)v0.32.0
Compare Source
Configuration
📅 Schedule: 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.