chore: bump vite from 7.0.4 to 7.1.1 #528

Closed
martinr92 wants to merge 1 commit from dependabot-npm_and_yarn-develop-vite-7.1.1 into develop
martinr92 commented 2025-08-08 03:01:57 +00:00 (Migrated from gitlab.com)

Bumps vite from 7.0.4 to 7.1.1.

Release notes

Sourced from vite's releases.

v7.1.1

Please refer to CHANGELOG.md for details.

plugin-legacy@7.1.0

Please refer to CHANGELOG.md for details.

create-vite@7.1.0

Please refer to CHANGELOG.md for details.

v7.1.0

Please refer to CHANGELOG.md for details.

v7.1.0-beta.1

Please refer to CHANGELOG.md for details.

v7.1.0-beta.0

Please refer to CHANGELOG.md for details.

v7.0.6

Please refer to CHANGELOG.md for details.

v7.0.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.1.1 (2025-08-08)

Bug Fixes

Miscellaneous Chores

7.1.0 (2025-08-07)

Features

  • support files with more than 1000 lines by generateCodeFrame (#20508) (e7d0b2a)
  • add import.meta.main support in config (bundle config loader) (#20516) (5d3e3c2)
  • optimizer: improve dependency optimization error messages with esbuild formatMessages (#20525) (d17cfed)
  • ssr: add import.meta.main support for Node.js module runner (#20517) (794a8f2)
  • add future: 'warn' (#20473) (e6aaf17)
  • add removeServerPluginContainer future deprecation (#20437) (c1279e7)
  • add removeServerReloadModule future deprecation (#20436) (6970d17)
  • add server.warmupRequest to future deprecation (#20431) (8ad388a)
  • add ssrFixStacktrace / ssrRewriteStacktrace to removeSsrLoadModule future deprecation (#20435) (8c8f587)
  • client: ping from SharedWorker (#19057) (5c97c22)
  • dev: add this.fs support (#20301) (0fe3f2f)
  • export defaultExternalConditions (#20279) (344d302)
  • implement removePluginHookSsrArgument future deprecation (#20433) (95927d9)
  • implement removeServerHot future deprecation (#20434) (259f45d)
  • resolve server URLs before calling other listeners (#19981) (45f6443)
  • ssr: resolve externalized packages with resolve.externalConditions and add module-sync to default external condition (#20409) (c669c52)
  • ssr: support import.meta.resolve in module runner (#20260) (62835f7)

Bug Fixes

  • css: avoid warnings for image-set containing __VITE_ASSET__ (#20520) (f1a2635)
  • css: empty CSS entry points should generate CSS files, not JS files (#20518) (bac9f3e)
  • dev: denied request stalled when requested concurrently (#20503) (64a52e7)
  • manifest: initialize entryCssAssetFileNames as an empty Set (#20542) (6a46cda)
  • skip prepareOutDirPlugin in workers (#20556) (97d5111)
  • asset: only watch existing files for new URL(, import.meta.url) (#20507) (1b211fd)
  • client: keep ping on WS constructor error (#20512) (3676da5)
  • deps: update all non-major dependencies (#20537) (fc9a9d3)
  • don't resolve as relative for specifiers starting with a dot (#20528) (c5a10ec)
  • html: allow control character in input stream (#20483) (c12a4a7)
  • merge old and new noExternal: true correctly (#20502) (9ebe4a5)
  • deps: update all non-major dependencies (#20489) (f6aa04a)
  • dev: denied requests overly (#20410) (4be5270)
  • hmr: register css deps as type: asset (#20391) (7eac8dd)
  • optimizer: discover correct jsx runtime during scan (#20495) (10d48bb)
  • preview: set correct host for resolvedUrls (#20496) (62b3e0d)
  • worker: resolve WebKit compat with inline workers by deferring blob URL revocation (#20460) (8033e5b)

... (truncated)

Commits

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.0.4 to 7.1.1. <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>v7.1.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.1/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <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> </blockquote> </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><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.1.0...v7.1.1">7.1.1</a> (2025-08-08)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update <code>launch-editor-middleware</code> (<a href="https://github.com/vitejs/vite/issues/20569">#20569</a>) (<a href="https://github.com/vitejs/vite/commit/826b394e0efd033d2fe88126fe9a28da9573bd8f">826b394</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li>fix changelog beta links (<a href="https://github.com/vitejs/vite/issues/20561">#20561</a>) (<a href="https://github.com/vitejs/vite/commit/2e0c21a07ec5ca7ed5eaa1b6a7d44682fa467a06">2e0c21a</a>)</li> <li>update 7.1 changelog (<a href="https://github.com/vitejs/vite/issues/20560">#20560</a>) (<a href="https://github.com/vitejs/vite/commit/d8869b84208879c7aa6a0268ec073a34760c0d80">d8869b8</a>)</li> </ul> <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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://github.com/vitejs/vite/issues/20460">#20460</a>) (<a href="https://github.com/vitejs/vite/commit/8033e5bf8d3ff43995d0620490ed8739c59171dd">8033e5b</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/f4438a17eb703a6e6bd9486fae56c8e7b35adbdd"><code>f4438a1</code></a> release: v7.1.1</li> <li><a href="https://github.com/vitejs/vite/commit/826b394e0efd033d2fe88126fe9a28da9573bd8f"><code>826b394</code></a> fix(deps): update <code>launch-editor-middleware</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20569">#20569</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/2e0c21a07ec5ca7ed5eaa1b6a7d44682fa467a06"><code>2e0c21a</code></a> chore: fix changelog beta links (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20561">#20561</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d8869b84208879c7aa6a0268ec073a34760c0d80"><code>d8869b8</code></a> chore: update 7.1 changelog (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20560">#20560</a>)</li> <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>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v7.1.1/packages/vite">compare view</a></li> </ul> </details> <br />
martinr92 commented 2025-08-08 03:01:58 +00:00 (Migrated from gitlab.com)

assigned to @martinr92

assigned to @martinr92
martinr92 commented 2025-08-08 03:02:02 +00:00 (Migrated from gitlab.com)

mentioned in merge request !490

mentioned in merge request !490
Owner

replaced by #553

replaced by #553
martinr92 closed this pull request 2025-10-01 21:43:06 +00:00
martinr92 deleted branch dependabot-npm_and_yarn-develop-vite-7.1.1 2025-10-01 21:43:12 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.