-
-
Notifications
You must be signed in to change notification settings - Fork 4
Update dependency vite to v5.4.20 #206
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
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.
Open
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
1f2682a
to
501b300
Compare
501b300
to
a892327
Compare
a892327
to
2310a0a
Compare
2310a0a
to
f7e8161
Compare
f7e8161
to
8432200
Compare
8432200
to
6d8e09a
Compare
6d8e09a
to
4513348
Compare
4513348
to
ee35dee
Compare
43fba54
to
9c9665a
Compare
9c9665a
to
dcef259
Compare
dcef259
to
93c47c5
Compare
93c47c5
to
0c2ffe3
Compare
0c2ffe3
to
8f01ae9
Compare
8f01ae9
to
22ad319
Compare
e2adebf
to
c72c890
Compare
c72c890
to
cf2ec03
Compare
cf2ec03
to
866a34a
Compare
866a34a
to
174a58e
Compare
174a58e
to
957ab56
Compare
957ab56
to
5abdc92
Compare
5abdc92
to
214bc0e
Compare
214bc0e
to
797c874
Compare
797c874
to
a265d30
Compare
a265d30
to
e11128c
Compare
e11128c
to
99ebd45
Compare
99ebd45
to
1d70c85
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
5.3.1
->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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.