-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency vite to v6 #5327
Conversation
🦋 Changeset detectedLatest commit: 53f2077 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
458d856
to
e17e529
Compare
We may want to put a hold on this until Storybook 8.5 comes out. According to release notes, it seems that Vite 6 support is only officially supported in this current alpha release. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
^5.4.10
->^6.0.1
Release Notes
vitejs/vite (vite)
v6.0.1
Compare Source
proxy
prevents starting http2 server (#18788) (bbaf514), closes #18788applyToEnvironment
hooks on worker build (#18793) (0c6cdb0), closes #18793v6.0.0
Compare Source
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 #18701Configuration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.