1
0
Fork 0

build(deps-dev): bump vue-tsc from 1.8.27 to 2.0.5 #63

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/vue-tsc-2.0.5 into master
dependabot[bot] commented 2024-03-06 10:17:36 +08:00 (Migrated from github.com)

Bumps vue-tsc from 1.8.27 to 2.0.5.

Release notes

Sourced from vue-tsc's releases.

v2.0.5

[!IMPORTANT] If the TypeScript language server crashes in version 2.0, please try using VSCode Insiders, or temporarily downgrade to 1.8.27.
Issue: vuejs/language-tools#3962

If false positive errors occurs, try creating an empty jsconfig in the workspace root directory.
Issue: vuejs/language-tools#3942

Features

  • language-core: support v-bind shorthand (#3990) - thanks @​so1ve
  • language-service: support inlay hints for v-bind shorthand (#3990) - thanks @​so1ve
  • vscode: prompt to disable Svelte extension in Vue workspace to avoid conflicts

Fixes

  • typescript-plugin: fault tolerance for named pipe server data
  • language-core: avoid globalTypesHolder being specified from a node_modules file (#3990)
  • language-core: fault tolerance for plugin creation
  • language-plugin-pug: failed to load due to an invalid require path (#3930)
  • typescript-plugin: custom extensions do not work (#3977)
  • language-service: html custom data not working (#3975)

Refactors

Please refer to CHANGELOG.md for details.


(This project is mainly supported by StackBlitz)

Our Platinum Sponsors

Our Silver Sponsors

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

2.0.5 (2024/3/5)

[!IMPORTANT] If the TypeScript language server crashes in version 2.0, please try using VSCode Insiders, or temporarily downgrade to 1.8.27.
Issue: vuejs/language-tools#3962

If false positive errors occurs, try creating an empty jsconfig in the workspace root directory.
Issue: vuejs/language-tools#3942

Features

  • language-core: support v-bind shorthand (#3990) - thanks @​so1ve
  • language-service: support inlay hints for v-bind shorthand (#3990) - thanks @​so1ve
  • vscode: prompt to disable Svelte extension in Vue workspace to avoid conflicts

Fixes

  • typescript-plugin: fault tolerance for named pipe server data
  • language-core: avoid globalTypesHolder being specified from a node_modules file (#3990)
  • language-core: fault tolerance for plugin creation
  • language-plugin-pug: failed to load due to an invalid require path (#3930)
  • typescript-plugin: custom extensions do not work (#3977)
  • language-service: html custom data not working (#3975)

Refactors

2.0.4 (2024/3/4)

Features

  • vscode: report requires TSDK version in doctor

Fixes

  • typescript-plugin: JSON parsing error when server data length > 8192 (#3961)

2.0.3 (2024/3/3)

Features

  • vscode: identify #3942 in doctor

Fixes

  • vscode: compatible with VSCode 1.87.0
  • vscode: search "TypeScript and JavaScript Language Features" with id (#3932)
  • typescript-plugin: more reliable connection to named pipe server (#3941)

... (truncated)

Commits

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)
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 1.8.27 to 2.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>v2.0.5</h2> <blockquote> <p>[!IMPORTANT] If the TypeScript language server crashes in version 2.0, please try using VSCode Insiders, or temporarily downgrade to 1.8.27.<br /> Issue: <a href="https://redirect.github.com/vuejs/language-tools/issues/3962">vuejs/language-tools#3962</a></p> <p>If false positive errors occurs, try creating an empty jsconfig in the workspace root directory.<br /> Issue: <a href="https://redirect.github.com/vuejs/language-tools/issues/3942">vuejs/language-tools#3942</a></p> </blockquote> <h3>Features</h3> <ul> <li><strong>language-core:</strong> support <code>v-bind</code> shorthand (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3990">#3990</a>) - thanks <a href="https://github.com/so1ve"><code>@​so1ve</code></a></li> <li><strong>language-service:</strong> support inlay hints for <code>v-bind</code> shorthand (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3990">#3990</a>) - thanks <a href="https://github.com/so1ve"><code>@​so1ve</code></a></li> <li><strong>vscode:</strong> prompt to disable Svelte extension in Vue workspace to avoid conflicts</li> </ul> <h3>Fixes</h3> <ul> <li><strong>typescript-plugin:</strong> fault tolerance for named pipe server data</li> <li><strong>language-core:</strong> avoid <code>globalTypesHolder</code> being specified from a <code>node_modules</code> file (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3990">#3990</a>)</li> <li><strong>language-core:</strong> fault tolerance for plugin creation</li> <li><strong>language-plugin-pug:</strong> failed to load due to an invalid require path (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3930">#3930</a>)</li> <li><strong>typescript-plugin:</strong> custom extensions do not work (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3977">#3977</a>)</li> <li><strong>language-service:</strong> html custom data not working (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3975">#3975</a>)</li> </ul> <h3>Refactors</h3> <ul> <li><strong>typescript-plugin</strong> add README (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3974">#3974</a>) - thanks <a href="https://github.com/WhyNotHugo"><code>@​WhyNotHugo</code></a></li> <li><strong>component-meta</strong> update demo (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3994">#3994</a>) - thanks <a href="https://github.com/zzfn"><code>@​zzfn</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> <hr /> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <p><em>(This project is mainly supported by StackBlitz)</em></p> <h3>Our Platinum Sponsors</h3> <!-- raw HTML omitted --> <h3>Our Silver Sponsors</h3> <!-- 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.0.5 (2024/3/5)</h2> <blockquote> <p>[!IMPORTANT] If the TypeScript language server crashes in version 2.0, please try using VSCode Insiders, or temporarily downgrade to 1.8.27.<br /> Issue: <a href="https://redirect.github.com/vuejs/language-tools/issues/3962">vuejs/language-tools#3962</a></p> <p>If false positive errors occurs, try creating an empty jsconfig in the workspace root directory.<br /> Issue: <a href="https://redirect.github.com/vuejs/language-tools/issues/3942">vuejs/language-tools#3942</a></p> </blockquote> <h3>Features</h3> <ul> <li><strong>language-core:</strong> support <code>v-bind</code> shorthand (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3990">#3990</a>) - thanks <a href="https://github.com/so1ve"><code>@​so1ve</code></a></li> <li><strong>language-service:</strong> support inlay hints for <code>v-bind</code> shorthand (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3990">#3990</a>) - thanks <a href="https://github.com/so1ve"><code>@​so1ve</code></a></li> <li><strong>vscode:</strong> prompt to disable Svelte extension in Vue workspace to avoid conflicts</li> </ul> <h3>Fixes</h3> <ul> <li><strong>typescript-plugin:</strong> fault tolerance for named pipe server data</li> <li><strong>language-core:</strong> avoid <code>globalTypesHolder</code> being specified from a <code>node_modules</code> file (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3990">#3990</a>)</li> <li><strong>language-core:</strong> fault tolerance for plugin creation</li> <li><strong>language-plugin-pug:</strong> failed to load due to an invalid require path (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3930">#3930</a>)</li> <li><strong>typescript-plugin:</strong> custom extensions do not work (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3977">#3977</a>)</li> <li><strong>language-service:</strong> html custom data not working (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3975">#3975</a>)</li> </ul> <h3>Refactors</h3> <ul> <li><strong>typescript-plugin</strong> add README (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3974">#3974</a>) - thanks <a href="https://github.com/WhyNotHugo"><code>@​WhyNotHugo</code></a></li> <li><strong>component-meta</strong> update demo (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3994">#3994</a>) - thanks <a href="https://github.com/zzfn"><code>@​zzfn</code></a></li> </ul> <h2>2.0.4 (2024/3/4)</h2> <h3>Features</h3> <ul> <li><strong>vscode:</strong> report requires TSDK version in doctor</li> </ul> <h3>Fixes</h3> <ul> <li><strong>typescript-plugin:</strong> JSON parsing error when server data length &gt; 8192 (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3961">#3961</a>)</li> </ul> <h2>2.0.3 (2024/3/3)</h2> <h3>Features</h3> <ul> <li><strong>vscode:</strong> identify <a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3942">#3942</a> in doctor</li> </ul> <h3>Fixes</h3> <ul> <li><strong>vscode:</strong> compatible with VSCode 1.87.0</li> <li><strong>vscode:</strong> search &quot;TypeScript and JavaScript Language Features&quot; with id (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3932">#3932</a>)</li> <li><strong>typescript-plugin:</strong> more reliable connection to named pipe server (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3941">#3941</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/62b4fcb0d3f7153b5b2f5571af32f519117d8466"><code>62b4fcb</code></a> v2.0.5</li> <li><a href="https://github.com/vuejs/language-tools/commit/4412a24181cfa9e15aa49ab3d8bae3273bbcba32"><code>4412a24</code></a> chore: bump volar</li> <li><a href="https://github.com/vuejs/language-tools/commit/b8afeed926ac21971c828f07e561128107fefe30"><code>b8afeed</code></a> fix(language-core): avoid <code>globalTypesHolder</code> being specified from a `node_mo...</li> <li><a href="https://github.com/vuejs/language-tools/commit/241300968fd3084c7c09139d05691a51a7800fdc"><code>2413009</code></a> v2.0.4</li> <li><a href="https://github.com/vuejs/language-tools/commit/fc1e288c8c0c82e6730781006d84a2676b5266ff"><code>fc1e288</code></a> v2.0.3</li> <li><a href="https://github.com/vuejs/language-tools/commit/b377d5f990ffe7ef44f0d1871fcb8b5c2deafad1"><code>b377d5f</code></a> v2.0.2</li> <li><a href="https://github.com/vuejs/language-tools/commit/adedfd0983c910370d080e955702cca7d2275420"><code>adedfd0</code></a> v2.0.1</li> <li><a href="https://github.com/vuejs/language-tools/commit/53e687e382ef98d84578c0f957fd99f7110a4266"><code>53e687e</code></a> fix: update files field</li> <li><a href="https://github.com/vuejs/language-tools/commit/aa47e5a7d8a6dae62cc80dbdb5db6a9bfa4f8715"><code>aa47e5a</code></a> v2.0.0</li> <li><a href="https://github.com/vuejs/language-tools/commit/79e224df8ffac98987cb493bac72492ee7d2b732"><code>79e224d</code></a> refactor: move source scripts from <code>src</code> to <code>lib</code> (<a href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/3913">#3913</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/language-tools/commits/v2.0.5/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=1.8.27&new-version=2.0.5)](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>
dependabot[bot] commented 2024-03-08 10:35:37 +08:00 (Migrated from github.com)

Superseded by #65.

Superseded by #65.
Commenting is not possible because the repository is archived.
No description provided.