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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-24 14:13:44 +09:00 committed by GitHub
parent d1504a5a83
commit 5dc99e6f89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 643 additions and 646 deletions

View File

@ -25,16 +25,16 @@
"misskey-js": "workspace:*", "misskey-js": "workspace:*",
"frontend-shared": "workspace:*", "frontend-shared": "workspace:*",
"punycode.js": "2.3.1", "punycode.js": "2.3.1",
"rollup": "4.34.7", "rollup": "4.34.8",
"sass": "1.85.0", "sass": "1.85.0",
"shiki": "3.0.0", "shiki": "3.0.0",
"tinycolor2": "1.6.0", "tinycolor2": "1.6.0",
"tsc-alias": "1.8.10", "tsc-alias": "1.8.10",
"tsconfig-paths": "4.2.0", "tsconfig-paths": "4.2.0",
"typescript": "5.7.3", "typescript": "5.7.3",
"uuid": "11.0.5", "uuid": "11.1.0",
"json5": "2.2.3", "json5": "2.2.3",
"vite": "6.1.0", "vite": "6.1.1",
"vue": "3.5.13" "vue": "3.5.13"
}, },
"devDependencies": { "devDependencies": {
@ -42,29 +42,29 @@
"@testing-library/vue": "8.1.0", "@testing-library/vue": "8.1.0",
"@types/estree": "1.0.6", "@types/estree": "1.0.6",
"@types/micromatch": "4.0.9", "@types/micromatch": "4.0.9",
"@types/node": "22.13.4", "@types/node": "22.13.5",
"@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.5.14", "@types/ws": "8.5.14",
"@typescript-eslint/eslint-plugin": "8.24.0", "@typescript-eslint/eslint-plugin": "8.24.1",
"@typescript-eslint/parser": "8.24.0", "@typescript-eslint/parser": "8.24.1",
"@vitest/coverage-v8": "3.0.5", "@vitest/coverage-v8": "3.0.6",
"@vue/runtime-core": "3.5.13", "@vue/runtime-core": "3.5.13",
"acorn": "8.14.0", "acorn": "8.14.0",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"eslint-plugin-vue": "9.32.0", "eslint-plugin-vue": "9.32.0",
"fast-glob": "3.3.3", "fast-glob": "3.3.3",
"happy-dom": "17.1.0", "happy-dom": "17.1.4",
"intersection-observer": "0.12.2", "intersection-observer": "0.12.2",
"micromatch": "4.0.8", "micromatch": "4.0.8",
"msw": "2.7.0", "msw": "2.7.1",
"nodemon": "3.1.9", "nodemon": "3.1.9",
"prettier": "3.5.1", "prettier": "3.5.2",
"start-server-and-test": "2.0.10", "start-server-and-test": "2.0.10",
"vite-plugin-turbosnap": "1.0.3", "vite-plugin-turbosnap": "1.0.3",
"vue-component-type-helpers": "2.2.2", "vue-component-type-helpers": "2.2.4",
"vue-eslint-parser": "9.4.3", "vue-eslint-parser": "9.4.3",
"vue-tsc": "2.2.2" "vue-tsc": "2.2.4"
} }
} }

View File

@ -21,9 +21,9 @@
"lint": "pnpm typecheck && pnpm eslint" "lint": "pnpm typecheck && pnpm eslint"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.13.4", "@types/node": "22.13.5",
"@typescript-eslint/eslint-plugin": "8.24.0", "@typescript-eslint/eslint-plugin": "8.24.1",
"@typescript-eslint/parser": "8.24.0", "@typescript-eslint/parser": "8.24.1",
"esbuild": "0.25.0", "esbuild": "0.25.0",
"eslint-plugin-vue": "9.32.0", "eslint-plugin-vue": "9.32.0",
"nodemon": "3.1.9", "nodemon": "3.1.9",

View File

