Bump vite from 4.3.2 to 4.3.3 #9

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/vite-4.3.3 into main
dependabot[bot] commented 2023-05-02 01:08:06 +00:00 (Migrated from github.com)

Bumps vite from 4.3.2 to 4.3.3.

Changelog

Sourced from vite's changelog.

4.3.3 (2023-04-26)

Commits
  • f749c3e release: v4.3.3
  • 30a41ff fix(resolve): deep import resolvedId error (#13010)
  • 08c1452 fix: undefined document in worker (#12988)
  • bd86375 feat: optimize deps option to turn off auto discovery (#13000)
  • 5731ac9 chore(deps): update all non-major dependencies (#12805)
  • 84c4118 fix: address file path mismatch when loading Vite config file on Windows (fix...
  • See full diff in compare view

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.3.2 to 4.3.3. <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.3.3 (2023-04-26)<!-- raw HTML omitted --></h2> <ul> <li>fix: address file path mismatch when loading Vite config file on Windows (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12923">#12923</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13005">#13005</a>) (<a href="https://github.com/vitejs/vite/commit/84c4118">84c4118</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12923">#12923</a> <a href="https://redirect.github.com/vitejs/vite/issues/13005">#13005</a></li> <li>fix: undefined document in worker (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12988">#12988</a>) (<a href="https://github.com/vitejs/vite/commit/08c1452">08c1452</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12988">#12988</a></li> <li>fix(resolve): deep import resolvedId error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13010">#13010</a>) (<a href="https://github.com/vitejs/vite/commit/30a41ff">30a41ff</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13010">#13010</a></li> <li>feat: optimize deps option to turn off auto discovery (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13000">#13000</a>) (<a href="https://github.com/vitejs/vite/commit/bd86375">bd86375</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13000">#13000</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12805">#12805</a>) (<a href="https://github.com/vitejs/vite/commit/5731ac9">5731ac9</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12805">#12805</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/f749c3e5802c9d8adb653b591be79148bbaf5df8"><code>f749c3e</code></a> release: v4.3.3</li> <li><a href="https://github.com/vitejs/vite/commit/30a41ffbeb583311ec227e53c0cd2331d26993b0"><code>30a41ff</code></a> fix(resolve): deep import resolvedId error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13010">#13010</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/08c1452a8459ae55c01c94f111232a1502341c0b"><code>08c1452</code></a> fix: undefined document in worker (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12988">#12988</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/bd86375c1610f8a43599327675b26a4f124e013b"><code>bd86375</code></a> feat: optimize deps option to turn off auto discovery (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13000">#13000</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/5731ac9caaef629e892e20394f0cc73c565d9a87"><code>5731ac9</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12805">#12805</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/84c4118d5f1e73fe964d680aa316bf0fd7d5ee20"><code>84c4118</code></a> fix: address file path mismatch when loading Vite config file on Windows (fix...</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v4.3.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.3.2&new-version=4.3.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 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-05-02 01:08:08 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: fa5c7e3
Status:   Deploy successful!
Preview URL: https://ef3e6a70.qb-dashboard.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-vite-rl5f.qb-dashboard.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>fa5c7e3</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://ef3e6a70.qb-dashboard.pages.dev'>https://ef3e6a70.qb-dashboard.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-vite-rl5f.qb-dashboard.pages.dev'>https://dependabot-npm-and-yarn-vite-rl5f.qb-dashboard.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/qb-dashboard/ef3e6a70-65b1-4d1e-a89a-e689ceadb9f0)
dependabot[bot] commented 2023-05-03 01:09:19 +00:00 (Migrated from github.com)

Superseded by #10.

Superseded by #10.

Pull request closed

Sign in to join this conversation.
No description provided.