fix(deps): update [frontend] update dependencies (#16086)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-06-02 09:13:06 +09:00 committed by GitHub
parent 51e7081c9d
commit b48a25ea77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 1027 additions and 432 deletions

View File

@ -16,7 +16,7 @@
"@rollup/pluginutils": "5.1.4",
"@twemoji/parser": "15.1.1",
"@vitejs/plugin-vue": "5.2.4",
"@vue/compiler-sfc": "3.5.14",
"@vue/compiler-sfc": "3.5.16",
"astring": "1.9.0",
"buraha": "0.0.1",
"estree-walker": "3.0.3",
@ -26,7 +26,7 @@
"mfm-js": "0.24.0",
"misskey-js": "workspace:*",
"punycode.js": "2.3.1",
"rollup": "4.41.0",
"rollup": "4.41.1",
"sass": "1.89.0",
"shiki": "3.4.2",
"tinycolor2": "1.6.0",
@ -35,7 +35,7 @@
"typescript": "5.8.3",
"uuid": "11.1.0",
"vite": "6.3.5",
"vue": "3.5.14"
"vue": "3.5.16"
},
"devDependencies": {
"@misskey-dev/summaly": "5.2.1",
@ -43,23 +43,23 @@
"@testing-library/vue": "8.1.0",
"@types/estree": "1.0.7",
"@types/micromatch": "4.0.9",
"@types/node": "22.15.21",
"@types/node": "22.15.28",
"@types/punycode.js": "npm:@types/punycode@2.1.4",
"@types/tinycolor2": "1.4.6",
"@types/ws": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"@typescript-eslint/eslint-plugin": "8.33.0",
"@typescript-eslint/parser": "8.33.0",
"@vitest/coverage-v8": "3.1.4",
"@vue/runtime-core": "3.5.14",
"@vue/runtime-core": "3.5.16",
"acorn": "8.14.1",
"cross-env": "7.0.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-vue": "10.1.0",
"fast-glob": "3.3.3",
"happy-dom": "17.4.7",
"happy-dom": "17.5.6",
"intersection-observer": "0.12.2",
"micromatch": "4.0.8",
"msw": "2.8.4",
"msw": "2.8.6",
"nodemon": "3.1.10",
"prettier": "3.5.3",
"start-server-and-test": "2.0.12",

View File

@ -21,10 +21,10 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
"@types/node": "22.15.21",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"esbuild": "0.25.4",
"@types/node": "22.15.28",
"@typescript-eslint/eslint-plugin": "8.33.0",
"@typescript-eslint/parser": "8.33.0",
"esbuild": "0.25.5",
"eslint-plugin-vue": "10.1.0",
"nodemon": "3.1.10",
"typescript": "5.8.3",
@ -35,6 +35,6 @@
],
"dependencies": {
"misskey-js": "workspace:*",
"vue": "3.5.14"
"vue": "3.5.16"
}
}

View File

