vikejs / vike-vue

🔨 Vue integration for Vike
https://vike.dev/vike-vue
MIT License
33 stars 5 forks source link

chore(deps): update dependency vue-tsc to v2.0.24 #125

Open renovate[bot] opened 3 weeks ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vue-tsc (source) 2.0.19 -> 2.0.24 age adoption passing confidence

Release Notes

vuejs/language-tools (vue-tsc) ### [`v2.0.24`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2024-supofficialsup-2025-supinsiderssup-2024-06-30) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.22...v2.0.24) ##### Features - **vscode:** pop message box if new insiders version available insiders - **vscode:** if insiders versions information failed to fetch from GitHub, try to fetch from CDN insiders - **language-service:** better sfc-level tag name completion ([#​4506](https://togithub.com/vuejs/language-tools/issues/4506)) - Thanks [@​KermanX](https://togithub.com/KermanX) ##### Bug Fixes - **tsc:** update required volar version ([#​4498](https://togithub.com/vuejs/language-tools/issues/4498)) - Thanks [@​davidmatter](https://togithub.com/davidmatter) - **tsc:** bump peer typescript version ([#​4513](https://togithub.com/vuejs/language-tools/issues/4513)) - Thanks [@​so1ve](https://togithub.com/so1ve) ##### Refactors - **language-server:** reorganize the code structure ([#​4507](https://togithub.com/vuejs/language-tools/issues/4507)) ##### Other Changes - Upgrade Volar from `v2.3.1` to `v2.4.0-alpha.2`. - Hybrid Mode compatibility improvements with other TS plugins ([https://github.com/volarjs/volar.js/issues/216](https://togithub.com/volarjs/volar.js/issues/216)) - **docs:** add nvim-cmp integration ([#​4463](https://togithub.com/vuejs/language-tools/issues/4463)) - Thanks [@​RayGuo-ergou](https://togithub.com/RayGuo-ergou) - **docs:** update mermaid - The following extensions have been added to Hybrid Mode’s compatibility whitelist ([#​4206](https://togithub.com/vuejs/language-tools/issues/4206)): - `p42ai.refactor` - `nrwl.angular-console` - `styled-components.vscode-styled-components` - `Divlo.vscode-styled-jsx-languageserver` ### [`v2.0.22`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2022-2024-06-22) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.21...v2.0.22) ##### Bug Fixes - **vscode:** directive syntax highlighting ([#​4482](https://togithub.com/vuejs/language-tools/issues/4482)) - Thanks [@​KermanX](https://togithub.com/KermanX) - **language-core:** move declare defineProp out of function scope ([#​4454](https://togithub.com/vuejs/language-tools/issues/4454)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - **language-core:** compatible with TS 5.5 ([#​4492](https://togithub.com/vuejs/language-tools/issues/4492)) ##### Other Changes - Upgrade Volar from `v2.3.0-alpha.14` to `v2.3.1`. - Error tolerant to `contentChanges` length ([#​4457](https://togithub.com/vuejs/language-tools/issues/4457)) - Add feature request template ([#​4490](https://togithub.com/vuejs/language-tools/issues/4490)) - Thanks [@​so1ve](https://togithub.com/so1ve) - **docs:** fix wrong links in CHANGELOG.md ([#​4475](https://togithub.com/vuejs/language-tools/issues/4475)) - Thanks [@​KermanX](https://togithub.com/KermanX) ### [`v2.0.21`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2021-2024-06-08) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.20...v2.0.21) ##### Bug Fixes - fix(typescript-plugin): TS plugin cause type checking broken in .ts files ([#​4453](https://togithub.com/vuejs/language-tools/issues/4453)) ### [`v2.0.20`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2020-2024-06-08) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.19...v2.0.20) ##### Features - feat(language-service): add localization support for zh-hk/zh-tw - feat(vscode): enable syntax highlighting of cue code blocks in MDX ([#​4425](https://togithub.com/vuejs/language-tools/issues/4425)) - Thanks [@​remcohaszing](https://togithub.com/remcohaszing) ##### Bug Fixes - fix(vscode): fix "as"/"instanceof" expressions syntax highlight ([#​4412](https://togithub.com/vuejs/language-tools/issues/4412)) - fix(language-core): `ForIteratorExpression`'s `returns` property may be undefined ([#​4418](https://togithub.com/vuejs/language-tools/issues/4418)) - Thanks [@​so1ve](https://togithub.com/so1ve) - fix(language-core): use defineEmits calls instead of type infer ([#​4430](https://togithub.com/vuejs/language-tools/issues/4430)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - fix(tsc): log catched errors to console ([#​4451](https://togithub.com/vuejs/language-tools/issues/4451)) - Thanks [@​mik3ybark3r](https://togithub.com/mik3ybark3r) - fix(typescript-plugin): TS not working in template when tsconfig missing ([#​4452](https://togithub.com/vuejs/language-tools/issues/4452)) - fix(language-core): use type infer instead of await import ([#​4436](https://togithub.com/vuejs/language-tools/issues/4436)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - feat(language-core): ignore type error for new functional component ([#​4445](https://togithub.com/vuejs/language-tools/issues/4445)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - fix(language-core): ignore type error for possible component name ([#​4446](https://togithub.com/vuejs/language-tools/issues/4446)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - fix(language-service): filter internal props in template completion - fix(language-service): sort component props in template completion - fix(language-core): duplicate completion appears at the beginning of script setup block ##### Other Changes - Upgrade Volar from `v2.2.4` to `v2.3.0-alpha.14`. - LSP server performance improved - Language server now responds with the exact server capabilities for initialization requests - Auto insertion requests can now exit early in the language client - The following extensions have been added to Hybrid Mode’s compatibility whitelist: - `kimuson.ts-type-expand` - Thanks [@​zcf0508](https://togithub.com/zcf0508)

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 has been generated by Mend Renovate. View repository job log here.