517.md (14079B)
1 # PR #517 Bump vite from 4.0.5 to 4.4.2 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-07-10T08:55:13Z 6 - **Branch:** dependabot/npm_and_yarn/vite-4.4.2 → main 7 - **Closed:** 2023-07-12T08:59:27Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [517.diff](./517.diff) 12 13 --- 14 15 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.0.5 to 4.4.2. 16 <details> 17 <summary>Release notes</summary> 18 <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> 19 <blockquote> 20 <h2>create-vite@4.4.0</h2> 21 <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@4.4.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 22 <h2>create-vite@4.3.2</h2> 23 <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@4.3.2/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 24 <h2>create-vite@4.3.1</h2> 25 <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@4.3.1/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 26 <h2>create-vite@4.3.0</h2> 27 <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@4.3.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 28 <h2>create-vite@4.3.0-beta.0</h2> 29 <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@4.3.0-beta.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 30 <h2>create-vite@4.2.0</h2> 31 <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@4.2.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 32 <h2>create-vite@4.2.0-beta.1</h2> 33 <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@4.2.0-beta.1/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 34 <h2>create-vite@4.2.0-beta.0</h2> 35 <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@4.2.0-beta.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 36 <h2>create-vite@4.1.0</h2> 37 <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@4.1.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 38 <h2>create-vite@4.1.0-beta.0</h2> 39 <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@4.1.0-beta.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 40 </blockquote> 41 </details> 42 <details> 43 <summary>Changelog</summary> 44 <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> 45 <blockquote> 46 <h2><!-- raw HTML omitted -->4.4.2 (2023-07-07)<!-- raw HTML omitted --></h2> 47 <ul> 48 <li>fix(css): use single postcss instance (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13738">#13738</a>) (<a href="https://github.com/vitejs/vite/commit/c02fac4">c02fac4</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13738">#13738</a></li> 49 </ul> 50 <h2><!-- raw HTML omitted -->4.4.1 (2023-07-06)<!-- raw HTML omitted --></h2> 51 <ul> 52 <li>fix: revert <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13073">#13073</a>, use consistent virtual module ID in module graph (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13734">#13734</a>) (<a href="https://github.com/vitejs/vite/commit/f589ac0">f589ac0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13073">#13073</a> <a href="https://redirect.github.com/vitejs/vite/issues/13734">#13734</a></li> 53 <li>fix: revert import config module as data (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13731">#13731</a>) (<a href="https://github.com/vitejs/vite/commit/b0bfa01">b0bfa01</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13731">#13731</a></li> 54 <li>chore: changelog notes and clean for 4.4 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13728">#13728</a>) (<a href="https://github.com/vitejs/vite/commit/3f4e36e">3f4e36e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13728">#13728</a></li> 55 </ul> 56 <h2>4.4.0 (2023-07-06)</h2> 57 <h3>Experimental support for Lightning CSS</h3> 58 <p>Starting from Vite 4.4, there is experimental support for <a href="https://lightningcss.dev/">Lightning CSS</a>. You can opt into it by adding <a href="https://main.vitejs.dev/config/shared-options.html#css-transformer"><code>css.transformer: 'lightningcss'</code></a> to your config file and install the optional <a href="https://www.npmjs.com/package/lightningcss"><code>lightningcss</code></a> dev dependency. If enabled, CSS files will be processed by Lightning CSS instead of PostCSS.</p> 59 <p>Lightning CSS can also be used as the CSS minifier with <a href="https://main.vitejs.dev/config/build-options.html#css-minify"><code>build.cssMinify: 'lightningcss'</code></a>.</p> 60 <p>See beta docs at the <a href="https://main.vitejs.dev/guide/features.html#lightning-css">Lighting CSS guide</a>.</p> 61 <h3>esbuild 0.18 update</h3> 62 <p><a href="https://github.com/evanw/esbuild/blob/main/CHANGELOG.md#0180">esbuild 0.18</a> contains backwards-incompatible changes to esbuild's handling of <code>tsconfig.json</code> files. We think they shouldn't affect Vite users, you can review <a href="https://redirect.github.com/vitejs/vite/issues/13525">#13525</a> for more information.</p> 63 <h3>Templates for Solid and Qwik in create-vite</h3> 64 <p>New starter templates have been added to <a href="https://vitejs.dev/guide/#scaffolding-your-first-vite-project">create-vite</a> for <a href="https://www.solidjs.com/">Solid</a> and <a href="https://qwik.builder.io/">Qwik</a>. Try them online at <a href="https://vite.new/solid-ts">vite.new/solid-ts</a> and <a href="https://vite.new/qwik-ts">vite.new/qwik-ts</a>.</p> 65 <h3>Korean Translation</h3> 66 <p>Vite's docs are now translated to Korean, available at <a href="https://ko.vitejs.dev">ko.vitejs.dev</a>.</p> 67 <h3>Features</h3> 68 <ul> 69 <li>feat: preview mode add keyboard shortcuts (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12968">#12968</a>) (<a href="https://github.com/vitejs/vite/commit/126e93e">126e93e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12968">#12968</a></li> 70 <li>feat: asset type add apng (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13294">#13294</a>) (<a href="https://github.com/vitejs/vite/commit/a11b6f6">a11b6f6</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13294">#13294</a></li> 71 <li>feat: emit event to handle chunk load errors (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12084">#12084</a>) (<a href="https://github.com/vitejs/vite/commit/2eca54e">2eca54e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12084">#12084</a></li> 72 <li>feat: import public non-asset URL (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13422">#13422</a>) (<a href="https://github.com/vitejs/vite/commit/3a98558">3a98558</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13422">#13422</a></li> 73 <li>feat: support files for <code>fs.allow</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12863">#12863</a>) (<a href="https://github.com/vitejs/vite/commit/4a06e66">4a06e66</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12863">#12863</a></li> 74 <li>feat(build): warn dynamic import module with a static import alongside (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12850">#12850</a>) (<a href="https://github.com/vitejs/vite/commit/127c334">127c334</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12850">#12850</a></li> 75 <li>feat(client): add debounce on page reload (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13545">#13545</a>) (<a href="https://github.com/vitejs/vite/commit/d080b51">d080b51</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13545">#13545</a></li> 76 <li>feat(client): add WebSocket connections events (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13334">#13334</a>) (<a href="https://github.com/vitejs/vite/commit/eb75103">eb75103</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13334">#13334</a></li> 77 <li>feat(config): friendly ESM file require error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13283">#13283</a>) (<a href="https://github.com/vitejs/vite/commit/b9a6ba0">b9a6ba0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13283">#13283</a></li> 78 <li>feat(css): add support for Lightning CSS (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12807">#12807</a>) (<a href="https://github.com/vitejs/vite/commit/c6c5d49">c6c5d49</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12807">#12807</a></li> 79 <li>feat(css): support at import preprocessed styles (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/8400">#8400</a>) (<a href="https://github.com/vitejs/vite/commit/2bd6077">2bd6077</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/8400">#8400</a></li> 80 <li>feat(html): support image set in inline style (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13473">#13473</a>) (<a href="https://github.com/vitejs/vite/commit/2c0faba">2c0faba</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13473">#13473</a></li> 81 </ul> 82 <!-- raw HTML omitted --> 83 </blockquote> 84 <p>... (truncated)</p> 85 </details> 86 <details> 87 <summary>Commits</summary> 88 <ul> 89 <li><a href="https://github.com/vitejs/vite/commit/df492face07b466ae6c1e48c232d207bbde67067"><code>df492fa</code></a> release: v4.4.2</li> 90 <li><a href="https://github.com/vitejs/vite/commit/c02fac41d31608ef58054f28ee3d8e099c4c6ac8"><code>c02fac4</code></a> fix(css): use single postcss instance (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13738">#13738</a>)</li> 91 <li><a href="https://github.com/vitejs/vite/commit/487bdcde3399463ac68eb5ab5bc19e5096b4623b"><code>487bdcd</code></a> release: v4.4.1</li> 92 <li><a href="https://github.com/vitejs/vite/commit/f589ac09098617c9c46bd1fe6e1e42696734ce68"><code>f589ac0</code></a> fix: revert <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13073">#13073</a>, use consistent virtual module ID in module graph (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13734">#13734</a>)</li> 93 <li><a href="https://github.com/vitejs/vite/commit/b0bfa0158b5ffd86b04fde2ab66372eedf25b4bb"><code>b0bfa01</code></a> fix: revert import config module as data (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13731">#13731</a>)</li> 94 <li><a href="https://github.com/vitejs/vite/commit/3f4e36e078456b06fa34c17d981726f53efd75c4"><code>3f4e36e</code></a> chore: changelog notes and clean for 4.4 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13728">#13728</a>)</li> 95 <li><a href="https://github.com/vitejs/vite/commit/3b47e34af89b8220c0aeb119f813e8315e98668e"><code>3b47e34</code></a> release: v4.4.0</li> 96 <li><a href="https://github.com/vitejs/vite/commit/9310b3a52fb2a7d299a9cc6f43d88492d67e743a"><code>9310b3a</code></a> fix(pluginContainer): drop previous sourcesContent (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13722">#13722</a>)</li> 97 <li><a href="https://github.com/vitejs/vite/commit/71516db3438c57643df80da687be57cf641b1762"><code>71516db</code></a> fix(define): stringify object parse error in build mode (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13600">#13600</a>)</li> 98 <li><a href="https://github.com/vitejs/vite/commit/be4b0c0bffb3c41d88fb2f2fdaeedd6f6fa70d23"><code>be4b0c0</code></a> fix: check document before detect script rel (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13559">#13559</a>)</li> 99 <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v4.4.2/packages/vite">compare view</a></li> 100 </ul> 101 </details> 102 <br /> 103 104 105 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 106 107 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`. 108 109 [//]: # (dependabot-automerge-start) 110 [//]: # (dependabot-automerge-end) 111 112 --- 113 114 <details> 115 <summary>Dependabot commands and options</summary> 116 <br /> 117 118 You can trigger Dependabot actions by commenting on this PR: 119 - `@dependabot rebase` will rebase this PR 120 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 121 - `@dependabot merge` will merge this PR after your CI passes on it 122 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 123 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 124 - `@dependabot reopen` will reopen this PR if it is closed 125 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 126 - `@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) 127 - `@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) 128 - `@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) 129 130 131 </details> 132 133 134 ## Comments 135 136 ### @dependabot[bot] — 2023-07-12T08:59:26Z 137 138 Superseded by #521. 139