Bump vite from 4.3.2 to 4.3.8 #17

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

Bumps vite from 4.3.2 to 4.3.8.

Changelog

Sourced from vite's changelog.

4.3.8 (2023-05-18)

  • fix: avoid outdated module to crash in importAnalysis after restart (#13231) (3609e79), closes #13231
  • fix(ssr): skip updateCjsSsrExternals if legacy flag disabled (#13230) (13fc345), closes #13230

4.3.7 (2023-05-16)

4.3.6 (2023-05-15)

4.3.5 (2023-05-05)

4.3.4 (2023-05-02)

... (truncated)

Commits
  • 3f3fff2 release: v4.3.8
  • 3609e79 fix: avoid outdated module to crash in importAnalysis after restart (#13231)
  • 13fc345 fix(ssr): skip updateCjsSsrExternals if legacy flag disabled (#13230)
  • d09bbd0 release: v4.3.7
  • d5d9a31 fix(assetImportMetaUrl): allow ternary operator in template literal urls (#13...
  • 0fd4616 fix: revert only watch .env files in envDir (#12587) (#13217)
  • 9a42e31 release: v4.3.6
  • 7d80a47 fix: don't inject CSS sourcemap for direct requests (#13115)
  • 88c855e fix(ssr): stacktrace uses abs path with or without sourcemap (#12902)
  • 4fd35ed fix(css): respect esbuild.charset when minify (#13190)
  • 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.2 to 4.3.8. <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.8 (2023-05-18)<!-- raw HTML omitted --></h2> <ul> <li>fix: avoid outdated module to crash in importAnalysis after restart (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13231">#13231</a>) (<a href="https://github.com/vitejs/vite/commit/3609e79">3609e79</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13231">#13231</a></li> <li>fix(ssr): skip updateCjsSsrExternals if legacy flag disabled (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13230">#13230</a>) (<a href="https://github.com/vitejs/vite/commit/13fc345">13fc345</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13230">#13230</a></li> </ul> <h2><!-- raw HTML omitted -->4.3.7 (2023-05-16)<!-- raw HTML omitted --></h2> <ul> <li>fix: revert only watch .env files in envDir (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12587">#12587</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13217">#13217</a>) (<a href="https://github.com/vitejs/vite/commit/0fd4616">0fd4616</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12587">#12587</a> <a href="https://redirect.github.com/vitejs/vite/issues/13217">#13217</a></li> <li>fix(assetImportMetaUrl): allow ternary operator in template literal urls (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13121">#13121</a>) (<a href="https://github.com/vitejs/vite/commit/d5d9a31">d5d9a31</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13121">#13121</a></li> </ul> <h2><!-- raw HTML omitted -->4.3.6 (2023-05-15)<!-- raw HTML omitted --></h2> <ul> <li>fix: avoid dev-server crash when ws proxy error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12829">#12829</a>) (<a href="https://github.com/vitejs/vite/commit/87e1f58">87e1f58</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12829">#12829</a></li> <li>fix: call <code>tryFsResolve</code> for relative <code>new URL(foo, import.meta.url)</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13142">#13142</a>) (<a href="https://github.com/vitejs/vite/commit/eeb0617">eeb0617</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13142">#13142</a></li> <li>fix: don't inject CSS sourcemap for direct requests (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13115">#13115</a>) (<a href="https://github.com/vitejs/vite/commit/7d80a47">7d80a47</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13115">#13115</a></li> <li>fix: handle more yarn pnp load errors (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13160">#13160</a>) (<a href="https://github.com/vitejs/vite/commit/adf61d9">adf61d9</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13160">#13160</a></li> <li>fix(build): declare moduleSideEffects for vite:modulepreload-polyfill (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13099">#13099</a>) (<a href="https://github.com/vitejs/vite/commit/d63129b">d63129b</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13099">#13099</a></li> <li>fix(css): respect <code>esbuild.charset</code> when minify (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13190">#13190</a>) (<a href="https://github.com/vitejs/vite/commit/4fd35ed">4fd35ed</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13190">#13190</a></li> <li>fix(server): intercept ping requests (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13117">#13117</a>) (<a href="https://github.com/vitejs/vite/commit/d06cc42">d06cc42</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13117">#13117</a></li> <li>fix(ssr): stacktrace uses abs path with or without sourcemap (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12902">#12902</a>) (<a href="https://github.com/vitejs/vite/commit/88c855e">88c855e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12902">#12902</a></li> <li>perf: skip windows absolute paths for node resolve (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13162">#13162</a>) (<a href="https://github.com/vitejs/vite/commit/e640939">e640939</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13162">#13162</a></li> <li>chore: remove useless dep (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13165">#13165</a>) (<a href="https://github.com/vitejs/vite/commit/9a7ec98">9a7ec98</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13165">#13165</a></li> <li>chore(reporter): reuse clearLine (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13156">#13156</a>) (<a href="https://github.com/vitejs/vite/commit/535795a">535795a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13156">#13156</a></li> </ul> <h2><!-- raw HTML omitted -->4.3.5 (2023-05-05)<!-- raw HTML omitted --></h2> <ul> <li>fix: location is not defined error in cleanScssBugUrl (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13100">#13100</a>) (<a href="https://github.com/vitejs/vite/commit/91d7b67">91d7b67</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13100">#13100</a></li> <li>fix: unwrapId and pass ssr flag when adding to moduleGraph in this.load (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13083">#13083</a>) (<a href="https://github.com/vitejs/vite/commit/9041e19">9041e19</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13083">#13083</a></li> <li>fix(assetImportMetaUrl): reserve dynamic template literal query params (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13034">#13034</a>) (<a href="https://github.com/vitejs/vite/commit/7089528">7089528</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13034">#13034</a></li> <li>fix(debug): skip filter object args (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13098">#13098</a>) (<a href="https://github.com/vitejs/vite/commit/d95a9af">d95a9af</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13098">#13098</a></li> <li>fix(scan): handle html script tag attributes that contain &quot;&gt;&quot; (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13101">#13101</a>) (<a href="https://github.com/vitejs/vite/commit/8a37de6">8a37de6</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13101">#13101</a></li> <li>fix(ssr): ignore __esModule for ssrExportAll (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13084">#13084</a>) (<a href="https://github.com/vitejs/vite/commit/8a8ea1d">8a8ea1d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13084">#13084</a></li> </ul> <h2><!-- raw HTML omitted -->4.3.4 (2023-05-02)<!-- raw HTML omitted --></h2> <ul> <li>fix(define): incorrect raw expression value type in build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13003">#13003</a>) (<a href="https://github.com/vitejs/vite/commit/8f4cf07">8f4cf07</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13003">#13003</a></li> <li>fix(importAnalysisBuild): support parsing '<strong>VITE_PRELOAD</strong>' (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13023">#13023</a>) (<a href="https://github.com/vitejs/vite/commit/447df7c">447df7c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13023">#13023</a></li> <li>fix(server): should respect hmr port when middlewareMode=false (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13040">#13040</a>) (<a href="https://github.com/vitejs/vite/commit/1ee0014">1ee0014</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13040">#13040</a></li> <li>fix(ssr): track for statements as block scope (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13021">#13021</a>) (<a href="https://github.com/vitejs/vite/commit/2f8502f">2f8502f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13021">#13021</a></li> <li>chore: add changelog for vite 4.2.2 and 3.2.6 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13055">#13055</a>) (<a href="https://github.com/vitejs/vite/commit/0c9f1f4">0c9f1f4</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13055">#13055</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/3f3fff2e25d9c84806b96b3f1782068d2ea655d5"><code>3f3fff2</code></a> release: v4.3.8</li> <li><a href="https://github.com/vitejs/vite/commit/3609e79dc1416073dc4775bb2fcf6a7398f169b3"><code>3609e79</code></a> fix: avoid outdated module to crash in importAnalysis after restart (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13231">#13231</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/13fc345e8a848c06b3a991c4d2ca8222affc98a4"><code>13fc345</code></a> fix(ssr): skip updateCjsSsrExternals if legacy flag disabled (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13230">#13230</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d09bbd093a4b893e78f0bbff5b17c7cf7821f403"><code>d09bbd0</code></a> release: v4.3.7</li> <li><a href="https://github.com/vitejs/vite/commit/d5d9a3155cda835bd9e8b7c53a879e26e1c6497a"><code>d5d9a31</code></a> fix(assetImportMetaUrl): allow ternary operator in template literal urls (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13">#13</a>...</li> <li><a href="https://github.com/vitejs/vite/commit/0fd46165b5b09c4ad6dcada5614ea6950cf5916d"><code>0fd4616</code></a> fix: revert only watch .env files in envDir (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12587">#12587</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13217">#13217</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/9a42e31295d0eb5368e68e5288fbf2f27148137c"><code>9a42e31</code></a> release: v4.3.6</li> <li><a href="https://github.com/vitejs/vite/commit/7d80a47d6bf898e8e5c4eb9b192df9d7a01a08c9"><code>7d80a47</code></a> fix: don't inject CSS sourcemap for direct requests (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13115">#13115</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/88c855eadcff7b59e175610c0f8a0b1e04a3ad12"><code>88c855e</code></a> fix(ssr): stacktrace uses abs path with or without sourcemap (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12902">#12902</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4fd35edf5fb18e7d921a5a0bf7116c47b5374b3f"><code>4fd35ed</code></a> fix(css): respect <code>esbuild.charset</code> when minify (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13190">#13190</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v4.3.8/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.8)](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-24 01:11:26 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 373f83c
Status:   Deploy successful!
Preview URL: https://1d8ff959.qb-dashboard.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-vite-tzdh.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>373f83c</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://1d8ff959.qb-dashboard.pages.dev'>https://1d8ff959.qb-dashboard.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-vite-tzdh.qb-dashboard.pages.dev'>https://dependabot-npm-and-yarn-vite-tzdh.qb-dashboard.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/qb-dashboard/1d8ff959-f593-4740-845c-04a27317b1d6)
dependabot[bot] commented 2023-05-29 20:42:11 +00:00 (Migrated from github.com)

Superseded by #19.

Superseded by #19.

Pull request closed

Sign in to join this conversation.
No description provided.