Bump vue-tsc from 0.40.7 to 1.0.7 #504

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

Bumps vue-tsc from 0.40.7 to 1.0.7.

Changelog

Sourced from vue-tsc's changelog.

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

Our Sponsors

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
  • fix: change vueCompilerOptions.dataAttributes default value from ["data-*"] to [] (#1965)
  • fix: component props order should be on the top (#1972)
  • fix: @volar/vue-language-plugin-pug crash due to missing depend
  • fix: component tag highlight not working for pug template (#1977)
  • fix: references codeLens number incorrect (#1989)

Breaking changes

  • Removed experimentalTemplateCompilerOptions, experimentalTemplateCompilerOptionsRequirePath from vueCompilerOptions (#1991)

1.0.3 (2022/10/10)

... (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.7. <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.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> <h3>Our Sponsors</h3> <!-- raw HTML omitted --> <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> <li>fix: change <code>vueCompilerOptions.dataAttributes</code> default value from <code>[&quot;data-*&quot;]</code> to <code>[]</code> (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1965">#1965</a>)</li> <li>fix: component props order should be on the top (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1972">#1972</a>)</li> <li>fix: <code>@volar/vue-language-plugin-pug</code> crash due to missing depend</li> <li>fix: component tag highlight not working for pug template (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1977">#1977</a>)</li> <li>fix: references codeLens number incorrect (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1989">#1989</a>)</li> </ul> <p><strong>Breaking changes</strong></p> <ul> <li>Removed <code>experimentalTemplateCompilerOptions</code>, <code>experimentalTemplateCompilerOptionsRequirePath</code> from <code>vueCompilerOptions</code> (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1991">#1991</a>)</li> </ul> <h2>1.0.3 (2022/10/10)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/johnsoncodehk/volar/commit/eadcf13bb66b02e190ab61eca8fe1a9e6cf84207"><code>eadcf13</code></a> v1.0.0-rc.4</li> <li>Additional commits viewable in <a href="https://github.com/johnsoncodehk/volar/commits/v1.0.7/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.7)](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-17 12:19:22 +02:00 (Migrated from github.com)

Superseded by #505.

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