dependabot[bot] opened a new pull request, #725: URL: https://github.com/apache/dubbo-go-pixiu/pull/725
Bumps [form-data](https://github.com/form-data/form-data) to 3.0.4 and updates ancestor dependencies [form-data](https://github.com/form-data/form-data), [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel), [@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 `form-data` from 2.3.3 to 3.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/form-data/form-data/releases">form-data's releases</a>.</em></p> <blockquote> <h2>v3.0.2</h2> <h3>Fixes</h3> <ul> <li>npmignore temporary build files (<a href="https://redirect.github.com/form-data/form-data/issues/532">#532</a>)</li> <li>move util.isArray to Array.isArray (<a href="https://redirect.github.com/form-data/form-data/issues/564">#564</a>)</li> </ul> <h3>Tests</h3> <ul> <li>migrate from travis to GHA</li> </ul> <h2>v3.0.1</h2> <ul> <li>feat: add setBoundary method 55d90ce</li> <li>Merge pull request <a href="https://redirect.github.com/form-data/form-data/issues/451">#451</a> from arku/patch-1 d702625</li> <li>Fix typo: ads -> adds 714ac8b</li> </ul> <p><a href="https://github.com/form-data/form-data/compare/v3.0.0...v3.0.1">https://github.com/form-data/form-data/compare/v3.0.0...v3.0.1</a></p> <h2>v2.5.2</h2> <h3>Fixes</h3> <ul> <li><code>Buffer.from</code> and <code>Buffer.alloc</code> require node 4+</li> <li>npmignore temporary build files (<a href="https://redirect.github.com/form-data/form-data/issues/532">#532</a>)</li> <li>move util.isArray to Array.isArray (<a href="https://redirect.github.com/form-data/form-data/issues/564">#564</a>)</li> </ul> <h3>Tests</h3> <ul> <li>migrate from travis to GHA</li> </ul> <h2>Dev Improvements</h2> <ul> <li>Fixed error in the documentations as indicated in <a href="https://redirect.github.com/form-data/form-data/issues/439">#439</a></li> <li>Added remaining combined-stream options to typedef</li> <li>Bumped rimraf to 2.7.1 (dev-dep)</li> <li>Added constructor options to TypeScript defs</li> <li>Fixed error in callback signatures</li> </ul> <h2>Added Types</h2> <ul> <li>Added TS types</li> <li>Improved documentation</li> </ul> <h2>Added getBuffer method</h2> <p>Updated test builds to support node10 and 12.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/form-data/form-data/blob/v3.0.4/CHANGELOG.md">form-data's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/form-data/form-data/compare/v3.0.3...v3.0.4">v3.0.4</a> - 2025-07-16</h2> <h3>Fixed</h3> <ul> <li>[Fix] <code>append</code>: avoid a crash on nullish values <a href="https://redirect.github.com/form-data/form-data/issues/577"><code>[#577](https://github.com/form-data/form-data/issues/577)</code></a></li> </ul> <h3>Commits</h3> <ul> <li>[eslint] update linting config <a href="https://github.com/form-data/form-data/commit/f5e7eb024bc3fc7e2074ff80f143a4f4cbc1dbda"><code>f5e7eb0</code></a></li> <li>[meta] add <code>auto-changelog</code> <a href="https://github.com/form-data/form-data/commit/d2eb290a3e47ed5bcad7020d027daa15b3cf5ef5"><code>d2eb290</code></a></li> <li>[Tests] handle predict-v8-randomness failures in node < 17 and node > 23 <a href="https://github.com/form-data/form-data/commit/e8c574cb07ff3a0de2ecc0912d783ef22e190c1f"><code>e8c574c</code></a></li> <li>[Fix] Switch to using <code>crypto</code> random for boundary values <a href="https://github.com/form-data/form-data/commit/c6ced61d4fae8f617ee2fd692133ed87baa5d0fd"><code>c6ced61</code></a></li> <li>[Refactor] use <code>hasown</code> <a href="https://github.com/form-data/form-data/commit/1a78b5dd05e508d67e97764d812ac7c6d92ea88d"><code>1a78b5d</code></a></li> <li>[Fix] validate boundary type in <code>setBoundary()</code> method <a href="https://github.com/form-data/form-data/commit/70bbaa0b395ca0fb975c309de8d7286979254cc4"><code>70bbaa0</code></a></li> <li>[Tests] add tests to check the behavior of <code>getBoundary</code> with non-strings <a href="https://github.com/form-data/form-data/commit/b22a64ef94ba4f3f6ff7d1ac72a54cca128567df"><code>b22a64e</code></a></li> <li>[meta] actually ensure the readme backup isn’t published <a href="https://github.com/form-data/form-data/commit/01508513ffb26fd662ae7027834b325af8efb9ea"><code>0150851</code></a></li> <li>[meta] remove local commit hooks <a href="https://github.com/form-data/form-data/commit/fc42bb9315b641bfa6dae51cb4e188a86bb04769"><code>fc42bb9</code></a></li> <li>[Dev Deps] remove unused deps <a href="https://github.com/form-data/form-data/commit/a14d09ea8ed7e0a2e1705269ce6fb54bb7ee6bdb"><code>a14d09e</code></a></li> <li>[meta] fix scripts to use prepublishOnly <a href="https://github.com/form-data/form-data/commit/11d9f7338f18a59b431832a3562b49baece0a432"><code>11d9f73</code></a></li> <li>[meta] fix readme capitalization <a href="https://github.com/form-data/form-data/commit/fc38b4834a117a1856f3d877eb2f5b7496a24932"><code>fc38b48</code></a></li> </ul> <h2><a href="https://github.com/form-data/form-data/compare/v3.0.2...v3.0.3">v3.0.3</a> - 2025-02-14</h2> <h3>Merged</h3> <ul> <li>[Fix] set <code>Symbol.toStringTag</code> when available <a href="https://redirect.github.com/form-data/form-data/pull/573"><code>[#573](https://github.com/form-data/form-data/issues/573)</code></a></li> </ul> <h3>Fixed</h3> <ul> <li>[Fix] set <code>Symbol.toStringTag</code> when available (<a href="https://redirect.github.com/form-data/form-data/issues/573">#573</a>) <a href="https://redirect.github.com/form-data/form-data/issues/396"><code>[#396](https://github.com/form-data/form-data/issues/396)</code></a></li> </ul> <h3>Commits</h3> <ul> <li>[Refactor] use <code>Object.prototype.hasOwnProperty.call</code> <a href="https://github.com/form-data/form-data/commit/7fecefe4ba8f775634aff86a698776ad95ecffb5"><code>7fecefe</code></a></li> <li>[Dev Deps] update <code>@types/node</code>, <code>browserify</code>, <code>coveralls</code>, <code>cross-spawn</code>, <code>eslint</code>, <code>formidable</code>, <code>in-publish</code>, <code>pkgfiles</code>, <code>pre-commit</code>, <code>puppeteer</code>, <code>request</code>, <code>tape</code>, <code>typescript</code> <a href="https://github.com/form-data/form-data/commit/8261fcb8bf5944d30ae3bd04b91b71d6a9932ef4"><code>8261fcb</code></a></li> <li>Only apps should have lockfiles <a href="https://github.com/form-data/form-data/commit/b82f59093cdbadb4b7ec0922d33ae7ab048b82ff"><code>b82f590</code></a></li> <li>[Dev Deps] pin <code>request</code> which via <code>tough-cookie</code> ^2.4 depends on <code>psl</code> <a href="https://github.com/form-data/form-data/commit/e5df7f24383342264bd73dee3274818a40d04065"><code>e5df7f2</code></a></li> <li>[Deps] update <code>mime-types</code> <a href="https://github.com/form-data/form-data/commit/5a5bafee894fead10da49e1fa2b084e17f2e1034"><code>5a5bafe</code></a></li> </ul> <h2><a href="https://github.com/form-data/form-data/compare/v3.0.1...v3.0.2">v3.0.2</a> - 2024-10-10</h2> <h3>Merged</h3> <ul> <li>fix (npmignore): ignore temporary build files <a href="https://redirect.github.com/form-data/form-data/pull/532"><code>[#532](https://github.com/form-data/form-data/issues/532)</code></a></li> </ul> <h3>Commits</h3> <ul> <li>[Tests] migrate from travis to GHA <a href="https://github.com/form-data/form-data/commit/8fdb3bc6b5d001f8909a9fca391d1d1d97ef1d79"><code>8fdb3bc</code></a></li> <li>[eslint] clean up ignores <a href="https://github.com/form-data/form-data/commit/3217b3ded8e382e51171d5c74c6038a21cc54440"><code>3217b3d</code></a></li> <li>fix: move util.isArray to Array.isArray (<a href="https://redirect.github.com/form-data/form-data/issues/564">#564</a>) <a href="https://github.com/form-data/form-data/commit/edb555a811f6f7e4668db4831551cf41c1de1cac"><code>edb555a</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/form-data/form-data/commits/v3.0.4">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/~ljharb">ljharb</a>, a new releaser for form-data since your current version.</p> </details> <br /> Updates `@vue/cli-plugin-babel` from 3.5.1 to 5.0.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue-cli/releases"><code>@vue/cli-plugin-babel</code>'s releases</a>.</em></p> <blockquote> <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> <h4>Committers: 1</h4> <ul> <li>Andrei (<a href="https://github.com/AndreiSoroka"><code>@AndreiSoroka</code></a>)</li> <li>Haoqun Jiang (<a href="https://github.com/sodatea"><code>@sodatea</code></a>)</li> </ul> <h2>v5.0.3</h2> <!-- 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"><code>@vue/cli-plugin-babel</code>'s changelog</a>.</em></p> <blockquote> <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> <h2>5.0.4 (2022-03-22)</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> <h4>Committers: 1</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/vuejs/vue-cli/commit/75a6d690eee4c7b3e46528d6b1d7b0b7a6d2cf3d"><code>75a6d69</code></a> v5.0.0-rc.3</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-plugin-babel">compare view</a></li> </ul> </details> <br /> Updates `@vue/cli-plugin-unit-jest` from 3.7.0 to 5.0.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue-cli/releases"><code>@vue/cli-plugin-unit-jest</code>'s releases</a>.</em></p> <blockquote> <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> <h4>Committers: 1</h4> <ul> <li>Andrei (<a href="https://github.com/AndreiSoroka"><code>@AndreiSoroka</code></a>)</li> <li>Haoqun Jiang (<a href="https://github.com/sodatea"><code>@sodatea</code></a>)</li> </ul> <h2>v5.0.3</h2> <!-- 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"><code>@vue/cli-plugin-unit-jest</code>'s changelog</a>.</em></p> <blockquote> <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> <h2>5.0.4 (2022-03-22)</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> <h4>Committers: 1</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/vuejs/vue-cli/commit/9be19f0ef0ae4666f983c0c23809bb0c5847a714"><code>9be19f0</code></a> test: fix tsx import</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-plugin-unit-jest">compare view</a></li> </ul> </details> <br /> Updates `@vue/cli-service` from 3.7.0 to 5.0.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue-cli/releases"><code>@vue/cli-service</code>'s releases</a>.</em></p> <blockquote> <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> <h4>Committers: 1</h4> <ul> <li>Andrei (<a href="https://github.com/AndreiSoroka"><code>@AndreiSoroka</code></a>)</li> <li>Haoqun Jiang (<a href="https://github.com/sodatea"><code>@sodatea</code></a>)</li> </ul> <h2>v5.0.3</h2> <!-- 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"><code>@vue/cli-service</code>'s changelog</a>.</em></p> <blockquote> <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> <h2>5.0.4 (2022-03-22)</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> <h4>Committers: 1</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/vuejs/vue-cli/commit/a648958b00758bd267743090a894c510ecaa8b40"><code>a648958</code></a> fix: compatibility with Vue 2.7</li> <li><a href="https://github.com/vuejs/vue-cli/commit/98c66c93ae45d3347f62c56838caab86561ad4f7"><code>98c66c9</code></a> v5.0.5</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue-cli/commits/v5.0.8/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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/dubbo-go-pixiu/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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
