Skip to content

chore(deps): update dependency vue-tsc to v3.2.6#295

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vue-tsc-3.x
Open

chore(deps): update dependency vue-tsc to v3.2.6#295
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vue-tsc-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 29, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
vue-tsc (source) devDependencies minor 3.1.83.2.6 OpenSSF Scorecard

Release Notes

vuejs/language-tools (vue-tsc)

v3.2.6

Compare Source

language-core
  • fix: generate $slots type in template correctly with defineSlots (#​5984) - Thanks to @​KazariEX!
  • fix: infer only readonly component of arrays in v-for (#​5987) - Thanks to @​ascott18!
  • fix: avoid false positives for destructured props detection on binding property names (#​5994) - Thanks to @​KazariEX!
vscode
  • fix: use regex for TS extension patching to support VS Code 1.110+ (#​5983) - Thanks to @​ebiryu!

v3.2.5

Compare Source

language-core
language-service
language-plugin-pug
workspace
  • docs: document all packages with consistent README structure (#​5953)
  • docs: update tsconfig schema of plugins option - Thanks to @​KazariEX!

v3.2.4

Compare Source

language-core
  • feat: place plugin configs under ctx.config and support type annotation via generics (#​5944) - Thanks to @​KazariEX!
workspace

v3.2.3

Compare Source

language-core
typescript-plugin
  • feat: correct rename behavior on same name shorthands in template (#​5907) - Thanks to @​KazariEX!
  • fix: only forward quick info for original results without tags (#​5938) - Thanks to @​KazariEX!
vscode

v3.2.2

Compare Source

language-core
  • fix: correct code features on v-bind shorthands of special attributes - Thanks to @​KazariEX!
language-plugin-pug
  • feat: accurate Pug shorthand mapping (#​5906)
  • fix: pre-map HTML to Pug offset attribute (#​5905)
language-service
typescript-plugin
  • fix: only forward quick info and suggestion diagnostics for setup bindings (#​5892) - Thanks to @​KazariEX!

v3.2.1

Compare Source

language-core
component-meta
component-type-helpers
  • fix: npm package is missing build files (#​5893)
language-service
  • feat: props completion now only suggests :xxx (shorthand) when no prefix is typed, instead of both xxx and :xxx

v3.2.0

Compare Source

vscode
  • fix: Vue TS highlighting when trailing type alias is missing semicolon (#​5853) - Thanks to @​serkodev!
  • perf: replace fast-diff with custom character-by-character alignment algorithm (#​5849) (#​5851)
  • refactor: update Vue grammar scope name to "text.html.vue" (#​5856)
  • test: add test for embedded grammars (#​5861) - Thanks to @​serkodev!
language-service
component-meta
  • feat: add tags to slots and exposed (#​5862) - Thanks to @​aj-dev!
  • feat: filter out irrelevant properties from exposed (#​5868) - Thanks to @​aj-dev!
  • refactor: redundant logic between deduplication and language-core (#​5875)
  • refactor: de-dependency from component-type-helpers (#​5876)
  • refactor: search prop defaults with symbol declarations (#​5879)
  • refactor: deprecate "noDeclarations" and "forceUseTs" options (#​5887)
typescript-plugin
  • feat: include leading dot when finding references to CSS classes (#​5852)
  • fix: missing module error after file rename (#​5839) - Thanks to @​serkodev!
  • fix: prioritize non-warning completion entries over warning ones (#​5847)
  • fix: always pass rest parameters for future compatibility (#​5859) - Thanks to @​KazariEX!
  • fix: add nullish guards before accessing ts.CompletionEntryData (#​5869) - Thanks to @​KazariEX!
  • fix: handle import type nodes in definition proxy (#​5873)
  • fix: handle type imports in component auto-import(#​5874)
language-core
  • feat: revert overcorrection of v-for type inference (#​5836)
  • feat: align v-for key type with Object.keys (#​5837) - Thanks to @​serkodev!
  • feat: narrow component and directive types (#​5841)
  • feat: support <!-- @&#8203;strictTemplates --> magic comment (#​5845)
  • fix: correctly resolve <script src=""> (#​5838)
  • fix: preserve template slot wrappers during createIfBranch (#​5844) - Thanks to @​serkodev!
  • fix: include end tag locations when renaming global components
  • refactor: replace dynamic types generation with static files (#​5872)
  • refactor: improve Vue version detection and plugin resolution
component-type-helpers
  • refactor: remove ComponentType helper
workspace
  • chore: update testing infrastructure (#​5848)
  • chore: use tsgo in development (#​5860)
  • chore: reduce local dependencies and update workflows (#​5863)
  • chore: upgrade tsslint and vite to pre-release versions
  • chore: delete tests for Vue 3.4 (#​5871)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 29, 2025 02:48
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Dec 29, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/vue-tsc-3.x branch 3 times, most recently from a552c29 to 04d7b92 Compare January 5, 2026 03:35
@renovate renovate bot force-pushed the renovate/vue-tsc-3.x branch 2 times, most recently from ba033e0 to 2aca208 Compare January 8, 2026 20:44
@renovate renovate bot changed the title chore(deps): update dependency vue-tsc to v3.2.1 chore(deps): update dependency vue-tsc to v3.2.2 Jan 8, 2026
@renovate renovate bot force-pushed the renovate/vue-tsc-3.x branch 2 times, most recently from ec97a6d to 3405453 Compare January 19, 2026 03:33
@renovate renovate bot force-pushed the renovate/vue-tsc-3.x branch 2 times, most recently from 237e24a to 0ee9833 Compare January 26, 2026 03:09
@renovate renovate bot changed the title chore(deps): update dependency vue-tsc to v3.2.2 chore(deps): update dependency vue-tsc to v3.2.3 Jan 26, 2026
@renovate renovate bot force-pushed the renovate/vue-tsc-3.x branch 2 times, most recently from 67989e6 to 9833d73 Compare January 29, 2026 06:41
@renovate renovate bot changed the title chore(deps): update dependency vue-tsc to v3.2.3 chore(deps): update dependency vue-tsc to v3.2.4 Jan 29, 2026
@renovate renovate bot force-pushed the renovate/vue-tsc-3.x branch 7 times, most recently from 2fdad69 to 620710d Compare February 4, 2026 10:32
@renovate renovate bot force-pushed the renovate/vue-tsc-3.x branch from 620710d to 6d2b966 Compare February 24, 2026 11:56
@renovate renovate bot changed the title chore(deps): update dependency vue-tsc to v3.2.4 chore(deps): update dependency vue-tsc to v3.2.5 Feb 24, 2026
@renovate renovate bot force-pushed the renovate/vue-tsc-3.x branch from 6d2b966 to d03c58f Compare March 20, 2026 10:43
@renovate renovate bot changed the title chore(deps): update dependency vue-tsc to v3.2.5 chore(deps): update dependency vue-tsc to v3.2.6 Mar 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants