Bump vite from 5.0.4 to 5.0.5 in /client #153

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/client/vite-5.0.5 into main 2023-12-05 10:27:54 +00:00
dependabot[bot] commented 2023-12-05 00:21:20 +00:00 (Migrated from github.com)

Bumps vite from 5.0.4 to 5.0.5.

Changelog

Sourced from vite's changelog.

5.0.5 (2023-12-04)

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.4 to 5.0.5. <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.0.5 (2023-12-04)<!-- raw HTML omitted --></h2> <ul> <li>fix: emit <code>vite:preloadError</code> for chunks without deps (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15203">#15203</a>) (<a href="https://github.com/vitejs/vite/commit/d8001c5">d8001c5</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15203">#15203</a></li> <li>fix: esbuild glob import resolve error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15140">#15140</a>) (<a href="https://github.com/vitejs/vite/commit/676804d">676804d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15140">#15140</a></li> <li>fix: json error with position (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15225">#15225</a>) (<a href="https://github.com/vitejs/vite/commit/14be75f">14be75f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15225">#15225</a></li> <li>fix: proxy html path should be encoded (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15223">#15223</a>) (<a href="https://github.com/vitejs/vite/commit/5b85040">5b85040</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15223">#15223</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15233">#15233</a>) (<a href="https://github.com/vitejs/vite/commit/ad3adda">ad3adda</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15233">#15233</a></li> <li>fix(hmr): don't consider CSS dep as a circular dep (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15229">#15229</a>) (<a href="https://github.com/vitejs/vite/commit/5f2cdec">5f2cdec</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15229">#15229</a></li> <li>feat: add '*.mov' to client.d.ts (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15189">#15189</a>) (<a href="https://github.com/vitejs/vite/commit/d93a211">d93a211</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15189">#15189</a></li> <li>feat(server): allow disabling built-in shortcuts (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15218">#15218</a>) (<a href="https://github.com/vitejs/vite/commit/7fd7c6c">7fd7c6c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15218">#15218</a></li> <li>chore: replace 'some' with 'includes' in resolveEnvPrefix (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15220">#15220</a>) (<a href="https://github.com/vitejs/vite/commit/ee12f30">ee12f30</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15220">#15220</a></li> <li>chore: update the website url for homepage in package.json (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15181">#15181</a>) (<a href="https://github.com/vitejs/vite/commit/282bd8f">282bd8f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15181">#15181</a></li> <li>chore: update vitest to 1.0.0-beta.6 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15194">#15194</a>) (<a href="https://github.com/vitejs/vite/commit/2fce647">2fce647</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15194">#15194</a></li> <li>refactor: make HMR agnostic to environment (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15179">#15179</a>) (<a href="https://github.com/vitejs/vite/commit/0571b7c">0571b7c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15179">#15179</a></li> <li>refactor: use dedicated regex methods (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15228">#15228</a>) (<a href="https://github.com/vitejs/vite/commit/0348137">0348137</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15228">#15228</a></li> <li>perf: remove debug only prettifyUrl call (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15204">#15204</a>) (<a href="https://github.com/vitejs/vite/commit/73e971f">73e971f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15204">#15204</a></li> <li>perf: skip computing sourceRoot in injectSourcesContent (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15207">#15207</a>) (<a href="https://github.com/vitejs/vite/commit/1df1fd1">1df1fd1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15207">#15207</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/fa7976732e815a7f4268369596f6df872201d0e9"><code>fa79767</code></a> release: v5.0.5</li> <li><a href="https://github.com/vitejs/vite/commit/ad3adda7215c33874a07cbd4d430fcffe4c85dce"><code>ad3adda</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15233">#15233</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d93a211959cb5f9951653d717aceee2a0d93499a"><code>d93a211</code></a> feat: add '*.mov' to client.d.ts (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15189">#15189</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/5f2cdec5d61b847352b3412725fcc957dca010d4"><code>5f2cdec</code></a> fix(hmr): don't consider CSS dep as a circular dep (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15229">#15229</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ee12f30eaae70a8989cff0fe0a823e3f42a84832"><code>ee12f30</code></a> chore: replace 'some' with 'includes' in resolveEnvPrefix (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15220">#15220</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/14be75f6a8497ae1416188e21b2b0f818443cc2a"><code>14be75f</code></a> fix: json error with position (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15225">#15225</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/0348137a2315fc288f0e915169c36947f69bba63"><code>0348137</code></a> refactor: use dedicated regex methods (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15228">#15228</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/5b8504048140cbbd5d9424132c998c506dece6ce"><code>5b85040</code></a> fix: proxy html path should be encoded (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15223">#15223</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1df1fd1047695c4d144de4b2b4bd4a69fc7d7440"><code>1df1fd1</code></a> perf: skip computing sourceRoot in injectSourcesContent (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15207">#15207</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/7fd7c6cebfcad34ae7021ebee28f97b1f28ef3f3"><code>7fd7c6c</code></a> feat(server): allow disabling built-in shortcuts (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15218">#15218</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v5.0.5/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.4&new-version=5.0.5)](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 2023-12-05 00:21:22 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 645b3b5
Status:   Deploy successful!
Preview URL: https://f5be1874.powertools.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-clie-7kdo.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>645b3b5</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://f5be1874.powertools.pages.dev'>https://f5be1874.powertools.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-clie-7kdo.powertools.pages.dev'>https://dependabot-npm-and-yarn-clie-7kdo.powertools.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/powertools/f5be1874-2861-47da-8e24-7c13bdbd3914)
This repo is archived. You cannot comment on pull requests.
No description provided.