- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 3
chore(deps): update dependency vite to v5.4.20 #43
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/vite-5.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+257
−44
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
575b9c3
to
7bf7403
Compare
7bf7403
to
f6be98c
Compare
3a04a05
to
24373bc
Compare
24373bc
to
26405be
Compare
26405be
to
72c7c15
Compare
72c7c15
to
4d1374f
Compare
01a871d
to
bfcbf08
Compare
bfcbf08
to
7edce69
Compare
7edce69
to
f2cef95
Compare
f2cef95
to
72e3b92
Compare
d571d7d
to
08bc5f0
Compare
08bc5f0
to
66f3a2c
Compare
ed2d500
to
ca45e43
Compare
ca45e43
to
03ae16c
Compare
03ae16c
to
f47ea2b
Compare
f47ea2b
to
3c3eb72
Compare
3c3eb72
to
12be991
Compare
Loading status checks…
12be991
to
c1b6b3c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
5.4.2
->5.4.20
Release Notes
vitejs/vite (vite)
v5.4.20
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.19
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.18
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.17
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.16
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.15
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.14
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.13
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.12
Compare Source
This version contains a breaking change due to security fixes. See GHSA-vg6x-rcgg-rjx6 for more details.
Please refer to CHANGELOG.md for details.
v5.4.11
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)build.cssMinify
to'esbuild'
for SSR (#15637)json.stringify: 'auto'
and make that the default (#18303)fast-glob
totinyglobby
(#18243)Features
module-sync
condition when loading config if enabled (#18650) (cf5028d)isSsrTargetWebWorker
flag toconfigEnvironment
hook (#18620) (3f5fab0)ssr.resolve.mainFields
option (#18646) (a6f5f5b)platform
option (#18611) (0924879)?inline
and?no-inline
queries to control inlining (#15454) (9162172)vite-ignore
attribute to opt-out of processing (#18494) (d951310)file://
resolution (#18422) (6a7e313)console
increateLogger
(#18379) (0c497d9)sec-fetch-dest
header to detect JS in transform (#9981) (e51dc40)json.stringify: 'auto'
and make that the default (#18303) (b80daa7)environment::listen
(#18263) (4d5f51d)this.environment
inoptions
andonLog
hook (#18142) (7722c06)EnvironmentOptions
type (#18080) (35cf59c)Bug Fixes
createRunnableDevEnvironment
returnsRunnableDevEnvironment
, notDevEnvironment
(#18673) (74221c3)getModulesByFile
should return aserverModule
(#18715) (b80d5ec)SIGTERM
(#18741) (cc55e36)InterceptorOptions
type (#18766) (6252c60)__vite_ssr_identity__
with(0, ...)
and inject;
between statements (#18748) (94546be)rollup.external
scripts correctly (#18618) (55461b4)ssrTransform
parse error (#18644) (d9be921)consumer: 'server'
(#18575) (87b2347)server.perEnvironmentStartEndDuringDev
(#18549) (fe30349)optimizeDeps.include
for SSR (#18506) (826c81a)new URL(,import.meta.url)
match (#18194) (5286a90)cssCodeSplit
uses the current environment configuration (#18486) (eefe895)json.stringify
arrays (#18541) (fa50b03)[@import](https://redirect.github.com/import) url(...)
(#17857) (aec5fdd)define
in environment config was not working (#18515) (052799e)cssCodeSplit
inenvironments.xxx.build
is invalid (#18464) (993e71c)CSSOptions.preprocessorOptions
(#18001) (7eeb6f2)build.cssMinify
to'esbuild'
for SSR (#15637) (f1d3bf7)--watch
should not overridebuild.watch
options (#18390) (b2965c8)open
dependency to 10.1.0 (#18349) (5cca4bf)this
in exported function should beundefined
(#18329) (bae6a37)output.format
withworker.format
on worker build error (#18165) (dc82334)injectQuery
double encoding (#18246) (2c5f948)conditions
and more (#18302) (2017a33)defineConfig
(#18299) (94e34cf)this.hot.close
for non-ws HotChannel (#18212) (bad0ccc)data:
(#18241) (ec0efe8)sharedPlugins
(#18214) (34041b9)webCompatible
(#18221) (a44b0a2)HMRConnection.send
on implementation side (#18186) (9470011)config.consumer
instead ofoptions?.ssr
/config.build.ssr
(#18140) (21ec1ce)getRelativeUrlFromDocument
(#18115) (ade1d89)script module
in svelte (#18063) (7d699aa)preload-helper
has no side effects (#18057) (587ad7b)ssrModule
andssrError
(#18031) (cf8ced5)Performance Improvements
Object.keys(import.meta.glob(...))
/Object.values(import.meta.glob(...))
(#18666) (ed99a2c)module.enableCompileCache()
(#18323) (18f1dad)crypto.hash
when available (#18317) (2a14884)Documentation
HotUpdateContext
toHotUpdateOptions
(#18718) (824c347)Reverts
Miscellaneous Chores
/
mapping inresolve.alias
(#18588) (a51c254)ssr
variable (#18594) (23c39fc)fast-glob
totinyglobby
(#18243) (6f74a3a)Code Refactoring
mergeWithDefaults
and organize how default values for config options are set (#18550) (0e1f437)allowLinkedExternal
parameter fromtryNodeResolve
(#18670) (b74d363)environmentsOptions
parameter (#18590) (3ef0bf1)originalFileNames
/names
(#18240) (f2957c8)tryEsmOnly
flag (#18394) (7cebe38)build
(#18432) (cc61d16)_onCrawlEnd
(#18207) (bea0272)parse
withsplitFileAndPostfix
(#18185) (6f030ec)resolvePackageData
to get rollup version (#18208) (220d6ec)Build System
Tests
playground/json/__tests__/ssr
(#18701) (f731ca2)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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.