@ -24,11 +24,11 @@
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-replace": "6.0.2",
"@rollup/pluginutils": "5.1.4",
"@sentry/vue": "9.22.0",
"@sentry/vue": "9.24.0",
"@syuilo/aiscript": "0.19.0",
"@twemoji/parser": "15.1.1",
"@vitejs/plugin-vue": "5.2.4",
"@vue/compiler-sfc": "3.5.14",
"@vue/compiler-sfc": "3.5.16",
"aiscript-vscode": "github:aiscript-dev/aiscript-vscode#v0.1.15",
"analytics": "0.8.16",
"astring": "1.9.0",
@ -40,7 +40,7 @@
"chartjs-chart-matrix": "2.1.1",
"chartjs-plugin-gradient": "0.6.1",
"chartjs-plugin-zoom": "2.2.0",
"chromatic": "11.28.2",
"chromatic": "11.29.0",
"compare-versions": "6.1.1",
"cropperjs": "2.0.0",
"date-fns": "4.1.0",
@ -60,13 +60,13 @@
"misskey-reversi": "workspace:*",
"photoswipe": "5.4.4",
"punycode.js": "2.3.1",
"rollup": "4.41.0",
"rollup": "4.41.1",
"sanitize-html": "2.17.0",
"sass": "1.89.0",
"shiki": "3.4.2",
"strict-event-emitter-types": "2.0.0",
"textarea-caret": "3.1.0",
"three": "0.176.0",
"three": "0.177.0",
"throttle-debounce": "5.0.2",
"tinycolor2": "1.6.0",
"tsc-alias": "1.8.16",
@ -75,7 +75,7 @@
"uuid": "11.1.0",
"v-code-diff": "1.13.1",
"vite": "6.3.5",
"vue": "3.5.14",
"vue": "3.5.16",
"vuedraggable": "next",
"wanakana": "5.3.1"
},
@ -105,29 +105,29 @@
"@types/estree": "1.0.7",
"@types/matter-js": "0.19.8",
"@types/micromatch": "4.0.9",
"@types/node": "22.15.21",
"@types/node": "22.15.28",
"@types/punycode.js": "npm:@types/punycode@2.1.4",
"@types/sanitize-html": "2.16.0",
"@types/seedrandom": "3.0.8",
"@types/throttle-debounce": "5.0.2",
"@types/tinycolor2": "1.4.6",
"@types/ws": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"@typescript-eslint/eslint-plugin": "8.33.0",
"@typescript-eslint/parser": "8.33.0",
"@vitest/coverage-v8": "3.1.4",
"@vue/compiler-core": "3.5.14",
"@vue/runtime-core": "3.5.14",
"@vue/compiler-core": "3.5.16",
"@vue/runtime-core": "3.5.16",
"acorn": "8.14.1",
"cross-env": "7.0.3",
"cypress": "14.4.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-vue": "10.1.0",
"fast-glob": "3.3.3",
"happy-dom": "17.4.7",
"happy-dom": "17.5.6",
"intersection-observer": "0.12.2",
"micromatch": "4.0.8",
"minimatch": "10.0.1",
"msw": "2.8.4",
"msw": "2.8.6",
"msw-storybook-addon": "2.0.4",
"nodemon": "3.1.10",
"prettier": "3.5.3",

View File

@ -24,13 +24,13 @@
"devDependencies": {
"@types/matter-js": "0.19.8",
"@types/seedrandom": "3.0.8",
"@types/node": "22.15.21",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"@types/node": "22.15.28",
"@typescript-eslint/eslint-plugin": "8.33.0",
"@typescript-eslint/parser": "8.33.0",
"nodemon": "3.1.10",
"execa": "9.5.3",
"execa": "9.6.0",
"typescript": "5.8.3",
"esbuild": "0.25.4",
"esbuild": "0.25.5",
"glob": "11.0.2"
},
"files": [

View File

@ -22,13 +22,13 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
"@types/node": "22.15.21",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"execa": "9.5.3",
"@types/node": "22.15.28",
"@typescript-eslint/eslint-plugin": "8.33.0",
"@typescript-eslint/parser": "8.33.0",
"execa": "9.6.0",
"nodemon": "3.1.10",
"typescript": "5.8.3",
"esbuild": "0.25.4",
"esbuild": "0.25.5",
"glob": "11.0.2"
},
"files": [

View File

@ -9,12 +9,12 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"dependencies": {
"esbuild": "0.25.4",
"esbuild": "0.25.5",
"idb-keyval": "6.2.2",
"misskey-js": "workspace:*"
},
"devDependencies": {
"@typescript-eslint/parser": "8.32.1",
"@typescript-eslint/parser": "8.33.0",
"@typescript/lib-webworker": "npm:@types/serviceworker@0.0.74",
"eslint-plugin-import": "2.31.0",
"nodemon": "3.1.10",

File diff suppressed because it is too large Load Diff