dependabot[bot] opened a new pull request, #12682: URL: https://github.com/apache/cloudstack/pull/12682
Removes [bn.js](https://github.com/indutny/bn.js). It's no longer used after updating ancestor dependencies [bn.js](https://github.com/indutny/bn.js), [minio](https://github.com/minio/minio-js), [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel), [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint), [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service), [@vue/eslint-config-standard](https://github.com/vuejs/eslint-config-standard/tree/HEAD/packages/eslint-config-standard) and [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together. Removes `bn.js` Updates `minio` from 7.0.33 to 7.1.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/minio/minio-js/releases">minio's releases</a>.</em></p> <blockquote> <h2>Bugfix release</h2> <h2>What's Changed</h2> <ul> <li>Added missing properties for BucketItem union type by <a href="https://github.com/bexsoft"><code>@bexsoft</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1205">minio/minio-js#1205</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-js/compare/7.1.2...7.1.3">https://github.com/minio/minio-js/compare/7.1.2...7.1.3</a></p> <h2>Bugfix release</h2> <h2>What's Changed</h2> <ul> <li>refactor: async internal client request methods to TypeScript by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1156">minio/minio-js#1156</a></li> <li>refactor: remove use <code>fPutObject</code> impl, use <code>putObject</code> internally by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1159">minio/minio-js#1159</a></li> <li>fix: s3 region undefined by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1165">minio/minio-js#1165</a></li> <li>build(deps): bump fast-xml-parser from 4.2.2 to 4.2.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1168">minio/minio-js#1168</a></li> <li>fix: cjs type definition by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1167">minio/minio-js#1167</a></li> <li>fix listIncompleteUploads method returning error uploadIdMarker should be of type string by <a href="https://github.com/prakashsvmx"><code>@prakashsvmx</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1170">minio/minio-js#1170</a></li> <li>refactor: rewrite <code>listParts</code> in TypeScript by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1160">minio/minio-js#1160</a></li> <li>refactor: rewrite Extension in TypeScript by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1164">minio/minio-js#1164</a></li> <li>refactor: <code>removeObject</code> by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1161">minio/minio-js#1161</a></li> <li>chore: format docs/API.md with prettier by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1175">minio/minio-js#1175</a></li> <li>refactor <code>listBuckets</code> by <a href="https://github.com/prakashsvmx"><code>@prakashsvmx</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1179">minio/minio-js#1179</a></li> <li>refactor <code>removeBucket</code> by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1177">minio/minio-js#1177</a></li> <li>refactor <code>removeBucketReplication</code> api to ts by <a href="https://github.com/prakashsvmx"><code>@prakashsvmx</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1185">minio/minio-js#1185</a></li> <li>refactor <code>statObject</code> by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1187">minio/minio-js#1187</a></li> <li>build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1191">minio/minio-js#1191</a></li> <li>build(deps): bump fast-xml-parser from 4.2.4 to 4.2.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1192">minio/minio-js#1192</a></li> <li>style: add new eslint rule <code>import/no-duplicates</code> by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1190">minio/minio-js#1190</a></li> <li>refactor: <code>abortMultipartUpload</code> in TypeScript by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1188">minio/minio-js#1188</a></li> <li>refactor: <code>initiateNewMultipartUpload</code> in TypeScript by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1189">minio/minio-js#1189</a></li> <li>refactor <code>setBucketReplication</code> and <code>getBucketReplication</code> by <a href="https://github.com/prakashsvmx"><code>@prakashsvmx</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1194">minio/minio-js#1194</a></li> <li>Ensure returned versionId is a string when listing objects by <a href="https://github.com/fflorent"><code>@fflorent</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1193">minio/minio-js#1193</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/fflorent"><code>@fflorent</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-js/pull/1193">minio/minio-js#1193</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-js/compare/7.1.1...7.1.2">https://github.com/minio/minio-js/compare/7.1.1...7.1.2</a></p> <h2>Bugfix release and major refactoring towards typescript</h2> <h2>What's Changed</h2> <ul> <li>style: add prettier, lint-staged, husky and eslint rules by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1120">minio/minio-js#1120</a></li> <li>Bump yaml from 2.2.1 to 2.2.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1134">minio/minio-js#1134</a></li> <li>fix: minio.js wrong error name by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1135">minio/minio-js#1135</a></li> <li>build: update workflow to support ts by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1119">minio/minio-js#1119</a></li> <li>correct path for mint tests by <a href="https://github.com/harshavardhana"><code>@harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1139">minio/minio-js#1139</a></li> <li>refactor: migrate helpers.js/s3-endpoints.js/signing.js to TypeScript by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1137">minio/minio-js#1137</a></li> <li>ci: start minio as first step by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1149">minio/minio-js#1149</a></li> <li>refactor: migrate <code>Credentials</code> <code>CredentialProvider</code> to TypeScript by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1138">minio/minio-js#1138</a></li> <li>docs: improve example by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1146">minio/minio-js#1146</a></li> <li>refactor: migrate <code>CopyConditions</code> <code>PostPolicy</code> to TypeScript by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1141">minio/minio-js#1141</a></li> <li>docs: improve readme by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1143">minio/minio-js#1143</a></li> <li>refactor: rewrite <code>AssumeRoleProvider</code> in TypeScript by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1140">minio/minio-js#1140</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-js/commit/51f36b62ea7c8c5186c50536857355b13ebbc3a3"><code>51f36b6</code></a> Added missing properties for BucketItem Union Type (<a href="https://redirect.github.com/minio/minio-js/issues/1205">#1205</a>)</li> <li><a href="https://github.com/minio/minio-js/commit/091273ecc805f8dcf719ec689af44d2c22cb6fcc"><code>091273e</code></a> Update version to next release</li> <li><a href="https://github.com/minio/minio-js/commit/4f533785c89554d71944e6128b76e35e2b81279f"><code>4f53378</code></a> Ensure returned versionId is a string when listing objects (<a href="https://redirect.github.com/minio/minio-js/issues/1193">#1193</a>)</li> <li><a href="https://github.com/minio/minio-js/commit/83fb55e2088e496e974f55dd0a22229237132ac8"><code>83fb55e</code></a> refactor <code>setBucketReplication</code> and <code>getBucketReplication</code> (<a href="https://redirect.github.com/minio/minio-js/issues/1194">#1194</a>)</li> <li><a href="https://github.com/minio/minio-js/commit/7029bd274738e7e61b660c6df55892d2e8780083"><code>7029bd2</code></a> init (<a href="https://redirect.github.com/minio/minio-js/issues/1189">#1189</a>)</li> <li><a href="https://github.com/minio/minio-js/commit/72147debd9db1c9c657b549ae5ee2d6b4c7e0728"><code>72147de</code></a> refactor: <code>abortMultipartUpload</code> in TypeScript (<a href="https://redirect.github.com/minio/minio-js/issues/1188">#1188</a>)</li> <li><a href="https://github.com/minio/minio-js/commit/3140ab7fa0b2fff63e9a59681e34254cc662e249"><code>3140ab7</code></a> style: add new eslint rule <code>import/no-duplicates</code> (<a href="https://redirect.github.com/minio/minio-js/issues/1190">#1190</a>)</li> <li><a href="https://github.com/minio/minio-js/commit/0251b3d2d8002617f72671beb84baa8dd65d1934"><code>0251b3d</code></a> build(deps): bump fast-xml-parser from 4.2.4 to 4.2.5</li> <li><a href="https://github.com/minio/minio-js/commit/29665bdff67d966106b1dcd488548cd4a3b4502a"><code>29665bd</code></a> build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4</li> <li><a href="https://github.com/minio/minio-js/commit/df8222c1b6ad7608c73ff68f09b2f84baf37b71a"><code>df8222c</code></a> refactor <code>statObject</code> (<a href="https://redirect.github.com/minio/minio-js/issues/1187">#1187</a>)</li> <li>Additional commits viewable in <a href="https://github.com/minio/minio-js/compare/7.0.33...7.1.3">compare view</a></li> </ul> </details> <details> <summary>Install script changes</summary> <p>This version modifies <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </details> <br /> Updates `@vue/cli-plugin-babel` 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"><code>@vue/cli-plugin-babel</code>'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"><code>@vue/cli-plugin-babel</code>'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-babel">compare view</a></li> </ul> </details> <br /> Updates `@vue/cli-plugin-eslint` 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"><code>@vue/cli-plugin-eslint</code>'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"><code>@vue/cli-plugin-eslint</code>'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-eslint">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"><code>@vue/cli-service</code>'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"><code>@vue/cli-service</code>'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 /> Updates `@vue/eslint-config-standard` from 5.1.2 to 9.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/eslint-config-standard/releases"><code>@vue/eslint-config-standard</code>'s releases</a>.</em></p> <blockquote> <h2><code>@vue/eslint-config-standard</code><a href="https://github.com/9"><code>@9</code></a>.0.1</h2> <p>Dependency maintenance.</p> <h2><code>@vue/eslint-config-standard-with-typescript</code><a href="https://github.com/9"><code>@9</code></a>.0.0</h2> <h2>What's Changed</h2> <ul> <li>Updated <code>@vue/eslint-config-standard</code> to v9.x, introducing stricter linting rules: <ul> <li>Stylistic rules now also apply to expressions in <code>\<template></code> blocks.</li> </ul> </li> <li>This package should be used alongside <a href="https://github.com/vuejs/eslint-config-typescript"><code>@vue/eslint-config-typescript</code></a>.</li> <li>This package is now a thin wrapper around <code>@vue/eslint-config-standard</code> with TypeScript support. It no longer extends from <a href="https://www.npmjs.com/package/eslint-config-standard-with-typescript"><code>eslint-config-standard-with-typescript</code></a>, which has been repurposed as <a href="https://www.npmjs.com/package/eslint-config-love"><code>eslint-config-love</code></a> and is now more opinionated. As a result, we: <ul> <li>Removed most <a href="https://unpkg.com/browse/[email protected]/lib/index.js#L65"><code>typescript-eslint</code>-specific rules in the previous version</a> as they are not part of the standard style guide.</li> <li>For stricter rules, please refer to <a href="https://typescript-eslint.io/users/configs/#recommended-configurations"><code>typescript-eslint</code> shared configs</a>.</li> </ul> </li> <li>Removed the <code>createAliasSetting</code> helper for unconventional TSConfig locations due to low usage and high maintenance.</li> </ul> <p>Please refer to the <a href="https://github.com/vuejs/eslint-config-standard/tree/72a39971a3454496237942ed5e29f4d1d06ebfa0/packages/eslint-config-standard-with-typescript#readme">README.md</a> for more detailed information.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-config-standard/compare/@vue/[email protected]...@vue/[email protected]">https://github.com/vuejs/eslint-config-standard/compare/<code>@vue/eslint-config-standard-with-typescript</code><code>@8.0.0...</code><code>@vue/eslint-config-standard-with-typescript</code><code>@9.0.0</code></a></p> <h2><code>@vue/eslint-config-standard</code><a href="https://github.com/9"><code>@9</code></a>.0.0</h2> <h2>What's Changed</h2> <ul> <li>Added support for ESLint ^9.10, Node.js ^18.18.0 || ^20.9.0 || >=21.1.0. Dropped support for older versions.</li> <li>Switched to ESLint Flat Config, dropping legacy <code>.eslintrc*</code> format.</li> <li>Applied stylistic rules to expressions in <code>\<template></code> blocks.</li> <li>Removed <code>createAliasSetting</code> helper; path aliases are now auto-detected in <code>jsconfig.json</code> and <code>tsconfig.json</code>.</li> <li>Removed Vue CLI project setup examples.</li> </ul> <p>Internal Changes:</p> <ul> <li>Dropped <code>eslint-config-standard</code> dependency; now maintaining rules internally.</li> <li>Replaced <code>eslint-plugin-import</code> with <code>eslint-plugin-import-x</code>.</li> <li>Using stylistic rules from <code>@stylistic/eslint-plugin</code>.</li> <li>Updated other dependencies.</li> </ul> <p>Please refer to the <a href="https://github.com/vuejs/eslint-config-standard/tree/72a39971a3454496237942ed5e29f4d1d06ebfa0/packages/eslint-config-standard#vueeslint-config-standard#vueeslint-config-standard">README.md</a> for more detailed information.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-config-standard/compare/@vue/[email protected]...@vue/[email protected]">https://github.com/vuejs/eslint-config-standard/compare/<code>@vue/eslint-config-standard</code><code>@8.0.1...</code><code>@vue/eslint-config-standard</code><code>@9.0.0</code></a></p> <h2><code>@vue/eslint-config-standard</code><a href="https://github.com/8"><code>@8</code></a>.0.1</h2> <ul> <li>Remove the "import/extensions" rule, fixes <a href="https://github.com/vuejs/eslint-config-standard/tree/HEAD/packages/eslint-config-standard/issues/23">#23</a></li> </ul> <h2><code>@vue/eslint-config-standard-with-typescript</code><a href="https://github.com/8"><code>@8</code></a>.0.0</h2> <h4>A Standalone <code>@vue/eslint-config-standard-with-typescript</code></h4> <p>When using the Standard Style in a TypeScript project, you no longer need to install both <code>@vue/eslint-config-standard</code> and <code>@vue/eslint-config-typescript</code>. You can just use the <code>@vue/eslint-config-standard-with-typescript</code> package. It also provides stricter rules for TypeScript.</p> <h2><code>@vue/eslint-config-standard</code><a href="https://github.com/8"><code>@8</code></a>.0.0</h2> <h4>Better integration with <code>@rushstack/eslint-patch</code></h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/eslint-config-standard/blob/main/packages/eslint-config-standard/CHANGELOG.md"><code>@vue/eslint-config-standard</code>'s changelog</a>.</em></p> <blockquote> <h2>9.0.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://github.com/vuejs/eslint-config-standard/commit/5f388277dac615c359a1cb297761e7d0fcc933ce"><code>5f38827</code></a> Thanks <a href="https://github.com/haoqunjiang"><code>@haoqunjiang</code></a>! - Updated dependencies</li> </ul> <h2>9.0.0</h2> <h3>Major Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/vuejs/eslint-config-standard/pull/33">#33</a> <a href="https://github.com/vuejs/eslint-config-standard/commit/07f63fd143d075df55b681fb3f847d88ceb04281"><code>07f63fd</code></a></p> <ul> <li>Added support for ESLint ^9.10, Node.js ^18.18.0 || ^20.9.0 || >=21.1.0. Dropped support for older versions.</li> <li>Switched to ESLint Flat Config, dropping legacy <code>.eslintrc*</code> format.</li> <li>Applied stylistic rules to expressions in <code>\<template></code> blocks.</li> <li>Removed <code>createAliasSetting</code> helper; path aliases are now auto-detected in <code>jsconfig.json</code> and <code>tsconfig.json</code>.</li> <li>Removed Vue CLI project setup examples.</li> </ul> <p>Internal Changes:</p> <ul> <li>Dropped <code>eslint-config-standard</code> dependency; now maintaining rules internally.</li> <li>Replaced <code>eslint-plugin-import</code> with <code>eslint-plugin-import-x</code>.</li> <li>Using stylistic rules from <code>@stylistic/eslint-plugin</code>.</li> <li>Updated other dependencies.</li> </ul> </li> </ul> <h2>8.0.1</h2> <h3>Patch Changes</h3> <ul> <li>Remove the "import/extensions" rule, fixes <a href="https://github.com/vuejs/eslint-config-standard/tree/HEAD/packages/eslint-config-standard/issues/23">#23</a></li> </ul> <h2>8.0.0</h2> <h3>Major Changes</h3> <ul> <li> <p>aec0749: #### A Standalone <code>@vue/eslint-config-standard-with-typescript</code></p> <p>When using the Standard Style in a TypeScript project, you no longer need to install both <code>@vue/eslint-config-standard</code> and <code>@vue/eslint-config-typescript</code>. You can just use the <code>@vue/eslint-config-standard-with-typescript</code> package. It also provides stricter rules for TypeScript.</p> <h4>Better integration with <code>@rushstack/eslint-patch</code></h4> <p>All the eslint plugins used here are listed as <code>dependencies</code>, rather than <code>peerDependencies</code>. So when using these configs with <code>@rushstack/eslint-patch</code>, you no longer have to install the plugins separately.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-config-standard/commit/f4af2dbae5d6c6b471aee08f19e00d1e530833f1"><code>f4af2db</code></a> chore: bump versions</li> <li><a href="https://github.com/vuejs/eslint-config-standard/commit/cd3b4b890854f81614649c7edf9682d555ca5994"><code>cd3b4b8</code></a> chore(deps): update dependency eslint-plugin-vue to v10 (<a href="https://github.com/vuejs/eslint-config-standard/tree/HEAD/packages/eslint-config-standard/issues/52">#52</a>)</li> <li><a href="https://github.com/vuejs/eslint-config-standard/commit/ece00a879bb096c00cbb4a4dcc3501cc506fd6e4"><code>ece00a8</code></a> chore(deps): update dependency <code>@stylistic/eslint-plugin</code> to v4 (<a href="https://github.com/vuejs/eslint-config-standard/tree/HEAD/packages/eslint-config-standard/issues/38">#38</a>)</li> <li><a href="https://github.com/vuejs/eslint-config-standard/commit/d1364b65925e70c11cba55e163b2eda883b527dd"><code>d1364b6</code></a> chore(deps): update dependency globals to v16 (<a href="https://github.com/vuejs/eslint-config-standard/tree/HEAD/packages/eslint-config-standard/issues/47">#47</a>)</li> <li><a href="https://github.com/vuejs/eslint-config-standard/commit/c6e9ce3fb445e80964f584beff3dd0e8da946a8c"><code>c6e9ce3</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vuejs/eslint-config-standard/tree/HEAD/packages/eslint-config-standard/issues/44">#44</a>)</li> <li><a href="https://github.com/vuejs/eslint-config-standard/commit/30269ecd630bdb8c65d10525d9244524e03f7cca"><code>30269ec</code></a> chore(deps): update v0.x (<a href="https://github.com/vuejs/eslint-config-standard/tree/HEAD/packages/eslint-config-standard/issues/39">#39</a>)</li> <li><a href="https://github.com/vuejs/eslint-config-standard/commit/a23ccd8f8363f883bc3a757e289b7195cf52117b"><code>a23ccd8</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vuejs/eslint-config-standard/tree/HEAD/packages/eslint-config-standard/issues/37">#37</a>)</li> <li><a href="https://github.com/vuejs/eslint-config-standard/commit/72a39971a3454496237942ed5e29f4d1d06ebfa0"><code>72a3997</code></a> chore: bump versions</li> <li><a href="https://github.com/vuejs/eslint-config-standard/commit/07f63fd143d075df55b681fb3f847d88ceb04281"><code>07f63fd</code></a> feat!: ESLint 9 and Flat Config (<a href="https://github.com/vuejs/eslint-config-standard/tree/HEAD/packages/eslint-config-standard/issues/33">#33</a>)</li> <li><a href="https://github.com/vuejs/eslint-config-standard/commit/2d65f05d86c98a22217c8ed484e30c4216243dd8"><code>2d65f05</code></a> chore: update most dependencies</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-config-standard/commits/@vue/[email protected]/packages/eslint-config-standard">compare view</a></li> </ul> </details> <br /> Updates `webpack` from 4.46.0 to 5.105.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.105.2</h2> <h3>Patch Changes</h3> <ul> <li>Fixed <code>WebpackPluginInstance</code> type regression. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20440">#20440</a>)</li> </ul> <h2>v5.105.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use <code>toSafePath</code> to replace colons (<code>:</code>) with double underscores (<code>__</code>) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20424">#20424</a>)</p> </li> <li> <p>Revert part of the createRequire generation behavior for <code>require("node:...")</code> to keep compatibility with those modules exports, e.g. <code>const EventEmitter = require("node:events");</code>. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20433">#20433</a>)</p> </li> <li> <p>Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20433">#20433</a>)</p> </li> </ul> <h2>v5.105.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>Allow resolving worker module by export condition name when using <code>new Worker()</code> (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20353">#20353</a>)</p> </li> <li> <p>Detect conditional imports to avoid compile-time linking errors for non-existent exports. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20320">#20320</a>)</p> </li> <li> <p>Added the <code>tsconfig</code> option for the <code>resolver</code> options (replacement for <code>tsconfig-paths-webpack-plugin</code>). Can be <code>false</code> (disabled), <code>true</code> (use the default <code>tsconfig.json</code> file to search for it), a string path to <code>tsconfig.json</code>, or an object with <code>configFile</code> and <code>references</code> options. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20400">#20400</a>)</p> </li> <li> <p>Support <code>import.defer()</code> for context modules. (by <a href="https://github.com/ahabhgk"><code>@ahabhgk</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20399">#20399</a>)</p> </li> <li> <p>Added support for array values to the <code>devtool</code> option. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20191">#20191</a>)</p> </li> <li> <p>Improve rendering node built-in modules for ECMA module output. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20255">#20255</a>)</p> </li> <li> <p>Unknown import.meta properties are now determined at runtime instead of being statically analyzed at compile time. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20312">#20312</a>)</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>Fixed ESM default export handling for <code>.mjs</code> files in Module Federation (by <a href="https://github.com/y-okt"><code>@y-okt</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20189">#20189</a>)</p> </li> <li> <p>Optimized <code>import.meta.env</code> handling in destructuring assignments by using cached stringified environment definitions. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20313">#20313</a>)</p> </li> <li> <p>Respect the <code>stats.errorStack</code> option in stats output. (by <a href="https://github.com/samarthsinh2660"><code>@samarthsinh2660</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20258">#20258</a>)</p> </li> <li> <p>Fixed a bug where declaring a <code>module</code> variable in module scope would conflict with the default <code>moduleArgument</code>. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20265">#20265</a>)</p> </li> <li> <p>Fix VirtualUrlPlugin to set resourceData.context for proper module resolution. Previously, when context was not set, it would fallback to the virtual scheme path (e.g., <code>virtual:routes</code>), which is not a valid filesystem path, causing subsequent resolve operations to fail. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20390">#20390</a>)</p> </li> <li> <p>Fixed Worker self-import handling to support various URL patterns (e.g., <code>import.meta.url</code>, <code>new URL(import.meta.url)</code>, <code>new URL(import.meta.url, import.meta.url)</code>, <code>new URL("./index.js", import.meta.url)</code>). Workers that resolve to the same module are now properly deduplicated, regardless of the URL syntax used. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20381">#20381</a>)</p> </li> <li> <p>Reuse the same async entrypoint for the same Worker URL within a module to avoid circular dependency warnings when multiple Workers reference the same resource. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20345">#20345</a>)</p> </li> <li> <p>Fixed a bug where a self-referencing dependency would have an unused export name when imported inside a web worker. (by <a href="https://github.com/samarthsinh2660"><code>@samarthsinh2660</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20251">#20251</a>)</p> </li> <li> <p>Fix missing export generation when concatenated modules in different chunks share the same runtime in module library bundles. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20346">#20346</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/blob/main/CHANGELOG.md">webpack's changelog</a>.</em></p> <blockquote> <h2>5.105.2</h2> <h3>Patch Changes</h3> <ul> <li>Fixed <code>WebpackPluginInstance</code> type regression. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20440">#20440</a>)</li> </ul> <h2>5.105.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use <code>toSafePath</code> to replace colons (<code>:</code>) with double underscores (<code>__</code>) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20424">#20424</a>)</p> </li> <li> <p>Revert part of the createRequire generation behavior for <code>require("node:...")</code> to keep compatibility with those modules exports, e.g. <code>const EventEmitter = require("node:events");</code>. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20433">#20433</a>)</p> </li> <li> <p>Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20433">#20433</a>)</p> </li> </ul> <h2>5.105.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>Allow resolving worker module by export condition name when using <code>new Worker()</code> (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20353">#20353</a>)</p> </li> <li> <p>Detect conditional imports to avoid compile-time linking errors for non-existent exports. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20320">#20320</a>)</p> </li> <li> <p>Added the <code>tsconfig</code> option for the <code>resolver</code> options (replacement for <code>tsconfig-paths-webpack-plugin</code>). Can be <code>false</code> (disabled), <code>true</code> (use the default <code>tsconfig.json</code> file to search for it), a string path to <code>tsconfig.json</code>, or an object with <code>configFile</code> and <code>references</code> options. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20400">#20400</a>)</p> </li> <li> <p>Support <code>import.defer()</code> for context modules. (by <a href="https://github.com/ahabhgk"><code>@ahabhgk</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20399">#20399</a>)</p> </li> <li> <p>Added support for array values to the <code>devtool</code> option. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20191">#20191</a>)</p> </li> <li> <p>Improve rendering node built-in modules for ECMA module output. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20255">#20255</a>)</p> </li> <li> <p>Unknown import.meta properties are now determined at runtime instead of being statically analyzed at compile time. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20312">#20312</a>)</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>Fixed ESM default export handling for <code>.mjs</code> files in Module Federation (by <a href="https://github.com/y-okt"><code>@y-okt</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20189">#20189</a>)</p> </li> <li> <p>Optimized <code>import.meta.env</code> handling in destructuring assignments by using cached stringified environment definitions. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20313">#20313</a>)</p> </li> <li> <p>Respect the <code>stats.errorStack</code> option in stats output. (by <a href="https://github.com/samarthsinh2660"><code>@samarthsinh2660</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20258">#20258</a>)</p> </li> <li> <p>Fixed a bug where declaring a <code>module</code> variable in module scope would conflict with the default <code>moduleArgument</code>. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20265">#20265</a>)</p> </li> <li> <p>Fix VirtualUrlPlugin to set resourceData.context for proper module resolution. Previously, when context was not set, it would fallback to the virtual scheme path (e.g., <code>virtual:routes</code>), which is not a valid filesystem path, causing subsequent resolve operations to fail. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20390">#20390</a>)</p> </li> <li> <p>Fixed Worker self-import handling to support various URL patterns (e.g., <code>import.meta.url</code>, <code>new URL(import.meta.url)</code>, <code>new URL(import.meta.url, import.meta.url)</code>, <code>new URL("./index.js", import.meta.url)</code>). Workers that resolve to the same module are now properly deduplicated, regardless of the URL syntax used. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20381">#20381</a>)</p> </li> <li> <p>Reuse the same async entrypoint for the same Worker URL within a module to avoid circular dependency warnings when multiple Workers reference the same resource. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20345">#20345</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/0756c7eb697a7759afe081a1fcf8f5481ea06bc3"><code>0756c7e</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/20441">#20441</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/ff2847641571401ad9c800239725f2891129eb45"><code>ff28476</code></a> chore(deps): bump CodSpeedHQ/action in the dependencies group (<a href="https://redirect.github.com/webpack/webpack/issues/20442">#20442</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/4d3ed666db37c85bda6259f4e8fff4c8cf571e2d"><code>4d3ed66</code></a> ci: discord using curl</li> <li><a href="https://github.com/webpack/webpack/commit/004550adc69ec3be0ae9ea304bf975d2d1ac72ce"><code>004550a</code></a> ci: discord fix</li> <li><a href="https://github.com/webpack/webpack/commit/44bf97bb2186409ee53277deacfea3dbcf671bd9"><code>44bf97b</code></a> ci: emulate release for discord using other approach</li> <li><a href="https://github.com/webpack/webpack/commit/9c71a09e14f04b43833c2c35f83814fe4f359aca"><code>9c71a09</code></a> ci: emulate release for discord</li> <li><a href="https://github.com/webpack/webpack/commit/02d3bc9a334cb626172b51910413e1a7fe5e9873"><code>02d3bc9</code></a> ci: allow to run release announcement</li> <li><a href="https://github.com/webpack/webpack/commit/6c62c28283d3b58b75529687fbb67c4133f8b574"><code>6c62c28</code></a> ci: fix discord</li> <li><a href="https://github.com/webpack/webpack/commit/900219d4e2d88914c9281b745d599de57b1b3d75"><code>900219d</code></a> fix: type regression (<a href="https://redirect.github.com/webpack/webpack/issues/20440">#20440</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/8e50ef2035b9cb727aeaa97d7561545d1c102b91"><code>8e50ef2</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/20429">#20429</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v4.46.0...v5.105.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for webpack since your current version.</p> </details> <details> <summary>Install script changes</summary> <p>This version a... _Description has been truncated_ -- 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]