@ -33,7 +33,7 @@
"broadcast-channel": "7.0.0", "broadcast-channel": "7.0.0",
"buraha": "0.0.1", "buraha": "0.0.1",
"canvas-confetti": "1.9.3", "canvas-confetti": "1.9.3",
"chart.js": "4.4.7", "chart.js": "4.4.8",
"chartjs-adapter-date-fns": "3.0.0", "chartjs-adapter-date-fns": "3.0.0",
"chartjs-chart-matrix": "2.0.1", "chartjs-chart-matrix": "2.0.1",
"chartjs-plugin-gradient": "0.6.1", "chartjs-plugin-gradient": "0.6.1",
@ -56,7 +56,7 @@
"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.34.7", "rollup": "4.34.8",
"sanitize-html": "2.14.0", "sanitize-html": "2.14.0",
"sass": "1.85.0", "sass": "1.85.0",
"shiki": "3.0.0", "shiki": "3.0.0",
@ -68,47 +68,47 @@
"tsc-alias": "1.8.10", "tsc-alias": "1.8.10",
"tsconfig-paths": "4.2.0", "tsconfig-paths": "4.2.0",
"typescript": "5.7.3", "typescript": "5.7.3",
"uuid": "11.0.5", "uuid": "11.1.0",
"v-code-diff": "1.13.1", "v-code-diff": "1.13.1",
"vite": "6.1.0", "vite": "6.1.1",
"vue": "3.5.13", "vue": "3.5.13",
"vuedraggable": "next" "vuedraggable": "next"
}, },
"devDependencies": { "devDependencies": {
"@misskey-dev/summaly": "5.2.0", "@misskey-dev/summaly": "5.2.0",
"@storybook/addon-actions": "8.5.6", "@storybook/addon-actions": "8.5.8",
"@storybook/addon-essentials": "8.5.6", "@storybook/addon-essentials": "8.5.8",
"@storybook/addon-interactions": "8.5.6", "@storybook/addon-interactions": "8.5.8",
"@storybook/addon-links": "8.5.6", "@storybook/addon-links": "8.5.8",
"@storybook/addon-mdx-gfm": "8.5.6", "@storybook/addon-mdx-gfm": "8.5.8",
"@storybook/addon-storysource": "8.5.6", "@storybook/addon-storysource": "8.5.8",
"@storybook/blocks": "8.5.6", "@storybook/blocks": "8.5.8",
"@storybook/components": "8.5.6", "@storybook/components": "8.5.8",
"@storybook/core-events": "8.5.6", "@storybook/core-events": "8.5.8",
"@storybook/manager-api": "8.5.6", "@storybook/manager-api": "8.5.8",
"@storybook/preview-api": "8.5.6", "@storybook/preview-api": "8.5.8",
"@storybook/react": "8.5.6", "@storybook/react": "8.5.8",
"@storybook/react-vite": "8.5.6", "@storybook/react-vite": "8.5.8",
"@storybook/test": "8.5.6", "@storybook/test": "8.5.8",
"@storybook/theming": "8.5.6", "@storybook/theming": "8.5.8",
"@storybook/types": "8.5.6", "@storybook/types": "8.5.8",
"@storybook/vue3": "8.5.6", "@storybook/vue3": "8.5.8",
"@storybook/vue3-vite": "8.5.6", "@storybook/vue3-vite": "8.5.8",
"@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.6",
"@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.4", "@types/node": "22.13.5",
"@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.13.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.5.14", "@types/ws": "8.5.14",
"@typescript-eslint/eslint-plugin": "8.24.0", "@typescript-eslint/eslint-plugin": "8.24.1",
"@typescript-eslint/parser": "8.24.0", "@typescript-eslint/parser": "8.24.1",
"@vitest/coverage-v8": "3.0.5", "@vitest/coverage-v8": "3.0.6",
"@vue/runtime-core": "3.5.13", "@vue/runtime-core": "3.5.13",
"acorn": "8.14.0", "acorn": "8.14.0",
"cross-env": "7.0.3", "cross-env": "7.0.3",
@ -116,24 +116,24 @@
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"eslint-plugin-vue": "9.32.0", "eslint-plugin-vue": "9.32.0",
"fast-glob": "3.3.3", "fast-glob": "3.3.3",
"happy-dom": "17.1.0", "happy-dom": "17.1.4",
"intersection-observer": "0.12.2", "intersection-observer": "0.12.2",
"micromatch": "4.0.8", "micromatch": "4.0.8",
"msw": "2.7.0", "msw": "2.7.1",
"msw-storybook-addon": "2.0.4", "msw-storybook-addon": "2.0.4",
"nodemon": "3.1.9", "nodemon": "3.1.9",
"prettier": "3.5.1", "prettier": "3.5.2",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.0",
"seedrandom": "3.0.5", "seedrandom": "3.0.5",
"start-server-and-test": "2.0.10", "start-server-and-test": "2.0.10",
"storybook": "8.5.6", "storybook": "8.5.8",
"storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme", "storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme",
"vite-plugin-turbosnap": "1.0.3", "vite-plugin-turbosnap": "1.0.3",
"vitest": "3.0.5", "vitest": "3.0.6",
"vitest-fetch-mock": "0.4.3", "vitest-fetch-mock": "0.4.3",
"vue-component-type-helpers": "2.2.2", "vue-component-type-helpers": "2.2.4",
"vue-eslint-parser": "9.4.3", "vue-eslint-parser": "9.4.3",
"vue-tsc": "2.2.2" "vue-tsc": "2.2.4"
} }
} }

View File

@ -24,9 +24,9 @@
"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.4", "@types/node": "22.13.5",
"@typescript-eslint/eslint-plugin": "8.24.0", "@typescript-eslint/eslint-plugin": "8.24.1",
"@typescript-eslint/parser": "8.24.0", "@typescript-eslint/parser": "8.24.1",
"nodemon": "3.1.9", "nodemon": "3.1.9",
"execa": "9.5.2", "execa": "9.5.2",
"typescript": "5.7.3", "typescript": "5.7.3",

View File

@ -22,9 +22,9 @@
"lint": "pnpm typecheck && pnpm eslint" "lint": "pnpm typecheck && pnpm eslint"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.13.4", "@types/node": "22.13.5",
"@typescript-eslint/eslint-plugin": "8.24.0", "@typescript-eslint/eslint-plugin": "8.24.1",
"@typescript-eslint/parser": "8.24.0", "@typescript-eslint/parser": "8.24.1",
"execa": "9.5.2", "execa": "9.5.2",
"nodemon": "3.1.9", "nodemon": "3.1.9",
"typescript": "5.7.3", "typescript": "5.7.3",

View File

@ -14,7 +14,7 @@
"misskey-js": "workspace:*" "misskey-js": "workspace:*"
}, },
"devDependencies": { "devDependencies": {
"@typescript-eslint/parser": "8.24.0", "@typescript-eslint/parser": "8.24.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",

1179
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff