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

Merged
pleshevskiy merged 1 commit from renovate/vue-language-server-2.x-lockfile into main 2024-08-05 18:35:12 +03:00
Owner

This PR contains the following updates:

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

Release Notes

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

v2.0.29

Compare Source

Features
Fixes
  • tsc: errors should be thrown instead of being console.log printed
  • language-server: observe named pipes changes when server startup (#​4292)
  • language-core: infer define model type from options type (#​4545) - Thanks @​davidmatter
  • language-core: type-checking not working with hyphen in slot name with JS (#​4478) - Thanks @​KermanX
  • language-core: add type check for v-model without argument (#​4598) - Thanks @​zhiyuanzmj
  • language-service: filter special tags (#​4596) - Thanks @​so1ve
  • typescript-plugin: improve named pipes reliability (#​4603)
  • language-core: property access is incorrectly identified as compound expression (#​4600)
  • language-core: fix compatibility of generic component virtual code with TS 5.5 (#​4577)
  • tsc: TS4082 not reported for functional component (#​4569)
Other Changes
  • Upgraded Volar from v2.4.0-alpha.15 to v2.4.0-alpha.18:
    • Fix VS Code IntelliSense will be lost in new created files (#​4424)
    • Add workspace symbols support in Hybrid Mode (#​4595)
    • Add workspace addMissingImports action support in Hybrid Mode (#​4586)
  • Fix yarn 4 compatibility (#​4587)
  • Add vue vine to hybrid mode compatible list (#​4543) - Thanks @​so1ve
  • Add global components prop validation test (#​4542) - Thanks @​davidmatter

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/language-server](https://github.com/vuejs/language-tools) ([source](https://github.com/vuejs/language-tools/tree/HEAD/packages/language-server)) | devDependencies | patch | [`2.0.28` -> `2.0.29`](https://renovatebot.com/diffs/npm/@vue%2flanguage-server/2.0.28/2.0.29) | --- ### Release Notes <details> <summary>vuejs/language-tools (@&#8203;vue/language-server)</summary> ### [`v2.0.29`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2028-supofficialsup-2029-supinsiderssup-2024-07-22) [Compare Source](https://github.com/vuejs/language-tools/compare/v2.0.28...49ad9563e6f2677595878a000179dfea83fb910c) ##### Features - **vscode:** focus mode <sup>Insiders</sup> (https://github.com/volarjs/insiders/pull/24) - **language-core:** Plugin API 2.1 - Added plugin hooks: `getLanguageId`, `isValidFile`, `parseSFC2` - Improve backward compatibility ([#&#8203;4585](https://github.com/vuejs/language-tools/issues/4585)) - Thanks [@&#8203;zhiyuanzmj](https://github.com/zhiyuanzmj) - **language-core:** support default prop when using \__typeProps ([#&#8203;4602](https://github.com/vuejs/language-tools/issues/4602)) - Thanks [@&#8203;zhiyuanzmj](https://github.com/zhiyuanzmj) - **language-core:** improve nested plugins ([#&#8203;4581](https://github.com/vuejs/language-tools/issues/4581)) - Thanks [@&#8203;zhiyuanzmj](https://github.com/zhiyuanzmj) - **language-service:** remove `v-bind` code action ([#&#8203;4601](https://github.com/vuejs/language-tools/issues/4601)) - **vscode:** add empty pattern to codeblock attributes scope ([#&#8203;4590](https://github.com/vuejs/language-tools/issues/4590)) - Thanks [@&#8203;KermanX](https://github.com/KermanX) ##### Fixes - **tsc:** errors should be thrown instead of being console.log printed - **language-server:** observe named pipes changes when server startup ([#&#8203;4292](https://github.com/vuejs/language-tools/issues/4292)) - **language-core:** infer define model type from options type ([#&#8203;4545](https://github.com/vuejs/language-tools/issues/4545)) - Thanks [@&#8203;davidmatter](https://github.com/davidmatter) - **language-core:** type-checking not working with hyphen in slot name with JS ([#&#8203;4478](https://github.com/vuejs/language-tools/issues/4478)) - Thanks [@&#8203;KermanX](https://github.com/KermanX) - **language-core:** add type check for v-model without argument ([#&#8203;4598](https://github.com/vuejs/language-tools/issues/4598)) - Thanks [@&#8203;zhiyuanzmj](https://github.com/zhiyuanzmj) - **language-service:** filter special tags ([#&#8203;4596](https://github.com/vuejs/language-tools/issues/4596)) - Thanks [@&#8203;so1ve](https://github.com/so1ve) - **typescript-plugin:** improve named pipes reliability ([#&#8203;4603](https://github.com/vuejs/language-tools/issues/4603)) - **language-core:** property access is incorrectly identified as compound expression ([#&#8203;4600](https://github.com/vuejs/language-tools/issues/4600)) - **language-core:** fix compatibility of generic component virtual code with TS 5.5 ([#&#8203;4577](https://github.com/vuejs/language-tools/issues/4577)) - **tsc:** TS4082 not reported for functional component ([#&#8203;4569](https://github.com/vuejs/language-tools/issues/4569)) ##### Other Changes - Upgraded Volar from `v2.4.0-alpha.15` to `v2.4.0-alpha.18`: - Fix VS Code IntelliSense will be lost in new created files ([#&#8203;4424](https://github.com/vuejs/language-tools/issues/4424)) - Add workspace symbols support in Hybrid Mode ([#&#8203;4595](https://github.com/vuejs/language-tools/issues/4595)) - Add workspace `addMissingImports` action support in Hybrid Mode ([#&#8203;4586](https://github.com/vuejs/language-tools/issues/4586)) - Fix yarn 4 compatibility ([#&#8203;4587](https://github.com/vuejs/language-tools/issues/4587)) - Add vue vine to hybrid mode compatible list ([#&#8203;4543](https://github.com/vuejs/language-tools/issues/4543)) - Thanks [@&#8203;so1ve](https://github.com/so1ve) - Add global components prop validation test ([#&#8203;4542](https://github.com/vuejs/language-tools/issues/4542)) - Thanks [@&#8203;davidmatter](https://github.com/davidmatter) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xNSIsInVwZGF0ZWRJblZlciI6IjM4LjE4LjE1IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
pleshevskiy added 1 commit 2024-08-05 18:34:13 +03:00
pleshevskiy merged commit 41637fc60d into main 2024-08-05 18:35:12 +03:00
pleshevskiy deleted branch renovate/vue-language-server-2.x-lockfile 2024-08-05 18:35:12 +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#12
No description provided.