[PR #679] [CLOSED] chore(deps-dev): bump vue-tsc from 2.1.6 to 2.1.8 in /app #1075

Closed
opened 2026-02-26 12:10:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/679
Author: @dependabot[bot]
Created: 10/28/2024
Status: Closed

Base: devHead: dependabot/npm_and_yarn/app/dev/vue-tsc-2.1.8


📝 Commits (1)

  • f20ead4 chore(deps-dev): bump vue-tsc from 2.1.6 to 2.1.8 in /app

📊 Changes

2 files changed (+29 additions, -29 deletions)

View changed files

📝 app/package.json (+1 -1)
📝 app/pnpm-lock.yaml (+28 -28)

📄 Description

Bumps vue-tsc from 2.1.6 to 2.1.8.

Release notes

Sourced from vue-tsc's releases.

v2.1.8

Features

  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#4813) - Thanks to @​KazariEX!

Bug Fixes

  • language-core: avoid generic type loss due to destructured props (#4821) - Thanks to @​KazariEX!
  • language-core: handle v-for with v-once correctly (#4830) - Thanks to @​KazariEX!
  • language-core: avoid generating zero-length mappings for interpolation edges
  • language-core: don't assign this to __VLS_ctx (#4845) - Thanks to @​KazariEX!
  • language-service: initialize scope with null prototype object (#4855) - Thanks to @​KazariEX!
  • language-core: inlay hints for <component :is> and <slot :name> (#4661) - Thanks to @​KazariEX, @​so1ve!
  • language-core: should error when invalid syntax at script end (#4692) - Thanks to @​KazariEX!
  • language-core: correct type inference of defineModel & defineEmits in generic (#4823) - Thanks to @​KazariEX!
  • language-core: inject generics of useTemplateRef into correct location (#4829) - Thanks to @​KazariEX!
  • language-core: prevent the generation of generics in JS (#4836) - Thanks to @​KazariEX, @​zhiyuanzmj!
  • language-core: generate correct reference for v-on on <slot> (#4864) - Thanks to @​KazariEX!
  • language-core: match classname before ) (#4887) - Thanks to @​KazariEX!
  • language-service: handle internal item key with leading slash correctly (#4894) - Thanks to @​KazariEX!
  • language-core: correctly obtain the index of style modules (#4907) - Thanks to @​KazariEX!
  • language-core: refer absolute path of global types file (#4924) - Thanks to @​depressedX!
  • component-meta: error when signatures is undefined (#4930) - Thanks to @​Hannesrasmussen!
  • language-core: intersect props of generic component with attrs (#4886) - Thanks to @​KazariEX!
  • language-core: fix incorrect syntax for class component virtual code
  • language-core: generate value instead of model name into tuple (#4892) - Thanks to @​KazariEX!
  • language-core: infer template ref's type of native elements with v-for correctly (#4933) - Thanks to @​KazariEX!
  • language-core: should wrap item with Reactive on v-for (#4902) - Thanks to @​KazariEX!

Performance

  • language-service: find destructured props only with enabled setting (#4815) - Thanks to @​KazariEX!

Other Changes

  • Upgraded Volar from v2.4.1 to v2.4.8:
    • Changing vue files causes internal state to desync in Sublime Text (#4909) - Thanks to @​rchl!
    • The syntax highlighting is not applied when destructuring props (#4811)
  • chore: fix nvim config snippet in README (#4881) - Thanks to @​LiamEderzeel!
  • chore: remove side effects (#4871) - Thanks to @​vikingair!
  • chore: remove importsNotUsedAsValues (#4897) - Thanks to @​KazariEX!
  • chore(vscode): switch to "module": "CommonJS" (#4944) - Thanks to @​KazariEX!
  • test: fix incorrect default value (#4934) - Thanks to @​jh-leong!
  • test(tsc): add a test case for class component

Please refer to CHANGELOG.md for details.

Sponsors

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

2.1.8 official, 2.1.9 insiders (2024-10-26)

Features

  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#4813) - Thanks to @​KazariEX!

Bug Fixes

  • language-core: avoid generic type loss due to destructured props (#4821) - Thanks to @​KazariEX!
  • language-core: handle v-for with v-once correctly (#4830) - Thanks to @​KazariEX!
  • language-core: avoid generating zero-length mappings for interpolation edges
  • language-core: don't assign this to __VLS_ctx (#4845) - Thanks to @​KazariEX!
  • language-service: initialize scope with null prototype object (#4855) - Thanks to @​KazariEX!
  • language-core: inlay hints for <component :is> and <slot :name> (#4661) - Thanks to @​KazariEX, @​so1ve!
  • language-core: should error when invalid syntax at script end (#4692) - Thanks to @​KazariEX!
  • language-core: correct type inference of defineModel & defineEmits in generic (#4823) - Thanks to @​KazariEX!
  • language-core: inject generics of useTemplateRef into correct location (#4829) - Thanks to @​KazariEX!
  • language-core: prevent the generation of generics in JS (#4836) - Thanks to @​KazariEX, @​zhiyuanzmj!
  • language-core: generate correct reference for v-on on <slot> (#4864) - Thanks to @​KazariEX!
  • language-core: match classname before ) (#4887) - Thanks to @​KazariEX!
  • language-service: handle internal item key with leading slash correctly (#4894) - Thanks to @​KazariEX!
  • language-core: correctly obtain the index of style modules (#4907) - Thanks to @​KazariEX!
  • language-core: refer absolute path of global types file (#4924) - Thanks to @​depressedX!
  • component-meta: error when signatures is undefined (#4930) - Thanks to @​Hannesrasmussen!
  • language-core: intersect props of generic component with attrs (#4886) - Thanks to @​KazariEX!
  • language-core: fix incorrect syntax for class component virtual code
  • language-core: generate value instead of model name into tuple (#4892) - Thanks to @​KazariEX!
  • language-core: infer template ref's type of native elements with v-for correctly (#4933) - Thanks to @​KazariEX!
  • language-core: should wrap item with Reactive on v-for (#4902) - Thanks to @​KazariEX!

Performance

  • language-service: find destructured props only with enabled setting (#4815) - Thanks to @​KazariEX!

Other Changes

  • Upgraded Volar from v2.4.1 to v2.4.8:
    • Changing vue files causes internal state to desync in Sublime Text (#4909) - Thanks to @​rchl!
    • The syntax highlighting is not applied when destructuring props (#4811)
  • chore: fix nvim config snippet in README (#4881) - Thanks to @​LiamEderzeel!
  • chore: remove side effects (#4871) - Thanks to @​vikingair!
  • chore: remove importsNotUsedAsValues (#4897) - Thanks to @​KazariEX!
  • chore(vscode): switch to "module": "CommonJS" (#4944) - Thanks to @​KazariEX!
  • test: fix incorrect default value (#4934) - Thanks to @​jh-leong!
  • test(tsc): add a test case for class component
Commits
  • 13a9e2f v2.1.8 (#4946)
  • ae1d696 chore: bump Volar
  • 8c1672f fix(language-core): should wrap item with Reactive on v-for (#4902)
  • 06f6f02 fix(language-core): generate value instead of model name into tuple (#4892)
  • 994ccd0 chore(vscode): switch to "module": "CommonJS" (#4944)
  • baa1319 fix(language-core): intersect props of generic component with attrs (#4886)
  • c47d53f chore: remove importsNotUsedAsValues (#4897)
  • acddb02 fix(language-core): should error when invalid syntax at script end (#4692)
  • 32aa8a8 chore: remove side effects (#4871)
  • f4d7300 chore: update Vue to 3.5.12
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/0xJacky/nginx-ui/pull/679 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/28/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/app/dev/vue-tsc-2.1.8` --- ### 📝 Commits (1) - [`f20ead4`](https://github.com/0xJacky/nginx-ui/commit/f20ead486dac90fd86f259fb05bacf7de39114e8) chore(deps-dev): bump vue-tsc from 2.1.6 to 2.1.8 in /app ### 📊 Changes **2 files changed** (+29 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `app/package.json` (+1 -1) 📝 `app/pnpm-lock.yaml` (+28 -28) </details> ### 📄 Description Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 2.1.6 to 2.1.8. <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>v2.1.8</h2> <h3>Features</h3> <ul> <li><strong>vscode:</strong> reactions visualization now identifies more use cases <!-- raw HTML omitted -->Insiders<!-- raw HTML omitted --></li> <li><strong>language-core:</strong> auto infer <code>$el</code> type (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4805">#4805</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> typed directive arg and modifiers (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4813">#4813</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>language-core:</strong> avoid generic type loss due to destructured props (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4821">#4821</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> handle <code>v-for</code> with <code>v-once</code> correctly (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4830">#4830</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> avoid generating zero-length mappings for interpolation edges</li> <li><strong>language-core:</strong> don't assign <code>this</code> to <code>__VLS_ctx</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4845">#4845</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-service:</strong> initialize scope with null prototype object (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4855">#4855</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> inlay hints for <code>&lt;component :is&gt;</code> and <code>&lt;slot :name&gt;</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4661">#4661</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>, <a href="https://github.com/so1ve"><code>@​so1ve</code></a>!</li> <li><strong>language-core:</strong> should error when invalid syntax at script end (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4692">#4692</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> correct type inference of <code>defineModel</code> &amp; <code>defineEmits</code> in generic (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4823">#4823</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> inject generics of <code>useTemplateRef</code> into correct location (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4829">#4829</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> prevent the generation of generics in JS (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4836">#4836</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>, <a href="https://github.com/zhiyuanzmj"><code>@​zhiyuanzmj</code></a>!</li> <li><strong>language-core:</strong> generate correct reference for <code>v-on</code> on <code>&lt;slot&gt;</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4864">#4864</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> match classname before <code>)</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4887">#4887</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-service:</strong> handle internal item key with leading slash correctly (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4894">#4894</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> correctly obtain the index of style modules (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4907">#4907</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> refer absolute path of global types file (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4924">#4924</a>) - Thanks to <a href="https://github.com/depressedX"><code>@​depressedX</code></a>!</li> <li><strong>component-meta:</strong> error when signatures is undefined (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4930">#4930</a>) - Thanks to <a href="https://github.com/Hannesrasmussen"><code>@​Hannesrasmussen</code></a>!</li> <li><strong>language-core:</strong> intersect props of generic component with attrs (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4886">#4886</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> fix incorrect syntax for class component virtual code</li> <li><strong>language-core:</strong> generate <code>value</code> instead of model name into tuple (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4892">#4892</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> infer template ref's type of native elements with <code>v-for</code> correctly (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4933">#4933</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> should wrap item with <code>Reactive</code> on <code>v-for</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4902">#4902</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> </ul> <h3>Performance</h3> <ul> <li><strong>language-service:</strong> find destructured props only with enabled setting (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4815">#4815</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> </ul> <h3>Other Changes</h3> <ul> <li>Upgraded Volar from <code>v2.4.1</code> to <code>v2.4.8</code>: <ul> <li>Changing vue files causes internal state to desync in Sublime Text (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4909">#4909</a>) - Thanks to <a href="https://github.com/rchl"><code>@​rchl</code></a>!</li> <li>The syntax highlighting is not applied when destructuring props (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4811">#4811</a>)</li> </ul> </li> <li>chore: fix nvim config snippet in README (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4881">#4881</a>) - Thanks to <a href="https://github.com/LiamEderzeel"><code>@​LiamEderzeel</code></a>!</li> <li>chore: remove side effects (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4871">#4871</a>) - Thanks to <a href="https://github.com/vikingair"><code>@​vikingair</code></a>!</li> <li>chore: remove <code>importsNotUsedAsValues</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4897">#4897</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>chore(vscode): switch to <code>&quot;module&quot;: &quot;CommonJS&quot;</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4944">#4944</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>test: fix incorrect default value (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4934">#4934</a>) - Thanks to <a href="https://github.com/jh-leong"><code>@​jh-leong</code></a>!</li> <li>test(tsc): add a test case for class component</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>Sponsors</h2> <!-- 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>2.1.8 <!-- raw HTML omitted -->official<!-- raw HTML omitted -->, 2.1.9 <!-- raw HTML omitted -->insiders<!-- raw HTML omitted --> (2024-10-26)</h2> <h3>Features</h3> <ul> <li><strong>vscode:</strong> reactions visualization now identifies more use cases <!-- raw HTML omitted -->Insiders<!-- raw HTML omitted --></li> <li><strong>language-core:</strong> auto infer <code>$el</code> type (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4805">#4805</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> typed directive arg and modifiers (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4813">#4813</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>language-core:</strong> avoid generic type loss due to destructured props (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4821">#4821</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> handle <code>v-for</code> with <code>v-once</code> correctly (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4830">#4830</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> avoid generating zero-length mappings for interpolation edges</li> <li><strong>language-core:</strong> don't assign <code>this</code> to <code>__VLS_ctx</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4845">#4845</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-service:</strong> initialize scope with null prototype object (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4855">#4855</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> inlay hints for <code>&lt;component :is&gt;</code> and <code>&lt;slot :name&gt;</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4661">#4661</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>, <a href="https://github.com/so1ve"><code>@​so1ve</code></a>!</li> <li><strong>language-core:</strong> should error when invalid syntax at script end (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4692">#4692</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> correct type inference of <code>defineModel</code> &amp; <code>defineEmits</code> in generic (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4823">#4823</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> inject generics of <code>useTemplateRef</code> into correct location (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4829">#4829</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> prevent the generation of generics in JS (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4836">#4836</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>, <a href="https://github.com/zhiyuanzmj"><code>@​zhiyuanzmj</code></a>!</li> <li><strong>language-core:</strong> generate correct reference for <code>v-on</code> on <code>&lt;slot&gt;</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4864">#4864</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> match classname before <code>)</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4887">#4887</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-service:</strong> handle internal item key with leading slash correctly (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4894">#4894</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> correctly obtain the index of style modules (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4907">#4907</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> refer absolute path of global types file (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4924">#4924</a>) - Thanks to <a href="https://github.com/depressedX"><code>@​depressedX</code></a>!</li> <li><strong>component-meta:</strong> error when signatures is undefined (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4930">#4930</a>) - Thanks to <a href="https://github.com/Hannesrasmussen"><code>@​Hannesrasmussen</code></a>!</li> <li><strong>language-core:</strong> intersect props of generic component with attrs (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4886">#4886</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> fix incorrect syntax for class component virtual code</li> <li><strong>language-core:</strong> generate <code>value</code> instead of model name into tuple (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4892">#4892</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> infer template ref's type of native elements with <code>v-for</code> correctly (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4933">#4933</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li><strong>language-core:</strong> should wrap item with <code>Reactive</code> on <code>v-for</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4902">#4902</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> </ul> <h3>Performance</h3> <ul> <li><strong>language-service:</strong> find destructured props only with enabled setting (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4815">#4815</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> </ul> <h3>Other Changes</h3> <ul> <li>Upgraded Volar from <code>v2.4.1</code> to <code>v2.4.8</code>: <ul> <li>Changing vue files causes internal state to desync in Sublime Text (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4909">#4909</a>) - Thanks to <a href="https://github.com/rchl"><code>@​rchl</code></a>!</li> <li>The syntax highlighting is not applied when destructuring props (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4811">#4811</a>)</li> </ul> </li> <li>chore: fix nvim config snippet in README (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4881">#4881</a>) - Thanks to <a href="https://github.com/LiamEderzeel"><code>@​LiamEderzeel</code></a>!</li> <li>chore: remove side effects (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4871">#4871</a>) - Thanks to <a href="https://github.com/vikingair"><code>@​vikingair</code></a>!</li> <li>chore: remove <code>importsNotUsedAsValues</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4897">#4897</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>chore(vscode): switch to <code>&quot;module&quot;: &quot;CommonJS&quot;</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4944">#4944</a>) - Thanks to <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li> <li>test: fix incorrect default value (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4934">#4934</a>) - Thanks to <a href="https://github.com/jh-leong"><code>@​jh-leong</code></a>!</li> <li>test(tsc): add a test case for class component</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/language-tools/commit/13a9e2f3ec9e5234d258b08ae7da49a68a1d2f3e"><code>13a9e2f</code></a> v2.1.8 (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4946">#4946</a>)</li> <li><a href="https://github.com/vuejs/language-tools/commit/ae1d696a829e1ec846c3e1f3d24be6d666988173"><code>ae1d696</code></a> chore: bump Volar</li> <li><a href="https://github.com/vuejs/language-tools/commit/8c1672f04c8c0837cf79ca3304aa39d1ae17bd3f"><code>8c1672f</code></a> fix(language-core): should wrap item with <code>Reactive</code> on <code>v-for</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4902">#4902</a>)</li> <li><a href="https://github.com/vuejs/language-tools/commit/06f6f02d30cd20d34c00319128140810d2dc9e0b"><code>06f6f02</code></a> fix(language-core): generate <code>value</code> instead of model name into tuple (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4892">#4892</a>)</li> <li><a href="https://github.com/vuejs/language-tools/commit/994ccd0bc043c732827bbc5bb7469053ee330ae3"><code>994ccd0</code></a> chore(vscode): switch to <code>&quot;module&quot;: &quot;CommonJS&quot;</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4944">#4944</a>)</li> <li><a href="https://github.com/vuejs/language-tools/commit/baa1319e37fd881967791e7ea84be73e02f8a0b3"><code>baa1319</code></a> fix(language-core): intersect props of generic component with attrs (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4886">#4886</a>)</li> <li><a href="https://github.com/vuejs/language-tools/commit/c47d53ffbd0464da1bb9081f6cc6957bd149d40c"><code>c47d53f</code></a> chore: remove <code>importsNotUsedAsValues</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4897">#4897</a>)</li> <li><a href="https://github.com/vuejs/language-tools/commit/acddb02ace52947f2cb644333a8364987fcf64a2"><code>acddb02</code></a> fix(language-core): should error when invalid syntax at script end (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4692">#4692</a>)</li> <li><a href="https://github.com/vuejs/language-tools/commit/32aa8a872dc1bd0a59a6ebbd778352e8b52852e2"><code>32aa8a8</code></a> chore: remove side effects (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4871">#4871</a>)</li> <li><a href="https://github.com/vuejs/language-tools/commit/f4d73008131f1ceb1569cdb33cf8d33ef6fe0f6f"><code>f4d7300</code></a> chore: update Vue to 3.5.12</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/language-tools/commits/v2.1.8/packages/tsc">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vue-tsc&package-manager=npm_and_yarn&previous-version=2.1.6&new-version=2.1.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:10:24 +03:00
Sign in to join this conversation.
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
starred/nginx-ui#1075
No description provided.