chore(deps): update dependency vue-tsc to ^2.2.4 #84

Merged
Xefir merged 1 commits from renovate/vue-tsc-2.x into main 2025-02-24 08:44:16 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
vue-tsc (source) devDependencies patch ^2.2.2 -> ^2.2.4

Release Notes

vuejs/language-tools (vue-tsc)

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: 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.2.2` -> `^2.2.4`](https://renovatebot.com/diffs/npm/vue-tsc/2.2.2/2.2.4) | --- ### Release Notes <details> <summary>vuejs/language-tools (vue-tsc)</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**: 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-->
Renovate added 1 commit 2025-02-24 00:04:01 +00:00
chore(deps): update dependency vue-tsc to ^2.2.4
All checks were successful
pilotwings / python (push) Successful in 1m49s
pilotwings / node (push) Successful in 26s
pilotwings / docker (push) Successful in 2m7s
1ef4550d71
Xefir merged commit fd65abd675 into main 2025-02-24 08:44:16 +00:00
Xefir deleted branch renovate/vue-tsc-2.x 2025-02-24 08:44:16 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Xefir/pilotwings#84
No description provided.