dependabot[bot] opened a new pull request, #269:
URL: https://github.com/apache/skywalking-booster-ui/pull/269

   Bumps [@antfu/utils](https://github.com/antfu/utils) to 0.7.4 and updates 
ancestor dependencies [@antfu/utils](https://github.com/antfu/utils), 
[unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) and 
[unplugin-vue-components](https://github.com/antfu/unplugin-vue-components). 
These dependencies need to be updated together.
   
   Updates `@antfu/utils` from 0.5.2 to 0.7.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/antfu/utils/releases";><code>@​antfu/utils</code>'s 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.7.4</h2>
   <h3>Features</h3>
   <ul>
   <li><strong>math:</strong> <code>lerp</code> and <code>remap</code> utils 
(<a href="https://redirect.github.com/antfu/utils/issues/31";>#31</a>) (<a 
href="https://github.com/antfu/utils/commit/f8b244d";>f8b244d</a>)</li>
   </ul>
   <h2>v0.7.3</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>deepMerge:</strong> prototype pollution (<a 
href="https://github.com/antfu/utils/commit/7f8b16c";>7f8b16c</a>)</li>
   <li><strong>isDeepEqual:</strong> NaN equals (<a 
href="https://redirect.github.com/antfu/utils/issues/26";>#26</a>) (<a 
href="https://github.com/antfu/utils/commit/2664d9b";>2664d9b</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li><strong>deepMergeWithArray:</strong> new function (<a 
href="https://github.com/antfu/utils/commit/5b2b75c";>5b2b75c</a>)</li>
   </ul>
   <h2>v0.7.2</h2>
   <h3>Features</h3>
   <ul>
   <li><strong>array:</strong> <code>isDeepEqual</code> and 
<code>uniqueBy</code> (<a 
href="https://redirect.github.com/antfu/utils/issues/24";>#24</a>) (<a 
href="https://github.com/antfu/utils/commit/1119821";>1119821</a>)</li>
   <li><strong>is:</strong> add some type guard (<a 
href="https://redirect.github.com/antfu/utils/issues/25";>#25</a>) (<a 
href="https://github.com/antfu/utils/commit/f8698cd";>f8698cd</a>)</li>
   </ul>
   <h2>v0.7.1</h2>
   <h3>Features</h3>
   <ul>
   <li><strong>is:</strong> add some type guard (<a 
href="https://redirect.github.com/antfu/utils/issues/25";>#25</a>) (<a 
href="https://github.com/antfu/utils/commit/f8698cd";>f8698cd</a>)</li>
   </ul>
   <h2>v0.7.0</h2>
   <p>No release notes provided.</p>
   <h2>v0.6.3</h2>
   <h3>Features</h3>
   <ul>
   <li><strong>string:</strong> add <code>capitalize</code> and test case (<a 
href="https://redirect.github.com/antfu/utils/issues/23";>#23</a>) (<a 
href="https://github.com/antfu/utils/commit/d8baab2";>d8baab2</a>)</li>
   </ul>
   <h2>v0.6.2</h2>
   <p>No release notes provided.</p>
   <h2>v0.6.1</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/antfu/utils/commit/80fefe0e7a0bf63ca0c86e9c5af86640e52c600d";><code>80fefe0</code></a>
 chore: release v0.7.4</li>
   <li><a 
href="https://github.com/antfu/utils/commit/f8b244dd6538739c2326e44a0fb5e48ed4c810ed";><code>f8b244d</code></a>
 feat(math): <code>lerp</code> and <code>remap</code> utils (<a 
href="https://redirect.github.com/antfu/utils/issues/31";>#31</a>)</li>
   <li><a 
href="https://github.com/antfu/utils/commit/fb02b90f7471567cc5bd6cf26b7963dfef260f94";><code>fb02b90</code></a>
 chore: lint</li>
   <li><a 
href="https://github.com/antfu/utils/commit/9905a7277ec3029a399dc00ec1f63be907048b7f";><code>9905a72</code></a>
 chore: release v0.7.3</li>
   <li><a 
href="https://github.com/antfu/utils/commit/b2aa462c772e12f10b1575a85ed930f233e4dace";><code>b2aa462</code></a>
 chore: upgrade deps</li>
   <li><a 
href="https://github.com/antfu/utils/commit/5b2b75ca551fd77eb6416c249e4006b56b703f80";><code>5b2b75c</code></a>
 feat(deepMergeWithArray): new function</li>
   <li><a 
href="https://github.com/antfu/utils/commit/7f8b16c6181c988bdb96613fbb2533b345f68682";><code>7f8b16c</code></a>
 fix(deepMerge): prototype pollution</li>
   <li><a 
href="https://github.com/antfu/utils/commit/110687261d08608f22148bf5485e8fa58b90ceb9";><code>1106872</code></a>
 refactor: clarify array sample function documentation (<a 
href="https://redirect.github.com/antfu/utils/issues/30";>#30</a>)</li>
   <li><a 
href="https://github.com/antfu/utils/commit/2193288fe0d33bb0ce9e4a6c805dc43cb47ad491";><code>2193288</code></a>
 chore: fix typo (<a 
href="https://redirect.github.com/antfu/utils/issues/28";>#28</a>)</li>
   <li><a 
href="https://github.com/antfu/utils/commit/2664d9b387daed0da89198d77dc53fca21871110";><code>2664d9b</code></a>
 fix(isDeepEqual): NaN equals (<a 
href="https://redirect.github.com/antfu/utils/issues/26";>#26</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/antfu/utils/compare/v0.5.2...v0.7.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `unplugin-auto-import` from 0.7.2 to 0.16.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/antfu/unplugin-auto-import/releases";>unplugin-auto-import's
 releases</a>.</em></p>
   <blockquote>
   <h2>v0.16.4</h2>
   <h3>   🚀 Features</h3>
   <ul>
   <li>Support rspack  -  by <a 
href="https://github.com/loilo";><code>@​loilo</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/385";>antfu/unplugin-auto-import#385</a>
 <a href="https://github.com/antfu/unplugin-auto-import/commit/5e03ad5";><!-- 
raw HTML omitted -->(5e03a)<!-- raw HTML omitted --></a></li>
   </ul>
   <h5>    <a 
href="https://github.com/antfu/unplugin-auto-import/compare/v0.16.3...v0.16.4";>View
 changes on GitHub</a></h5>
   <h2>v0.16.3</h2>
   <h3>   🐞 Bug Fixes</h3>
   <ul>
   <li>Generate sourcemap with hires  -  by <a 
href="https://github.com/lishaobos";><code>@​lishaobos</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/382";>antfu/unplugin-auto-import#382</a>
 and <a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/384";>antfu/unplugin-auto-import#384</a>
 <a href="https://github.com/antfu/unplugin-auto-import/commit/61f12e2";><!-- 
raw HTML omitted -->(61f12)<!-- raw HTML omitted --></a></li>
   </ul>
   <h5>    <a 
href="https://github.com/antfu/unplugin-auto-import/compare/v0.16.2...v0.16.3";>View
 changes on GitHub</a></h5>
   <h2>v0.16.2</h2>
   <h3>   🐞 Bug Fixes</h3>
   <ul>
   <li>Dts reg error  -  by <a 
href="https://github.com/lishaobos";><code>@​lishaobos</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/381";>antfu/unplugin-auto-import#381</a>
 <a href="https://github.com/antfu/unplugin-auto-import/commit/f5c5595";><!-- 
raw HTML omitted -->(f5c55)<!-- raw HTML omitted --></a></li>
   </ul>
   <h5>    <a 
href="https://github.com/antfu/unplugin-auto-import/compare/v0.16.1...v0.16.2";>View
 changes on GitHub</a></h5>
   <h2>v0.16.1</h2>
   <h3>   🐞 Bug Fixes</h3>
   <ul>
   <li>Equality check eslintrc-auto-import.json  -  by <a 
href="https://github.com/samuveth";><code>@​samuveth</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/371";>antfu/unplugin-auto-import#371</a>
 <a href="https://github.com/antfu/unplugin-auto-import/commit/991f181";><!-- 
raw HTML omitted -->(991f1)<!-- raw HTML omitted --></a></li>
   <li>Update deps, close <a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/375";>#375</a>
  -  by <a href="https://github.com/antfu";><code>@​antfu</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/375";>antfu/unplugin-auto-import#375</a>
 <a href="https://github.com/antfu/unplugin-auto-import/commit/b565d63";><!-- 
raw HTML omitted -->(b565d)<!-- raw HTML omitted --></a></li>
   </ul>
   <h5>    <a 
href="https://github.com/antfu/unplugin-auto-import/compare/v0.16.0...v0.16.1";>View
 changes on GitHub</a></h5>
   <h2>v0.16.0</h2>
   <h3>   🚨 Breaking Changes</h3>
   <ul>
   <li>Parse existing dts file, remove cache  -  by <a 
href="https://github.com/lishaobos";><code>@​lishaobos</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/367";>antfu/unplugin-auto-import#367</a>
 <a href="https://github.com/antfu/unplugin-auto-import/commit/551e7c7";><!-- 
raw HTML omitted -->(551e7)<!-- raw HTML omitted --></a></li>
   </ul>
   <h3>   🐞 Bug Fixes</h3>
   <ul>
   <li>Avoid warning when not needed, fix <a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/314";>#314</a>
  -  by <a 
href="https://github.com/damirbogdanov";><code>@​damirbogdanov</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/368";>antfu/unplugin-auto-import#368</a>
 and <a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/314";>antfu/unplugin-auto-import#314</a>
 <a href="https://github.com/antfu/unplugin-auto-import/commit/e694050";><!-- 
raw HTML omitted -->(e6940)<!-- raw HTML omitted --></a></li>
   <li>Slash dir glob to support windows match  -  by <a 
href="https://github.com/markthree";><code>@​markthree</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/376";>antfu/unplugin-auto-import#376</a>
 <a href="https://github.com/antfu/unplugin-auto-import/commit/9071c66";><!-- 
raw HTML omitted -->(9071c)<!-- raw HTML omitted --></a></li>
   </ul>
   <h5>    <a 
href="https://github.com/antfu/unplugin-auto-import/compare/v0.15.3...v0.16.0";>View
 changes on GitHub</a></h5>
   <h2>v0.15.3</h2>
   <h3>   🐞 Bug Fixes</h3>
   <ul>
   <li>ModifyDynamicImports confilct  -  by <a 
href="https://github.com/lishaobos";><code>@​lishaobos</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/355";>antfu/unplugin-auto-import#355</a>
 <a href="https://github.com/antfu/unplugin-auto-import/commit/bad3b6c";><!-- 
raw HTML omitted -->(bad3b)<!-- raw HTML omitted --></a></li>
   <li><strong>presets</strong>: Add missing <code>useSeoMeta</code> in 
<code>@vueuse/head</code> preset  -  by <a 
href="https://github.com/innocenzi";><code>@​innocenzi</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/360";>antfu/unplugin-auto-import#360</a>
 <a href="https://github.com/antfu/unplugin-auto-import/commit/4ebf28a";><!-- 
raw HTML omitted -->(4ebf2)<!-- raw HTML omitted --></a></li>
   </ul>
   <h5>    <a 
href="https://github.com/antfu/unplugin-auto-import/compare/v0.15.2...v0.15.3";>View
 changes on GitHub</a></h5>
   <h2>v0.15.2</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/antfu/unplugin-auto-import/commit/05570dc68d2e9906ccd62c47712a9919a658a5fb";><code>05570dc</code></a>
 chore: release v0.16.4</li>
   <li><a 
href="https://github.com/antfu/unplugin-auto-import/commit/5e03ad523836a998e6d9efba24dfb8594dc99e02";><code>5e03ad5</code></a>
 feat: support rspack (<a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/385";>#385</a>)</li>
   <li><a 
href="https://github.com/antfu/unplugin-auto-import/commit/53c7e7fa0c9a86fb83fbb5e46577dc64d3ea8390";><code>53c7e7f</code></a>
 chore: release v0.16.3</li>
   <li><a 
href="https://github.com/antfu/unplugin-auto-import/commit/5e255e3a173502feca27447a322e3f6079d40029";><code>5e255e3</code></a>
 chore: update deps</li>
   <li><a 
href="https://github.com/antfu/unplugin-auto-import/commit/61f12e2782e573ad4d7b64a0b0306d38db6a3dce";><code>61f12e2</code></a>
 fix: generate sourcemap with hires (<a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/382";>#382</a>)
 (<a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/384";>#384</a>)</li>
   <li><a 
href="https://github.com/antfu/unplugin-auto-import/commit/fd69c8af121520710be9238837cfc21e3b5b3576";><code>fd69c8a</code></a>
 chore: release v0.16.2</li>
   <li><a 
href="https://github.com/antfu/unplugin-auto-import/commit/f5c55950f030ae6fa0c586c7a49aecf9948d1115";><code>f5c5595</code></a>
 fix: dts reg error (<a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/381";>#381</a>)</li>
   <li><a 
href="https://github.com/antfu/unplugin-auto-import/commit/79fbed30ce7b4d5b4aaa6871d53d6dcbc539fc98";><code>79fbed3</code></a>
 chore: update snapshot</li>
   <li><a 
href="https://github.com/antfu/unplugin-auto-import/commit/b350badf37d360d02a0252f5808eed0c50fc908f";><code>b350bad</code></a>
 chore: release v0.16.1</li>
   <li><a 
href="https://github.com/antfu/unplugin-auto-import/commit/b565d63fee5991466629977574cb6c6cdfbc5324";><code>b565d63</code></a>
 fix: update deps, close <a 
href="https://redirect.github.com/antfu/unplugin-auto-import/issues/375";>#375</a></li>
   <li>Additional commits viewable in <a 
href="https://github.com/antfu/unplugin-auto-import/compare/v0.7.2...v0.16.4";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `unplugin-vue-components` from 0.19.9 to 0.25.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/antfu/unplugin-vue-components/releases";>unplugin-vue-components's
 releases</a>.</em></p>
   <blockquote>
   <h2>v0.25.0</h2>
   <h3>   🚀 Features</h3>
   <ul>
   <li>Support rspack  -  by <a 
href="https://github.com/loilo";><code>@​loilo</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/637";>antfu/unplugin-vue-components#637</a>
 <a href="https://github.com/antfu/unplugin-vue-components/commit/c14f420";><!-- 
raw HTML omitted -->(c14f4)<!-- raw HTML omitted --></a></li>
   <li>Tdesign no need import sideEffects  -  by <a 
href="https://github.com/candy-Tong";><code>@​candy-Tong</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/623";>antfu/unplugin-vue-components#623</a>
 <a href="https://github.com/antfu/unplugin-vue-components/commit/3001083";><!-- 
raw HTML omitted -->(30010)<!-- raw HTML omitted --></a></li>
   <li><strong>arco</strong>: Add ArcoResolver exclude to filter components 
with the sa…  -  by <a href="https://github.com/l1uqi";><code>@​l1uqi</code></a> 
and <a href="https://github.com/antfu";><code>@​antfu</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/628";>antfu/unplugin-vue-components#628</a>
 <a href="https://github.com/antfu/unplugin-vue-components/commit/4729f3a";><!-- 
raw HTML omitted -->(4729f)<!-- raw HTML omitted --></a></li>
   </ul>
   <h3>   🐞 Bug Fixes</h3>
   <ul>
   <li><strong>resolver/devui</strong>: Fix components not found  -  by <a 
href="https://github.com/banlify";><code>@​banlify</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/614";>antfu/unplugin-vue-components#614</a>
 <a href="https://github.com/antfu/unplugin-vue-components/commit/f0e7dc8";><!-- 
raw HTML omitted -->(f0e7d)<!-- raw HTML omitted --></a></li>
   </ul>
   <h5>    <a 
href="https://github.com/antfu/unplugin-vue-components/compare/v0.24.1...v0.25.0";>View
 changes on GitHub</a></h5>
   <h2>v0.24.1</h2>
   <h3>   🚀 Features</h3>
   <ul>
   <li><strong>varlet-ui</strong>: Support hover directive  -  by <a 
href="https://github.com/bilibili-ayang";><code>@​bilibili-ayang</code></a> in 
<a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/605";>antfu/unplugin-vue-components#605</a>
 <a href="https://github.com/antfu/unplugin-vue-components/commit/12dc293";><!-- 
raw HTML omitted -->(12dc2)<!-- raw HTML omitted --></a></li>
   </ul>
   <h3>   🐞 Bug Fixes</h3>
   <ul>
   <li>Remove hard dependency on nuxt, close <a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/606";>#606</a>
  -  by <a href="https://github.com/ascott18";><code>@​ascott18</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/610";>antfu/unplugin-vue-components#610</a>
 and <a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/606";>antfu/unplugin-vue-components#606</a>
 <a href="https://github.com/antfu/unplugin-vue-components/commit/e805a20";><!-- 
raw HTML omitted -->(e805a)<!-- raw HTML omitted --></a></li>
   </ul>
   <h5>    <a 
href="https://github.com/antfu/unplugin-vue-components/compare/v0.24.0...v0.24.1";>View
 changes on GitHub</a></h5>
   <h2>v0.24.0</h2>
   <h3>   🚀 Features</h3>
   <ul>
   <li><strong>resolvers</strong>: Add bootstrap-vue-next resolver  -  by <a 
href="https://github.com/VividLemon";><code>@​VividLemon</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/587";>antfu/unplugin-vue-components#587</a>
 <a href="https://github.com/antfu/unplugin-vue-components/commit/95e9ca2";><!-- 
raw HTML omitted -->(95e9c)<!-- raw HTML omitted --></a></li>
   </ul>
   <h3>   🐞 Bug Fixes</h3>
   <ul>
   <li>Ignore autogenerated file linting  -  by <a 
href="https://github.com/simeonkerkola";><code>@​simeonkerkola</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/597";>antfu/unplugin-vue-components#597</a>
 <a href="https://github.com/antfu/unplugin-vue-components/commit/f6baed8";><!-- 
raw HTML omitted -->(f6bae)<!-- raw HTML omitted --></a></li>
   <li><strong>resolver</strong>:
   <ul>
   <li>Resolver element-plus v2 add base.css  -  by <a 
href="https://github.com/manhdinh141";><code>@​manhdinh141</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/551";>antfu/unplugin-vue-components#551</a>
 <a href="https://github.com/antfu/unplugin-vue-components/commit/c217160";><!-- 
raw HTML omitted -->(c2171)<!-- raw HTML omitted --></a></li>
   <li>Repaired import row and col in devui_resolver  -  by <a 
href="https://github.com/rd-carter";><code>@​rd-carter</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/580";>antfu/unplugin-vue-components#580</a>
 <a href="https://github.com/antfu/unplugin-vue-components/commit/3e218e3";><!-- 
raw HTML omitted -->(3e218)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   </ul>
   <h5>    <a 
href="https://github.com/antfu/unplugin-vue-components/compare/v0.23.0...v0.24.0";>View
 changes on GitHub</a></h5>
   <h2>v0.23.0</h2>
   <h3>   🚀 Features</h3>
   <ul>
   <li>Support [email protected]  -  by <a 
href="https://github.com/NexZhu";><code>@​NexZhu</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/569";>antfu/unplugin-vue-components#569</a>
 <a href="https://github.com/antfu/unplugin-vue-components/commit/05196ec";><!-- 
raw HTML omitted -->(05196)<!-- raw HTML omitted --></a></li>
   <li>Add types fields  -  by <a 
href="https://github.com/sxzz";><code>@​sxzz</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/592";>antfu/unplugin-vue-components#592</a>
 <a href="https://github.com/antfu/unplugin-vue-components/commit/d8a54a5";><!-- 
raw HTML omitted -->(d8a54)<!-- raw HTML omitted --></a></li>
   </ul>
   <h3>   🐞 Bug Fixes</h3>
   <ul>
   <li>Generator dts (no such file or directory)  -  by <a 
href="https://github.com/lishaobos";><code>@​lishaobos</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/585";>antfu/unplugin-vue-components#585</a>
 <a href="https://github.com/antfu/unplugin-vue-components/commit/5db2b6e";><!-- 
raw HTML omitted -->(5db2b)<!-- raw HTML omitted --></a></li>
   <li><strong>collapseSamePrefixes</strong>: Missing collapse when prefix did 
not match from beginning  -  by <a 
href="https://github.com/DrJume";><code>@​DrJume</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/563";>antfu/unplugin-vue-components#563</a>
 <a href="https://github.com/antfu/unplugin-vue-components/commit/a6e700c";><!-- 
raw HTML omitted -->(a6e70)<!-- raw HTML omitted --></a></li>
   <li><strong>tdesign</strong>: Add pagination-mini resolver  -  by <a 
href="https://github.com/uyarn";><code>@​uyarn</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/575";>antfu/unplugin-vue-components#575</a>
 <a href="https://github.com/antfu/unplugin-vue-components/commit/d997e55";><!-- 
raw HTML omitted -->(d997e)<!-- raw HTML omitted --></a></li>
   <li><strong>varlet-ui</strong>: Side effects use full path  -  by <a 
href="https://github.com/haoziqaq";><code>@​haoziqaq</code></a> in <a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/581";>antfu/unplugin-vue-components#581</a>
 <a href="https://github.com/antfu/unplugin-vue-components/commit/74c1118";><!-- 
raw HTML omitted -->(74c11)<!-- raw HTML omitted --></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/antfu/unplugin-vue-components/commit/3bbea9e0ee680d3998f981788224c8201ffeec27";><code>3bbea9e</code></a>
 chore: release v0.25.0</li>
   <li><a 
href="https://github.com/antfu/unplugin-vue-components/commit/4729f3a3c1a36e0bc67735397b881ba13af42e0e";><code>4729f3a</code></a>
 feat(arco): add ArcoResolver exclude to filter components with the sa… (<a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/628";>#628</a>)</li>
   <li><a 
href="https://github.com/antfu/unplugin-vue-components/commit/56f98aa9ce3e37377a596df9f2f8b86e78f901c5";><code>56f98aa</code></a>
 chore: update typescript check</li>
   <li><a 
href="https://github.com/antfu/unplugin-vue-components/commit/1f6e1e84d4ddefb5b9d8a0f993a8fbbd5d78868c";><code>1f6e1e8</code></a>
 chore: update deps</li>
   <li><a 
href="https://github.com/antfu/unplugin-vue-components/commit/f0e7dc81852c0d6f064eafffdeec13003e5df834";><code>f0e7dc8</code></a>
 fix(resolver/devui): fix components not found (<a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/614";>#614</a>)</li>
   <li><a 
href="https://github.com/antfu/unplugin-vue-components/commit/30010831bdc39d6126896d3a9f494e44563028ae";><code>3001083</code></a>
 feat: tdesign no need import sideEffects (<a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/623";>#623</a>)</li>
   <li><a 
href="https://github.com/antfu/unplugin-vue-components/commit/c14f420370a6380cdaa0d48ab405b281cf64a300";><code>c14f420</code></a>
 feat: support rspack (<a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/637";>#637</a>)</li>
   <li><a 
href="https://github.com/antfu/unplugin-vue-components/commit/413dc0c4a9729f53dd06f3e44a1016cfb0abe8a8";><code>413dc0c</code></a>
 chore: debug declaration typo (<a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/630";>#630</a>)</li>
   <li><a 
href="https://github.com/antfu/unplugin-vue-components/commit/f79ebe62ca116f8de3fbc7289055940d67054970";><code>f79ebe6</code></a>
 chore(readme): link to vuetify plugins (<a 
href="https://redirect.github.com/antfu/unplugin-vue-components/issues/620";>#620</a>)</li>
   <li><a 
href="https://github.com/antfu/unplugin-vue-components/commit/969f2d34e3a21ef7a82443ddbfbaf349612bb790";><code>969f2d3</code></a>
 chore: lint</li>
   <li>Additional commits viewable in <a 
href="https://github.com/antfu/unplugin-vue-components/compare/v0.19.9...v0.25.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/skywalking-booster-ui/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to