fix(deps): update [frontend] update dependencies

This commit is contained in:
renovate[bot] 2025-08-11 03:20:16 +00:00 committed by GitHub
parent 299f9e3115
commit 4ece63a6d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 454 additions and 684 deletions

View File

@ -27,14 +27,14 @@
"misskey-js": "workspace:*",
"punycode.js": "2.3.1",
"rollup": "4.46.2",
"sass": "1.89.2",
"shiki": "3.9.1",
"sass": "1.90.0",
"shiki": "3.9.2",
"tinycolor2": "1.6.0",
"tsc-alias": "1.8.16",
"tsconfig-paths": "4.2.0",
"typescript": "5.9.2",
"uuid": "11.1.0",
"vite": "7.0.6",
"vite": "7.1.1",
"vue": "3.5.18"
},
"devDependencies": {
@ -43,12 +43,12 @@
"@testing-library/vue": "8.1.0",
"@types/estree": "1.0.8",
"@types/micromatch": "4.0.9",
"@types/node": "22.17.0",
"@types/node": "22.17.1",
"@types/punycode.js": "npm:@types/punycode@2.1.4",
"@types/tinycolor2": "1.4.6",
"@types/ws": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.38.0",
"@typescript-eslint/parser": "8.38.0",
"@typescript-eslint/eslint-plugin": "8.39.0",
"@typescript-eslint/parser": "8.39.0",
"@vitest/coverage-v8": "3.2.4",
"@vue/runtime-core": "3.5.18",
"acorn": "8.15.0",
@ -62,7 +62,7 @@
"msw": "2.10.4",
"nodemon": "3.1.10",
"prettier": "3.6.2",
"start-server-and-test": "2.0.12",
"start-server-and-test": "2.0.13",
"tsx": "4.20.3",
"vite-plugin-turbosnap": "1.0.3",
"vue-component-type-helpers": "3.0.5",

View File

@ -21,9 +21,9 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
"@types/node": "22.17.0",
"@typescript-eslint/eslint-plugin": "8.38.0",
"@typescript-eslint/parser": "8.38.0",
"@types/node": "22.17.1",
"@typescript-eslint/eslint-plugin": "8.39.0",
"@typescript-eslint/parser": "8.39.0",
"esbuild": "0.25.8",
"eslint-plugin-vue": "10.4.0",
"nodemon": "3.1.10",

View File

@ -24,14 +24,14 @@
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-replace": "6.0.2",
"@rollup/pluginutils": "5.2.0",
"@sentry/vue": "10.0.0",
"@sentry/vue": "10.3.0",
"@syuilo/aiscript": "1.0.0",
"@syuilo/aiscript-0-19-0": "npm:@syuilo/aiscript@^0.19.0",
"@twemoji/parser": "16.0.0",
"@vitejs/plugin-vue": "6.0.1",
"@vue/compiler-sfc": "3.5.18",
"aiscript-vscode": "github:aiscript-dev/aiscript-vscode#v0.1.15",
"analytics": "0.8.16",
"analytics": "0.8.19",
"astring": "1.9.0",
"broadcast-channel": "7.1.0",
"buraha": "0.0.1",
@ -64,8 +64,8 @@
"punycode.js": "2.3.1",
"rollup": "4.46.2",
"sanitize-html": "2.17.0",
"sass": "1.89.2",
"shiki": "3.9.1",
"sass": "1.90.0",
"shiki": "3.9.2",
"strict-event-emitter-types": "2.0.0",
"textarea-caret": "3.1.0",
"three": "0.179.1",
@ -75,7 +75,7 @@
"tsconfig-paths": "4.2.0",
"typescript": "5.9.2",
"v-code-diff": "1.13.1",
"vite": "7.0.6",
"vite": "7.1.1",
"vue": "3.5.18",
"vuedraggable": "next",
"wanakana": "5.3.1"
@ -85,7 +85,7 @@
"@storybook/addon-actions": "9.0.8",
"@storybook/addon-essentials": "8.6.14",
"@storybook/addon-interactions": "8.6.14",
"@storybook/addon-links": "9.1.0",
"@storybook/addon-links": "9.1.1",
"@storybook/addon-mdx-gfm": "8.6.14",
"@storybook/addon-storysource": "8.6.14",
"@storybook/blocks": "8.6.14",
@ -93,34 +93,34 @@
"@storybook/core-events": "8.6.14",
"@storybook/manager-api": "8.6.14",
"@storybook/preview-api": "8.6.14",
"@storybook/react": "9.1.0",
"@storybook/react-vite": "9.1.0",
"@storybook/react": "9.1.1",
"@storybook/react-vite": "9.1.1",
"@storybook/test": "8.6.14",
"@storybook/theming": "8.6.14",
"@storybook/types": "8.6.14",
"@storybook/vue3": "9.1.0",
"@storybook/vue3-vite": "9.1.0",
"@storybook/vue3": "9.1.1",
"@storybook/vue3-vite": "9.1.1",
"@tabler/icons-webfont": "3.34.1",
"@testing-library/vue": "8.1.0",
"@types/canvas-confetti": "1.9.0",
"@types/estree": "1.0.8",
"@types/matter-js": "0.19.8",
"@types/matter-js": "0.20.0",
"@types/micromatch": "4.0.9",
"@types/node": "22.17.0",
"@types/node": "22.17.1",
"@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.38.0",
"@typescript-eslint/parser": "8.38.0",
"@typescript-eslint/eslint-plugin": "8.39.0",
"@typescript-eslint/parser": "8.39.0",
"@vitest/coverage-v8": "3.2.4",
"@vue/compiler-core": "3.5.18",
"@vue/runtime-core": "3.5.18",
"acorn": "8.15.0",
"cross-env": "10.0.0",
"cypress": "14.5.3",
"cypress": "14.5.4",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-vue": "10.4.0",
"fast-glob": "3.3.3",
@ -135,8 +135,8 @@
"react": "19.1.1",
"react-dom": "19.1.1",
"seedrandom": "3.0.5",
"start-server-and-test": "2.0.12",
"storybook": "9.1.0",
"start-server-and-test": "2.0.13",
"storybook": "9.1.1",
"storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme",
"tsx": "4.20.3",
"vite-plugin-turbosnap": "1.0.3",

View File

@ -11,10 +11,10 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
"@types/node": "22.17.0",
"@types/node": "22.17.1",
"@types/wawoff2": "1.0.2",
"@typescript-eslint/eslint-plugin": "8.38.0",
"@typescript-eslint/parser": "8.38.0"
"@typescript-eslint/eslint-plugin": "8.39.0",
"@typescript-eslint/parser": "8.39.0"
},
"dependencies": {
"@tabler/icons-webfont": "3.34.1",

View File

@ -22,11 +22,11 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
"@types/matter-js": "0.19.8",
"@types/matter-js": "0.20.0",
"@types/seedrandom": "3.0.8",
"@types/node": "22.17.0",
"@typescript-eslint/eslint-plugin": "8.38.0",
"@typescript-eslint/parser": "8.38.0",
"@types/node": "22.17.1",
"@typescript-eslint/eslint-plugin": "8.39.0",
"@typescript-eslint/parser": "8.39.0",
"nodemon": "3.1.10",
"execa": "9.6.0",
"typescript": "5.9.2",

View File

@ -22,9 +22,9 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
"@types/node": "22.17.0",
"@typescript-eslint/eslint-plugin": "8.38.0",
"@typescript-eslint/parser": "8.38.0",
"@types/node": "22.17.1",
"@typescript-eslint/eslint-plugin": "8.39.0",
"@typescript-eslint/parser": "8.39.0",
"execa": "9.6.0",
"nodemon": "3.1.10",
"typescript": "5.9.2",

View File

@ -14,7 +14,7 @@
"misskey-js": "workspace:*"
},
"devDependencies": {
"@typescript-eslint/parser": "8.38.0",
"@typescript-eslint/parser": "8.39.0",
"@typescript/lib-webworker": "npm:@types/serviceworker@0.0.74",
"eslint-plugin-import": "2.32.0",
"nodemon": "3.1.10",

File diff suppressed because it is too large Load Diff