chore(deps): update dependency @vue/language-server to v2.1.8 #121

Merged
RenovateBot merged 1 commit from renovate/vue-language-server-2.x-lockfile into main 2024-10-29 19:13:58 +03:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@vue/language-server (source) devDependencies patch 2.1.6 -> 2.1.8

Release Notes

vuejs/language-tools (@​vue/language-server)

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: Enabled.

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/language-server](https://github.com/vuejs/language-tools) ([source](https://github.com/vuejs/language-tools/tree/HEAD/packages/language-server)) | devDependencies | patch | [`2.1.6` -> `2.1.8`](https://renovatebot.com/diffs/npm/@vue%2flanguage-server/2.1.6/2.1.8) | --- ### Release Notes <details> <summary>vuejs/language-tools (@&#8203;vue/language-server)</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**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEwNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
RenovateBot added 1 commit 2024-10-29 19:10:11 +03:00
chore(deps): update dependency @vue/language-server to v2.1.8
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
/ test-dependencies (push) Successful in 38s
8498e3913f
RenovateBot scheduled this pull request to auto merge when all checks succeed 2024-10-29 19:10:12 +03:00
RenovateBot merged commit 8498e3913f into main 2024-10-29 19:13:58 +03:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
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: pleshevskiy/pleshevski.ru#121
No description provided.