chore: bump vue-tsc from 3.0.1 to 3.0.5 #525

Closed
martinr92 wants to merge 1 commit from dependabot-npm_and_yarn-develop-vue-tsc-3.0.5 into develop
martinr92 commented 2025-08-02 03:01:12 +00:00 (Migrated from gitlab.com)

Bumps vue-tsc from 3.0.1 to 3.0.5.

Release notes

Sourced from vue-tsc's releases.

v3.0.5

Features

  • feat(language-core): introduce compileSFCStyle to provide style related infomation (#5548) - Thanks to @​KazariEX!
  • feat(language-service): completion snippet for v-for (#5553) - Thanks to @​KazariEX!

Bug Fixes

  • fix(language-core): generate modelModifiers for explicitly declared default model name (#5558) - Thanks to @​KazariEX!
  • fix(language-service): more responsive .value insertion
  • fix(vscode): add class scope fallback for component semantic tokens (#5559) - Thanks to @​KazariEX!
  • fix(vscode): make sure extension is loaded immediately
  • fix(language-service): only check globalTypesPath for FS files
  • fix(vscode): handle fail tsserver requests to avoid memory leak
  • fix(vscode): do not delay the execution of restartExtensionHost
  • fix(language-core): avoid references highlight of unrelated native element tags (#5563) - Thanks to @​KazariEX!
  • fix(language-core): tolerance for incomplete root template tag
  • fix(language-core): enable navigation code feature on directive modifiers - Thanks to @​KazariEX!

Other Changes

  • chore(language-service): improve global types error message for JS projects (#5574) - Thanks to @​Ciallo-Chiaki!

Please refer to CHANGELOG.md for details.

❤️ Thanks to Our Sponsors

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

3.0.5 (2025-08-01)

Features

  • feat(language-core): introduce compileSFCStyle to provide style related infomation (#5548) - Thanks to @​KazariEX!
  • feat(language-service): completion snippet for v-for (#5553) - Thanks to @​KazariEX!

Bug Fixes

  • fix(language-core): generate modelModifiers for explicitly declared default model name (#5558) - Thanks to @​KazariEX!
  • fix(language-service): more responsive .value insertion
  • fix(vscode): add class scope fallback for component semantic tokens (#5559) - Thanks to @​KazariEX!
  • fix(vscode): make sure extension is loaded immediately
  • fix(language-service): only check globalTypesPath for FS files
  • fix(vscode): handle fail tsserver requests to avoid memory leak
  • fix(vscode): do not delay the execution of restartExtensionHost
  • fix(language-core): avoid references highlight of unrelated native element tags (#5563) - Thanks to @​KazariEX!
  • fix(language-core): tolerance for incomplete root template tag
  • fix(language-core): enable navigation code feature on directive modifiers - Thanks to @​KazariEX!

Other Changes

  • chore(language-service): improve global types error message for JS projects (#5574) - Thanks to @​Ciallo-Chiaki!

3.0.4 (2025-07-25)

Features

  • feat(language-service): check casing when dropping component into template - Thanks to @​KazariEX!
  • feat(language-service): native completion experience for slot names (#5552) - Thanks to @​KazariEX!

Bug Fixes

  • fix(language-core): avoid clearing global types path when local compiler options is present - Thanks to @​KazariEX!
  • fix(language-core): do not evaluate skipTemplateCodegen when exposing $slots - Thanks to @​KazariEX!
  • fix(language-service): correct kind and order of component completion items - Thanks to @​KazariEX!
  • fix(component-meta): filter events out of props (#5547) - Thanks to @​Akryum!

Other Changes

  • refactor(language-core): allow configuring checkUnknownEvents and checkUnknownComponents in sfc (#5537) - Thanks to @​KazariEX!
  • chore(language-service): add restart server hint to global types warning - Thanks to @​KazariEX!

3.0.3 (2025-07-18)

Bug Fixes

  • fix(language-core): find node_modules based on file's directory (#5525) - Thanks to @​KazariEX!
  • fix(language-core): do not spread exposed object (#5526) - Thanks to @​KazariEX!
  • fix(vscode): prompt manual reload in remote envs (#5530)

... (truncated)

Commits

Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 3.0.1 to 3.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/language-tools/releases">vue-tsc's releases</a>.</em></p> <blockquote> <h2>v3.0.5</h2> <h3>Features</h3> <ul> <li>feat(language-core): introduce <code>compileSFCStyle</code> to provide style related infomation (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5548">#5548</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>feat(language-service): completion snippet for <code>v-for</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5553">#5553</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> </ul> <h3>Bug Fixes</h3> <ul> <li>fix(language-core): generate <code>modelModifiers</code> for explicitly declared default model name (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5558">#5558</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>fix(language-service): more responsive <code>.value</code> insertion</li> <li>fix(vscode): add <code>class</code> scope fallback for <code>component</code> semantic tokens (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5559">#5559</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>fix(vscode): make sure extension is loaded immediately</li> <li>fix(language-service): only check <code>globalTypesPath</code> for FS files</li> <li>fix(vscode): handle fail tsserver requests to avoid memory leak</li> <li>fix(vscode): do not delay the execution of <code>restartExtensionHost</code></li> <li>fix(language-core): avoid references highlight of unrelated native element tags (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5563">#5563</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>fix(language-core): tolerance for incomplete root template tag</li> <li>fix(language-core): enable navigation code feature on directive modifiers - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> </ul> <h3>Other Changes</h3> <ul> <li>chore(language-service): improve global types error message for JS projects (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5574">#5574</a>) - Thanks to <a href="https://github.com/Ciallo-Chiaki"><code>@​Ciallo-Chiaki</code></a>!</li> </ul> <p>Please refer to <a href="https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>❤️ Thanks to Our Sponsors</h2> <!-- raw HTML omitted --> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md">vue-tsc's changelog</a>.</em></p> <blockquote> <h2>3.0.5 (2025-08-01)</h2> <h3>Features</h3> <ul> <li>feat(language-core): introduce <code>compileSFCStyle</code> to provide style related infomation (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5548">#5548</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>feat(language-service): completion snippet for <code>v-for</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5553">#5553</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> </ul> <h3>Bug Fixes</h3> <ul> <li>fix(language-core): generate <code>modelModifiers</code> for explicitly declared default model name (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5558">#5558</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>fix(language-service): more responsive <code>.value</code> insertion</li> <li>fix(vscode): add <code>class</code> scope fallback for <code>component</code> semantic tokens (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5559">#5559</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>fix(vscode): make sure extension is loaded immediately</li> <li>fix(language-service): only check <code>globalTypesPath</code> for FS files</li> <li>fix(vscode): handle fail tsserver requests to avoid memory leak</li> <li>fix(vscode): do not delay the execution of <code>restartExtensionHost</code></li> <li>fix(language-core): avoid references highlight of unrelated native element tags (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5563">#5563</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>fix(language-core): tolerance for incomplete root template tag</li> <li>fix(language-core): enable navigation code feature on directive modifiers - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> </ul> <h3>Other Changes</h3> <ul> <li>chore(language-service): improve global types error message for JS projects (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5574">#5574</a>) - Thanks to <a href="https://github.com/Ciallo-Chiaki"><code>@​Ciallo-Chiaki</code></a>!</li> </ul> <h2>3.0.4 (2025-07-25)</h2> <h3>Features</h3> <ul> <li>feat(language-service): check casing when dropping component into template - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>feat(language-service): native completion experience for slot names (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5552">#5552</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> </ul> <h3>Bug Fixes</h3> <ul> <li>fix(language-core): avoid clearing global types path when local compiler options is present - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>fix(language-core): do not evaluate <code>skipTemplateCodegen</code> when exposing <code>$slots</code> - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>fix(language-service): correct kind and order of component completion items - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>fix(component-meta): filter events out of props (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5547">#5547</a>) - Thanks to <a href="https://github.com/Akryum"><code>@​Akryum</code></a>!</li> </ul> <h3>Other Changes</h3> <ul> <li>refactor(language-core): allow configuring <code>checkUnknownEvents</code> and <code>checkUnknownComponents</code> in sfc (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5537">#5537</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>chore(language-service): add restart server hint to global types warning - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> </ul> <h2>3.0.3 (2025-07-18)</h2> <h3>Bug Fixes</h3> <ul> <li>fix(language-core): find <code>node_modules</code> based on file's directory (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5525">#5525</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>fix(language-core): do not spread exposed object (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5526">#5526</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>fix(vscode): prompt manual reload in remote envs (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5530">#5530</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/language-tools/commit/690689ecafff632a786c9814009c8a29e1dd18d5"><code>690689e</code></a> v3.0.5 (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5576">#5576</a>)</li> <li><a href="https://github.com/vuejs/language-tools/commit/6d59dee68699b5c36caffed462c96af4ebdb9210"><code>6d59dee</code></a> chore: update volar to 2.4.22</li> <li><a href="https://github.com/vuejs/language-tools/commit/456d1b43fd8fb212ba49f33ccd643b9e9972a659"><code>456d1b4</code></a> v3.0.4 (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5557">#5557</a>)</li> <li><a href="https://github.com/vuejs/language-tools/commit/539e53b8cf426673316874a9206366603a0422a9"><code>539e53b</code></a> test(tsc): skip dts snapshots for specific cases</li> <li><a href="https://github.com/vuejs/language-tools/commit/2d02b29ceaeb2b5e17acdcfd1c9c8fb087aa6382"><code>2d02b29</code></a> v3.0.3 (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5531">#5531</a>)</li> <li><a href="https://github.com/vuejs/language-tools/commit/945a6cd90266499d924f81cfa8826299a4ff7905"><code>945a6cd</code></a> fix(language-core): do not spread exposed object (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5526">#5526</a>)</li> <li><a href="https://github.com/vuejs/language-tools/commit/4df0f6aa57981d224a4ebd4d26bc97fb00a47a01"><code>4df0f6a</code></a> fix(language-core): find <code>node_modules</code> based on file's directory (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5525">#5525</a>)</li> <li><a href="https://github.com/vuejs/language-tools/commit/e1095ed38b8a67f2b58229f16f48ebf4c99b1eee"><code>e1095ed</code></a> refactor(tsc): return the result of runTsc (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5517">#5517</a>)</li> <li><a href="https://github.com/vuejs/language-tools/commit/fc6480eaff057a4c61cc78358e5bcd274fe770ab"><code>fc6480e</code></a> chore: update volar to 2.4.20</li> <li><a href="https://github.com/vuejs/language-tools/commit/fdab67b2058af8c8d97f7e55652a0dba25c92279"><code>fdab67b</code></a> v3.0.2 (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5513">#5513</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/language-tools/commits/v3.0.5/packages/tsc">compare view</a></li> </ul> </details> <br />
martinr92 commented 2025-08-02 03:01:13 +00:00 (Migrated from gitlab.com)

assigned to @martinr92

assigned to @martinr92
martinr92 commented 2025-08-02 03:01:19 +00:00 (Migrated from gitlab.com)

mentioned in merge request !491

mentioned in merge request !491
Owner

replaced by #539

replaced by #539
martinr92 closed this pull request 2025-09-13 13:09:39 +00:00
martinr92 deleted branch dependabot-npm_and_yarn-develop-vue-tsc-3.0.5 2025-09-13 13:09:44 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.