Bump vite from 4.3.9 to 4.4.5 #40

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/vite-4.4.5 into main
dependabot[bot] commented 2023-07-21 00:34:19 +00:00 (Migrated from github.com)

Bumps vite from 4.3.9 to 4.4.5.

Release notes

Sourced from vite's releases.

create-vite@4.4.1

Please refer to CHANGELOG.md for details.

create-vite@4.4.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

4.4.5 (2023-07-20)

4.4.4 (2023-07-14)

4.4.3 (2023-07-11)

4.4.2 (2023-07-07)

4.4.1 (2023-07-06)

4.4.0 (2023-07-06)

Experimental support for Lightning CSS

... (truncated)

Commits
  • af77f3e release: v4.4.5
  • 33002dd fix(build): remove warning about ineffective dynamic import from node_modules...
  • 5a56941 chore(deps): update dependency prettier to v3 (#13759)
  • 6bd5434 fix: "EISDIR: illegal operation on a directory, realpath" error on RA… (#13655)
  • 6dca41c fix: transform error message add file info (#13687)
  • 4eb3154 fix: warn when publicDir and outDir are nested (#13742)
  • c971f26 fix(types): narrow down the return type of defineConfig (#13792)
  • 975a631 fix(deps): update all non-major dependencies (#13872)
  • 4606fd8 chore: replace any with string (#13850)
  • f54e8da chore: fix typos (#13862)
  • Additional commits viewable 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.9 to 4.4.5. <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@4.4.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@4.4.1/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@4.4.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@4.4.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 -->4.4.5 (2023-07-20)<!-- raw HTML omitted --></h2> <ul> <li>fix: &quot;EISDIR: illegal operation on a directory, realpath&quot; error on RA… (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13655">#13655</a>) (<a href="https://github.com/vitejs/vite/commit/6bd5434">6bd5434</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13655">#13655</a></li> <li>fix: transform error message add file info (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13687">#13687</a>) (<a href="https://github.com/vitejs/vite/commit/6dca41c">6dca41c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13687">#13687</a></li> <li>fix: warn when publicDir and outDir are nested (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13742">#13742</a>) (<a href="https://github.com/vitejs/vite/commit/4eb3154">4eb3154</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13742">#13742</a></li> <li>fix(build): remove warning about ineffective dynamic import from node_modules (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13884">#13884</a>) (<a href="https://github.com/vitejs/vite/commit/33002dd">33002dd</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13884">#13884</a></li> <li>fix(build): style insert order for UMD builds (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13668">#13668</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13669">#13669</a>) (<a href="https://github.com/vitejs/vite/commit/49a1b99">49a1b99</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13668">#13668</a> <a href="https://redirect.github.com/vitejs/vite/issues/13669">#13669</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13872">#13872</a>) (<a href="https://github.com/vitejs/vite/commit/975a631">975a631</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13872">#13872</a></li> <li>fix(types): narrow down the return type of <code>defineConfig</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13792">#13792</a>) (<a href="https://github.com/vitejs/vite/commit/c971f26">c971f26</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13792">#13792</a></li> <li>chore: fix typos (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13862">#13862</a>) (<a href="https://github.com/vitejs/vite/commit/f54e8da">f54e8da</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13862">#13862</a></li> <li>chore: replace <code>any</code> with <code>string</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13850">#13850</a>) (<a href="https://github.com/vitejs/vite/commit/4606fd8">4606fd8</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13850">#13850</a></li> <li>chore(deps): update dependency prettier to v3 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13759">#13759</a>) (<a href="https://github.com/vitejs/vite/commit/5a56941">5a56941</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13759">#13759</a></li> <li>docs: fix build.cssMinify link (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13840">#13840</a>) (<a href="https://github.com/vitejs/vite/commit/8a2a3e1">8a2a3e1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13840">#13840</a></li> </ul> <h2><!-- raw HTML omitted -->4.4.4 (2023-07-14)<!-- raw HTML omitted --></h2> <ul> <li>chore: warning about ssr cjs format removal (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13827">#13827</a>) (<a href="https://github.com/vitejs/vite/commit/4646e9f">4646e9f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13827">#13827</a></li> <li>fix(esbuild): enable experimentalDecorators by default (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13805">#13805</a>) (<a href="https://github.com/vitejs/vite/commit/e8880f0">e8880f0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13805">#13805</a></li> <li>fix(scan): skip tsconfigRaw fallback if tsconfig is set (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13823">#13823</a>) (<a href="https://github.com/vitejs/vite/commit/b6155a1">b6155a1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13823">#13823</a></li> <li>feat(client): close <code>vite-error-overlay</code> with Escape key (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13795">#13795</a>) (<a href="https://github.com/vitejs/vite/commit/85bdcda">85bdcda</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13795">#13795</a></li> </ul> <h2><!-- raw HTML omitted -->4.4.3 (2023-07-11)<!-- raw HTML omitted --></h2> <ul> <li>fix: avoid early error when server is closed in ssr (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13787">#13787</a>) (<a href="https://github.com/vitejs/vite/commit/89d01eb">89d01eb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13787">#13787</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13758">#13758</a>) (<a href="https://github.com/vitejs/vite/commit/8ead116">8ead116</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13758">#13758</a></li> <li>fix(server): remove restart guard on restart (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13789">#13789</a>) (<a href="https://github.com/vitejs/vite/commit/2a38ef7">2a38ef7</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13789">#13789</a></li> </ul> <h2><!-- raw HTML omitted -->4.4.2 (2023-07-07)<!-- raw HTML omitted --></h2> <ul> <li>fix(css): use single postcss instance (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13738">#13738</a>) (<a href="https://github.com/vitejs/vite/commit/c02fac4">c02fac4</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13738">#13738</a></li> </ul> <h2><!-- raw HTML omitted -->4.4.1 (2023-07-06)<!-- raw HTML omitted --></h2> <ul> <li>fix: revert <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13073">#13073</a>, use consistent virtual module ID in module graph (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13734">#13734</a>) (<a href="https://github.com/vitejs/vite/commit/f589ac0">f589ac0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13073">#13073</a> <a href="https://redirect.github.com/vitejs/vite/issues/13734">#13734</a></li> <li>fix: revert import config module as data (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13731">#13731</a>) (<a href="https://github.com/vitejs/vite/commit/b0bfa01">b0bfa01</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13731">#13731</a></li> <li>chore: changelog notes and clean for 4.4 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13728">#13728</a>) (<a href="https://github.com/vitejs/vite/commit/3f4e36e">3f4e36e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13728">#13728</a></li> </ul> <h2>4.4.0 (2023-07-06)</h2> <h3>Experimental support for Lightning CSS</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/af77f3ef64b9fe200b17892236dfd6ce97c4d036"><code>af77f3e</code></a> release: v4.4.5</li> <li><a href="https://github.com/vitejs/vite/commit/33002dd06c6ed1b97ec8fd2714b02bd80df99e03"><code>33002dd</code></a> fix(build): remove warning about ineffective dynamic import from node_modules...</li> <li><a href="https://github.com/vitejs/vite/commit/5a56941a895fd0ffdbdbf0094336fb7f0f4099c1"><code>5a56941</code></a> chore(deps): update dependency prettier to v3 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13759">#13759</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6bd543421e8479c311750fceb119a0b5a48c7703"><code>6bd5434</code></a> fix: &quot;EISDIR: illegal operation on a directory, realpath&quot; error on RA… (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13655">#13655</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6dca41c3185658d8b42300d061ecc9c73a7ff902"><code>6dca41c</code></a> fix: transform error message add file info (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13687">#13687</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4eb31542ab8f5ed7d3a891f9f7009e2e12ff5350"><code>4eb3154</code></a> fix: warn when publicDir and outDir are nested (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13742">#13742</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/c971f26e457c351bc78ce62ff335fe9d02429ec5"><code>c971f26</code></a> fix(types): narrow down the return type of <code>defineConfig</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13792">#13792</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/975a631ec7c2373354aeeac6bc2977f24b54d13d"><code>975a631</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13872">#13872</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4606fd816e95d67412a5c542d6b0d9cfc7fcf426"><code>4606fd8</code></a> chore: replace <code>any</code> with <code>string</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13850">#13850</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/f54e8da5e035f49dc67f8be05f90b90322d288bf"><code>f54e8da</code></a> chore: fix typos (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13862">#13862</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v4.4.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=4.3.9&new-version=4.4.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 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-21 00:34:21 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7166823
Status:   Deploy successful!
Preview URL: https://d5160453.qb-dashboard.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-vite-1iei.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>7166823</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://d5160453.qb-dashboard.pages.dev'>https://d5160453.qb-dashboard.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-vite-1iei.qb-dashboard.pages.dev'>https://dependabot-npm-and-yarn-vite-1iei.qb-dashboard.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/qb-dashboard/d5160453-42ed-4883-9798-b6c80fb1da58)
dependabot[bot] commented 2023-07-24 00:29:21 +00:00 (Migrated from github.com)

Superseded by #41.

Superseded by #41.

Pull request closed

Sign in to join this conversation.
No description provided.