540.md (15604B)
1 # PR #540 Bump vite from 4.0.5 to 4.4.6 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-07-21T09:05:37Z 6 - **Branch:** dependabot/npm_and_yarn/vite-4.4.6 → main 7 - **Closed:** 2023-07-25T09:03:34Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [540.diff](./540.diff) 12 13 --- 14 15 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.0.5 to 4.4.6. 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.1</h2> 21 <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@4.4.1/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 22 <h2>create-vite@4.4.0</h2> 23 <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> 24 <h2>create-vite@4.3.2</h2> 25 <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> 26 <h2>create-vite@4.3.1</h2> 27 <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> 28 <h2>create-vite@4.3.0</h2> 29 <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> 30 <h2>create-vite@4.3.0-beta.0</h2> 31 <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> 32 <h2>create-vite@4.2.0</h2> 33 <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> 34 <h2>create-vite@4.2.0-beta.1</h2> 35 <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> 36 <h2>create-vite@4.2.0-beta.0</h2> 37 <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> 38 <h2>create-vite@4.1.0</h2> 39 <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> 40 <h2>create-vite@4.1.0-beta.0</h2> 41 <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> 42 </blockquote> 43 </details> 44 <details> 45 <summary>Changelog</summary> 46 <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> 47 <blockquote> 48 <h2><!-- raw HTML omitted -->4.4.6 (2023-07-21)<!-- raw HTML omitted --></h2> 49 <ul> 50 <li>fix: constrain inject helpers for iife (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13909">#13909</a>) (<a href="https://github.com/vitejs/vite/commit/c89f677">c89f677</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13909">#13909</a></li> 51 <li>fix: display manualChunks warning only when a function is not used (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13797">#13797</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13798">#13798</a>) (<a href="https://github.com/vitejs/vite/commit/51c271f">51c271f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13797">#13797</a> <a href="https://redirect.github.com/vitejs/vite/issues/13798">#13798</a></li> 52 <li>fix: do not append <code>browserHash</code> on optimized deps during build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13906">#13906</a>) (<a href="https://github.com/vitejs/vite/commit/0fb2340">0fb2340</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13906">#13906</a></li> 53 <li>fix: use Bun's implementation of <code>ws</code> instead of the bundled one (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13901">#13901</a>) (<a href="https://github.com/vitejs/vite/commit/049404c">049404c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13901">#13901</a></li> 54 <li>feat(client): add guide to press Esc for closing the overlay (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13896">#13896</a>) (<a href="https://github.com/vitejs/vite/commit/da389cc">da389cc</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13896">#13896</a></li> 55 </ul> 56 <h2><!-- raw HTML omitted -->4.4.5 (2023-07-20)<!-- raw HTML omitted --></h2> 57 <ul> 58 <li>fix: "EISDIR: illegal operation on a directory, realpath" error on RA… (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13655">#13655</a>) (<a href="https://github.com/vitejs/vite/commit/6bd5434">6bd5434</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13655">#13655</a></li> 59 <li>fix: transform error message add file info (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13687">#13687</a>) (<a href="https://github.com/vitejs/vite/commit/6dca41c">6dca41c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13687">#13687</a></li> 60 <li>fix: warn when publicDir and outDir are nested (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13742">#13742</a>) (<a href="https://github.com/vitejs/vite/commit/4eb3154">4eb3154</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13742">#13742</a></li> 61 <li>fix(build): remove warning about ineffective dynamic import from node_modules (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13884">#13884</a>) (<a href="https://github.com/vitejs/vite/commit/33002dd">33002dd</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13884">#13884</a></li> 62 <li>fix(build): style insert order for UMD builds (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13668">#13668</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13669">#13669</a>) (<a href="https://github.com/vitejs/vite/commit/49a1b99">49a1b99</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13668">#13668</a> <a href="https://redirect.github.com/vitejs/vite/issues/13669">#13669</a></li> 63 <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13872">#13872</a>) (<a href="https://github.com/vitejs/vite/commit/975a631">975a631</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13872">#13872</a></li> 64 <li>fix(types): narrow down the return type of <code>defineConfig</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13792">#13792</a>) (<a href="https://github.com/vitejs/vite/commit/c971f26">c971f26</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13792">#13792</a></li> 65 <li>chore: fix typos (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13862">#13862</a>) (<a href="https://github.com/vitejs/vite/commit/f54e8da">f54e8da</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13862">#13862</a></li> 66 <li>chore: replace <code>any</code> with <code>string</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13850">#13850</a>) (<a href="https://github.com/vitejs/vite/commit/4606fd8">4606fd8</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13850">#13850</a></li> 67 <li>chore(deps): update dependency prettier to v3 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13759">#13759</a>) (<a href="https://github.com/vitejs/vite/commit/5a56941">5a56941</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13759">#13759</a></li> 68 <li>docs: fix build.cssMinify link (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13840">#13840</a>) (<a href="https://github.com/vitejs/vite/commit/8a2a3e1">8a2a3e1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13840">#13840</a></li> 69 </ul> 70 <h2><!-- raw HTML omitted -->4.4.4 (2023-07-14)<!-- raw HTML omitted --></h2> 71 <ul> 72 <li>chore: warning about ssr cjs format removal (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13827">#13827</a>) (<a href="https://github.com/vitejs/vite/commit/4646e9f">4646e9f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13827">#13827</a></li> 73 <li>fix(esbuild): enable experimentalDecorators by default (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13805">#13805</a>) (<a href="https://github.com/vitejs/vite/commit/e8880f0">e8880f0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13805">#13805</a></li> 74 <li>fix(scan): skip tsconfigRaw fallback if tsconfig is set (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13823">#13823</a>) (<a href="https://github.com/vitejs/vite/commit/b6155a1">b6155a1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13823">#13823</a></li> 75 <li>feat(client): close <code>vite-error-overlay</code> with Escape key (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13795">#13795</a>) (<a href="https://github.com/vitejs/vite/commit/85bdcda">85bdcda</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13795">#13795</a></li> 76 </ul> 77 <h2><!-- raw HTML omitted -->4.4.3 (2023-07-11)<!-- raw HTML omitted --></h2> 78 <ul> 79 <li>fix: avoid early error when server is closed in ssr (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13787">#13787</a>) (<a href="https://github.com/vitejs/vite/commit/89d01eb">89d01eb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13787">#13787</a></li> 80 <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13758">#13758</a>) (<a href="https://github.com/vitejs/vite/commit/8ead116">8ead116</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13758">#13758</a></li> 81 <li>fix(server): remove restart guard on restart (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13789">#13789</a>) (<a href="https://github.com/vitejs/vite/commit/2a38ef7">2a38ef7</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13789">#13789</a></li> 82 </ul> 83 <h2><!-- raw HTML omitted -->4.4.2 (2023-07-07)<!-- raw HTML omitted --></h2> 84 <ul> 85 <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> 86 </ul> 87 <h2><!-- raw HTML omitted -->4.4.1 (2023-07-06)<!-- raw HTML omitted --></h2> 88 <!-- raw HTML omitted --> 89 </blockquote> 90 <p>... (truncated)</p> 91 </details> 92 <details> 93 <summary>Commits</summary> 94 <ul> 95 <li><a href="https://github.com/vitejs/vite/commit/85c38abda0b28cdb45503dc6badee920dc56c182"><code>85c38ab</code></a> release: v4.4.6</li> 96 <li><a href="https://github.com/vitejs/vite/commit/0fb2340a6024e6eaf1ae18263b502c1c4e4d6435"><code>0fb2340</code></a> fix: do not append <code>browserHash</code> on optimized deps during build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13906">#13906</a>)</li> 97 <li><a href="https://github.com/vitejs/vite/commit/c89f6775fc058af3938e47d95d6e6e4c0f18ab34"><code>c89f677</code></a> fix: constrain inject helpers for iife (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13909">#13909</a>)</li> 98 <li><a href="https://github.com/vitejs/vite/commit/da389cc0ee09933ed2a843289be6fc9b93e4a888"><code>da389cc</code></a> feat(client): add guide to press Esc for closing the overlay (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13896">#13896</a>)</li> 99 <li><a href="https://github.com/vitejs/vite/commit/51c271f2bd97ce408e82952045ed516596176596"><code>51c271f</code></a> fix: display manualChunks warning only when a function is not used (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13797">#13797</a>) (...</li> 100 <li><a href="https://github.com/vitejs/vite/commit/049404c2ba5cbf0292d23552d4e292cf33798d16"><code>049404c</code></a> fix: use Bun's implementation of <code>ws</code> instead of the bundled one (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13901">#13901</a>)</li> 101 <li><a href="https://github.com/vitejs/vite/commit/af77f3ef64b9fe200b17892236dfd6ce97c4d036"><code>af77f3e</code></a> release: v4.4.5</li> 102 <li><a href="https://github.com/vitejs/vite/commit/33002dd06c6ed1b97ec8fd2714b02bd80df99e03"><code>33002dd</code></a> fix(build): remove warning about ineffective dynamic import from node_modules...</li> 103 <li><a href="https://github.com/vitejs/vite/commit/5a56941a895fd0ffdbdbf0094336fb7f0f4099c1"><code>5a56941</code></a> chore(deps): update dependency prettier to v3 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13759">#13759</a>)</li> 104 <li><a href="https://github.com/vitejs/vite/commit/6bd543421e8479c311750fceb119a0b5a48c7703"><code>6bd5434</code></a> fix: "EISDIR: illegal operation on a directory, realpath" error on RA… (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13655">#13655</a>)</li> 105 <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v4.4.6/packages/vite">compare view</a></li> 106 </ul> 107 </details> 108 <br /> 109 110 111 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 112 113 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`. 114 115 [//]: # (dependabot-automerge-start) 116 [//]: # (dependabot-automerge-end) 117 118 --- 119 120 <details> 121 <summary>Dependabot commands and options</summary> 122 <br /> 123 124 You can trigger Dependabot actions by commenting on this PR: 125 - `@dependabot rebase` will rebase this PR 126 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 127 - `@dependabot merge` will merge this PR after your CI passes on it 128 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 129 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 130 - `@dependabot reopen` will reopen this PR if it is closed 131 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 132 - `@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) 133 - `@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) 134 - `@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) 135 136 137 </details> 138 139 140 ## Comments 141 142 ### @dependabot[bot] — 2023-07-25T09:03:33Z 143 144 Superseded by #544. 145