Bump vite from 4.4.6 to 4.4.7 in /client #57

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/client/vite-4.4.7 into main 2023-07-25 16:55:35 +00:00
dependabot[bot] commented 2023-07-25 00:25:57 +00:00 (Migrated from github.com)

Bumps vite from 4.4.6 to 4.4.7.

Changelog

Sourced from vite's changelog.

4.4.7 (2023-07-24)

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 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.4.6 to 4.4.7. <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 -->4.4.7 (2023-07-24)<!-- raw HTML omitted --></h2> <ul> <li>fix: <code>optimizeDeps.include</code> not working with paths inside packages (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13922">#13922</a>) (<a href="https://github.com/vitejs/vite/commit/06e4f57">06e4f57</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13922">#13922</a></li> <li>fix: lightningcss fails with html-proxy (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13776">#13776</a>) (<a href="https://github.com/vitejs/vite/commit/6b56094">6b56094</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13776">#13776</a></li> <li>fix: prepend <code>config.base</code> to vite/env path (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13941">#13941</a>) (<a href="https://github.com/vitejs/vite/commit/8e6cee8">8e6cee8</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13941">#13941</a></li> <li>fix(html): support <code>import.meta.env</code> define replacement without quotes (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13425">#13425</a>) (<a href="https://github.com/vitejs/vite/commit/883089c">883089c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13425">#13425</a></li> <li>fix(proxy): handle error when proxy itself errors (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13929">#13929</a>) (<a href="https://github.com/vitejs/vite/commit/4848e41">4848e41</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13929">#13929</a></li> <li>chore(eslint): allow type annotations (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13920">#13920</a>) (<a href="https://github.com/vitejs/vite/commit/d1264fd">d1264fd</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13920">#13920</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/d4f13bd81468961c8c926438e815ab6b1c82735e"><code>d4f13bd</code></a> release: v4.4.7</li> <li><a href="https://github.com/vitejs/vite/commit/8e6cee8ddec6bdf5c738a0021bb0cb7a7974e4af"><code>8e6cee8</code></a> fix: prepend <code>config.base</code> to vite/env path (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13941">#13941</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6b5609424c92e1891f79e2ca8116e06967bd6ae0"><code>6b56094</code></a> fix: lightningcss fails with html-proxy (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13776">#13776</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/883089c10dcc92e4b220dffe638e2f0fd8ee9812"><code>883089c</code></a> fix(html): support <code>import.meta.env</code> define replacement without quotes (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13425">#13425</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4848e413a1db81957e2e4a263d1bd0c5a733ac56"><code>4848e41</code></a> fix(proxy): handle error when proxy itself errors (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13929">#13929</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/06e4f57724f947b584dad68fdd446989bdc76aa0"><code>06e4f57</code></a> fix: <code>optimizeDeps.include</code> not working with paths inside packages (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13922">#13922</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d1264fd34313a2da80af8dadbeab1c8e6013bb10"><code>d1264fd</code></a> chore(eslint): allow type annotations (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13920">#13920</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v4.4.7/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.4.6&new-version=4.4.7)](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 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-07-25 00:26:02 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: fe2abda
Status:   Deploy successful!
Preview URL: https://30f67156.powertools.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-clie-5w6e.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>fe2abda</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://30f67156.powertools.pages.dev'>https://30f67156.powertools.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-clie-5w6e.powertools.pages.dev'>https://dependabot-npm-and-yarn-clie-5w6e.powertools.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/powertools/30f67156-1209-4b1a-85ff-40c42a55a10f)
This repo is archived. You cannot comment on pull requests.
No description provided.