Sourced from vite's changelog.
5.4.7 (2024-09-20)
5.4.6 (2024-09-16)
- fix: avoid DOM Clobbering gadget in
getRelativeUrlFromDocument
(#18115) (179b177), closes #18115- fix: fs raw query (#18112) (6820bb3), closes #18112
5.4.5 (2024-09-13)
- fix(preload): backport #18098, throw error preloading module as well (#18099) (faa2405), closes #18098 #18099
5.4.4 (2024-09-11)
- fix: backport #17997, ensure req.url matches moduleByEtag URL to avoid incorrect 304 (#18078) (74a79c5), closes #17997 #18078
- fix: backport #18063, allow scanning exports from
script module
in svelte (#18077) (d90ba40), closes #18063 #18077- fix(preload): backport #18046, allow ignoring dep errors (#18076) (8760293), closes #18046 #18076
a403e73
release: v5.4.7b5908a2
fix: treat config file as ESM in Deno (#18158)f969176
release: v5.4.6179b177
fix: avoid DOM Clobbering gadget in
getRelativeUrlFromDocument
(#18115)6820bb3
fix: fs raw query (#18112)37881e7
release: v5.4.5faa2405
fix(preload): backport #18098,
throw error preloading module as well (#18099)54c55db
release: v5.4.474a79c5
fix: backport #17997,
ensure req.url matches moduleByEtag URL to avoid incorr...d90ba40
fix: backport #18063,
allow scanning exports from script module
in svelte
(...