Bump vite from 4.4.8 to 4.4.9 in /client #70

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/client/vite-4.4.9 into main 2023-08-08 18:22:03 +00:00
dependabot[bot] commented 2023-08-08 00:15:49 +00:00 (Migrated from github.com)

Bumps vite from 4.4.8 to 4.4.9.

Changelog

Sourced from vite's changelog.

4.4.9 (2023-08-07)

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.8 to 4.4.9. <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.9 (2023-08-07)<!-- raw HTML omitted --></h2> <ul> <li>chore: fix eslint warnings (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14031">#14031</a>) (<a href="https://github.com/vitejs/vite/commit/4021a0e">4021a0e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14031">#14031</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13938">#13938</a>) (<a href="https://github.com/vitejs/vite/commit/a1b519e">a1b519e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13938">#13938</a></li> <li>fix: dynamic import vars ignored warning (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14006">#14006</a>) (<a href="https://github.com/vitejs/vite/commit/4479431">4479431</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14006">#14006</a></li> <li>fix(build): silence warn dynamic import module when inlineDynamicImports true (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13970">#13970</a>) (<a href="https://github.com/vitejs/vite/commit/7a77aaf">7a77aaf</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13970">#13970</a></li> <li>perf: improve build times and memory utilization (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14016">#14016</a>) (<a href="https://github.com/vitejs/vite/commit/9d7d45e">9d7d45e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14016">#14016</a></li> <li>perf: replace startsWith with === (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14005">#14005</a>) (<a href="https://github.com/vitejs/vite/commit/f5c1224">f5c1224</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14005">#14005</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/898fee7ac3283b526377e4515c03562018478592"><code>898fee7</code></a> release: v4.4.9</li> <li><a href="https://github.com/vitejs/vite/commit/4021a0e21479bb0b82c0f4adda7ba3034f0ef73e"><code>4021a0e</code></a> chore: fix eslint warnings (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14031">#14031</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4479431312540683d488544766ba0d8334a995f4"><code>4479431</code></a> fix: dynamic import vars ignored warning (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14006">#14006</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/a1b519e2c71593b6b4286c2f0bd8bfe2e0ad046d"><code>a1b519e</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13938">#13938</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/9d7d45e56f98787cd6c7f4245ad5f9562d409997"><code>9d7d45e</code></a> perf: improve build times and memory utilization (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14016">#14016</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/f5c1224150fc8bfb2549e5c46d6c228776f8c170"><code>f5c1224</code></a> perf: replace startsWith with === (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14005">#14005</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/7a77aaf28b7d2b384dff9f250cb886782b198166"><code>7a77aaf</code></a> fix(build): silence warn dynamic import module when inlineDynamicImports true...</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v4.4.9/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.8&new-version=4.4.9)](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-08-08 00:15:51 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: ca2f43c
Status:   Deploy successful!
Preview URL: https://289d8bbb.powertools.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-clie-sylm.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>ca2f43c</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://289d8bbb.powertools.pages.dev'>https://289d8bbb.powertools.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-clie-sylm.powertools.pages.dev'>https://dependabot-npm-and-yarn-clie-sylm.powertools.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/powertools/289d8bbb-319e-4a90-a2d3-eb98e42eaade)
This repo is archived. You cannot comment on pull requests.
No description provided.