Bump vue-tsc from 0.40.7 to 1.0.8 #505

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/vue-tsc-1.0.8 into master
dependabot[bot] commented 2022-10-17 12:19:20 +02:00 (Migrated from github.com)

Bumps vue-tsc from 0.40.7 to 1.0.8.

Changelog

Sourced from vue-tsc's changelog.

1.0.8 (2022/10/15)

  • feat: support for twoslash queries (johnsoncodehk/volar-plugins#9)
  • feat: support generic attribute auto-complete
  • feat: add volar.vueserver.noProjectReferences setting for support jump to source files from reference projects (#1344)
  • fix: SFC parse failed if script content including <script> (#1982)
  • fix: avoid report type error for invalid component without enable jsxTemplates (#2007)
  • fix: intrinsic tag highlight should only including open tag and close tag (#2009)
  • fix: component type should take capitalize property takes precedence over camelize property from context (#2010)
  • fix: references codeLens should not including sources on display (johnsoncodehk/volar#1989)

Our Sponsors

1.0.7 (2022/10/13)

  • feat(vue-language-core): support custom v-model prefix (#2004)
  • feat: allow passing attributes array for experimentalModelPropName ignore setting (#1821)
  • fix: @volar/vue-language-plugin-pug cause to doctor warns in Vue 2.7 project (#2002)
  • fix: mitigate virtual file mapping highlights dislocation
  • fix: tag hover not working when enabled jsxTemplates
  • fix: avoid convert invalid JSX type to any when enabled jsxTemplates
  • fix: component JSX type invalid when enabled jsxTemplates but template has no any slots
  • perf: try skip convert attribute value to unicode

1.0.6 (2022/10/12)

  • fix: component ast broken when use script setup with export default (#1996)
  • fix: experimentalModelPropName link invalid (#1999)
  • fix: @volar/pug-language-service crash (#2000)

1.0.5 (2022/10/12)

  • feat(doctor): report warning for @types/node version >= 18.8.1 (#1985)
  • fix: @volar-examples/svelte-tsc, @volar-examples/svelte-typescript released empty dist
  • fix: component syntax minor defect when enabled experimentalRfc436
  • fix: force use VSCode display language in language server (#1959)
  • fix: don't hoisting defineProps type arg when disabled experimentalRfc436 (#1994)

1.0.4 (2022/10/12)

  • feat: Support generic typed template slots for RFC 436 (#1987)
  • feat: add resolveTemplateCompilerOptions API for VueLanguagePlugin
  • feat: support intellisense for generic attribute (#1967)
  • feat: add Show Component Meta command for inspect vue-component-meta result
  • feat: add vueCompilerOptions.experimentalModelPropName for customize v-model binding prop for vue 2 component (#1969)
  • fix: TypeScript Vue Plugin (Volar) stop working

... (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 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/johnsoncodehk/volar/tree/HEAD/vue-language-tools/vue-tsc) from 0.40.7 to 1.0.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md">vue-tsc's changelog</a>.</em></p> <blockquote> <h2>1.0.8 (2022/10/15)</h2> <ul> <li>feat: support for twoslash queries (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar-plugins/issues/9">johnsoncodehk/volar-plugins#9</a>)</li> <li>feat: support <code>generic</code> attribute auto-complete</li> <li>feat: add <code>volar.vueserver.noProjectReferences</code> setting for support jump to source files from reference projects (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1344">#1344</a>)</li> <li>fix: SFC parse failed if script content including <code>&lt;script&gt;</code> (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1982">#1982</a>)</li> <li>fix: avoid report type error for invalid component without enable <code>jsxTemplates</code> (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/2007">#2007</a>)</li> <li>fix: intrinsic tag highlight should only including open tag and close tag (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/2009">#2009</a>)</li> <li>fix: component type should take capitalize property takes precedence over camelize property from context (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/2010">#2010</a>)</li> <li>fix: references codeLens should not including sources on display (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1989#issuecomment-1277585337">johnsoncodehk/volar#1989</a>)</li> </ul> <h3>Our Sponsors</h3> <!-- raw HTML omitted --> <h2>1.0.7 (2022/10/13)</h2> <ul> <li>feat(vue-language-core): support custom v-model prefix (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/2004">#2004</a>)</li> <li>feat: allow passing attributes array for <code>experimentalModelPropName</code> ignore setting (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1821">#1821</a>)</li> <li>fix: <code>@volar/vue-language-plugin-pug</code> cause to doctor warns in Vue 2.7 project (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/2002">#2002</a>)</li> <li>fix: mitigate virtual file mapping highlights dislocation</li> <li>fix: tag hover not working when enabled <code>jsxTemplates</code></li> <li>fix: avoid convert invalid JSX type to any when enabled <code>jsxTemplates</code></li> <li>fix: component JSX type invalid when enabled <code>jsxTemplates</code> but template has no any slots</li> <li>perf: try skip convert attribute value to unicode</li> </ul> <h2>1.0.6 (2022/10/12)</h2> <ul> <li>fix: component ast broken when use script setup with <code>export default</code> (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1996">#1996</a>)</li> <li>fix: <code>experimentalModelPropName</code> link invalid (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1999">#1999</a>)</li> <li>fix: <code>@volar/pug-language-service</code> crash (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/2000">#2000</a>)</li> </ul> <h2>1.0.5 (2022/10/12)</h2> <ul> <li>feat(doctor): report warning for <code>@types/node</code> version <code>&gt;= 18.8.1</code> (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1985">#1985</a>)</li> <li>fix: <code>@volar-examples/svelte-tsc</code>, <code>@volar-examples/svelte-typescript</code> released empty dist</li> <li>fix: component syntax minor defect when enabled <code>experimentalRfc436</code></li> <li>fix: force use VSCode display language in language server (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1959">#1959</a>)</li> <li>fix: don't hoisting defineProps type arg when disabled <code>experimentalRfc436</code> (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1994">#1994</a>)</li> </ul> <h2>1.0.4 (2022/10/12)</h2> <ul> <li>feat: Support generic typed template slots for RFC 436 (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1987">#1987</a>)</li> <li>feat: add <code>resolveTemplateCompilerOptions</code> API for <code>VueLanguagePlugin</code></li> <li>feat: support intellisense for <code>generic</code> attribute (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1967">#1967</a>)</li> <li>feat: add <code>Show Component Meta</code> command for inspect <code>vue-component-meta</code> result</li> <li>feat: add <code>vueCompilerOptions.experimentalModelPropName</code> for customize <code>v-model</code> binding prop for vue 2 component (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1969">#1969</a>)</li> <li>fix: <code>TypeScript Vue Plugin (Volar)</code> stop working</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/johnsoncodehk/volar/commit/10d1a6a8b4011adee0a7c309da25caae7fb4fea9"><code>10d1a6a</code></a> v1.0.8</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/96cc1acd9c16ad9cb46638a54f088199f7dddfad"><code>96cc1ac</code></a> v1.0.7</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/21df3435df506fede5c1b078dc652d0782923af3"><code>21df343</code></a> v1.0.6</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/9735e4138e400b49369334279a8b354e9418338e"><code>9735e41</code></a> v1.0.5</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/1394533d1822a588136364ab33a02c1bdf89cac9"><code>1394533</code></a> v1.0.4</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/2576804e9479aec58f049bad2ea5d2a81f9cba28"><code>2576804</code></a> v1.0.3</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/4e750f808450c0f70b0a439cb6954cf29345e8f2"><code>4e750f8</code></a> v1.0.2</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/62a5dce528c505fcadb609fb391ad7f3f8302fb2"><code>62a5dce</code></a> v1.0.1</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/5496c1ecc0ae6207d6fa7da745f047c44c32db81"><code>5496c1e</code></a> v1.0.0</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/21006891299e4a81b0be2e179129f0d0983c70d3"><code>2100689</code></a> v1.0.0-rc.5</li> <li>Additional commits viewable in <a href="https://github.com/johnsoncodehk/volar/commits/v1.0.8/vue-language-tools/vue-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=0.40.7&new-version=1.0.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 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 2022-10-19 18:54:24 +02:00 (Migrated from github.com)

Looks like vue-tsc is up-to-date now, so this is no longer needed.

Looks like vue-tsc is up-to-date now, so this is no longer needed.
Commenting is not possible because the repository is archived.
No description provided.