chore(deps): update dependency vue-tsc to v2 #100
Merged
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:
^1.8.19
->^2.0.0
Release Notes
vuejs/language-tools (vue-tsc)
v2.0.29
Compare Source
Features
getLanguageId
,isValidFile
,parseSFC2
v-bind
code action (#4601)Fixes
Other Changes
v2.4.0-alpha.15
tov2.4.0-alpha.18
:addMissingImports
action support in Hybrid Mode (#4586)v2.0.28
Compare Source
Features
getLanguageId
,isValidFile
,parseSFC2
v-bind
code action (#4601)Fixes
Other Changes
v2.4.0-alpha.15
tov2.4.0-alpha.18
:addMissingImports
action support in Hybrid Mode (#4586)v2.0.26
Compare Source
Features
Bug Fixes
vue-twoslash-queries
not working in LSP mode.any
in templates if the first checked file was not root. (#4526) - Thanks, @daniluk4000.Other Changes
v2.4.0-alpha.2
tov2.4.0-alpha.14
:vue-tsc
andtsc
behavior. (#3526)--clean
flag support forvue-tsc
.v2.0.24
Compare Source
Features
Bug Fixes
Refactors
Other Changes
v2.3.1
tov2.4.0-alpha.2
.p42ai.refactor
nrwl.angular-console
styled-components.vscode-styled-components
Divlo.vscode-styled-jsx-languageserver
v2.0.22
Compare Source
Bug Fixes
Other Changes
v2.3.0-alpha.14
tov2.3.1
.contentChanges
length (#4457)v2.0.21
Compare Source
Bug Fixes
v2.0.20
Compare Source
Features
Bug Fixes
ForIteratorExpression
'sreturns
property may be undefined (#4418) - Thanks @so1veOther Changes
v2.2.4
tov2.3.0-alpha.14
.kimuson.ts-type-expand
- Thanks @zcf0508v2.0.19
Compare Source
Bug Fixes
v2.0.18
Compare Source
Features
compileSFCScript
plugin hook (#3200)Bug Fixes
key
appears as unused in v-for template tag (#329) (#3421)experimentalResolveStyleCssClasses
is set toalways
(#4379)Other Changes
v2.2.2
tov2.2.4
.v0.0.44
tov0.0.45
.miaonster.vscode-tsx-arrow-definition
runem.lit-plugin
v2.0.17
Compare Source
Features
Bug Fixes
v-on="{}"
(#4333)<script setup>
should not be used as a variable in template (#4353)scoped
not working (#4355)<style>
completions and html custom data completions not provided in some cases (#4092)forceUseTs
options not workingOther Changes
v2.2.0
tov2.2.2
.v0.0.42
tov0.0.44
.allowTextChangesInNewFiles
never true for embedded documentscommand
resolve capability only for specific refactors (https://github.com/volarjs/services/issues/94)mxsdev.typescript-explorer
vueCompilerOptions.experimentalUseElementAccessInTemplate
packageManager
(#4358) - Thanks @so1vev2.0.16
Compare Source
Bug Fixes
defineSlots
destructuring (#4326) - Thanks @zhiyuanzmjdefineSlots
(#4327)Other Changes
VueEmbeddedCode
(#4265) - Thanks @zhiyuanzmjFileRegistry
toproject.program
(#3963) - Thanks @zcf0508v2.0.15
Compare Source
Features
Bug Fixes
Performance
Other Changes
v2.2.0-alpha.10
tov2.2.0-alpha.12
:svelte.svelte-vscode
(>=108.4.0) to Hybrid Mode compatibility whitelist (sveltejs/language-tools#2317)allCodeFeatures
(#4320) - Thanks @zhiyuanzmjv2.0.14
Compare Source
Features
Bug Fixes
@ts-ignore
not working for slots (#4263)Other Changes
v2.2.0-alpha.8
tov2.2.0-alpha.10
to fix some issues:bierner.lit-html
denoland.vscode-deno
(Whendeno.enable
isfalse
)jenkey2011.string-highlight
vueCompilerOptions.nativeTags
, now respects thenodeType
property of template AST node.v2.0.13
Compare Source
Performance
Other Changes
v2.2.0-alpha.7
tov2.2.0-alpha.8
for a vue-tsc performance issue fixes (#4238)v2.0.12
Compare Source
Bug Fixes
@vue-ignore
not working for fragment v-if/v-for nodes (#4232)Other Changes
v2.2.0-alpha.6
tov2.2.0-alpha.7
for a typescript plugin bug fixesv2.0.11
Compare Source
Features
typeScriptPluginOnly
option forvue.server.hybridMode
setting.vue.format.wrapAttributes
setting (#4212)vue.codeActions.askNewComponentName
setting (#4217)Bug Fixes
Find File References
not working when hybrid mode is disabled (#4221)@vue-ignore
,@vue-expect-error
not working for interpolations@vue-ignore
,@vue-expect-error
(#4203)vueCompilerOptions
not working with hybrid mode (#4211) (#3959)Other Changes
v2.2.0-alpha.5
tov2.2.0-alpha.6
for avue-tsc
bug fixesv2.0.10
Compare Source
Features
vue.updateImportsOnFileMove.enabled
by default (#3646)Bug Fixes
additionalExtensions
option not working for inferred projectwrapAttributes
format settings for vue document (#3987).html
,.md
file language id incorrectPerformance
Other Changes
v2.1.3
tov2.2.0-alpha.5
for a few bug fixes and performance improves, please refer to CHANGELOG.md for details.^1.88.0
v2.0.7
Compare Source
Features
@vue/language-plugin-pug
in doctorBug Fixes
defineSlots
allows empty params (#4093) - thanks @EvertvdwdefineModel
emits type on-demand (#4052) - thanks @so1vev-for
(#3859) - thanks @so1veOther Changes
tsl
linter and auto fix workflow (#4100)v2.0.6
Compare Source
Fixes
extraLiners
option for formatting (#3943)volar-service-typescript
for fix jsx formatting (#3949)@volar/typescript
2.0.5 completion performance regression (#4024)Refactors
vue.inlayHints.vbindShorthand
setting tovue.inlayHints.vBindShorthand
(#3995) - thanks @l4dybirdv2.0.5
Compare Source
Features
v-bind
shorthand (#3990) - thanks @so1vev-bind
shorthand (#3990) - thanks @so1veFixes
globalTypesHolder
being specified from anode_modules
file (#3990)Refactors
v2.0.4
Compare Source
Features
Fixes
v2.0.3
Compare Source
Features
Fixes
Refactors
v2.0.2
Compare Source
Fixes
Cannot access 'i' before initialization
errorsvue-tsp-table.json
path is invalid in windowsv2.0.1
Compare Source
Fixes
v2.0.0
Compare Source
v1.8.27
Compare Source
JSX.Element
for compatible with vue 3.4 (https://github.com/vuejs/core/issues/9923)v1.8.26
Compare Source
v1.8.25
Compare Source
v1.8.24
Compare Source
vue-component-type-helpers/vue2
(#3404)defineEmits
'sarg
andtypeArg
inparseScriptSetupRanges
(#3710) - thanks @so1vestrictTemplates
fails to report unknown components (#3539)as
with multiple<script>
blocks (#3733) - thanks @so1ve<script setup>
tag above<script>
tag (#3743) - thanks @so1ve.prop
shorthand (#3729) - thanks @so1veVolar.js 1.11.1 updates:
v1.8.22
Compare Source
experimentalResolveStyleCssClasses: "always"
not working (#3689) - thanks @maIIady__VLS_Prettify
missing for dts build when useswithDefaults()
(#3691)v1.8.21
Compare Source
Volar.js 1.10.5 updates:
$
(https://github.com/volarjs/volar.js/issues/69)v1.8.20
Compare Source
v-bind
argument to be an object (#3666) - thanks @so1ve$event
(#3668) - thanks @so1vevolar
tovue
in diagnostics (#3667) - thanks @so1veFull-time Support by
WebContainer API is here.
Our Platinum Sponsors
Our Silver Sponsors
Add you via GitHub Sponsors or Open Collective
Configuration
📅 Schedule: Branch creation - "every weekend" (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 was generated by Mend Renovate. View the repository job log.