Skip to content

Commit

Permalink
Bump vue-tsc from 2.1.10 to 2.2.0 in /vue (#2332)
Browse files Browse the repository at this point in the history
Bumps
[vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc)
from 2.1.10 to 2.2.0.
<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.2.0</h2>
<h3>Features</h3>
<ul>
<li>feat(language-core): support <code>@vue-generic</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4971">#4971</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>feat(vscode): add configuration for skipping automatic detection of
Hybrid Mode (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5046">#5046</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>feat(language-service): crawl html data of
<code>data-allow-mismatch</code> - Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>feat(language-core): type support of <code>$attrs</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5076">#5076</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>feat(language-core): type support of <code>useSlots</code> and
<code>$slots</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5055">#5055</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>feat(language-core): type support of <code>v-model</code> modifiers
(<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5061">#5061</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>feat(language-service): process references data at runtime to reduce
bundle size (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5054">#5054</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>feat(language-core): support the use of sfc root comment to
configure <code>vueCompilerOptions</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4987">#4987</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>feat(vscode): add timeout logic for insiders fetching (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5048">#5048</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>feat(vscode): add examples to inlay hints configuration (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5068">#5068</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
</ul>
<h3>Performance</h3>
<ul>
<li>perf(typescript-plugin): use named pipe servers more efficiently (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5070">#5070</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>fix(language-core): generate script setup starting from last leading
comment without <code>@ts-check</code> - Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): make model modifiers optional (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4978">#4978</a>)
- Thanks to <a
href="https://github.com/stafyniaksacha"><code>@​stafyniaksacha</code></a>!</li>
<li>fix(language-core): always report missing props on
<code>&lt;slot&gt;</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4982">#4982</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): avoid unchecked index access when parsing
<code>defineEmits</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5028">#5028</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-service): handle text edit of special closing tags
completion correctly (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5016">#5016</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): don't generate variable access of template refs
using <code>useTemplateRef</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5032">#5032</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(vscode): update <code>enabledHybridMode</code> before activate
extension (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5019">#5019</a>)
- Thanks to <a
href="https://github.com/nieyuyao"><code>@​nieyuyao</code></a>!</li>
<li>fix(tsc): point to shimmed tsc entry point to support ts 5.7 (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5020">#5020</a>)
- Thanks to <a
href="https://github.com/davidmatter"><code>@​davidmatter</code></a>!</li>
<li>fix(vscode): add <code>GitHub.copilot-chat</code> to hybrid mode
compatible list (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5047">#5047</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): generate generics normally when
<code>useTemplateRef</code> has no parameters (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5051">#5051</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): avoid clipping prop name using
<code>.prop</code> or <code>.attr</code> on <code>v-model</code> -
Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): handle named default import of components
correctly (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5066">#5066</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): disable navigation feature on non-binding prop
values (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5040">#5040</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): do not generate <code>useTemplateRef</code>
parameter repeatedly (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5009">#5009</a>)</li>
<li>fix(language-core): generate macros after script setup content (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5071">#5071</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): correct type and completion support of
<code>vue:</code> event (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4969">#4969</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): prevent visiting functional components for
<code>parseScriptSetupRanges</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5049">#5049</a>)
- Thanks to <a
href="https://github.com/zhiyuanzmj"><code>@​zhiyuanzmj</code></a>!</li>
<li>fix(language-service): don't provide modifier completion for
<code>@</code> and <code>:</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5052">#5052</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): consistent interpolation behavior of shorthand
binding (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4975">#4975</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): resolve components with various name cases
correctly (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5067">#5067</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): map <code>v-slot</code> correctly to report
error when missing default slot - Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): map component loc to instance variable for
verification - Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>refactor: improve code consistency (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4976">#4976</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>docs: update nvim guide (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4984">#4984</a>)
- Thanks to <a
href="https://github.com/zeromask1337"><code>@​zeromask1337</code></a>!</li>
<li>docs: fix broken marketplace page (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5004">#5004</a>)
- Thanks to <a
href="https://github.com/rioj7"><code>@​rioj7</code></a>!</li>
<li>chore: upgrade <code>reactive-vscode</code> to v0.2.7 (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4997">#4997</a>)
- Thanks to <a
href="https://github.com/KermanX"><code>@​KermanX</code></a>!</li>
<li>refactor(language-service): consistent style of source and virtual
code operation (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5053">#5053</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
</ul>
<!-- 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.2.0 <!-- raw HTML omitted -->official<!-- raw HTML omitted -->,
2.2.1 <!-- raw HTML omitted -->insiders<!-- raw HTML omitted -->
(2024-12-24)</h2>
<h3>Features</h3>
<ul>
<li>feat(language-core): support <code>@vue-generic</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4971">#4971</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>feat(vscode): add configuration for skipping automatic detection of
Hybrid Mode (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5046">#5046</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>feat(language-service): crawl html data of
<code>data-allow-mismatch</code> - Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>feat(language-core): type support of <code>$attrs</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5076">#5076</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>feat(language-core): type support of <code>useSlots</code> and
<code>$slots</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5055">#5055</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>feat(language-core): type support of <code>v-model</code> modifiers
(<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5061">#5061</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>feat(language-service): process references data at runtime to reduce
bundle size (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5054">#5054</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>feat(language-core): support the use of sfc root comment to
configure <code>vueCompilerOptions</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4987">#4987</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>feat(vscode): add timeout logic for insiders fetching (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5048">#5048</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>feat(vscode): add examples to inlay hints configuration (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5068">#5068</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
</ul>
<h3>Performance</h3>
<ul>
<li>perf(typescript-plugin): use named pipe servers more efficiently (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5070">#5070</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>fix(language-core): generate script setup starting from last leading
comment without <code>@ts-check</code> - Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): make model modifiers optional (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4978">#4978</a>)
- Thanks to <a
href="https://github.com/stafyniaksacha"><code>@​stafyniaksacha</code></a>!</li>
<li>fix(language-core): always report missing props on
<code>&lt;slot&gt;</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4982">#4982</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): avoid unchecked index access when parsing
<code>defineEmits</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5028">#5028</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-service): handle text edit of special closing tags
completion correctly (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5016">#5016</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): don't generate variable access of template refs
using <code>useTemplateRef</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5032">#5032</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(vscode): update <code>enabledHybridMode</code> before activate
extension (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5019">#5019</a>)
- Thanks to <a
href="https://github.com/nieyuyao"><code>@​nieyuyao</code></a>!</li>
<li>fix(tsc): point to shimmed tsc entry point to support ts 5.7 (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5020">#5020</a>)
- Thanks to <a
href="https://github.com/davidmatter"><code>@​davidmatter</code></a>!</li>
<li>fix(vscode): add <code>GitHub.copilot-chat</code> to hybrid mode
compatible list (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5047">#5047</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): generate generics normally when
<code>useTemplateRef</code> has no parameters (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5051">#5051</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): avoid clipping prop name using
<code>.prop</code> or <code>.attr</code> on <code>v-model</code> -
Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): handle named default import of components
correctly (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5066">#5066</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): disable navigation feature on non-binding prop
values (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5040">#5040</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): do not generate <code>useTemplateRef</code>
parameter repeatedly (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5009">#5009</a>)</li>
<li>fix(language-core): generate macros after script setup content (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5071">#5071</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): correct type and completion support of
<code>vue:</code> event (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4969">#4969</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): prevent visiting functional components for
<code>parseScriptSetupRanges</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5049">#5049</a>)
- Thanks to <a
href="https://github.com/zhiyuanzmj"><code>@​zhiyuanzmj</code></a>!</li>
<li>fix(language-service): don't provide modifier completion for
<code>@</code> and <code>:</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5052">#5052</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): consistent interpolation behavior of shorthand
binding (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4975">#4975</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): resolve components with various name cases
correctly (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5067">#5067</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): map <code>v-slot</code> correctly to report
error when missing default slot - Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>fix(language-core): map component loc to instance variable for
verification - Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>refactor: improve code consistency (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4976">#4976</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li>docs: update nvim guide (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4984">#4984</a>)
- Thanks to <a
href="https://github.com/zeromask1337"><code>@​zeromask1337</code></a>!</li>
<li>docs: fix broken marketplace page (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5004">#5004</a>)
- Thanks to <a
href="https://github.com/rioj7"><code>@​rioj7</code></a>!</li>
<li>chore: upgrade <code>reactive-vscode</code> to v0.2.7 (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4997">#4997</a>)
- Thanks to <a
href="https://github.com/KermanX"><code>@​KermanX</code></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/55638ff83d2fe0b802f98b84e4101dcfd422989a"><code>55638ff</code></a>
v2.2.0 (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5079">#5079</a>)</li>
<li><a
href="https://github.com/vuejs/language-tools/commit/98489a153805c93da1c8b8026327ff6bd4858bd2"><code>98489a1</code></a>
refactor(tsc): removed handling for TS 5.7</li>
<li><a
href="https://github.com/vuejs/language-tools/commit/3f632f2d232bc7dada96264a3293a25d55c455ce"><code>3f632f2</code></a>
test: sort tsc result</li>
<li><a
href="https://github.com/vuejs/language-tools/commit/4fff8928a4f726d1b2e8f0df650eff5ba4ad0490"><code>4fff892</code></a>
fix(language-core): generate macros after script setup content (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5071">#5071</a>)</li>
<li><a
href="https://github.com/vuejs/language-tools/commit/1e408b8d568469ca0966bee18b4bc1508fd12659"><code>1e408b8</code></a>
fix(language-core): only generate the props it needs in generic
components</li>
<li><a
href="https://github.com/vuejs/language-tools/commit/06b98f50104925b616a0a582b1bbade4f3ef167c"><code>06b98f5</code></a>
feat(language-core): type support of <code>v-model</code> modifiers (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5061">#5061</a>)</li>
<li><a
href="https://github.com/vuejs/language-tools/commit/1d0acb419c9933f5495a9a897148c2529287b7a0"><code>1d0acb4</code></a>
chore: update deps</li>
<li><a
href="https://github.com/vuejs/language-tools/commit/3fb59af7539c54b0552926a4801d60d307c1bd79"><code>3fb59af</code></a>
fix(tsc): point to shimmed tsc entry point to support ts 5.7 (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/5020">#5020</a>)</li>
<li><a
href="https://github.com/vuejs/language-tools/commit/31d1484b3d9d6c1098fbf274fd143745d02eba5c"><code>31d1484</code></a>
test: pin TS version and update snapshot</li>
<li><a
href="https://github.com/vuejs/language-tools/commit/d0a9e5ffb0c290149b6e3e2d745dcb65179cfb4c"><code>d0a9e5f</code></a>
chore: bump volar</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/language-tools/commits/v2.2.0/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.10&new-version=2.2.0)](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
dependabot[bot] authored Jan 3, 2025
1 parent e87e3ab commit 006c7cc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 39 deletions.
63 changes: 25 additions & 38 deletions vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"typescript": "^5.5.4",
"vite": "^5.4.11",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}

0 comments on commit 006c7cc

Please sign in to comment.