stophecom / sharrr-svelte

End-to-end encrypted file transfer.
https://www.sharrr.com
MIT License
115 stars 4 forks source link

Bump vite from 4.3.8 to 4.4.0 #106

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps vite from 4.3.8 to 4.4.0.

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.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
  • 3b47e34 release: v4.4.0
  • 9310b3a fix(pluginContainer): drop previous sourcesContent (#13722)
  • 71516db fix(define): stringify object parse error in build mode (#13600)
  • be4b0c0 fix: check document before detect script rel (#13559)
  • 02c6bc3 fix(deps): update all non-major dependencies (#13701)
  • 7ef2472 fix(esbuild): use useDefineForClassFields: false when no `compilerOptions.t...
  • 2b1ffe8 release: v4.4.0-beta.4
  • f6362b6 fix(sourcemap): preserve original sourcesContent (#13662)
  • 6f1c55e fix: shortcut open browser when set host (#13677)
  • 8517645 fix: lightningCSS should load external URL in CSS file (#13692)
  • 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)
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ā†—ļøŽ

Name Status Preview Comments Updated (UTC)
sharrr-svelte āœ… Ready (Inspect) Visit Preview šŸ’¬ Add feedback Jul 6, 2023 10:06am
socket-security[bot] commented 1 year ago

Updated and removed dependencies detected. Learn more about Socket for GitHub ā†—ļøŽ

Packages Version New capabilities Transitives Size Publisher
postcss 8.4.23...8.4.24 None +0/-0 194 kB ai

šŸš® Removed packages: vite@4.3.8

dependabot[bot] commented 1 year ago

Superseded by #108.