dependabot[bot] opened a new pull request, #13713:
URL: https://github.com/apache/cloudstack/pull/13713

   Bumps [yargs-parser](https://github.com/yargs/yargs-parser) to 13.1.2 and 
updates ancestor dependencies 
[yargs-parser](https://github.com/yargs/yargs-parser), 
[@vue/cli-plugin-unit-jest](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-jest)
 and 
[@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service).
 These dependencies need to be updated together.
   
   Updates `yargs-parser` from 10.1.0 to 13.1.2
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/yargs/yargs-parser/blob/main/docs/CHANGELOG-full.md";>yargs-parser's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/yargs/yargs-parser/compare/v14.0.0...v15.0.0";>15.0.0</a>
 (2019-10-07)</h2>
   <h3>Features</h3>
   <ul>
   <li>rework <code>collect-unknown-options</code> into 
<code>unknown-options-as-args</code>, providing more comprehensive 
functionality (<a 
href="https://github.com/yargs/yargs-parser/commit/ef771ca";>ef771ca</a>)</li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li>rework <code>collect-unknown-options</code> into 
<code>unknown-options-as-args</code>, providing more comprehensive 
functionality</li>
   </ul>
   <h2><a 
href="https://github.com/yargs/yargs-parser/compare/v13.1.1...v14.0.0";>14.0.0</a>
 (2019-09-06)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>boolean arrays with default values (<a 
href="https://redirect.github.com/yargs/yargs-parser/issues/185";>#185</a>) (<a 
href="https://github.com/yargs/yargs-parser/commit/7d42572";>7d42572</a>)</li>
   <li>boolean now behaves the same as other array types (<a 
href="https://redirect.github.com/yargs/yargs-parser/issues/184";>#184</a>) (<a 
href="https://github.com/yargs/yargs-parser/commit/17ca3bd";>17ca3bd</a>)</li>
   <li>eatNargs() for 'opt.narg === 0' and boolean typed options (<a 
href="https://redirect.github.com/yargs/yargs-parser/issues/188";>#188</a>) (<a 
href="https://github.com/yargs/yargs-parser/commit/c5a1db0";>c5a1db0</a>)</li>
   <li>maybeCoerceNumber now takes precedence over coerce return value (<a 
href="https://redirect.github.com/yargs/yargs-parser/issues/182";>#182</a>) (<a 
href="https://github.com/yargs/yargs-parser/commit/2f26436";>2f26436</a>)</li>
   <li>take into account aliases when appending arrays from config object (<a 
href="https://redirect.github.com/yargs/yargs-parser/issues/199";>#199</a>) (<a 
href="https://github.com/yargs/yargs-parser/commit/f8a2d3f";>f8a2d3f</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>add configuration option to &quot;collect-unknown-options&quot; (<a 
href="https://redirect.github.com/yargs/yargs-parser/issues/181";>#181</a>) (<a 
href="https://github.com/yargs/yargs-parser/commit/7909cc4";>7909cc4</a>)</li>
   <li>maybeCoerceNumber() now takes into account arrays (<a 
href="https://redirect.github.com/yargs/yargs-parser/issues/187";>#187</a>) (<a 
href="https://github.com/yargs/yargs-parser/commit/31c204b";>31c204b</a>)</li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li>unless &quot;parse-numbers&quot; is set to &quot;false&quot;, arrays of 
numeric strings are now parsed as numbers, rather than strings.</li>
   <li>we have dropped the broken &quot;defaulted&quot; functionality; we would 
like to revisit adding this in the future.</li>
   <li>maybeCoerceNumber now takes precedence over coerce return value (<a 
href="https://redirect.github.com/yargs/yargs-parser/issues/182";>#182</a>)</li>
   </ul>
   <h3><a 
href="https://www.github.com/yargs/yargs-parser/compare/v13.1.0...v13.1.1";>13.1.1</a>
 (2019-06-10)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>convert values to strings when tokenizing (<a 
href="https://redirect.github.com/yargs/yargs-parser/issues/167";>#167</a>) (<a 
href="https://www.github.com/yargs/yargs-parser/commit/57b7883";>57b7883</a>)</li>
   <li>nargs should allow duplicates when duplicate-arguments-array=false (<a 
href="https://redirect.github.com/yargs/yargs-parser/issues/164";>#164</a>) (<a 
href="https://www.github.com/yargs/yargs-parser/commit/47ccb0b";>47ccb0b</a>)</li>
   <li>should populate &quot;_&quot; when given config with 
&quot;short-option-groups&quot; false (<a 
href="https://redirect.github.com/yargs/yargs-parser/issues/179";>#179</a>) (<a 
href="https://www.github.com/yargs/yargs-parser/commit/6055974";>6055974</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/yargs/yargs-parser/compare/v13.0.0...v13.1.0";>13.1.0</a>
 (2019-05-05)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/yargs/yargs-parser/commits";>compare view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~oss-bot";>oss-bot</a>, a new releaser for 
yargs-parser since your current version.</p>
   </details>
   <br />
   
   Updates `@vue/cli-plugin-unit-jest` from 4.5.19 to 5.0.9
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/vuejs/vue-cli/releases";>@​vue/cli-plugin-unit-jest's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.0.9</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>@vue/cli-service</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7443";>#7443</a> 
fix: add missing default <code>__VUE_PROD_HYDRATION_MISMATCH_DETAILS__</code>, 
fixes compatibility with vue 3.5.19 (<a 
href="https://github.com/bobvandevijver";><code>@​bobvandevijver</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h2>v5.0.8</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>@vue/cli-service</code>
   <ul>
   <li><a href="https://github.com/vuejs/vue-cli/commit/0260e4d";>0260e4d</a> 
fix: add devServer.server.type to useHttps judgement (<a 
href="https://redirect.github.com/vuejs/vue-cli/pull/7222";>vuejs/vue-cli#7222</a>)</li>
   </ul>
   </li>
   <li><code>@vue/cli-ui</code>
   <ul>
   <li><a href="https://github.com/vuejs/vue-cli/commit/07052c4";>07052c4</a> 
fix: Vue CLI UI graphql subscription server error, fixes <a 
href="https://redirect.github.com/vuejs/vue-cli/issues/7221";>vuejs/vue-cli#7221</a></li>
   </ul>
   </li>
   </ul>
   <h2>v5.0.7</h2>
   <ul>
   <li><code>@vue/cli-service</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7202";>#7202</a>, 
[<a href="https://github.com/vuejs/vue-cli/commit/558dea2";>558dea2</a>] fix: 
support <code>devServer.server</code> option, avoid deprecation warnings (<a 
href="https://github.com/backrunner";><code>@​backrunner</code></a>, <a 
href="https://github.com/sodatea";><code>@​sodatea</code></a>)</li>
   <li>[<a href="https://github.com/vuejs/vue-cli/commit/beffe8a";>beffe8a</a>] 
fix: allow disabling progress plugin via 
<code>devServer.client.progress</code></li>
   </ul>
   </li>
   <li><code>@vue/cli-ui</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7210";>#7210</a> 
chore: upgrade to apollo-server-express 3.x</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 2</h4>
   <ul>
   <li>BackRunner (<a 
href="https://github.com/backrunner";><code>@​backrunner</code></a>)</li>
   <li>Haoqun Jiang (<a 
href="https://github.com/sodatea";><code>@​sodatea</code></a>)</li>
   </ul>
   <h2>v5.0.6</h2>
   <p>Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue 
Loader 15.10 (currently in beta).</p>
   <p>In Vue 2.7, <code>vue-template-compiler</code> is no longer a required 
peer dependency. Rather, there's a new export under the main package as 
<code>vue/compiler-sfc</code>.</p>
   <h2>v5.0.5</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>@vue/cli</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7167";>#7167</a> 
fix(upgrade): prevent changing the structure of package.json file during 
upgrade (<a href="https://github.com/blzsaa";><code>@​blzsaa</code></a>)</li>
   </ul>
   </li>
   <li><code>@vue/cli-service</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7023";>#7023</a> 
fix: windows vue.config.mjs support (<a 
href="https://github.com/xiaoxiangmoe";><code>@​xiaoxiangmoe</code></a>)</li>
   </ul>
   </li>
   <li><code>@vue/cli-plugin-e2e-cypress</code>
   <ul>
   <li><a href="https://github.com/vuejs/vue-cli/commit/697bb44";>[697bb44]</a> 
fix: should correctly resolve cypress bin path for Cypress 10 (Note that the 
project is still created with Cypress 9 by default, but you can upgrade to 
Cypress 10 on your own now)</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 3</h4>
   <ul>
   <li>Martijn Jacobs (<a 
href="https://github.com/maerteijn";><code>@​maerteijn</code></a>)</li>
   <li>ZHAO Jinxiang (<a 
href="https://github.com/xiaoxiangmoe";><code>@​xiaoxiangmoe</code></a>)</li>
   <li><a href="https://github.com/blzsaa";><code>@​blzsaa</code></a></li>
   </ul>
   <h2>v5.0.4</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>@vue/cli-service</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7005";>#7005</a> 
Better handling of <code>publicPath: 'auto'</code> (<a 
href="https://github.com/AndreiSoroka";><code>@​AndreiSoroka</code></a>)</li>
   </ul>
   </li>
   <li><code>@vue/cli-shared-utils</code>, <code>@vue/cli-ui</code>
   <ul>
   <li><a href="https://github.com/vuejs/vue-cli/commit/75826d6";>75826d6</a> 
fix: replace <code>node-ipc</code> with <code>@achrinza/node-ipc</code> to 
further secure the dependency chain</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md";>@​vue/cli-plugin-unit-jest's
 changelog</a>.</em></p>
   <blockquote>
   <h2>5.0.9 (2025-08-21)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>@vue/cli</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7265";>#7265</a> 
fix: pnpm v7 install error (<a 
href="https://github.com/lvqq";><code>@​lvqq</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 2</h4>
   <ul>
   <li>Bob van de Vijver (<a 
href="https://github.com/bobvandevijver";><code>@​bobvandevijver</code></a>)</li>
   <li>chlorine (<a href="https://github.com/lvqq";><code>@​lvqq</code></a>)</li>
   </ul>
   <h2>5.0.7 (2022-07-05)</h2>
   <ul>
   <li><code>@vue/cli-service</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7202";>#7202</a>, 
[<a href="https://github.com/vuejs/vue-cli/commit/558dea2";>558dea2</a>] fix: 
support <code>devServer.server</code> option, avoid deprecation warnings (<a 
href="https://github.com/backrunner";><code>@​backrunner</code></a>, <a 
href="https://github.com/sodatea";><code>@​sodatea</code></a>)</li>
   <li>[<a href="https://github.com/vuejs/vue-cli/commit/beffe8a";>beffe8a</a>] 
fix: allow disabling progress plugin via 
<code>devServer.client.progress</code></li>
   </ul>
   </li>
   <li><code>@vue/cli-ui</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7210";>#7210</a> 
chore: upgrade to apollo-server-express 3.x</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 2</h4>
   <ul>
   <li>BackRunner (<a 
href="https://github.com/backrunner";><code>@​backrunner</code></a>)</li>
   <li>Haoqun Jiang (<a 
href="https://github.com/sodatea";><code>@​sodatea</code></a>)</li>
   </ul>
   <h2>5.0.6 (2022-06-16)</h2>
   <p>Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue 
Loader 15.10 (currently in beta).</p>
   <p>In Vue 2.7, <code>vue-template-compiler</code> is no longer a required 
peer dependency. Rather, there's a new export under the main package as 
<code>vue/compiler-sfc</code>.</p>
   <h2>5.0.5 (2022-06-16)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>@vue/cli</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7167";>#7167</a> 
feat(upgrade): prevent changing the structure of package.json file during 
upgrade (<a href="https://github.com/blzsaa";><code>@​blzsaa</code></a>)</li>
   </ul>
   </li>
   <li><code>@vue/cli-service</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7023";>#7023</a> 
fix: windows vue.config.mjs support (<a 
href="https://github.com/xiaoxiangmoe";><code>@​xiaoxiangmoe</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 3</h4>
   <ul>
   <li>Martijn Jacobs (<a 
href="https://github.com/maerteijn";><code>@​maerteijn</code></a>)</li>
   <li>ZHAO Jinxiang (<a 
href="https://github.com/xiaoxiangmoe";><code>@​xiaoxiangmoe</code></a>)</li>
   <li><a href="https://github.com/blzsaa";><code>@​blzsaa</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/7eb93c169c7520935252e2473387f923ef80d856";><code>7eb93c1</code></a>
 v5.0.9</li>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/b154dbd7aca4b4538e6c483b1d4b817499d7b8eb";><code>b154dbd</code></a>
 v5.0.8</li>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/4a0655f7ac09b64d2b47506e7f21e7923d43262b";><code>4a0655f</code></a>
 v5.0.7</li>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/ef08a08c41b028a2484f262414a8c91d151febc7";><code>ef08a08</code></a>
 v5.0.6</li>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/98c66c93ae45d3347f62c56838caab86561ad4f7";><code>98c66c9</code></a>
 v5.0.5</li>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/ca97fc2920a3fc9b0288d5fabef1a97356b8da23";><code>ca97fc2</code></a>
 v5.0.4</li>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/dd53f26bc0c51fec7c5fb2c18f4769de984ad79c";><code>dd53f26</code></a>
 v5.0.3</li>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/a859b1fdf26bca3fcd44b535965926da333d11f8";><code>a859b1f</code></a>
 v5.0.2</li>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/92d80a89122cea830a4e7e32946af64b4c3b62f7";><code>92d80a8</code></a>
 v5.0.1</li>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/c913cdcb67f4a8e7c1f8affd1a6ba9a93c0f3ebd";><code>c913cdc</code></a>
 v5.0.0</li>
   <li>Additional commits viewable in <a 
href="https://github.com/vuejs/vue-cli/commits/v5.0.9/packages/@vue/cli-plugin-unit-jest";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@vue/cli-service` from 4.5.19 to 5.0.9
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/vuejs/vue-cli/releases";>@​vue/cli-service's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.0.9</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>@vue/cli-service</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7443";>#7443</a> 
fix: add missing default <code>__VUE_PROD_HYDRATION_MISMATCH_DETAILS__</code>, 
fixes compatibility with vue 3.5.19 (<a 
href="https://github.com/bobvandevijver";><code>@​bobvandevijver</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h2>v5.0.8</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>@vue/cli-service</code>
   <ul>
   <li><a href="https://github.com/vuejs/vue-cli/commit/0260e4d";>0260e4d</a> 
fix: add devServer.server.type to useHttps judgement (<a 
href="https://redirect.github.com/vuejs/vue-cli/pull/7222";>vuejs/vue-cli#7222</a>)</li>
   </ul>
   </li>
   <li><code>@vue/cli-ui</code>
   <ul>
   <li><a href="https://github.com/vuejs/vue-cli/commit/07052c4";>07052c4</a> 
fix: Vue CLI UI graphql subscription server error, fixes <a 
href="https://redirect.github.com/vuejs/vue-cli/issues/7221";>vuejs/vue-cli#7221</a></li>
   </ul>
   </li>
   </ul>
   <h2>v5.0.7</h2>
   <ul>
   <li><code>@vue/cli-service</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7202";>#7202</a>, 
[<a href="https://github.com/vuejs/vue-cli/commit/558dea2";>558dea2</a>] fix: 
support <code>devServer.server</code> option, avoid deprecation warnings (<a 
href="https://github.com/backrunner";><code>@​backrunner</code></a>, <a 
href="https://github.com/sodatea";><code>@​sodatea</code></a>)</li>
   <li>[<a href="https://github.com/vuejs/vue-cli/commit/beffe8a";>beffe8a</a>] 
fix: allow disabling progress plugin via 
<code>devServer.client.progress</code></li>
   </ul>
   </li>
   <li><code>@vue/cli-ui</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7210";>#7210</a> 
chore: upgrade to apollo-server-express 3.x</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 2</h4>
   <ul>
   <li>BackRunner (<a 
href="https://github.com/backrunner";><code>@​backrunner</code></a>)</li>
   <li>Haoqun Jiang (<a 
href="https://github.com/sodatea";><code>@​sodatea</code></a>)</li>
   </ul>
   <h2>v5.0.6</h2>
   <p>Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue 
Loader 15.10 (currently in beta).</p>
   <p>In Vue 2.7, <code>vue-template-compiler</code> is no longer a required 
peer dependency. Rather, there's a new export under the main package as 
<code>vue/compiler-sfc</code>.</p>
   <h2>v5.0.5</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>@vue/cli</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7167";>#7167</a> 
fix(upgrade): prevent changing the structure of package.json file during 
upgrade (<a href="https://github.com/blzsaa";><code>@​blzsaa</code></a>)</li>
   </ul>
   </li>
   <li><code>@vue/cli-service</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7023";>#7023</a> 
fix: windows vue.config.mjs support (<a 
href="https://github.com/xiaoxiangmoe";><code>@​xiaoxiangmoe</code></a>)</li>
   </ul>
   </li>
   <li><code>@vue/cli-plugin-e2e-cypress</code>
   <ul>
   <li><a href="https://github.com/vuejs/vue-cli/commit/697bb44";>[697bb44]</a> 
fix: should correctly resolve cypress bin path for Cypress 10 (Note that the 
project is still created with Cypress 9 by default, but you can upgrade to 
Cypress 10 on your own now)</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 3</h4>
   <ul>
   <li>Martijn Jacobs (<a 
href="https://github.com/maerteijn";><code>@​maerteijn</code></a>)</li>
   <li>ZHAO Jinxiang (<a 
href="https://github.com/xiaoxiangmoe";><code>@​xiaoxiangmoe</code></a>)</li>
   <li><a href="https://github.com/blzsaa";><code>@​blzsaa</code></a></li>
   </ul>
   <h2>v5.0.4</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>@vue/cli-service</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7005";>#7005</a> 
Better handling of <code>publicPath: 'auto'</code> (<a 
href="https://github.com/AndreiSoroka";><code>@​AndreiSoroka</code></a>)</li>
   </ul>
   </li>
   <li><code>@vue/cli-shared-utils</code>, <code>@vue/cli-ui</code>
   <ul>
   <li><a href="https://github.com/vuejs/vue-cli/commit/75826d6";>75826d6</a> 
fix: replace <code>node-ipc</code> with <code>@achrinza/node-ipc</code> to 
further secure the dependency chain</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md";>@​vue/cli-service's
 changelog</a>.</em></p>
   <blockquote>
   <h2>5.0.9 (2025-08-21)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>@vue/cli</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7265";>#7265</a> 
fix: pnpm v7 install error (<a 
href="https://github.com/lvqq";><code>@​lvqq</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 2</h4>
   <ul>
   <li>Bob van de Vijver (<a 
href="https://github.com/bobvandevijver";><code>@​bobvandevijver</code></a>)</li>
   <li>chlorine (<a href="https://github.com/lvqq";><code>@​lvqq</code></a>)</li>
   </ul>
   <h2>5.0.7 (2022-07-05)</h2>
   <ul>
   <li><code>@vue/cli-service</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7202";>#7202</a>, 
[<a href="https://github.com/vuejs/vue-cli/commit/558dea2";>558dea2</a>] fix: 
support <code>devServer.server</code> option, avoid deprecation warnings (<a 
href="https://github.com/backrunner";><code>@​backrunner</code></a>, <a 
href="https://github.com/sodatea";><code>@​sodatea</code></a>)</li>
   <li>[<a href="https://github.com/vuejs/vue-cli/commit/beffe8a";>beffe8a</a>] 
fix: allow disabling progress plugin via 
<code>devServer.client.progress</code></li>
   </ul>
   </li>
   <li><code>@vue/cli-ui</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7210";>#7210</a> 
chore: upgrade to apollo-server-express 3.x</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 2</h4>
   <ul>
   <li>BackRunner (<a 
href="https://github.com/backrunner";><code>@​backrunner</code></a>)</li>
   <li>Haoqun Jiang (<a 
href="https://github.com/sodatea";><code>@​sodatea</code></a>)</li>
   </ul>
   <h2>5.0.6 (2022-06-16)</h2>
   <p>Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue 
Loader 15.10 (currently in beta).</p>
   <p>In Vue 2.7, <code>vue-template-compiler</code> is no longer a required 
peer dependency. Rather, there's a new export under the main package as 
<code>vue/compiler-sfc</code>.</p>
   <h2>5.0.5 (2022-06-16)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>@vue/cli</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7167";>#7167</a> 
feat(upgrade): prevent changing the structure of package.json file during 
upgrade (<a href="https://github.com/blzsaa";><code>@​blzsaa</code></a>)</li>
   </ul>
   </li>
   <li><code>@vue/cli-service</code>
   <ul>
   <li><a href="https://redirect.github.com/vuejs/vue-cli/pull/7023";>#7023</a> 
fix: windows vue.config.mjs support (<a 
href="https://github.com/xiaoxiangmoe";><code>@​xiaoxiangmoe</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 3</h4>
   <ul>
   <li>Martijn Jacobs (<a 
href="https://github.com/maerteijn";><code>@​maerteijn</code></a>)</li>
   <li>ZHAO Jinxiang (<a 
href="https://github.com/xiaoxiangmoe";><code>@​xiaoxiangmoe</code></a>)</li>
   <li><a href="https://github.com/blzsaa";><code>@​blzsaa</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/7eb93c169c7520935252e2473387f923ef80d856";><code>7eb93c1</code></a>
 v5.0.9</li>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/c21c15665538b5117d21354ae52b1939895b5e68";><code>c21c156</code></a>
 fix: add missing default <code>__VUE_PROD_HYDRATION_MISMATCH_DETAILS__</code> 
(<a 
href="https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/7443";>#7443</a>)</li>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/b154dbd7aca4b4538e6c483b1d4b817499d7b8eb";><code>b154dbd</code></a>
 v5.0.8</li>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/0260e4dacd89b6edf63bef07fd80d3b6108f72b5";><code>0260e4d</code></a>
 fix: add devServer.server.type to useHttps judgement (<a 
href="https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/7222";>#7222</a>)</li>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/4a0655f7ac09b64d2b47506e7f21e7923d43262b";><code>4a0655f</code></a>
 v5.0.7</li>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/beffe8a50515c48b9ad5085e79d3c2b16ae76825";><code>beffe8a</code></a>
 fix: allow disabling progress plugin via 
<code>devServer.client.progress</code></li>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/558dea2af693893ca75e372f286d92152bc8d960";><code>558dea2</code></a>
 fix: support <code>devServer.server</code> option, avoid deprecation 
warning</li>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/bddd64d5b7eba65e1b0f0ec36fd8af2e7d5e3ce6";><code>bddd64d</code></a>
 fix: optimize the judgment on whether HTTPS has been set in options (<a 
href="https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/7202";>#7202</a>)</li>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/ef08a08c41b028a2484f262414a8c91d151febc7";><code>ef08a08</code></a>
 v5.0.6</li>
   <li><a 
href="https://github.com/vuejs/vue-cli/commit/fcf27e350e743a2fbc99d4c021dcd49e43cac929";><code>fcf27e3</code></a>
 fixup! fix: compatibility with Vue 2.7</li>
   <li>Additional commits viewable in <a 
href="https://github.com/vuejs/vue-cli/commits/v5.0.9/packages/@vue/cli-service";>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 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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/cloudstack/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