chore(deps): update dependency vue-tsc to v2.1.8 #184

Merged
Xefir merged 1 commits from renovate/vue-tsc-2.x-lockfile into main 2024-10-27 10:12:18 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
vue-tsc (source) devDependencies patch 2.1.6 -> 2.1.8

Release Notes

vuejs/language-tools (vue-tsc)

v2.1.8

Compare Source

Features
  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#​4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#​4813) - Thanks to @​KazariEX!
Bug Fixes
Performance
  • language-service: find destructured props only with enabled setting (#​4815) - Thanks to @​KazariEX!
Other Changes

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vue-tsc](https://github.com/vuejs/language-tools) ([source](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc)) | devDependencies | patch | [`2.1.6` -> `2.1.8`](https://renovatebot.com/diffs/npm/vue-tsc/2.1.6/2.1.8) | --- ### Release Notes <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`v2.1.8`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#218-supofficialsup-219-supinsiderssup-2024-10-26) [Compare Source](https://github.com/vuejs/language-tools/compare/v2.1.6...v2.1.8) ##### Features - **vscode:** reactions visualization now identifies more use cases <sup>Insiders</sup> - **language-core:** auto infer `$el` type ([#&#8203;4805](https://github.com/vuejs/language-tools/issues/4805)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** typed directive arg and modifiers ([#&#8203;4813](https://github.com/vuejs/language-tools/issues/4813)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### Bug Fixes - **language-core:** avoid generic type loss due to destructured props ([#&#8203;4821](https://github.com/vuejs/language-tools/issues/4821)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** handle `v-for` with `v-once` correctly ([#&#8203;4830](https://github.com/vuejs/language-tools/issues/4830)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** avoid generating zero-length mappings for interpolation edges - **language-core:** don't assign `this` to `__VLS_ctx` ([#&#8203;4845](https://github.com/vuejs/language-tools/issues/4845)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-service:** initialize scope with null prototype object ([#&#8203;4855](https://github.com/vuejs/language-tools/issues/4855)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** inlay hints for `<component :is>` and `<slot :name>` ([#&#8203;4661](https://github.com/vuejs/language-tools/issues/4661)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX), [@&#8203;so1ve](https://github.com/so1ve)! - **language-core:** should error when invalid syntax at script end ([#&#8203;4692](https://github.com/vuejs/language-tools/issues/4692)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** correct type inference of `defineModel` & `defineEmits` in generic ([#&#8203;4823](https://github.com/vuejs/language-tools/issues/4823)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** inject generics of `useTemplateRef` into correct location ([#&#8203;4829](https://github.com/vuejs/language-tools/issues/4829)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** prevent the generation of generics in JS ([#&#8203;4836](https://github.com/vuejs/language-tools/issues/4836)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX), [@&#8203;zhiyuanzmj](https://github.com/zhiyuanzmj)! - **language-core:** generate correct reference for `v-on` on `<slot>` ([#&#8203;4864](https://github.com/vuejs/language-tools/issues/4864)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** match classname before `)` ([#&#8203;4887](https://github.com/vuejs/language-tools/issues/4887)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-service:** handle internal item key with leading slash correctly ([#&#8203;4894](https://github.com/vuejs/language-tools/issues/4894)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** correctly obtain the index of style modules ([#&#8203;4907](https://github.com/vuejs/language-tools/issues/4907)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** refer absolute path of global types file ([#&#8203;4924](https://github.com/vuejs/language-tools/issues/4924)) - Thanks to [@&#8203;depressedX](https://github.com/depressedX)! - **component-meta:** error when signatures is undefined ([#&#8203;4930](https://github.com/vuejs/language-tools/issues/4930)) - Thanks to [@&#8203;Hannesrasmussen](https://github.com/Hannesrasmussen)! - **language-core:** intersect props of generic component with attrs ([#&#8203;4886](https://github.com/vuejs/language-tools/issues/4886)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** fix incorrect syntax for class component virtual code - **language-core:** generate `value` instead of model name into tuple ([#&#8203;4892](https://github.com/vuejs/language-tools/issues/4892)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** infer template ref's type of native elements with `v-for` correctly ([#&#8203;4933](https://github.com/vuejs/language-tools/issues/4933)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** should wrap item with `Reactive` on `v-for` ([#&#8203;4902](https://github.com/vuejs/language-tools/issues/4902)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### Performance - **language-service:** find destructured props only with enabled setting ([#&#8203;4815](https://github.com/vuejs/language-tools/issues/4815)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### Other Changes - Upgraded Volar from `v2.4.1` to `v2.4.8`: - Changing vue files causes internal state to desync in Sublime Text ([#&#8203;4909](https://github.com/vuejs/language-tools/issues/4909)) - Thanks to [@&#8203;rchl](https://github.com/rchl)! - The syntax highlighting is not applied when destructuring props ([#&#8203;4811](https://github.com/vuejs/language-tools/issues/4811)) - chore: fix nvim config snippet in README ([#&#8203;4881](https://github.com/vuejs/language-tools/issues/4881)) - Thanks to [@&#8203;LiamEderzeel](https://github.com/LiamEderzeel)! - chore: remove side effects ([#&#8203;4871](https://github.com/vuejs/language-tools/issues/4871)) - Thanks to [@&#8203;vikingair](https://github.com/vikingair)! - chore: remove `importsNotUsedAsValues` ([#&#8203;4897](https://github.com/vuejs/language-tools/issues/4897)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - chore(vscode): switch to `"module": "CommonJS"` ([#&#8203;4944](https://github.com/vuejs/language-tools/issues/4944)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - test: fix incorrect default value ([#&#8203;4934](https://github.com/vuejs/language-tools/issues/4934)) - Thanks to [@&#8203;jh-leong](https://github.com/jh-leong)! - test(tsc): add a test case for class component </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODEuNiIsInVwZGF0ZWRJblZlciI6IjM3LjE4MS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Xefir added 1 commit 2024-10-27 06:57:43 +00:00
chore(deps): update dependency vue-tsc to v2.1.8
All checks were successful
repod / xml (push) Successful in 1m32s
repod / php (push) Successful in 47s
repod / nodejs (push) Successful in 1m31s
repod / release (push) Has been skipped
9823a1eadf
Xefir merged commit b606a239bc into main 2024-10-27 10:12:18 +00:00
Xefir deleted branch renovate/vue-tsc-2.x-lockfile 2024-10-27 10:12:19 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Xefir/repod#184
No description provided.