chore(deps): update dependency vite to v8 (#9043)

This commit is contained in:
Elian Doran 2026-03-14 13:45:25 +02:00 committed by GitHub
commit 3e73f38ae2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 476 additions and 192 deletions

View File

@ -8,8 +8,7 @@
"preact"
],
"rootDir": "src",
"jsx": "preserve",
"jsxFactory": "h",
"jsx": "react-jsx",
"jsxImportSource": "preact",
"module": "esnext",
"moduleResolution": "bundler",

View File

@ -6,8 +6,7 @@
"node",
"vitest"
],
"jsx": "preserve",
"jsxFactory": "h",
"jsx": "react-jsx",
"jsxImportSource": "preact",
"module": "esnext",
"moduleResolution": "bundler"

View File

@ -103,10 +103,7 @@ export default defineConfig(() => ({
return "src/[name].js";
},
chunkFileNames: "src/[name]-[hash].js",
assetFileNames: "src/[name]-[hash].[ext]",
manualChunks: {
"ckeditor5": [ "@triliumnext/ckeditor5" ]
},
assetFileNames: "src/[name]-[hash].[ext]"
},
onwarn(warning, rollupWarn) {
if (warning.code === "MODULE_LEVEL_DIRECTIVE") {

View File

@ -125,7 +125,7 @@
"tmp": "0.2.5",
"turnish": "1.8.0",
"unescape": "1.0.1",
"vite": "7.3.1",
"vite": "8.0.0",
"ws": "8.19.0",
"xml2js": "0.6.2",
"yauzl": "3.2.1"

View File

@ -22,7 +22,7 @@
"eslint-config-preact": "2.0.0",
"typescript": "5.9.3",
"user-agent-data-types": "0.4.2",
"vite": "7.3.1",
"vite": "8.0.0",
"vitest": "4.1.0"
},
"eslintConfig": {

View File

@ -75,7 +75,7 @@
"typescript": "5.9.3",
"typescript-eslint": "8.57.0",
"upath": "2.0.1",
"vite": "7.3.1",
"vite": "8.0.0",
"vite-plugin-dts": "4.5.4",
"vitest": "4.1.0"
},

651
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff