Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump vue-tsc from 2.1.6 to 2.1.8 (#126)
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><component :is></code> and <code><slot :name></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> & <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><slot></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>"module": "CommonJS"</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><component :is></code> and <code><slot :name></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> & <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><slot></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>"module": "CommonJS"</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>"module": "CommonJS"</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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information