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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-10 18:26:01 +09:00 committed by GitHub
parent 0aaeb6d136
commit e2b68aabae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 1267 additions and 809 deletions

View File

@ -25,13 +25,13 @@
"misskey-js": "workspace:*", "misskey-js": "workspace:*",
"frontend-shared": "workspace:*", "frontend-shared": "workspace:*",
"punycode.js": "2.3.1", "punycode.js": "2.3.1",
"rollup": "4.36.0", "rollup": "4.39.0",
"sass": "1.86.0", "sass": "1.86.3",
"shiki": "3.2.1", "shiki": "3.2.2",
"tinycolor2": "1.6.0", "tinycolor2": "1.6.0",
"tsc-alias": "1.8.11", "tsc-alias": "1.8.15",
"tsconfig-paths": "4.2.0", "tsconfig-paths": "4.2.0",
"typescript": "5.8.2", "typescript": "5.8.3",
"uuid": "11.1.0", "uuid": "11.1.0",
"json5": "2.2.3", "json5": "2.2.3",
"vite": "6.2.4", "vite": "6.2.4",
@ -40,15 +40,15 @@
"devDependencies": { "devDependencies": {
"@misskey-dev/summaly": "5.2.0", "@misskey-dev/summaly": "5.2.0",
"@testing-library/vue": "8.1.0", "@testing-library/vue": "8.1.0",
"@types/estree": "1.0.6", "@types/estree": "1.0.7",
"@types/micromatch": "4.0.9", "@types/micromatch": "4.0.9",
"@types/node": "22.13.11", "@types/node": "22.14.0",
"@types/punycode.js": "npm:@types/punycode@2.1.4", "@types/punycode.js": "npm:@types/punycode@2.1.4",
"@types/tinycolor2": "1.4.6", "@types/tinycolor2": "1.4.6",
"@types/ws": "8.18.0", "@types/ws": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.27.0", "@typescript-eslint/eslint-plugin": "8.29.1",
"@typescript-eslint/parser": "8.27.0", "@typescript-eslint/parser": "8.29.1",
"@vitest/coverage-v8": "3.0.9", "@vitest/coverage-v8": "3.1.1",
"@vue/runtime-core": "3.5.13", "@vue/runtime-core": "3.5.13",
"acorn": "8.14.1", "acorn": "8.14.1",
"cross-env": "7.0.3", "cross-env": "7.0.3",
@ -64,7 +64,7 @@
"start-server-and-test": "2.0.11", "start-server-and-test": "2.0.11",
"vite-plugin-turbosnap": "1.0.3", "vite-plugin-turbosnap": "1.0.3",
"vue-component-type-helpers": "2.2.8", "vue-component-type-helpers": "2.2.8",
"vue-eslint-parser": "10.1.1", "vue-eslint-parser": "10.1.3",
"vue-tsc": "2.2.8" "vue-tsc": "2.2.8"
} }
} }

View File

