mirror of
https://github.com/maputnik/editor.git
synced 2026-05-26 01:47:25 +00:00
chore(deps-dev): Bump vite from 6.3.5 to 7.1.0 (#1307)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.5 to 7.1.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@7.1.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/plugin-legacy@7.1.0/packages/plugin-legacy/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@7.1.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@7.1.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.0-beta.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.0-beta.1/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.0-beta.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.0-beta.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.0.6</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.0.6/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.0.5</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.0.5/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.0.4</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.0.4/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.0.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.0.3/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@7.0.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@7.0.3/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.0.2</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.0.2/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@7.0.2</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@7.0.2/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.0.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.0.1/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@7.0.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@7.0.1/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>plugin-legacy@7.0.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/plugin-legacy@7.0.1/packages/plugin-legacy/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@7.0.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@7.0.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>plugin-legacy@7.0.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/plugin-legacy@7.0.0/packages/plugin-legacy/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><a href="https://github.com/vitejs/vite/compare/v7.1.0-beta.1...v7.1.0">7.1.0</a> (2025-08-07)</h2> <h3>Features</h3> <ul> <li>support files with more than 1000 lines by <code>generateCodeFrame</code> (<a href="https://redirect.github.com/vitejs/vite/issues/20508">#20508</a>) (<a href="https://github.com/vitejs/vite/commit/e7d0b2afa56840dabbbad10015dc04083caaf248">e7d0b2a</a>)</li> <li>add <code>import.meta.main</code> support in config (bundle config loader) (<a href="https://redirect.github.com/vitejs/vite/issues/20516">#20516</a>) (<a href="https://github.com/vitejs/vite/commit/5d3e3c2ae5a2174941fd09fd7842794a287c3ab7">5d3e3c2</a>)</li> <li><strong>optimizer:</strong> improve dependency optimization error messages with esbuild formatMessages (<a href="https://redirect.github.com/vitejs/vite/issues/20525">#20525</a>) (<a href="https://github.com/vitejs/vite/commit/d17cfeda0741e4476570700a00b7b37917c97700">d17cfed</a>)</li> <li><strong>ssr:</strong> add <code>import.meta.main</code> support for Node.js module runner (<a href="https://redirect.github.com/vitejs/vite/issues/20517">#20517</a>) (<a href="https://github.com/vitejs/vite/commit/794a8f230218a3b1e148defc5a2d7a67409177ff">794a8f2</a>)</li> <li>add <code>future: 'warn'</code> (<a href="https://redirect.github.com/vitejs/vite/issues/20473">#20473</a>) (<a href="https://github.com/vitejs/vite/commit/e6aaf17ca21544572941957ce71bd8dbdc94e402">e6aaf17</a>)</li> <li>add <code>removeServerPluginContainer</code> future deprecation (<a href="https://redirect.github.com/vitejs/vite/issues/20437">#20437</a>) (<a href="https://github.com/vitejs/vite/commit/c1279e75401ac6ea1d0678da88414a76ff36b6fe">c1279e7</a>)</li> <li>add <code>removeServerReloadModule</code> future deprecation (<a href="https://redirect.github.com/vitejs/vite/issues/20436">#20436</a>) (<a href="https://github.com/vitejs/vite/commit/6970d1740cebd56af696abf60f30adb0c060f578">6970d17</a>)</li> <li>add <code>server.warmupRequest</code> to future deprecation (<a href="https://redirect.github.com/vitejs/vite/issues/20431">#20431</a>) (<a href="https://github.com/vitejs/vite/commit/8ad388aeab0dc79e4bc14859b91174427805a46b">8ad388a</a>)</li> <li>add <code>ssrFixStacktrace</code> / <code>ssrRewriteStacktrace</code> to <code>removeSsrLoadModule</code> future deprecation (<a href="https://redirect.github.com/vitejs/vite/issues/20435">#20435</a>) (<a href="https://github.com/vitejs/vite/commit/8c8f5879ead251705c2c363f5b8b94f618fbf374">8c8f587</a>)</li> <li><strong>client:</strong> ping from SharedWorker (<a href="https://redirect.github.com/vitejs/vite/issues/19057">#19057</a>) (<a href="https://github.com/vitejs/vite/commit/5c97c22548476e5f80856ece1d80b9234a7e6ecb">5c97c22</a>)</li> <li><strong>dev:</strong> add <code>this.fs</code> support (<a href="https://redirect.github.com/vitejs/vite/issues/20301">#20301</a>) (<a href="https://github.com/vitejs/vite/commit/0fe3f2f7c325c5990f1059c28b66b24e1b8fd5d3">0fe3f2f</a>)</li> <li>export <code>defaultExternalConditions</code> (<a href="https://redirect.github.com/vitejs/vite/issues/20279">#20279</a>) (<a href="https://github.com/vitejs/vite/commit/344d30243b107852b133175e947a0410ea703f00">344d302</a>)</li> <li>implement <code>removePluginHookSsrArgument</code> future deprecation (<a href="https://redirect.github.com/vitejs/vite/issues/20433">#20433</a>) (<a href="https://github.com/vitejs/vite/commit/95927d9c0ba1cb0b3bd8c900f039c099f8e29f90">95927d9</a>)</li> <li>implement <code>removeServerHot</code> future deprecation (<a href="https://redirect.github.com/vitejs/vite/issues/20434">#20434</a>) (<a href="https://github.com/vitejs/vite/commit/259f45d0698a184d6ecc352b610001fa1acdcee1">259f45d</a>)</li> <li>resolve server URLs before calling other listeners (<a href="https://redirect.github.com/vitejs/vite/issues/19981">#19981</a>) (<a href="https://github.com/vitejs/vite/commit/45f6443a935258d8eee62874f0695b8c1c60a481">45f6443</a>)</li> <li><strong>ssr:</strong> resolve externalized packages with <code>resolve.externalConditions</code> and add <code>module-sync</code> to default external condition (<a href="https://redirect.github.com/vitejs/vite/issues/20409">#20409</a>) (<a href="https://github.com/vitejs/vite/commit/c669c524e6008a4902169f4b2f865e892297acf3">c669c52</a>)</li> <li><strong>ssr:</strong> support <code>import.meta.resolve</code> in module runner (<a href="https://redirect.github.com/vitejs/vite/issues/20260">#20260</a>) (<a href="https://github.com/vitejs/vite/commit/62835f7c06d37802f0bc2abbf58bbaeaa8c73ce5">62835f7</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>css:</strong> avoid warnings for <code>image-set</code> containing <code>__VITE_ASSET__</code> (<a href="https://redirect.github.com/vitejs/vite/issues/20520">#20520</a>) (<a href="https://github.com/vitejs/vite/commit/f1a2635e6977a3eda681bec036f64f07686dad0d">f1a2635</a>)</li> <li><strong>css:</strong> empty CSS entry points should generate CSS files, not JS files (<a href="https://redirect.github.com/vitejs/vite/issues/20518">#20518</a>) (<a href="https://github.com/vitejs/vite/commit/bac9f3ecf84ae5c5add6ef224ae057508247f89e">bac9f3e</a>)</li> <li><strong>dev:</strong> denied request stalled when requested concurrently (<a href="https://redirect.github.com/vitejs/vite/issues/20503">#20503</a>) (<a href="https://github.com/vitejs/vite/commit/64a52e70d9250b16aa81ce2df27c23fe56907257">64a52e7</a>)</li> <li><strong>manifest:</strong> initialize <code>entryCssAssetFileNames</code> as an empty Set (<a href="https://redirect.github.com/vitejs/vite/issues/20542">#20542</a>) (<a href="https://github.com/vitejs/vite/commit/6a46cdac5dece70296d1179640958deeeb2e6c19">6a46cda</a>)</li> <li>skip prepareOutDirPlugin in workers (<a href="https://redirect.github.com/vitejs/vite/issues/20556">#20556</a>) (<a href="https://github.com/vitejs/vite/commit/97d5111645a395dae48b16b110bc76c1ee8956c8">97d5111</a>)</li> <li><strong>asset:</strong> only watch existing files for <code>new URL(, import.meta.url)</code> (<a href="https://redirect.github.com/vitejs/vite/issues/20507">#20507</a>) (<a href="https://github.com/vitejs/vite/commit/1b211fd1beccd0fc13bec700815abaa9f54147e8">1b211fd</a>)</li> <li><strong>client:</strong> keep ping on WS constructor error (<a href="https://redirect.github.com/vitejs/vite/issues/20512">#20512</a>) (<a href="https://github.com/vitejs/vite/commit/3676da5bc5b2b69b28619b8521fca94d30468fe5">3676da5</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20537">#20537</a>) (<a href="https://github.com/vitejs/vite/commit/fc9a9d3f1493caa3d614f64e0a61fd5684f0928b">fc9a9d3</a>)</li> <li>don't resolve as relative for specifiers starting with a dot (<a href="https://redirect.github.com/vitejs/vite/issues/20528">#20528</a>) (<a href="https://github.com/vitejs/vite/commit/c5a10ec004130bec17cf42760b76d1d404008fa3">c5a10ec</a>)</li> <li><strong>html:</strong> allow control character in input stream (<a href="https://redirect.github.com/vitejs/vite/issues/20483">#20483</a>) (<a href="https://github.com/vitejs/vite/commit/c12a4a76a299237a0a13b885c72fdda6e4a3c9b7">c12a4a7</a>)</li> <li>merge old and new <code>noExternal: true</code> correctly (<a href="https://redirect.github.com/vitejs/vite/issues/20502">#20502</a>) (<a href="https://github.com/vitejs/vite/commit/9ebe4a514a2e48e3fe194f16b0556a45ff38077a">9ebe4a5</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20489">#20489</a>) (<a href="https://github.com/vitejs/vite/commit/f6aa04a52d486c8881f666c450caa3dab3c6bba1">f6aa04a</a>)</li> <li><strong>dev:</strong> denied requests overly (<a href="https://redirect.github.com/vitejs/vite/issues/20410">#20410</a>) (<a href="https://github.com/vitejs/vite/commit/4be5270b27f7e6323f1771974b4b3520d86600e4">4be5270</a>)</li> <li><strong>hmr:</strong> register css deps as <code>type: asset</code> (<a href="https://redirect.github.com/vitejs/vite/issues/20391">#20391</a>) (<a href="https://github.com/vitejs/vite/commit/7eac8ddb65033b8c001d6c6bc46aaeeefb79680a">7eac8dd</a>)</li> <li><strong>optimizer:</strong> discover correct jsx runtime during scan (<a href="https://redirect.github.com/vitejs/vite/issues/20495">#20495</a>) (<a href="https://github.com/vitejs/vite/commit/10d48bb2e30824d217e415a58cea9e69c2820c2a">10d48bb</a>)</li> <li><strong>preview:</strong> set correct host for <code>resolvedUrls</code> (<a href="https://redirect.github.com/vitejs/vite/issues/20496">#20496</a>) (<a href="https://github.com/vitejs/vite/commit/62b3e0d95c143e2f8b4e88d99c381d23663025ee">62b3e0d</a>)</li> <li><strong>worker:</strong> resolve WebKit compat with inline workers by deferring blob URL revocation (<a href="https://redirect.github.com/vitejs/vite/issues/20460">#20460</a>) (<a href="https://github.com/vitejs/vite/commit/8033e5bf8d3ff43995d0620490ed8739c59171dd">8033e5b</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>client:</strong> reduce reload debounce (<a href="https://redirect.github.com/vitejs/vite/issues/20429">#20429</a>) (<a href="https://github.com/vitejs/vite/commit/22ad43b4bf2435efe78a65b84e8469b23521900a">22ad43b</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li><strong>deps:</strong> update rolldown-related dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20536">#20536</a>) (<a href="https://github.com/vitejs/vite/commit/8be278748a92b128c49a24619d8d537dd2b08ceb">8be2787</a>)</li> <li><strong>deps:</strong> update dependency parse5 to v8 (<a href="https://redirect.github.com/vitejs/vite/issues/20490">#20490</a>) (<a href="https://github.com/vitejs/vite/commit/744582d0187c50045fb6cf229e3fab13093af08e">744582d</a>)</li> <li>format (<a href="https://github.com/vitejs/vite/commit/f20addc5363058f5fd797e5bc71fab3877ed0a76">f20addc</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/931684ef1ea8b120fcc2f1f2b001b8d24d85daa7"><code>931684e</code></a> release: v7.1.0</li> <li><a href="https://github.com/vitejs/vite/commit/97d5111645a395dae48b16b110bc76c1ee8956c8"><code>97d5111</code></a> fix: skip prepareOutDirPlugin in workers (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20556">#20556</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1f235545b14a51d41b19a49da4a7e3a8e8eb5d10"><code>1f23554</code></a> test: fix unimportant errors in test-unit (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20545">#20545</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/856d3f06e6889979f630c8453fa385f01d8adaba"><code>856d3f0</code></a> test: detect ts support via <code>process.features</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20544">#20544</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/f1a2635e6977a3eda681bec036f64f07686dad0d"><code>f1a2635</code></a> fix(css): avoid warnings for <code>image-set</code> containing <code>__VITE_ASSET__</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20520">#20520</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6a46cdac5dece70296d1179640958deeeb2e6c19"><code>6a46cda</code></a> fix(manifest): initialize <code>entryCssAssetFileNames</code> as an empty Set (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20542">#20542</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/64a52e70d9250b16aa81ce2df27c23fe56907257"><code>64a52e7</code></a> fix(dev): denied request stalled when requested concurrently (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20503">#20503</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e7d0b2afa56840dabbbad10015dc04083caaf248"><code>e7d0b2a</code></a> feat: support files with more than 1000 lines by <code>generateCodeFrame</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20508">#20508</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/bac9f3ecf84ae5c5add6ef224ae057508247f89e"><code>bac9f3e</code></a> fix(css): empty CSS entry points should generate CSS files, not JS files (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20">#20</a>...</li> <li><a href="https://github.com/vitejs/vite/commit/ddd76e0d84d61cc85f73831aafe6fc55de9f3c33"><code>ddd76e0</code></a> release: v7.1.0-beta.1</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/create-vite@7.1.0/packages/vite">compare view</a></li> </ul> </details> <br /> [](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> Co-authored-by: Birk Skyum <74932975+birkskyum@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -141,7 +141,7 @@
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.38.0",
|
||||
"uuid": "^11.1.0",
|
||||
"vite": "^6.3.5",
|
||||
"vite": "^7.1.0",
|
||||
"vite-plugin-istanbul": "^7.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user