Bump vite from 5.0.12 to 5.1.0 in /client #190

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/client/vite-5.1.0 into main 2024-02-09 17:45:03 +00:00
dependabot[bot] commented 2024-02-09 00:43:02 +00:00 (Migrated from github.com)

Bumps vite from 5.0.12 to 5.1.0.

Release notes

Sourced from vite's releases.

create-vite@5.1.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.1.0 (2024-02-08)

Vite 5.1 is out! Read the announcement blog post at https://vitejs.dev/blog/announcing-vite5-1!

5.1.0-beta.7 (2024-02-07)

5.1.0-beta.6 (2024-02-01)

5.1.0-beta.5 (2024-01-27)

5.1.0-beta.4 (2024-01-26)

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.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>create-vite@5.1.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.1.0/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>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> <h2>5.1.0-beta.7 (2024-02-07)</h2> <ul> <li>fix: disable fs.cachedChecks for custom watch ignore patterns (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15828">#15828</a>) (<a href="https://github.com/vitejs/vite/commit/9070be3">9070be3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15828">#15828</a></li> <li>fix: judge next dirent cache type (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15787">#15787</a>) (<a href="https://github.com/vitejs/vite/commit/5fbeba3">5fbeba3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15787">#15787</a></li> <li>fix: scan entries when the root is in node_modules (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15746">#15746</a>) (<a href="https://github.com/vitejs/vite/commit/c3e83bb">c3e83bb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15746">#15746</a></li> <li>fix(config): improved warning when root path includes bad characters (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15761">#15761</a>) (<a href="https://github.com/vitejs/vite/commit/1c0dc3d">1c0dc3d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15761">#15761</a></li> <li>docs: fix typos in CHANGELOG (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15825">#15825</a>) (<a href="https://github.com/vitejs/vite/commit/3ee4e7b">3ee4e7b</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15825">#15825</a></li> <li>perf: use transform cache by resolved id (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15785">#15785</a>) (<a href="https://github.com/vitejs/vite/commit/78d838a">78d838a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15785">#15785</a></li> <li>chore: release notes (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15777">#15777</a>) (<a href="https://github.com/vitejs/vite/commit/775bb50">775bb50</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15777">#15777</a></li> </ul> <h2>5.1.0-beta.6 (2024-02-01)</h2> <ul> <li>feat: experimental Vite Runtime API (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12165">#12165</a>) (<a href="https://github.com/vitejs/vite/commit/8b3ab07">8b3ab07</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12165">#12165</a></li> <li>fix: add ref() and unref() to chokidar.d.ts for typescript build to work (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15706">#15706</a>) (<a href="https://github.com/vitejs/vite/commit/6b45037">6b45037</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15706">#15706</a></li> <li>perf: simplify explicit import mark in import analysis (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15724">#15724</a>) (<a href="https://github.com/vitejs/vite/commit/2805b2d">2805b2d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15724">#15724</a></li> </ul> <h2>5.1.0-beta.5 (2024-01-27)</h2> <ul> <li>fix: do not init optimizer during build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15727">#15727</a>) (<a href="https://github.com/vitejs/vite/commit/a08f646">a08f646</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15727">#15727</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15675">#15675</a>) (<a href="https://github.com/vitejs/vite/commit/4d9363a">4d9363a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15675">#15675</a></li> </ul> <h2>5.1.0-beta.4 (2024-01-26)</h2> <ul> <li>perf: lazy load rollup during dev (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15621">#15621</a>) (<a href="https://github.com/vitejs/vite/commit/6f88a90">6f88a90</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15621">#15621</a></li> <li>perf: use workspace root for fs cache (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15712">#15712</a>) (<a href="https://github.com/vitejs/vite/commit/8815763">8815763</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15712">#15712</a></li> <li>chore: remove unneeded normalizePath (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15713">#15713</a>) (<a href="https://github.com/vitejs/vite/commit/92f2747">92f2747</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15713">#15713</a></li> <li>chore(proxy): update proxy error info (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15678">#15678</a>) (<a href="https://github.com/vitejs/vite/commit/09bd58d">09bd58d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15678">#15678</a></li> <li>feat: enable fs.cachedChecks by default (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15704">#15704</a>) (<a href="https://github.com/vitejs/vite/commit/a05c709">a05c709</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15704">#15704</a></li> <li>feat(optimizer): holdUntilCrawlEnd option (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15244">#15244</a>) (<a href="https://github.com/vitejs/vite/commit/b7c6629">b7c6629</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15244">#15244</a></li> <li>fix: normalize prettify url (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15705">#15705</a>) (<a href="https://github.com/vitejs/vite/commit/98bc3dc">98bc3dc</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15705">#15705</a></li> <li>fix: windows add/delete file (<a href="https://github.com/vitejs/vite/commit/3a7b650">3a7b650</a>)</li> <li>fix(build): build error message output twice (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15664">#15664</a>) (<a href="https://github.com/vitejs/vite/commit/74382b9">74382b9</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15664">#15664</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/25d79241862938fcec625dc31950bff2b37f6bab"><code>25d7924</code></a> release: v5.0.7</li> <li><a href="https://github.com/vitejs/vite/commit/3e42611da7812193338ce7cef03db14602332b17"><code>3e42611</code></a> fix: suppress terser warning if minify disabled (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15275">#15275</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/8e4655c96f7f9d0634f44997f2a9c9b2fdfcb685"><code>8e4655c</code></a> chore: remove unneeded condition in getRealPath (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15267">#15267</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ef2a0247937fb4c89f51ff116480f2ec4dcf7598"><code>ef2a024</code></a> fix: symbolic links in public dir (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15264">#15264</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/8ad81b470ca6f8d4cc9a56a1833c9475081b9ff9"><code>8ad81b4</code></a> fix(html): skip inlining icon and manifest links (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14958">#14958</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/8409b662d6891491c997126d14bb88101851a3d5"><code>8409b66</code></a> perf: cache empty optimizer result (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15245">#15245</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/bd26284a51d52ded70472ce92a359d884881fa43"><code>bd26284</code></a> release: v5.0.6</li> <li><a href="https://github.com/vitejs/vite/commit/0f9e1bfdc2d228c02690f9d858e8f8cce8d93264"><code>0f9e1bf</code></a> perf: in-memory public files check (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15195">#15195</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/35a5bcf139f015f81c8e127f19ba6dc830a642d5"><code>35a5bcf</code></a> chore: remove unneccessary eslint-disable-next-line regexp/no-unused-capturin...</li> <li><a href="https://github.com/vitejs/vite/commit/fa7976732e815a7f4268369596f6df872201d0e9"><code>fa79767</code></a> release: v5.0.5</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/create-vite@5.1.0/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=5.0.12&new-version=5.1.0)](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>
cloudflare-workers-and-pages[bot] commented 2024-02-09 00:43:43 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7034618
Status:   Deploy successful!
Preview URL: https://9fb4870e.powertools.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-clie-5ajx.powertools.pages.dev

View logs

## Deploying with &nbsp;<a href="https://pages.dev"><img alt="Cloudflare Pages" src="https://user-images.githubusercontent.com/23264/106598434-9e719e00-654f-11eb-9e59-6167043cfa01.png" width="16"></a> &nbsp;Cloudflare Pages <table><tr><td><strong>Latest commit:</strong> </td><td> <code>7034618</code> </td></tr> <tr><td><strong>Status:</strong></td><td>&nbsp;✅&nbsp; Deploy successful!</td></tr> <tr><td><strong>Preview URL:</strong></td><td> <a href='https://9fb4870e.powertools.pages.dev'>https://9fb4870e.powertools.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-clie-5ajx.powertools.pages.dev'>https://dependabot-npm-and-yarn-clie-5ajx.powertools.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/powertools/9fb4870e-84e8-4dc3-ae6f-253183763b6b)
This repo is archived. You cannot comment on pull requests.
No description provided.