@ -21,14 +21,14 @@
"lint": "pnpm typecheck && pnpm eslint" "lint": "pnpm typecheck && pnpm eslint"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.13.11", "@types/node": "22.14.0",
"@typescript-eslint/eslint-plugin": "8.27.0", "@typescript-eslint/eslint-plugin": "8.29.1",
"@typescript-eslint/parser": "8.27.0", "@typescript-eslint/parser": "8.29.1",
"esbuild": "0.25.1", "esbuild": "0.25.2",
"eslint-plugin-vue": "10.0.0", "eslint-plugin-vue": "10.0.0",
"nodemon": "3.1.9", "nodemon": "3.1.9",
"typescript": "5.8.2", "typescript": "5.8.3",
"vue-eslint-parser": "10.1.1" "vue-eslint-parser": "10.1.3"
}, },
"files": [ "files": [
"js-built" "js-built"

View File

@ -24,7 +24,7 @@
"@rollup/plugin-json": "6.1.0", "@rollup/plugin-json": "6.1.0",
"@rollup/plugin-replace": "6.0.2", "@rollup/plugin-replace": "6.0.2",
"@rollup/pluginutils": "5.1.4", "@rollup/pluginutils": "5.1.4",
"@sentry/vue": "9.8.0", "@sentry/vue": "9.12.0",
"@syuilo/aiscript": "0.19.0", "@syuilo/aiscript": "0.19.0",
"@tabler/icons-webfont": "3.31.0", "@tabler/icons-webfont": "3.31.0",
"@twemoji/parser": "15.1.1", "@twemoji/parser": "15.1.1",
@ -33,7 +33,7 @@
"aiscript-vscode": "github:aiscript-dev/aiscript-vscode#v0.1.15", "aiscript-vscode": "github:aiscript-dev/aiscript-vscode#v0.1.15",
"analytics": "0.8.16", "analytics": "0.8.16",
"astring": "1.9.0", "astring": "1.9.0",
"broadcast-channel": "7.0.0", "broadcast-channel": "7.1.0",
"buraha": "0.0.1", "buraha": "0.0.1",
"canvas-confetti": "1.9.3", "canvas-confetti": "1.9.3",
"chart.js": "4.4.8", "chart.js": "4.4.8",
@ -41,7 +41,7 @@
"chartjs-chart-matrix": "2.1.1", "chartjs-chart-matrix": "2.1.1",
"chartjs-plugin-gradient": "0.6.1", "chartjs-plugin-gradient": "0.6.1",
"chartjs-plugin-zoom": "2.2.0", "chartjs-plugin-zoom": "2.2.0",
"chromatic": "11.27.0", "chromatic": "11.28.0",
"compare-versions": "6.1.1", "compare-versions": "6.1.1",
"cropperjs": "2.0.0", "cropperjs": "2.0.0",
"date-fns": "4.1.0", "date-fns": "4.1.0",
@ -60,18 +60,18 @@
"misskey-reversi": "workspace:*", "misskey-reversi": "workspace:*",
"photoswipe": "5.4.4", "photoswipe": "5.4.4",
"punycode.js": "2.3.1", "punycode.js": "2.3.1",
"rollup": "4.36.0", "rollup": "4.39.0",
"sanitize-html": "2.15.0", "sanitize-html": "2.15.0",
"sass": "1.86.0", "sass": "1.86.3",
"shiki": "3.2.1", "shiki": "3.2.2",
"strict-event-emitter-types": "2.0.0", "strict-event-emitter-types": "2.0.0",
"textarea-caret": "3.1.0", "textarea-caret": "3.1.0",
"three": "0.174.0", "three": "0.175.0",
"throttle-debounce": "5.0.2", "throttle-debounce": "5.0.2",
"tinycolor2": "1.6.0", "tinycolor2": "1.6.0",
"tsc-alias": "1.8.11", "tsc-alias": "1.8.15",
"tsconfig-paths": "4.2.0", "tsconfig-paths": "4.2.0",
"typescript": "5.8.2", "typescript": "5.8.3",
"uuid": "11.1.0", "uuid": "11.1.0",
"v-code-diff": "1.13.1", "v-code-diff": "1.13.1",
"vite": "6.2.4", "vite": "6.2.4",
@ -81,44 +81,44 @@
}, },
"devDependencies": { "devDependencies": {
"@misskey-dev/summaly": "5.2.0", "@misskey-dev/summaly": "5.2.0",
"@storybook/addon-actions": "8.6.7", "@storybook/addon-actions": "8.6.12",
"@storybook/addon-essentials": "8.6.7", "@storybook/addon-essentials": "8.6.12",
"@storybook/addon-interactions": "8.6.7", "@storybook/addon-interactions": "8.6.12",
"@storybook/addon-links": "8.6.7", "@storybook/addon-links": "8.6.12",
"@storybook/addon-mdx-gfm": "8.6.7", "@storybook/addon-mdx-gfm": "8.6.12",
"@storybook/addon-storysource": "8.6.7", "@storybook/addon-storysource": "8.6.12",
"@storybook/blocks": "8.6.7", "@storybook/blocks": "8.6.12",
"@storybook/components": "8.6.7", "@storybook/components": "8.6.12",
"@storybook/core-events": "8.6.7", "@storybook/core-events": "8.6.12",
"@storybook/manager-api": "8.6.7", "@storybook/manager-api": "8.6.12",
"@storybook/preview-api": "8.6.7", "@storybook/preview-api": "8.6.12",
"@storybook/react": "8.6.7", "@storybook/react": "8.6.12",
"@storybook/react-vite": "8.6.7", "@storybook/react-vite": "8.6.12",
"@storybook/test": "8.6.7", "@storybook/test": "8.6.12",
"@storybook/theming": "8.6.7", "@storybook/theming": "8.6.12",
"@storybook/types": "8.6.7", "@storybook/types": "8.6.12",
"@storybook/vue3": "8.6.7", "@storybook/vue3": "8.6.12",
"@storybook/vue3-vite": "8.6.7", "@storybook/vue3-vite": "8.6.12",
"@testing-library/vue": "8.1.0", "@testing-library/vue": "8.1.0",
"@types/canvas-confetti": "1.9.0", "@types/canvas-confetti": "1.9.0",
"@types/estree": "1.0.6", "@types/estree": "1.0.7",
"@types/matter-js": "0.19.8", "@types/matter-js": "0.19.8",
"@types/micromatch": "4.0.9", "@types/micromatch": "4.0.9",
"@types/node": "22.13.11", "@types/node": "22.14.0",
"@types/punycode.js": "npm:@types/punycode@2.1.4", "@types/punycode.js": "npm:@types/punycode@2.1.4",
"@types/sanitize-html": "2.13.0", "@types/sanitize-html": "2.15.0",
"@types/seedrandom": "3.0.8", "@types/seedrandom": "3.0.8",
"@types/throttle-debounce": "5.0.2", "@types/throttle-debounce": "5.0.2",
"@types/tinycolor2": "1.4.6", "@types/tinycolor2": "1.4.6",
"@types/ws": "8.18.0", "@types/ws": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.27.0", "@typescript-eslint/eslint-plugin": "8.29.1",
"@typescript-eslint/parser": "8.27.0", "@typescript-eslint/parser": "8.29.1",
"@vitest/coverage-v8": "3.0.9", "@vitest/coverage-v8": "3.1.1",
"@vue/compiler-core": "3.5.13", "@vue/compiler-core": "3.5.13",
"@vue/runtime-core": "3.5.13", "@vue/runtime-core": "3.5.13",
"acorn": "8.14.1", "acorn": "8.14.1",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"cypress": "14.2.0", "cypress": "14.3.0",
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"eslint-plugin-vue": "10.0.0", "eslint-plugin-vue": "10.0.0",
"fast-glob": "3.3.3", "fast-glob": "3.3.3",
@ -130,18 +130,18 @@
"msw-storybook-addon": "2.0.4", "msw-storybook-addon": "2.0.4",
"nodemon": "3.1.9", "nodemon": "3.1.9",
"prettier": "3.5.3", "prettier": "3.5.3",
"react": "19.0.0", "react": "19.1.0",
"react-dom": "19.0.0", "react-dom": "19.1.0",
"seedrandom": "3.0.5", "seedrandom": "3.0.5",
"start-server-and-test": "2.0.11", "start-server-and-test": "2.0.11",
"storybook": "8.6.7", "storybook": "8.6.12",
"storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme", "storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme",
"vite-node": "3.0.9", "vite-node": "3.1.1",
"vite-plugin-turbosnap": "1.0.3", "vite-plugin-turbosnap": "1.0.3",
"vitest": "3.0.9", "vitest": "3.1.1",
"vitest-fetch-mock": "0.4.5", "vitest-fetch-mock": "0.4.5",
"vue-component-type-helpers": "2.2.8", "vue-component-type-helpers": "2.2.8",
"vue-eslint-parser": "10.1.1", "vue-eslint-parser": "10.1.3",
"vue-tsc": "2.2.8" "vue-tsc": "2.2.8"
} }
} }

