⬆️ Update dependency vite to v6 #142
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/vite-6.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
5.4.10
->6.0.5
Release Notes
vitejs/vite (vite)
v6.0.5
Compare Source
v6.0.4
Compare Source
this.resolve
skipSelf should not skip for differentid
orimport
(#18903) (4727320), closes #18903pluginContainer.getModuleInfo
(#18895) (258cdd6), closes #18895url()
when lightningcss is used (#18997) (3734f80), closes #18997true
(#18899) (8a6bb4e), closes #18899handleInvoke
(#18902) (27f691b), closes #18902ModuleRunnerTransport
invoke
API (#18865) (e5f5301), closes #18865v6.0.3
Compare Source
ModuleRunnerTransport#invoke
more explicit (#18851) (a75fc31), closes #18851environments.ssr.resolve
with rootssr
config (#18857) (3104331), closes #18857v6.0.2
node_modules
if deno (#18823) (a20267b), closes #18823style.css
as a key for the style file forcssCodesplit: false
(#18820) (ec51115), closes #18820external
by default (#18821) (2250ffa), closes #18821ssr.target: 'webworker'
defaults as fallback (#18827) (b39e696), closes #18827v6.0.1
proxy
prevents starting http2 server (#18788) (bbaf514), closes #18788applyToEnvironment
hooks on worker build (#18793) (0c6cdb0), closes #18793v6.0.0
Today, we're taking another big step in Vite's story. The Vite team, contributors, and ecosystem partners are excited to announce the release of the next Vite major:
We want to thank the more than 1K contributors to Vite Core and the maintainers and contributors of Vite plugins, integrations, tools, and translations that have helped us craft this new major. We invite you to get involved and help us improve Vite for the whole ecosystem. Learn more at our Contributing Guide.
Breaking Changes
file://
resolution (#18422) (6a7e313), closes #18422json.stringify: 'auto'
and make that the default (#18303) (b80daa7), closes #18303build.cssMinify
to'esbuild'
for SSR (#15637) (f1d3bf7), closes #15637fast-glob
totinyglobby
(#18243) (6f74a3a), closes #18243Features
module-sync
condition when loading config if enabled (#18650) (cf5028d), closes #18650isSsrTargetWebWorker
flag toconfigEnvironment
hook (#18620) (3f5fab0), closes #18620ssr.resolve.mainFields
option (#18646) (a6f5f5b), closes #18646platform
option (#18611) (0924879), closes #18611mergeWithDefaults
and organize how default values for config options are set ( (0e1f437), closes #18550?inline
and?no-inline
queries to control inlining (#15454) (9162172), closes #15454vite-ignore
attribute to opt-out of processing (#18494) (d951310), closes #18494console
increateLogger
(#18379) (0c497d9), closes #18379sec-fetch-dest
header to detect JS in transform (#9981) (e51dc40), closes #9981environment::listen
(#18263) (4d5f51d), closes #18263this.environment
inoptions
andonLog
hook (#18142) (7722c06), closes #18142EnvironmentOptions
type (#18080) (35cf59c), closes #18080Performance
Object.keys(import.meta.glob(...))
/ `Object.values(import.meta.glob( (ed99a2c), closes #18666module.enableCompileCache()
(#18323) (18f1dad), closes #18323crypto.hash
when available (#18317) (2a14884), closes #18317Fixes
createRunnableDevEnvironment
returnsRunnableDevEnvironment
, notDevEnvironment
(#18673) (74221c3), closes #18673getModulesByFile
should return aserverModule
(#18715) (b80d5ec), closes #18715SIGTERM
(#18741) (cc55e36), closes #18741InterceptorOptions
type (#18766) (6252c60), closes #18766__vite_ssr_identity__
with(0, ...)
and inject;
between statements (#18748) (94546be), closes #18748allowLinkedExternal
parameter fromtryNodeResolve
(#18670) (b74d363), closes #18670rollup.external
scripts correctly (#18618) (55461b4), closes #18618ssrTransform
parse error (#18644) (d9be921), closes #18644consumer: 'server'
(#18575) (87b2347), closes #18575server.perEnvironmentStartEndDuringDev
(#18549) (fe30349), closes #18549environmentsOptions
parameter (#18590) (3ef0bf1), closes #18590optimizeDeps.include
for SSR (#18506) (826c81a), closes #18506new URL(,import.meta.url)
match (#18194) (5286a90), closes #18194cssCodeSplit
uses the current environment configuration (#18486) (eefe895), closes #18486json.stringify
arrays (#18541) (fa50b03), closes #18541@import url(...)
(#17857) (aec5fdd), closes #17857define
in environment config was not working (#18515) (052799e), closes #18515cssCodeSplit
inenvironments.xxx.build
is invalid (#18464) (993e71c), closes #18464CSSOptions.preprocessorOptions
(#18001) (7eeb6f2), closes #18001--watch
should not overridebuild.watch
options (#18390) (b2965c8), closes #18390open
dependency to 10.1.0 (#18349) (5cca4bf), closes #18349this
in exported function should beundefined
(#18329) (bae6a37), closes #18329output.format
withworker.format
on worker build error (#18165) (dc82334), closes #18165injectQuery
double encoding (#18246) (2c5f948), closes #18246conditions
and more (#18302) (2017a33), closes #18302defineConfig
(#18299) (94e34cf), closes #18299this.hot.close
for non-ws HotChannel (#18212) (bad0ccc), closes #18212HMRConnection.send
on implementation side (#18186) (9470011), closes #18186config.consumer
instead ofoptions?.ssr
/config.build.ssr
(#18140) (21ec1ce), closes #18140data:
(#18241) (ec0efe8), closes #18241sharedPlugins
(#18214) (34041b9), closes #18214webCompatible
(#18221) (a44b0a2), closes #18221getRelativeUrlFromDocument
(#18115) (ade1d89), closes #18115script module
in svelte (#18063) (7d699aa), closes #18063ssrModule
andssrError
(#18031) (cf8ced5), closes #18031preload-helper
has no side effects (#18057) (587ad7b), closes #18057Chore
HotUpdateContext
toHotUpdateOptions
(#18718) (824c347), closes #18718playground/json/__tests__/ssr
(#18701) (f731ca2), closes #18701/
mapping inresolve.alias
(#18588) (a51c254), closes #18588ssr
variable (#18594) (23c39fc), closes #18594originalFileNames
/names
(#18240) (f2957c8), closes #18240build
(#18432) (cc61d16), closes #18432tryEsmOnly
flag (#18394) (7cebe38), closes #18394_onCrawlEnd
(#18207) (bea0272), closes #18207parse
withsplitFileAndPostfix
(#18185) (6f030ec), closes #18185resolvePackageData
to get rollup version (#18208) (220d6ec), closes #18208Beta Changelogs
6.0.0-beta.10 (2024-11-14)
See 6.0.0-beta.10 changelog
6.0.0-beta.9 (2024-11-07)
See 6.0.0-beta.9 changelog
6.0.0-beta.8 (2024-11-01)
See 6.0.0-beta.8 changelog
6.0.0-beta.7 (2024-10-30)
See 6.0.0-beta.7 changelog
6.0.0-beta.6 (2024-10-28)
See 6.0.0-beta.6 changelog
6.0.0-beta.5 (2024-10-24)
See 6.0.0-beta.5 changelog
6.0.0-beta.4 (2024-10-23)
See 6.0.0-beta.4 changelog
6.0.0-beta.3 (2024-10-15)
See 6.0.0-beta.3 changelog
6.0.0-beta.2 (2024-10-01)
See 6.0.0-beta.2 changelog
6.0.0-beta.1 (2024-09-16)
See 6.0.0-beta.1 changelog
6.0.0-beta.0 (2024-09-12)
See 6.0.0-beta.0 changelog
v5.4.11
Compare Source
Please refer to CHANGELOG.md for details.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
42e5a86c14
to608a8bbc9e
608a8bbc9e
toda5e2f1dc4
da5e2f1dc4
tocb3a8aa98c
cb3a8aa98c
tof7762d96ba
f7762d96ba
to8130f621d6
Checkout
From your project repository, check out a new branch and test the changes.