Bump vite from 4.3.9 to 4.4.4 #39

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/vite-4.4.4 into main
dependabot[bot] commented 2023-07-18 00:45:51 +00:00 (Migrated from github.com)

Bumps vite from 4.3.9 to 4.4.4.

Release notes

Sourced from vite's releases.

create-vite@4.4.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

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

Starting from Vite 4.4, there is experimental support for Lightning CSS. You can opt into it by adding css.transformer: 'lightningcss' to your config file and install the optional lightningcss dev dependency. If enabled, CSS files will be processed by Lightning CSS instead of PostCSS.

Lightning CSS can also be used as the CSS minifier with build.cssMinify: 'lightningcss'.

See beta docs at the Lighting CSS guide.

esbuild 0.18 update

esbuild 0.18 contains backwards-incompatible changes to esbuild's handling of tsconfig.json files. We think they shouldn't affect Vite users, you can review #13525 for more information.

Templates for Solid and Qwik in create-vite

New starter templates have been added to create-vite for Solid and Qwik. Try them online at vite.new/solid-ts and vite.new/qwik-ts.

Korean Translation

... (truncated)

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.3.9 to 4.4.4. <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.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.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> <p>Starting from Vite 4.4, there is experimental support for <a href="https://lightningcss.dev/">Lightning CSS</a>. You can opt into it by adding <a href="https://main.vitejs.dev/config/shared-options.html#css-transformer"><code>css.transformer: 'lightningcss'</code></a> to your config file and install the optional <a href="https://www.npmjs.com/package/lightningcss"><code>lightningcss</code></a> dev dependency. If enabled, CSS files will be processed by Lightning CSS instead of PostCSS.</p> <p>Lightning CSS can also be used as the CSS minifier with <a href="https://main.vitejs.dev/config/build-options.html#build-cssminify"><code>build.cssMinify: 'lightningcss'</code></a>.</p> <p>See beta docs at the <a href="https://main.vitejs.dev/guide/features.html#lightning-css">Lighting CSS guide</a>.</p> <h3>esbuild 0.18 update</h3> <p><a href="https://github.com/evanw/esbuild/blob/main/CHANGELOG.md#0180">esbuild 0.18</a> contains backwards-incompatible changes to esbuild's handling of <code>tsconfig.json</code> files. We think they shouldn't affect Vite users, you can review <a href="https://redirect.github.com/vitejs/vite/issues/13525">#13525</a> for more information.</p> <h3>Templates for Solid and Qwik in create-vite</h3> <p>New starter templates have been added to <a href="https://vitejs.dev/guide/#scaffolding-your-first-vite-project">create-vite</a> for <a href="https://www.solidjs.com/">Solid</a> and <a href="https://qwik.builder.io/">Qwik</a>. Try them online at <a href="https://vite.new/solid-ts">vite.new/solid-ts</a> and <a href="https://vite.new/qwik-ts">vite.new/qwik-ts</a>.</p> <h3>Korean Translation</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/435d4e74b195dd1254b7667f0b2c3bbd58364375"><code>435d4e7</code></a> release: v4.4.4</li> <li><a href="https://github.com/vitejs/vite/commit/4646e9f19b19563ffd52997f7fe839e3d6fd1d33"><code>4646e9f</code></a> chore: warning about ssr cjs format removal (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13827">#13827</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/b6155a1fad0f8787cdd63df1138252154d17521a"><code>b6155a1</code></a> fix(scan): skip tsconfigRaw fallback if tsconfig is set (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13823">#13823</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e8880f071992d0a5a7e2cd75a8a5600e286777d1"><code>e8880f0</code></a> fix(esbuild): enable experimentalDecorators by default (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13805">#13805</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/85bdcda74705fdde94b2656e9ac7599c79292de5"><code>85bdcda</code></a> 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>)</li> <li><a href="https://github.com/vitejs/vite/commit/ec9d2e779d4b8d785c648430594d534d461d6639"><code>ec9d2e7</code></a> release: v4.4.3</li> <li><a href="https://github.com/vitejs/vite/commit/2a38ef7501972fbdb2531cc1207884b3fb9603a9"><code>2a38ef7</code></a> fix(server): remove restart guard on restart (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13789">#13789</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/8ead11648514ae4975bf4328d6e15bd4dd42e45e"><code>8ead116</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13758">#13758</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/89d01ebb8eb4948f576f2d483082c5dd4bf056e7"><code>89d01eb</code></a> 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>)</li> <li><a href="https://github.com/vitejs/vite/commit/df492face07b466ae6c1e48c232d207bbde67067"><code>df492fa</code></a> release: v4.4.2</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v4.4.4/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.4)](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-18 00:45:53 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 414077e
Status:   Deploy successful!
Preview URL: https://4bb1e08c.qb-dashboard.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-vite-xkjr.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>414077e</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://4bb1e08c.qb-dashboard.pages.dev'>https://4bb1e08c.qb-dashboard.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-vite-xkjr.qb-dashboard.pages.dev'>https://dependabot-npm-and-yarn-vite-xkjr.qb-dashboard.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/qb-dashboard/4bb1e08c-75d6-4a59-90cf-4589d20fd13b)
dependabot[bot] commented 2023-07-21 00:34:21 +00:00 (Migrated from github.com)

Superseded by #40.

Superseded by #40.

Pull request closed

Sign in to join this conversation.
No description provided.