View File

@ -24,13 +24,13 @@
"devDependencies": { "devDependencies": {
"@types/matter-js": "0.19.8", "@types/matter-js": "0.19.8",
"@types/seedrandom": "3.0.8", "@types/seedrandom": "3.0.8",
"@types/node": "22.13.11", "@types/node": "22.14.0",
"@typescript-eslint/eslint-plugin": "8.27.0", "@typescript-eslint/eslint-plugin": "8.29.1",
"@typescript-eslint/parser": "8.27.0", "@typescript-eslint/parser": "8.29.1",
"nodemon": "3.1.9", "nodemon": "3.1.9",
"execa": "9.5.2", "execa": "9.5.2",
"typescript": "5.8.2", "typescript": "5.8.3",
"esbuild": "0.25.1", "esbuild": "0.25.2",
"glob": "11.0.1" "glob": "11.0.1"
}, },
"files": [ "files": [

View File

@ -22,13 +22,13 @@
"lint": "pnpm typecheck && pnpm eslint" "lint": "pnpm typecheck && pnpm eslint"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.13.11", "@types/node": "22.14.0",
"@typescript-eslint/eslint-plugin": "8.27.0", "@typescript-eslint/eslint-plugin": "8.29.1",
"@typescript-eslint/parser": "8.27.0", "@typescript-eslint/parser": "8.29.1",
"execa": "9.5.2", "execa": "9.5.2",
"nodemon": "3.1.9", "nodemon": "3.1.9",
"typescript": "5.8.2", "typescript": "5.8.3",
"esbuild": "0.25.1", "esbuild": "0.25.2",
"glob": "11.0.1" "glob": "11.0.1"
}, },
"files": [ "files": [

View File

@ -9,16 +9,16 @@
"lint": "pnpm typecheck && pnpm eslint" "lint": "pnpm typecheck && pnpm eslint"
}, },
"dependencies": { "dependencies": {
"esbuild": "0.25.1", "esbuild": "0.25.2",
"idb-keyval": "6.2.1", "idb-keyval": "6.2.1",
"misskey-js": "workspace:*" "misskey-js": "workspace:*"
}, },
"devDependencies": { "devDependencies": {
"@typescript-eslint/parser": "8.27.0", "@typescript-eslint/parser": "8.29.1",
"@typescript/lib-webworker": "npm:@types/serviceworker@0.0.74", "@typescript/lib-webworker": "npm:@types/serviceworker@0.0.74",
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"nodemon": "3.1.9", "nodemon": "3.1.9",
"typescript": "5.8.2" "typescript": "5.8.3"
}, },
"type": "module" "type": "module"
} }

File diff suppressed because it is too large Load Diff