Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): Bump vite from 5.4.11 to 6.0.0 (#1493)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 6.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>plugin-legacy@6.0.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/plugin-legacy@6.0.0/packages/plugin-legacy/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-beta.10</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-beta.10/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-beta.9</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-beta.9/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-beta.8</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-beta.8/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-beta.7</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-beta.7/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-beta.6</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-beta.6/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-beta.5</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-beta.5/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-beta.4</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-beta.4/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-beta.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-beta.3/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-beta.2</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-beta.2/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-beta.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-beta.1/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-beta.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-beta.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-alpha.16</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-alpha.16/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-alpha.15</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-alpha.15/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-alpha.14</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-alpha.14/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-alpha.13</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-alpha.13/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2>6.0.0 (2024-11-26)</h2> <ul> <li>fix: <code>createRunnableDevEnvironment</code> returns <code>RunnableDevEnvironment</code>, not <code>DevEnvironment</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18673">#18673</a>) (<a href="https://github.com/vitejs/vite/commit/74221c391bffd61b9ef39b7c0f9ea2e405913a6f">74221c3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18673">#18673</a></li> <li>fix: <code>getModulesByFile</code> should return a <code>serverModule</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18715">#18715</a>) (<a href="https://github.com/vitejs/vite/commit/b80d5ecbbcc374bd8f32b2ed5ceb3cbfffaae77b">b80d5ec</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18715">#18715</a></li> <li>fix: catch error in full reload handler (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18713">#18713</a>) (<a href="https://github.com/vitejs/vite/commit/a10e7410656d3614cbfd07ba772776ff334a8d60">a10e741</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18713">#18713</a></li> <li>fix: display pre-transform error details (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18764">#18764</a>) (<a href="https://github.com/vitejs/vite/commit/554f45f4d820c57c0874ebe48ef2fddfafdd0750">554f45f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18764">#18764</a></li> <li>fix: exit code on <code>SIGTERM</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18741">#18741</a>) (<a href="https://github.com/vitejs/vite/commit/cc55e36dd39fef134568f53acc66514cbb7175ea">cc55e36</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18741">#18741</a></li> <li>fix: expose missing <code>InterceptorOptions</code> type (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18766">#18766</a>) (<a href="https://github.com/vitejs/vite/commit/6252c6035695365c93773fbe06a4b2a307e86368">6252c60</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18766">#18766</a></li> <li>fix: log error when send in module runner failed (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18753">#18753</a>) (<a href="https://github.com/vitejs/vite/commit/ba821bb63eca6d8a9199ee2253ef2607375f5702">ba821bb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18753">#18753</a></li> <li>fix(client): overlay not appearing when multiple vite clients were loaded (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18647">#18647</a>) (<a href="https://github.com/vitejs/vite/commit/27d70b5fa61f1c1a836d52809549cb57569f42a4">27d70b5</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18647">#18647</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18691">#18691</a>) (<a href="https://github.com/vitejs/vite/commit/f005461ecce89ada21cb0c021f7af460b5479736">f005461</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18691">#18691</a></li> <li>fix(html): fix inline proxy modules invalidation (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18696">#18696</a>) (<a href="https://github.com/vitejs/vite/commit/8ab04b70ada119fbca2fc5a53c36f233423febbe">8ab04b7</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18696">#18696</a></li> <li>fix(module-runner): make evaluator optional (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18672">#18672</a>) (<a href="https://github.com/vitejs/vite/commit/fd1283fe27cc1a19b5c7d9d72664832e4daa1bbf">fd1283f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18672">#18672</a></li> <li>fix(optimizer): detect npm / yarn / pnpm dependency changes correctly (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17336">#17336</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18560">#18560</a>) (<a href="https://github.com/vitejs/vite/commit/818cf3e7bf1b6c2dc56e7cd8f056bc1d185c2cd7">818cf3e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17336">#17336</a> <a href="https://redirect.github.com/vitejs/vite/issues/18560">#18560</a></li> <li>fix(optimizer): trigger onCrawlEnd after manual included deps are registered (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18733">#18733</a>) (<a href="https://github.com/vitejs/vite/commit/dc6041099ccd5767764fb8c99a169869bbd13f16">dc60410</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18733">#18733</a></li> <li>fix(optimizer): workaround firefox's false warning for no sources source map (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18665">#18665</a>) (<a href="https://github.com/vitejs/vite/commit/473424ee8d6b743c1565bf0749deb5d9fbedcea7">473424e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18665">#18665</a></li> <li>fix(ssr): replace <code>__vite_ssr_identity__</code> with <code>(0, ...)</code> and inject <code>;</code> between statements (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18748">#18748</a>) (<a href="https://github.com/vitejs/vite/commit/94546be18354a457bced5107aa31533b09e304ec">94546be</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18748">#18748</a></li> <li>chore: add 5.4.x changelogs (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18768">#18768</a>) (<a href="https://github.com/vitejs/vite/commit/26b58c8130f232dcd4e839a337bbe478352f23ab">26b58c8</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18768">#18768</a></li> <li>chore: add some comments about mimes (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18705">#18705</a>) (<a href="https://github.com/vitejs/vite/commit/f07e9b9d01d790c727edc2497304f07b1ef5d28f">f07e9b9</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18705">#18705</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18746">#18746</a>) (<a href="https://github.com/vitejs/vite/commit/0ad16e92d57453d9e5392c90fd06bda947be9de6">0ad16e9</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18746">#18746</a></li> <li>perf: reduce bundle size for <code>Object.keys(import.meta.glob(...))</code> / `Object.values(import.meta.glob( (<a href="https://github.com/vitejs/vite/commit/ed99a2cd31e8d3c2b791885bcc4b188570539e45">ed99a2c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18666">#18666</a></li> <li>perf(worker): inline worker without base64 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18752">#18752</a>) (<a href="https://github.com/vitejs/vite/commit/90c66c95aba3d2edd86637a77adc699f3fd6c1ff">90c66c9</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18752">#18752</a></li> <li>feat: add support for .cur type (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18680">#18680</a>) (<a href="https://github.com/vitejs/vite/commit/5ec9eedc80bbf39a33b498198ba07ed1bd9cacc7">5ec9eed</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18680">#18680</a></li> <li>feat: enable HMR by default on ModuleRunner side (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18749">#18749</a>) (<a href="https://github.com/vitejs/vite/commit/4d2abc7bba95cf516ce7341d5d8f349d61b75224">4d2abc7</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18749">#18749</a></li> <li>feat: support <code>module-sync</code> condition when loading config if enabled (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18650">#18650</a>) (<a href="https://github.com/vitejs/vite/commit/cf5028d4bf0a0d59b4a98323beaadc268204056b">cf5028d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18650">#18650</a></li> <li>feat!: drop node 21 support in version ranges (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18729">#18729</a>) (<a href="https://github.com/vitejs/vite/commit/a384d8fd39162190675abcfea31ba657383a3d03">a384d8f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18729">#18729</a></li> <li>fix(deps)!: update dependency dotenv-expand to v12 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18697">#18697</a>) (<a href="https://github.com/vitejs/vite/commit/0c658de41f4c1576c526a8c48a8ea0a019c6311c">0c658de</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18697">#18697</a></li> <li>docs: rename <code>HotUpdateContext</code> to <code>HotUpdateOptions</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18718">#18718</a>) (<a href="https://github.com/vitejs/vite/commit/824c347fa21aaf5bbf811994385b790db4287ab0">824c347</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18718">#18718</a></li> <li>test: simplify <code>playground/json/__tests__/ssr</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18701">#18701</a>) (<a href="https://github.com/vitejs/vite/commit/f731ca21ea4cfe38418880f15f6064e156a43a5e">f731ca2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18701">#18701</a></li> <li>refactor: first character judgment replacement regexp (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18658">#18658</a>) (<a href="https://github.com/vitejs/vite/commit/58f1df3288b0f9584bb413dd34b8d65671258f6f">58f1df3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18658">#18658</a></li> </ul> <h2>6.0.0-beta.10 (2024-11-14)</h2> <ul> <li>feat: add <code>isSsrTargetWebWorker</code> flag to <code>configEnvironment</code> hook (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18620">#18620</a>) (<a href="https://github.com/vitejs/vite/commit/3f5fab04aa64c0e9b45068e842f033583b365de0">3f5fab0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18620">#18620</a></li> <li>feat: add <code>ssr.resolve.mainFields</code> option (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18646">#18646</a>) (<a href="https://github.com/vitejs/vite/commit/a6f5f5baca7a5d2064f5f4cb689764ad939fab4b">a6f5f5b</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18646">#18646</a></li> <li>feat: expose default mainFields/conditions (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18648">#18648</a>) (<a href="https://github.com/vitejs/vite/commit/c12c653ca5fab354e0f71394e2fbe636dccf6b2f">c12c653</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18648">#18648</a></li> <li>feat: extended applyToEnvironment and perEnvironmentPlugin (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18544">#18544</a>) (<a href="https://github.com/vitejs/vite/commit/8fa70cdfa65ce8254ab8da8be0d92614126764c0">8fa70cd</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18544">#18544</a></li> <li>feat: show error when accessing variables not exposed in CJS build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18649">#18649</a>) (<a href="https://github.com/vitejs/vite/commit/87c55022490d4710934c482abf5fbd4fcda9c3c9">87c5502</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18649">#18649</a></li> <li>feat(optimizer): allow users to specify their esbuild <code>platform</code> option (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18611">#18611</a>) (<a href="https://github.com/vitejs/vite/commit/09248795ca79a7053b803af8977c3422f5cd5824">0924879</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18611">#18611</a></li> <li>revert: use chokidar v3 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18659">#18659</a>) (<a href="https://github.com/vitejs/vite/commit/49783da298bc45f3f3c5ad4ce2fb1260ee8856bb">49783da</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18659">#18659</a></li> <li>fix: cjs build for perEnvironmentState et al (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18656">#18656</a>) (<a href="https://github.com/vitejs/vite/commit/95c4b3c371dc7fb12c28cb1307f6f389887eb1e1">95c4b3c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18656">#18656</a></li> <li>fix: include more modules to prefix-only module list (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18667">#18667</a>) (<a href="https://github.com/vitejs/vite/commit/5a2103f0d486a7725c23c70710b11559c00e9b93">5a2103f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18667">#18667</a></li> <li>fix(html): externalize <code>rollup.external</code> scripts correctly (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18618">#18618</a>) (<a href="https://github.com/vitejs/vite/commit/55461b43329db6a5e737eab591163a8681ba9230">55461b4</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18618">#18618</a></li> <li>fix(ssr): format <code>ssrTransform</code> parse error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18644">#18644</a>) (<a href="https://github.com/vitejs/vite/commit/d9be92187cb17d740856af27d0ab60c84e04d58c">d9be921</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18644">#18644</a></li> <li>fix(ssr): preserve fetchModule error details (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18626">#18626</a>) (<a href="https://github.com/vitejs/vite/commit/866a433a34ab2f6d2910506e781b346091de1b9e">866a433</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18626">#18626</a></li> <li>refactor: introduce <code>mergeWithDefaults</code> and organize how default values for config options are set ( (<a href="https://github.com/vitejs/vite/commit/0e1f437d53683b57f0157ce3ff0b0f02acabb408">0e1f437</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18550">#18550</a></li> <li>refactor(resolve): remove <code>allowLinkedExternal</code> parameter from <code>tryNodeResolve</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18670">#18670</a>) (<a href="https://github.com/vitejs/vite/commit/b74d3632693b6a829b4d1cdc2a9d4ba8234c093b">b74d363</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18670">#18670</a></li> <li>build: ignore cjs warning (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18660">#18660</a>) (<a href="https://github.com/vitejs/vite/commit/33b0d5a6ca18e9f7c27b0159decd84fee3859e09">33b0d5a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18660">#18660</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/814120f2ad387ca3d1e16c7dd403b04ca4b97f75"><code>814120f</code></a> release: v6.0.0</li> <li><a href="https://github.com/vitejs/vite/commit/94546be18354a457bced5107aa31533b09e304ec"><code>94546be</code></a> fix(ssr): replace <code>__vite_ssr_identity__</code> with <code>(0, ...)</code> and inject <code>;</code> betw...</li> <li><a href="https://github.com/vitejs/vite/commit/554f45f4d820c57c0874ebe48ef2fddfafdd0750"><code>554f45f</code></a> fix: display pre-transform error details (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18764">#18764</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6252c6035695365c93773fbe06a4b2a307e86368"><code>6252c60</code></a> fix: expose missing <code>InterceptorOptions</code> type (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18766">#18766</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/26b58c8130f232dcd4e839a337bbe478352f23ab"><code>26b58c8</code></a> chore: add 5.4.x changelogs (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18768">#18768</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/90c66c95aba3d2edd86637a77adc699f3fd6c1ff"><code>90c66c9</code></a> perf(worker): inline worker without base64 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18752">#18752</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/cf5028d4bf0a0d59b4a98323beaadc268204056b"><code>cf5028d</code></a> feat: support <code>module-sync</code> condition when loading config if enabled (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18650">#18650</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ba821bb63eca6d8a9199ee2253ef2607375f5702"><code>ba821bb</code></a> fix: log error when send in module runner failed (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18753">#18753</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4d2abc7bba95cf516ce7341d5d8f349d61b75224"><code>4d2abc7</code></a> feat: enable HMR by default on ModuleRunner side (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18749">#18749</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/cc55e36dd39fef134568f53acc66514cbb7175ea"><code>cc55e36</code></a> fix: exit code on <code>SIGTERM</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18741">#18741</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v6.0.0/packages/vite">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=5.4.11&new-version=6.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information