chore(deps): update dependency vue-tsc to v1.8.27
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
vue-tsc (source) | devDependencies | patch | 1.8.22 -> 1.8.27 |
Release Notes
vuejs/language-tools (vue-tsc)
v1.8.27
- fix(language-core): remove misuse of
JSX.Element
for compatible with vue 3.4 (https://github.com/vuejs/core/issues/9923)
v1.8.26
- fix: upgrade typescript-auto-import-cache to v0.3.1 to be compatible with TS 5.3 (https://github.com/volarjs/typescript-auto-import-cache/pull/3) (#3802)
v1.8.25
- fix(component-type-helpers): correct type inference for FunctionalComponent (#3766) - thanks @pinguet62
- fix(language-core): camelize props for dynamic component (#3774) - thanks @so1ve
v1.8.24
- refactor(component-type-helpers): vue 2 types now move to
vue-component-type-helpers/vue2
(#3404) - feat(language-core): expose
defineEmits
'sarg
andtypeArg
inparseScriptSetupRanges
(#3710) - thanks @so1ve - fix(language-core):
strictTemplates
fails to report unknown components (#3539) - fix(language-core): script syntax breaks if script options does not have trailing comma (#3755)
- fix(language-core): script syntax breaks if options are enclosed in parentheses (#3756)
- fix(language-core): allow using
as
with multiple<script>
blocks (#3733) - thanks @so1ve - fix(language-core): component type narrowing not working in template
- fix(language-core): incremental insertion incorrect if input
<script setup>
tag above<script>
tag (#3743) - thanks @so1ve - fix(language-core): don't camelize attributes for plain elements (#3750) - thanks @rchl
- fix(vscode): syntax highlighting for
.prop
shorthand (#3729) - thanks @so1ve
Volar.js 1.11.1 updates:
- fix: browser integration no longer requires node polyfill (https://github.com/volarjs/volar.js/pull/70)
- fix: document continuous change merge results are incorrect in WebStorm (https://github.com/volarjs/volar.js/pull/77) - thanks @browsnet
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.