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 4.5.2 to 5.1.4 (#941)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 5.1.4. <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>[email protected]</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/[email protected]/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>[email protected]</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/[email protected]/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>[email protected]</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/[email protected]/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>[email protected]</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/[email protected]/packages/create-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 -->5.1.4 (2024-02-21)<!-- raw HTML omitted --></h2> <ul> <li>perf: remove unnecessary regex s modifier (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15766">#15766</a>) (<a href="https://github.com/vitejs/vite/commit/8dc1b73">8dc1b73</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15766">#15766</a></li> <li>fix: fs cached checks disabled by default for yarn pnp (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15920">#15920</a>) (<a href="https://github.com/vitejs/vite/commit/8b11fea">8b11fea</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15920">#15920</a></li> <li>fix: resolve directory correctly when <code>fs.cachedChecks: true</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15983">#15983</a>) (<a href="https://github.com/vitejs/vite/commit/4fe971f">4fe971f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15983">#15983</a></li> <li>fix: srcSet with optional descriptor (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15905">#15905</a>) (<a href="https://github.com/vitejs/vite/commit/81b3bd0">81b3bd0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15905">#15905</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15959">#15959</a>) (<a href="https://github.com/vitejs/vite/commit/571a3fd">571a3fd</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15959">#15959</a></li> <li>fix(watch): build watch fails when outDir is empty string (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15979">#15979</a>) (<a href="https://github.com/vitejs/vite/commit/1d263d3">1d263d3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15979">#15979</a></li> </ul> <h2><!-- raw HTML omitted -->5.1.3 (2024-02-15)<!-- raw HTML omitted --></h2> <ul> <li>fix: cachedTransformMiddleware for direct css requests (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15919">#15919</a>) (<a href="https://github.com/vitejs/vite/commit/5099028">5099028</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15919">#15919</a></li> <li>refactor(runtime): minor tweaks (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15904">#15904</a>) (<a href="https://github.com/vitejs/vite/commit/63a39c2">63a39c2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15904">#15904</a></li> <li>refactor(runtime): seal ES module namespace object instead of feezing (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15914">#15914</a>) (<a href="https://github.com/vitejs/vite/commit/4172f02">4172f02</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15914">#15914</a></li> </ul> <h2><!-- raw HTML omitted -->5.1.2 (2024-02-14)<!-- raw HTML omitted --></h2> <ul> <li>fix: normalize import file path info (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15772">#15772</a>) (<a href="https://github.com/vitejs/vite/commit/306df44">306df44</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15772">#15772</a></li> <li>fix(build): do not output build time when build fails (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15711">#15711</a>) (<a href="https://github.com/vitejs/vite/commit/added3e">added3e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15711">#15711</a></li> <li>fix(runtime): pass path instead of fileURL to <code>isFilePathESM</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15908">#15908</a>) (<a href="https://github.com/vitejs/vite/commit/7b15607">7b15607</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15908">#15908</a></li> <li>fix(worker): support UTF-8 encoding in inline workers (fixes <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12117">#12117</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15866">#15866</a>) (<a href="https://github.com/vitejs/vite/commit/570e0f1">570e0f1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12117">#12117</a> <a href="https://redirect.github.com/vitejs/vite/issues/15866">#15866</a></li> <li>chore: update license file (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15885">#15885</a>) (<a href="https://github.com/vitejs/vite/commit/d9adf18">d9adf18</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15885">#15885</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15874">#15874</a>) (<a href="https://github.com/vitejs/vite/commit/d16ce5d">d16ce5d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15874">#15874</a></li> <li>chore(deps): update dependency dotenv-expand to v11 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15875">#15875</a>) (<a href="https://github.com/vitejs/vite/commit/642d528">642d528</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15875">#15875</a></li> </ul> <h2><!-- raw HTML omitted -->5.1.1 (2024-02-09)<!-- raw HTML omitted --></h2> <ul> <li>fix: empty CSS file was output when only .css?url is used (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15846">#15846</a>) (<a href="https://github.com/vitejs/vite/commit/b2873ac">b2873ac</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15846">#15846</a></li> <li>fix: skip not only .js but also .mjs manifest entries (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15841">#15841</a>) (<a href="https://github.com/vitejs/vite/commit/3d860e7">3d860e7</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15841">#15841</a></li> <li>chore: post 5.1 release edits (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15840">#15840</a>) (<a href="https://github.com/vitejs/vite/commit/9da6502">9da6502</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15840">#15840</a></li> </ul> <h2>5.1.0 (2024-02-08)</h2> <p>Vite 5.1 is out! Read the announcement blog post at <a href="https://vitejs.dev/blog/announcing-vite5-1">https://vitejs.dev/blog/announcing-vite5-1</a>!</p> <ul> <li>chore: revert <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15746">#15746</a> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15839">#15839</a>) (<a href="https://github.com/vitejs/vite/commit/ed875f8">ed875f8</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15746">#15746</a> <a href="https://redirect.github.com/vitejs/vite/issues/15839">#15839</a></li> <li>fix: pass <code>customLogger</code> to <code>loadConfigFromFile</code> (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15824">#15824</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15831">#15831</a>) (<a href="https://github.com/vitejs/vite/commit/55a3427">55a3427</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15824">#15824</a> <a href="https://redirect.github.com/vitejs/vite/issues/15831">#15831</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15803">#15803</a>) (<a href="https://github.com/vitejs/vite/commit/e0a6ef2">e0a6ef2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15803">#15803</a></li> <li>refactor: remove <code>vite build --force</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15837">#15837</a>) (<a href="https://github.com/vitejs/vite/commit/f1a4242">f1a4242</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15837">#15837</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/0137ea0100974b88fbfe48dd581ac32e6f61dcc0"><code>0137ea0</code></a> release: v5.1.4</li> <li><a href="https://github.com/vitejs/vite/commit/8dc1b731463bfa5c2cb0c159b98050b55377581c"><code>8dc1b73</code></a> perf: remove unnecessary regex s modifier (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15766">#15766</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4fe971fda39ab1a323461c09b35108cc7a271484"><code>4fe971f</code></a> fix: resolve directory correctly when <code>fs.cachedChecks: true</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15983">#15983</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1d263d39d32838cf5b77eeb44426ae81e969309c"><code>1d263d3</code></a> fix(watch): build watch fails when outDir is empty string (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15979">#15979</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/81b3bd09cff926534ea667edfa5417b944cdf01c"><code>81b3bd0</code></a> fix: srcSet with optional descriptor (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15905">#15905</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/571a3fde438d60540cfeba132e24646badf5ff2f"><code>571a3fd</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15959">#15959</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/8b11fea91560c5f084c31aa9b19e64832ac6c3b5"><code>8b11fea</code></a> fix: fs cached checks disabled by default for yarn pnp (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15920">#15920</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/bf3952790495122fd2e4b8584fd892ae838a0cb5"><code>bf39527</code></a> release: v5.1.3</li> <li><a href="https://github.com/vitejs/vite/commit/509902807c841742e0d64ca7ea12c0b44ab54489"><code>5099028</code></a> fix: cachedTransformMiddleware for direct css requests (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15919">#15919</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4172f02b70a8ae44bb8f3bc22d5fd5cffe458274"><code>4172f02</code></a> refactor(runtime): seal ES module namespace object instead of feezing (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15914">#15914</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v5.1.4/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=4.5.2&new-version=5.1.4)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information