Bump vite from 4.5.0 to 5.0.3 in /client #143

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/client/vite-5.0.3 into main
dependabot[bot] commented 2023-11-29 00:41:10 +00:00 (Migrated from github.com)

Bumps vite from 4.5.0 to 5.0.3.

Release notes

Sourced from vite's releases.

create-vite@5.0.0

Please refer to CHANGELOG.md for details.

create-vite@5.0.0-beta.1

Please refer to CHANGELOG.md for details.

create-vite@5.0.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.0.3 (2023-11-28)

5.0.2 (2023-11-21)

5.0.1 (2023-11-21)

5.0.0 (2023-11-16)

Vite 5 is out! Read the announcement blog post here

Announcing Vite 5

Today, we mark another big milestone in Vite's path. The Vite team, contributors, and ecosystem partners, are excited to announce the release of Vite 5. Vite is now using Rollup 4, which already represents a big boost in build performance. And there are also new options to improve your dev server performance profile.

Vite 5 focuses on cleaning up the API (removing deprecated features) and streamlines several features closing long-standing issues, for example switching define to use proper AST replacements instead of regexes. We also continue to take steps to future-proof Vite (Node.js 18+ is now required, and the CJS Node API has been deprecated).

Quick links:

Docs in other languages:

... (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 4.5.0 to 5.0.3. <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.0.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.0.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@5.0.0-beta.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.0.0-beta.1/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@5.0.0-beta.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.0.0-beta.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><!-- raw HTML omitted -->5.0.3 (2023-11-28)<!-- raw HTML omitted --></h2> <ul> <li>fix: <code>generateCodeFrame</code> infinite loop (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15093">#15093</a>) (<a href="https://github.com/vitejs/vite/commit/6619de7">6619de7</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15093">#15093</a></li> <li>fix: js fallback sourcemap content should be using original content (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15135">#15135</a>) (<a href="https://github.com/vitejs/vite/commit/227d56d">227d56d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15135">#15135</a></li> <li>fix(css): render correct asset url when CSS chunk name is nested (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15154">#15154</a>) (<a href="https://github.com/vitejs/vite/commit/ef403c0">ef403c0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15154">#15154</a></li> <li>fix(css): use non-nested chunk name if facadeModule is not CSS file (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15155">#15155</a>) (<a href="https://github.com/vitejs/vite/commit/811e392">811e392</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15155">#15155</a></li> <li>fix(dev): bind plugin context functions (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14569">#14569</a>) (<a href="https://github.com/vitejs/vite/commit/cb3243c">cb3243c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14569">#14569</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15145">#15145</a>) (<a href="https://github.com/vitejs/vite/commit/7ff2c0a">7ff2c0a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15145">#15145</a></li> <li>build: handle latest json-stable-stringify replacement (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15049">#15049</a>) (<a href="https://github.com/vitejs/vite/commit/bcc4a61">bcc4a61</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15049">#15049</a></li> </ul> <h2><!-- raw HTML omitted -->5.0.2 (2023-11-21)<!-- raw HTML omitted --></h2> <ul> <li>fix: make htmlFallback more permissive (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15059">#15059</a>) (<a href="https://github.com/vitejs/vite/commit/6fcceeb">6fcceeb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15059">#15059</a></li> </ul> <h2><!-- raw HTML omitted -->5.0.1 (2023-11-21)<!-- raw HTML omitted --></h2> <ul> <li>test: avoid read check when running as root (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14884">#14884</a>) (<a href="https://github.com/vitejs/vite/commit/1d9516c">1d9516c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14884">#14884</a></li> <li>perf(hmr): skip traversed modules when checking circular imports (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15034">#15034</a>) (<a href="https://github.com/vitejs/vite/commit/41e437f">41e437f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15034">#15034</a></li> <li>fix: run htmlFallbackMiddleware for no accept header requests (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15025">#15025</a>) (<a href="https://github.com/vitejs/vite/commit/b93dfe3">b93dfe3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15025">#15025</a></li> <li>fix: update type CSSModulesOptions interface (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14987">#14987</a>) (<a href="https://github.com/vitejs/vite/commit/d0b2153">d0b2153</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14987">#14987</a></li> <li>fix(legacy): error in build with --watch and manifest enabled (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14450">#14450</a>) (<a href="https://github.com/vitejs/vite/commit/b9ee620">b9ee620</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14450">#14450</a></li> <li>chore: add comment about crossorigin attribute for script module (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15040">#15040</a>) (<a href="https://github.com/vitejs/vite/commit/03c371e">03c371e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15040">#15040</a></li> <li>chore: cleanup v5 beta changelog (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14694">#14694</a>) (<a href="https://github.com/vitejs/vite/commit/531d3cb">531d3cb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14694">#14694</a></li> </ul> <h2>5.0.0 (2023-11-16)</h2> <p>Vite 5 is out! Read the <a href="https://vitejs.dev/blog/announcing-vite5">announcement blog post here</a></p> <p><a href="https://vitejs.dev/blog/announcing-vite5"><img src="https://vitejs.dev/og-image-announcing-vite5.png" alt="Announcing Vite 5" /></a></p> <p>Today, we mark another big milestone in Vite's path. The Vite <a href="https://vitejs.dev/team">team</a>, <a href="https://github.com/vitejs/vite/graphs/contributors">contributors</a>, and ecosystem partners, are excited to announce the release of Vite 5. Vite is now using <a href="https://redirect.github.com/vitejs/vite/pull/14508">Rollup 4</a>, which already represents a big boost in build performance. And there are also new options to improve your dev server performance profile.</p> <p>Vite 5 focuses on cleaning up the API (removing deprecated features) and streamlines several features closing long-standing issues, for example switching <code>define</code> to use proper AST replacements instead of regexes. We also continue to take steps to future-proof Vite (Node.js 18+ is now required, and <a href="https://vitejs.dev/guide/migration#deprecate-cjs-node-api">the CJS Node API has been deprecated</a>).</p> <p>Quick links:</p> <ul> <li><a href="https://vitejs.dev">Docs</a></li> <li><a href="https://vitejs.dev/guide/migration">Migration Guide</a></li> </ul> <p>Docs in other languages:</p> <ul> <li><a href="https://cn.vitejs.dev/">简体中文</a></li> <li><a href="https://ja.vitejs.dev/">日本語</a></li> <li><a href="https://es.vitejs.dev/">Español</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/2649f40733bad131bc94b06d370bedc8f57853e2"><code>2649f40</code></a> release: v5.0.3</li> <li><a href="https://github.com/vitejs/vite/commit/811e392b771ae6bc0b27612cf9a06d01c17c3351"><code>811e392</code></a> fix(css): use non-nested chunk name if facadeModule is not CSS file (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15155">#15155</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/cb3243c86ebc6bd7212620db27d50ea2a2bee460"><code>cb3243c</code></a> fix(dev): bind plugin context functions (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14569">#14569</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ef403c0e616499b52f5937bdb8479df3e639adc7"><code>ef403c0</code></a> fix(css): render correct asset url when CSS chunk name is nested (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15154">#15154</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/7ff2c0afe8c6b6901385af829f2e7e80c1fe344c"><code>7ff2c0a</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15145">#15145</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/227d56d37fbfcd1af4b5d93182770b4e650511ee"><code>227d56d</code></a> fix: js fallback sourcemap content should be using original content (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15135">#15135</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6619de7de498ec08b4af91412d611900282744a7"><code>6619de7</code></a> fix: <code>generateCodeFrame</code> infinite loop (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15093">#15093</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/bcc4a6113521543ac17552c3b3cbda80514f0c04"><code>bcc4a61</code></a> build: handle latest json-stable-stringify replacement (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15049">#15049</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/5d05fc2f18c2943daac0d08da4bebcd03b186990"><code>5d05fc2</code></a> release: v5.0.2</li> <li><a href="https://github.com/vitejs/vite/commit/6fcceebe34863c4fcde809885976b12cf5398fe1"><code>6fcceeb</code></a> fix: make htmlFallback more permissive (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15059">#15059</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v5.0.3/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.0&new-version=5.0.3)](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-11-29 00:41:12 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5619cc7
Status:   Deploy successful!
Preview URL: https://a5f6e458.powertools.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-clie-qhn2.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>5619cc7</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://a5f6e458.powertools.pages.dev'>https://a5f6e458.powertools.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-clie-qhn2.powertools.pages.dev'>https://dependabot-npm-and-yarn-clie-qhn2.powertools.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/powertools/a5f6e458-6d88-4004-ac78-16b42ab00c5c)
dependabot[bot] commented 2023-11-30 00:44:56 +00:00 (Migrated from github.com)

Superseded by #145.

Superseded by #145.
This repo is archived. You cannot comment on pull requests.
No description provided.