From 4299e33389c3e6d4b229c7bc25510d4abe779e97 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Wed, 8 Apr 2026 05:04:16 -0400 Subject: [PATCH] Update vite to version 8.0.5 (#38591) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/javascript/mastodon/polyfills/index.ts | 1 - yarn.lock | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/javascript/mastodon/polyfills/index.ts b/app/javascript/mastodon/polyfills/index.ts index 00da2042ed..30049a77c3 100644 --- a/app/javascript/mastodon/polyfills/index.ts +++ b/app/javascript/mastodon/polyfills/index.ts @@ -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'); } diff --git a/yarn.lock b/yarn.lock index 325c05a4a6..0712dbbf14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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