chore(deps): update dependency @vue/typescript-plugin to v2.2.4 #282

Merged
RenovateBot merged 1 commit from renovate/vue-typescript-plugin-2.x into main 2025-02-26 19:12:23 +03:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@vue/typescript-plugin (source) devDependencies patch 2.2.2 -> 2.2.4

Release Notes

vuejs/language-tools (@​vue/typescript-plugin)

v2.2.4

Compare Source

Features
  • feat(language-service): map sfc compiler errors outside the template inner content (#​5045) - Thanks to @​KazariEX!
  • feat(language-core): introduce options to control type inference of $attrs, $el, $refs and $slots (#​5135) - Thanks to @​KazariEX!
  • feat(language-core): enhance single root nodes collection (#​4819) - Thanks to @​KazariEX!
Bug Fixes
  • fix(language-core): move generateSfcBlockSection to the end to fix missing comma errors (#​5184) - Thanks to @​zhiyuanzmj!
  • fix(language-core): handle edge case of default slot name mismatch - Thanks to @​KazariEX!
  • fix(language-core): combine dollar variable keys from the upper level interface - Thanks to @​KazariEX!
  • fix(language-core): hoist the variables that may cause TS4081 (#​5192) - Thanks to @​KazariEX!
  • fix(language-core): adjust regex match for @vue-generic to improve offset calculation (#​5193) - Thanks to @​Gehbt!
  • fix(language-core): correct codegen of native element refs - Thanks to @​KazariEX!
  • fix(language-core): ignore latex block content (#​5151) - Thanks to @​KazariEX!
  • fix(language-core): do not emit undefined for model with default value (#​5198) - Thanks to @​RylanBueckert-Broadsign!
  • fix(language-service): typescript-semantic renaming first in style blocks (#​4685) - Thanks to @​KazariEX!
  • fix(typescript-plugin): prevent removed components from appearing in the completion list - Thanks to @​KazariEX!
Other Changes
  • refactor(language-core): drop invalid v-scope implemention - Thanks to @​KazariEX!
  • refactor(language-core): improve type declaration of v-for - Thanks to @​KazariEX!
  • test: enable declaration to track more errors - Thanks to @​KazariEX!
  • refactor(language-core): remove semantic highlight of style module names - Thanks to @​KazariEX!
  • chore(language-core): add docs for @vue-expect-error support (#​5176) - Thanks to @​machty!
  • ci: upload extension as artifact for each commit - Thanks to @​KazariEX!

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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/typescript-plugin](https://github.com/vuejs/language-tools) ([source](https://github.com/vuejs/language-tools/tree/HEAD/packages/typescript-plugin)) | devDependencies | patch | [`2.2.2` -> `2.2.4`](https://renovatebot.com/diffs/npm/@vue%2ftypescript-plugin/2.2.2/2.2.4) | --- ### Release Notes <details> <summary>vuejs/language-tools (@&#8203;vue/typescript-plugin)</summary> ### [`v2.2.4`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#224-supofficialsup-225-supinsiderssup-2025-02-22) [Compare Source](https://github.com/vuejs/language-tools/compare/v2.2.2...v2.2.4) ##### Features - feat(language-service): map sfc compiler errors outside the template inner content ([#&#8203;5045](https://github.com/vuejs/language-tools/issues/5045)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - feat(language-core): introduce options to control type inference of `$attrs`, `$el`, `$refs` and `$slots` ([#&#8203;5135](https://github.com/vuejs/language-tools/issues/5135)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - feat(language-core): enhance single root nodes collection ([#&#8203;4819](https://github.com/vuejs/language-tools/issues/4819)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### Bug Fixes - fix(language-core): move `generateSfcBlockSection` to the end to fix missing comma errors ([#&#8203;5184](https://github.com/vuejs/language-tools/issues/5184)) - Thanks to [@&#8203;zhiyuanzmj](https://github.com/zhiyuanzmj)! - fix(language-core): handle edge case of default slot name mismatch - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-core): combine dollar variable keys from the upper level interface - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-core): hoist the variables that may cause `TS4081` ([#&#8203;5192](https://github.com/vuejs/language-tools/issues/5192)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-core): adjust regex match for `@vue-generic` to improve offset calculation ([#&#8203;5193](https://github.com/vuejs/language-tools/issues/5193)) - Thanks to [@&#8203;Gehbt](https://github.com/Gehbt)! - fix(language-core): correct codegen of native element refs - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-core): ignore latex block content ([#&#8203;5151](https://github.com/vuejs/language-tools/issues/5151)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-core): do not emit `undefined` for model with default value ([#&#8203;5198](https://github.com/vuejs/language-tools/issues/5198)) - Thanks to [@&#8203;RylanBueckert-Broadsign](https://github.com/RylanBueckert-Broadsign)! - fix(language-service): typescript-semantic renaming first in style blocks ([#&#8203;4685](https://github.com/vuejs/language-tools/issues/4685)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(typescript-plugin): prevent removed components from appearing in the completion list - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### Other Changes - refactor(language-core): drop invalid `v-scope` implemention - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - refactor(language-core): improve type declaration of `v-for` - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - test: enable `declaration` to track more errors - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - refactor(language-core): remove semantic highlight of style module names - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - chore(language-core): add docs for `@vue-expect-error` support ([#&#8203;5176](https://github.com/vuejs/language-tools/issues/5176)) - Thanks to [@&#8203;machty](https://github.com/machty)! - ci: upload extension as artifact for each commit - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE1My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
RenovateBot added 1 commit 2025-02-26 16:24:38 +03:00
RenovateBot force-pushed renovate/vue-typescript-plugin-2.x from 4d0ea3386d to 41eab6445f 2025-02-26 17:20:35 +03:00 Compare
RenovateBot force-pushed renovate/vue-typescript-plugin-2.x from 41eab6445f to b3b3b5e4f9 2025-02-26 18:34:07 +03:00 Compare
RenovateBot merged commit b3b3b5e4f9 into main 2025-02-26 19:12:23 +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#282
No description provided.