Update vite to version 8.0.5 (#38591)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
Matt Jankowski 2026-04-08 05:04:16 -04:00 committed by GitHub
parent f597589695
commit 4299e33389
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

View File

@ -32,7 +32,6 @@ async function loadEmojiPolyfills() {
// Loads Vite's module preload polyfill for older browsers, but not in a Worker context.
function loadVitePreloadPolyfill() {
if (typeof document === 'undefined') return;
// @ts-expect-error -- This is a virtual module provided by Vite.
// eslint-disable-next-line import/extensions
return import('vite/modulepreload-polyfill');
}

View File

@ -14741,8 +14741,8 @@ __metadata:
linkType: hard
"vite@npm:^6.0.0 || ^7.0.0 || ^8.0.0-0, vite@npm:^8.0.0":
version: 8.0.3
resolution: "vite@npm:8.0.3"
version: 8.0.5
resolution: "vite@npm:8.0.5"
dependencies:
fsevents: "npm:~2.3.3"
lightningcss: "npm:^1.32.0"
@ -14753,7 +14753,7 @@ __metadata:
peerDependencies:
"@types/node": ^20.19.0 || >=22.12.0
"@vitejs/devtools": ^0.1.0
esbuild: ^0.27.0
esbuild: ^0.27.0 || ^0.28.0
jiti: ">=1.21.0"
less: ^4.0.0
sass: ^1.70.0
@ -14793,7 +14793,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10c0/bed9520358080393a02fe22565b3309b4b3b8f916afe4c97577528f3efb05c1bf4b29f7b552179bc5b3938629e50fbd316231727457411dbc96648fa5c9d14bf
checksum: 10c0/bfc22896b2661753c01c398a058f1859bdbd3ebe55f3d8505ab629b39e5f68790c0a6f55f8644b6692b0b9b8e210f698082ef9f4fd0d76509f4a46762fbfbba2
languageName: node
linkType: hard