Bump vite from 4.3.9 to 4.4.1 #31

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

Bumps vite from 4.3.9 to 4.4.1.

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.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

Vite's docs are now translated to Korean, available at ko.vitejs.dev.

Features

Bug Fixes

... (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.1. <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.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#css-minify"><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> <p>Vite's docs are now translated to Korean, available at <a href="https://ko.vitejs.dev">ko.vitejs.dev</a>.</p> <h3>Features</h3> <ul> <li>feat: preview mode add keyboard shortcuts (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12968">#12968</a>) (<a href="https://github.com/vitejs/vite/commit/126e93e">126e93e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12968">#12968</a></li> <li>feat: asset type add apng (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13294">#13294</a>) (<a href="https://github.com/vitejs/vite/commit/a11b6f6">a11b6f6</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13294">#13294</a></li> <li>feat: emit event to handle chunk load errors (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12084">#12084</a>) (<a href="https://github.com/vitejs/vite/commit/2eca54e">2eca54e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12084">#12084</a></li> <li>feat: import public non-asset URL (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13422">#13422</a>) (<a href="https://github.com/vitejs/vite/commit/3a98558">3a98558</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13422">#13422</a></li> <li>feat: support files for <code>fs.allow</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12863">#12863</a>) (<a href="https://github.com/vitejs/vite/commit/4a06e66">4a06e66</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12863">#12863</a></li> <li>feat(build): warn dynamic import module with a static import alongside (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12850">#12850</a>) (<a href="https://github.com/vitejs/vite/commit/127c334">127c334</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12850">#12850</a></li> <li>feat(client): add debounce on page reload (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13545">#13545</a>) (<a href="https://github.com/vitejs/vite/commit/d080b51">d080b51</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13545">#13545</a></li> <li>feat(client): add WebSocket connections events (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13334">#13334</a>) (<a href="https://github.com/vitejs/vite/commit/eb75103">eb75103</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13334">#13334</a></li> <li>feat(config): friendly ESM file require error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13283">#13283</a>) (<a href="https://github.com/vitejs/vite/commit/b9a6ba0">b9a6ba0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13283">#13283</a></li> <li>feat(css): add support for Lightning CSS (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12807">#12807</a>) (<a href="https://github.com/vitejs/vite/commit/c6c5d49">c6c5d49</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12807">#12807</a></li> <li>feat(css): support at import preprocessed styles (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/8400">#8400</a>) (<a href="https://github.com/vitejs/vite/commit/2bd6077">2bd6077</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/8400">#8400</a></li> <li>feat(html): support image set in inline style (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13473">#13473</a>) (<a href="https://github.com/vitejs/vite/commit/2c0faba">2c0faba</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13473">#13473</a></li> <li>feat(importMetaGlob): support sub imports pattern (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12467">#12467</a>) (<a href="https://github.com/vitejs/vite/commit/e355c9c">e355c9c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12467">#12467</a></li> <li>feat(optimizer): support glob includes (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12414">#12414</a>) (<a href="https://github.com/vitejs/vite/commit/7792515">7792515</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/12414">#12414</a></li> <li>feat!: update esbuild to 0.18.2 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13525">#13525</a>) (<a href="https://github.com/vitejs/vite/commit/ab967c0">ab967c0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13525">#13525</a></li> </ul> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/487bdcde3399463ac68eb5ab5bc19e5096b4623b"><code>487bdcd</code></a> release: v4.4.1</li> <li><a href="https://github.com/vitejs/vite/commit/f589ac09098617c9c46bd1fe6e1e42696734ce68"><code>f589ac0</code></a> 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>)</li> <li><a href="https://github.com/vitejs/vite/commit/b0bfa0158b5ffd86b04fde2ab66372eedf25b4bb"><code>b0bfa01</code></a> fix: revert import config module as data (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13731">#13731</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/3f4e36e078456b06fa34c17d981726f53efd75c4"><code>3f4e36e</code></a> chore: changelog notes and clean for 4.4 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13728">#13728</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/3b47e34af89b8220c0aeb119f813e8315e98668e"><code>3b47e34</code></a> release: v4.4.0</li> <li><a href="https://github.com/vitejs/vite/commit/9310b3a52fb2a7d299a9cc6f43d88492d67e743a"><code>9310b3a</code></a> fix(pluginContainer): drop previous sourcesContent (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13722">#13722</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/71516db3438c57643df80da687be57cf641b1762"><code>71516db</code></a> fix(define): stringify object parse error in build mode (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13600">#13600</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/be4b0c0bffb3c41d88fb2f2fdaeedd6f6fa70d23"><code>be4b0c0</code></a> fix: check document before detect script rel (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13559">#13559</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/02c6bc38645ce18f9e1c8a71421fb8aad7081688"><code>02c6bc3</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13701">#13701</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/7ef2472872a16f6476c8ca03678e626e7a54c212"><code>7ef2472</code></a> fix(esbuild): use <code>useDefineForClassFields: false</code> when no `compilerOptions.t...</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v4.4.1/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.1)](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-07 00:23:46 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8ceb0e6
Status:   Deploy successful!
Preview URL: https://aeb13ce6.qb-dashboard.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-vite-qqau.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>8ceb0e6</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://aeb13ce6.qb-dashboard.pages.dev'>https://aeb13ce6.qb-dashboard.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-vite-qqau.qb-dashboard.pages.dev'>https://dependabot-npm-and-yarn-vite-qqau.qb-dashboard.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/qb-dashboard/aeb13ce6-aff0-44cd-bce4-855c64e77aff)
dependabot[bot] commented 2023-07-10 00:52:31 +00:00 (Migrated from github.com)

Superseded by #33.

Superseded by #33.

Pull request closed

Sign in to join this conversation.
No description provided.