Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vue-tsc (source) 3.0.53.0.10 age adoption passing confidence

Release Notes

vuejs/language-tools (vue-tsc)

v3.0.10

Compare Source

Bug Fixes
  • fix(typescript-plugin): place __vue__ in project instead of program (#​5690)

v3.0.9

Compare Source

Features
  • feat(language-server): support --tsdk command line arg (#​5691)

v3.0.8

Compare Source

Features
  • feat(vscode): introduce vue.server.path setting (#​5647)
Bug Fixes
  • fix(language-core): initialize properties of VueVirtualCode in constructor (#​5635) - Thanks to @​KazariEX!
  • fix(vscode): flatten reactivity visualization decorators (#​5642) - Thanks to @​KazariEX!
  • fix(vscode): normalize reactivity visualization ranges
  • fix(vscode): patch typescriptServerPlugin languages without FS hack
  • fix(language-service): do not provide semantic tokens and document highlights for non-file scheme files (#​5653) - Thanks to @​KazariEX!
Performance
  • perf(typescript-plugin): redo single-file language service for reactivity visualization (#​5652)
Other Changes
  • refactor(typescript-plugin): externalize reactivity analysis logic (#​5645) - Thanks to @​KazariEX!

v3.0.7

Compare Source

Bug Fixes
  • fix(vscode): show welcome page only when opening a Vue file
  • fix(language-core): generate slot parameters in the same way as interpolation (#​5618) - Thanks to @​KazariEX!
  • fix(language-core): do not generate variables for builtin directives - Thanks to @​KazariEX!
Other Changes
  • docs(vscode): add descriptions for premium feature configurations (#​5612) - Thanks to @​KazariEX!
  • refactor(typescript-plugin): explicitly request parameters (#​5623)
  • chore(lint): enable @typescript-eslint/no-unnecessary-condition (#​5630)
  • refactor(language-server): reimplement Reactivity Visualization in typescript plugin (#​5632)
  • refactor(language-server): parsing interpolations in extension client (#​5633)
  • refactor(vscode): reimplement Focus Mode base on folding ranges (#​5634)
  • chore(vscode): disable Focus Mode by default (#​5578)
  • refactor(vscode): set delay of reactivity visualization updates to 250ms - Thanks to @​KazariEX!

v3.0.6

Compare Source

Bug Fixes
  • fix(language-core): wrap :class expression with parens - Thanks to @​KazariEX!
  • fix(vscode): revert Vue 2 versions in target option (#​5583) - Thanks to @​gxres042!
  • fix(language-service): skip document highlight from tsserver within element tags (#​5584) - Thanks to @​KazariEX!
  • fix(component-meta): re-export vue-component-type-helpers to lib/helpers (#​5600)
  • fix(language-core): remove the non-strict configFileName default value (#​5606)
  • fix(language-core): don't look for input files during evaluation of vueCompilerOptions (#​5598)
  • fix(vscode): Improved reliability of handling extension activation contention (#​5588)
  • chore: update volar to 2.4.23
    • Support js/ts.hover.maximumLength and typescript.experimental.expandableHover (#​5577)
Other Changes
  • feat(lint): update tsslint config (#​5602)
  • refactor(language-core): generate setup returns on demand - Thanks to @​KazariEX!
  • chore(language-service): remove exclude config suggestion from global types error message (#​5579) - Thanks to @​Ciallo-Chiaki
  • chore(vscode): update extension display name "Vue.js" (#​5582)
  • chore: update vue-component-type-helpers to current version (#​5589) - Thanks to @​kingyue737!

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

@graphite-app
Copy link
Contributor

graphite-app bot commented Sep 9, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • queue - adds this PR to the back of the merge queue
  • skip-queue - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions
Copy link

github-actions bot commented Sep 9, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 0.08% 11 / 12712
🔵 Statements 0.08% 11 / 12712
🔵 Functions 97.67% 42 / 43
🔵 Branches 97.82% 45 / 46
File CoverageNo changed files found.
Generated in workflow #1575 for commit 51c8cca by the Vitest Coverage Report Action

@renovate renovate bot force-pushed the renovate/vue-tsc-3.0.x branch 2 times, most recently from a3bb6da to 2f44cd8 Compare September 13, 2025 22:02
@renovate renovate bot changed the title chore(deps): update dependency vue-tsc to v3.0.6 chore(deps): update dependency vue-tsc to v3.0.7 Sep 13, 2025
@renovate renovate bot force-pushed the renovate/vue-tsc-3.0.x branch from 2f44cd8 to 62c6765 Compare September 18, 2025 07:31
@renovate renovate bot changed the title chore(deps): update dependency vue-tsc to v3.0.7 chore(deps): update dependency vue-tsc to v3.0.6 Sep 18, 2025
@renovate renovate bot force-pushed the renovate/vue-tsc-3.0.x branch from 62c6765 to 3133c4e Compare September 26, 2025 08:52
@renovate renovate bot changed the title chore(deps): update dependency vue-tsc to v3.0.6 chore(deps): update dependency vue-tsc to v3.0.7 Sep 26, 2025
@renovate renovate bot force-pushed the renovate/vue-tsc-3.0.x branch from 3133c4e to bad7c1e Compare October 6, 2025 18:11
@renovate renovate bot changed the title chore(deps): update dependency vue-tsc to v3.0.7 chore(deps): update dependency vue-tsc to v3.0.8 Oct 6, 2025
@renovate renovate bot force-pushed the renovate/vue-tsc-3.0.x branch from bad7c1e to ba56c2b Compare October 21, 2025 21:59
@renovate renovate bot changed the title chore(deps): update dependency vue-tsc to v3.0.8 chore(deps): update dependency vue-tsc to v3.0.9 Oct 21, 2025
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/vue-tsc-3.0.x branch from ba56c2b to 51c8cca Compare November 8, 2025 02:05
@renovate renovate bot changed the title chore(deps): update dependency vue-tsc to v3.0.9 chore(deps): update dependency vue-tsc to v3.0.10 Nov 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant