From 0d52145b2bc9ba9dd0f138673d0fc12ea5d9c3ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Tue, 16 Dec 2025 11:42:06 +0900 Subject: [PATCH] deps: update deps [ci skip] (#16997) * update deps * update chokidar to v5 * fix type error * rollback serviceworker types to r74 * fix [ci skip] --- package.json | 18 +- packages/backend/package.json | 36 +- packages/frontend-builder/package.json | 8 +- packages/frontend-embed/package.json | 24 +- packages/frontend-shared/package.json | 8 +- packages/frontend/package.json | 58 +- .../src/components/MkImgPreviewDialog.vue | 2 +- .../src/components/global/MkAvatar.vue | 19 +- packages/i18n/package.json | 14 +- packages/icons-subsetter/package.json | 8 +- packages/misskey-bubble-game/package.json | 10 +- packages/misskey-js/generator/package.json | 8 +- packages/misskey-js/package.json | 16 +- packages/misskey-reversi/package.json | 10 +- packages/sw/package.json | 4 +- pnpm-lock.yaml | 3068 ++++++++--------- pnpm-workspace.yaml | 2 + scripts/changelog-checker/package-lock.json | 167 +- scripts/changelog-checker/package.json | 8 +- 19 files changed, 1717 insertions(+), 1771 deletions(-) diff --git a/package.json b/package.json index 65892bacd1..31b489949f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/misskey-dev/misskey.git" }, - "packageManager": "pnpm@10.24.0", + "packageManager": "pnpm@10.25.0", "workspaces": [ "packages/misskey-js", "packages/i18n", @@ -53,13 +53,13 @@ "cleanall": "pnpm clean-all" }, "resolutions": { - "chokidar": "4.0.3", + "chokidar": "5.0.0", "lodash": "4.17.21" }, "dependencies": { "cssnano": "7.1.2", - "esbuild": "0.27.0", - "execa": "9.6.0", + "esbuild": "0.27.1", + "execa": "9.6.1", "ignore-walk": "8.0.0", "js-yaml": "4.1.1", "postcss": "8.5.6", @@ -71,15 +71,15 @@ "@eslint/js": "9.39.1", "@misskey-dev/eslint-plugin": "2.2.0", "@types/js-yaml": "4.0.9", - "@types/node": "24.10.1", - "@typescript-eslint/eslint-plugin": "8.47.0", - "@typescript-eslint/parser": "8.47.0", + "@types/node": "24.10.2", + "@typescript-eslint/eslint-plugin": "8.49.0", + "@typescript-eslint/parser": "8.49.0", "cross-env": "10.1.0", - "cypress": "15.7.0", + "cypress": "15.7.1", "eslint": "9.39.1", "globals": "16.5.0", "ncp": "2.0.0", - "pnpm": "10.24.0", + "pnpm": "10.25.0", "start-server-and-test": "2.1.3" }, "optionalDependencies": { diff --git a/packages/backend/package.json b/packages/backend/package.json index f49acff701..206e2022c6 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -71,25 +71,25 @@ "utf-8-validate": "6.0.5" }, "dependencies": { - "@aws-sdk/client-s3": "3.940.0", - "@aws-sdk/lib-storage": "3.940.0", + "@aws-sdk/client-s3": "3.947.0", + "@aws-sdk/lib-storage": "3.947.0", "@discordapp/twemoji": "16.0.1", - "@fastify/accepts": "5.0.3", + "@fastify/accepts": "5.0.4", "@fastify/cors": "11.1.0", "@fastify/express": "4.0.2", - "@fastify/http-proxy": "11.3.0", + "@fastify/http-proxy": "11.4.1", "@fastify/multipart": "9.3.0", "@fastify/static": "8.3.0", "@kitajs/html": "4.2.11", "@misskey-dev/sharp-read-bmp": "1.2.0", "@misskey-dev/summaly": "5.2.5", - "@napi-rs/canvas": "0.1.83", + "@napi-rs/canvas": "0.1.84", "@nestjs/common": "11.1.9", "@nestjs/core": "11.1.9", "@nestjs/testing": "11.1.9", "@peertube/http-signature": "1.7.0", - "@sentry/node": "10.27.0", - "@sentry/profiling-node": "10.27.0", + "@sentry/node": "10.29.0", + "@sentry/profiling-node": "10.29.0", "@simplewebauthn/server": "13.2.2", "@sinonjs/fake-timers": "15.0.0", "@smithy/node-http-handler": "4.4.5", @@ -104,11 +104,11 @@ "bcryptjs": "3.0.3", "blurhash": "2.0.5", "body-parser": "2.2.1", - "bullmq": "5.65.0", + "bullmq": "5.65.1", "cacheable-lookup": "7.0.0", "chalk": "5.6.2", "chalk-template": "1.1.2", - "chokidar": "4.0.3", + "chokidar": "5.0.0", "color-convert": "3.1.3", "content-disposition": "1.0.1", "date-fns": "4.1.0", @@ -166,13 +166,13 @@ "slacc": "0.0.10", "strict-event-emitter-types": "2.0.0", "stringz": "2.1.0", - "systeminformation": "5.27.11", + "systeminformation": "5.27.12", "tinycolor2": "1.6.0", "tmp": "0.2.5", "tsc-alias": "1.8.16", - "typeorm": "0.3.27", + "typeorm": "0.3.28", "typescript": "5.9.3", - "ulid": "3.0.1", + "ulid": "3.0.2", "vary": "1.1.2", "web-push": "3.6.7", "ws": "8.18.3", @@ -182,7 +182,7 @@ "@jest/globals": "29.7.0", "@kitajs/ts-html-plugin": "4.1.3", "@nestjs/platform-express": "11.1.9", - "@sentry/vue": "10.27.0", + "@sentry/vue": "10.29.0", "@simplewebauthn/types": "12.0.0", "@swc/jest": "0.2.39", "@types/accepts": "1.3.7", @@ -196,7 +196,7 @@ "@types/jsonld": "1.5.15", "@types/mime-types": "3.0.1", "@types/ms": "2.1.0", - "@types/node": "24.10.1", + "@types/node": "24.10.2", "@types/nodemailer": "7.0.4", "@types/oauth2orize": "1.11.5", "@types/oauth2orize-pkce": "0.1.2", @@ -215,13 +215,13 @@ "@types/vary": "1.1.3", "@types/web-push": "3.6.4", "@types/ws": "8.18.1", - "@typescript-eslint/eslint-plugin": "8.48.0", - "@typescript-eslint/parser": "8.48.0", + "@typescript-eslint/eslint-plugin": "8.49.0", + "@typescript-eslint/parser": "8.49.0", "aws-sdk-client-mock": "4.1.0", "cbor": "10.0.11", "cross-env": "10.1.0", "eslint-plugin-import": "2.32.0", - "execa": "9.6.0", + "execa": "9.6.1", "fkill": "10.0.1", "jest": "29.7.0", "jest-mock": "29.7.0", @@ -230,6 +230,6 @@ "pid-port": "2.0.0", "simple-oauth2": "5.1.0", "supertest": "7.1.4", - "vite": "7.2.4" + "vite": "7.2.7" } } diff --git a/packages/frontend-builder/package.json b/packages/frontend-builder/package.json index 36c32b915d..c1d9e316e6 100644 --- a/packages/frontend-builder/package.json +++ b/packages/frontend-builder/package.json @@ -11,9 +11,9 @@ }, "devDependencies": { "@types/estree": "1.0.8", - "@types/node": "24.10.1", - "@typescript-eslint/eslint-plugin": "8.48.0", - "@typescript-eslint/parser": "8.48.0", + "@types/node": "24.10.2", + "@typescript-eslint/eslint-plugin": "8.49.0", + "@typescript-eslint/parser": "8.49.0", "rollup": "4.53.3", "typescript": "5.9.3" }, @@ -21,6 +21,6 @@ "i18n": "workspace:*", "estree-walker": "3.0.3", "magic-string": "0.30.21", - "vite": "7.2.4" + "vite": "7.2.7" } } diff --git a/packages/frontend-embed/package.json b/packages/frontend-embed/package.json index e82cdc1f27..fe98b92e53 100644 --- a/packages/frontend-embed/package.json +++ b/packages/frontend-embed/package.json @@ -26,11 +26,11 @@ "misskey-js": "workspace:*", "punycode.js": "2.3.1", "rollup": "4.53.3", - "sass": "1.94.2", - "shiki": "3.17.0", + "sass": "1.95.0", + "shiki": "3.19.0", "tinycolor2": "1.6.0", "uuid": "13.0.0", - "vite": "7.2.4", + "vite": "7.2.7", "vue": "3.5.25" }, "devDependencies": { @@ -39,13 +39,13 @@ "@testing-library/vue": "8.1.0", "@types/estree": "1.0.8", "@types/micromatch": "4.0.10", - "@types/node": "24.10.1", + "@types/node": "24.10.2", "@types/punycode.js": "npm:@types/punycode@2.1.4", "@types/tinycolor2": "1.4.6", "@types/ws": "8.18.1", - "@typescript-eslint/eslint-plugin": "8.48.0", - "@typescript-eslint/parser": "8.48.0", - "@vitest/coverage-v8": "4.0.14", + "@typescript-eslint/eslint-plugin": "8.49.0", + "@typescript-eslint/parser": "8.49.0", + "@vitest/coverage-v8": "4.0.15", "@vue/runtime-core": "3.5.25", "acorn": "8.15.0", "cross-env": "10.1.0", @@ -54,15 +54,15 @@ "happy-dom": "20.0.11", "intersection-observer": "0.12.2", "micromatch": "4.0.8", - "msw": "2.12.3", + "msw": "2.12.4", "nodemon": "3.1.11", - "prettier": "3.7.1", + "prettier": "3.7.4", "start-server-and-test": "2.1.3", - "tsx": "4.20.6", + "tsx": "4.21.0", "typescript": "5.9.3", "vite-plugin-turbosnap": "1.0.3", - "vue-component-type-helpers": "3.1.5", + "vue-component-type-helpers": "3.1.7", "vue-eslint-parser": "10.2.0", - "vue-tsc": "3.1.5" + "vue-tsc": "3.1.7" } } diff --git a/packages/frontend-shared/package.json b/packages/frontend-shared/package.json index baf5c561d8..49cce0d707 100644 --- a/packages/frontend-shared/package.json +++ b/packages/frontend-shared/package.json @@ -21,10 +21,10 @@ "lint": "pnpm typecheck && pnpm eslint" }, "devDependencies": { - "@types/node": "24.10.1", - "@typescript-eslint/eslint-plugin": "8.48.0", - "@typescript-eslint/parser": "8.48.0", - "esbuild": "0.27.0", + "@types/node": "24.10.2", + "@typescript-eslint/eslint-plugin": "8.49.0", + "@typescript-eslint/parser": "8.49.0", + "esbuild": "0.27.1", "eslint-plugin-vue": "10.6.2", "nodemon": "3.1.11", "typescript": "5.9.3", diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 68dc5bd656..361ab2f923 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -19,18 +19,18 @@ "@analytics/google-analytics": "1.1.0", "@discordapp/twemoji": "16.0.1", "@github/webauthn-json": "2.1.1", - "@mcaptcha/vanilla-glue": "0.1.0-alpha-3", + "@mcaptcha/vanilla-glue": "0.1.0-rc2", "i18n": "workspace:*", "@misskey-dev/browser-image-resizer": "2024.1.0", "@rollup/plugin-json": "6.1.0", "@rollup/plugin-replace": "6.0.3", "@rollup/pluginutils": "5.3.0", - "@sentry/vue": "10.27.0", + "@sentry/vue": "10.29.0", "@syuilo/aiscript": "1.2.0", "@syuilo/aiscript-0-19-0": "npm:@syuilo/aiscript@^0.19.0", "@twemoji/parser": "16.0.0", "@vitejs/plugin-vue": "6.0.2", - "aiscript-vscode": "github:aiscript-dev/aiscript-vscode#v0.1.15", + "aiscript-vscode": "github:aiscript-dev/aiscript-vscode#v0.1.16", "analytics": "0.8.19", "broadcast-channel": "7.2.0", "buraha": "0.0.1", @@ -45,8 +45,8 @@ "cropperjs": "2.1.0", "date-fns": "4.1.0", "eventemitter3": "5.0.1", - "execa": "9.6.0", - "exifreader": "4.32.0", + "execa": "9.6.1", + "exifreader": "4.33.1", "frontend-shared": "workspace:*", "icons-subsetter": "workspace:*", "idb-keyval": "6.2.2", @@ -55,7 +55,7 @@ "is-file-animated": "1.0.2", "json5": "2.2.3", "matter-js": "0.20.0", - "mediabunny": "1.25.3", + "mediabunny": "1.25.7", "mfm-js": "0.25.0", "misskey-bubble-game": "workspace:*", "misskey-js": "workspace:*", @@ -66,14 +66,14 @@ "qr-scanner": "1.4.2", "rollup": "4.53.3", "sanitize-html": "2.17.0", - "sass": "1.94.2", - "shiki": "3.17.0", + "sass": "1.95.0", + "shiki": "3.19.0", "textarea-caret": "3.1.0", "three": "0.181.2", "throttle-debounce": "5.0.2", "tinycolor2": "1.6.0", "v-code-diff": "1.13.1", - "vite": "7.2.4", + "vite": "7.2.7", "vue": "3.5.25", "vuedraggable": "next", "wanakana": "5.3.1" @@ -82,7 +82,7 @@ "@misskey-dev/summaly": "5.2.5", "@storybook/addon-essentials": "8.6.14", "@storybook/addon-interactions": "8.6.14", - "@storybook/addon-links": "10.1.0", + "@storybook/addon-links": "10.1.4", "@storybook/addon-mdx-gfm": "8.6.14", "@storybook/addon-storysource": "8.6.14", "@storybook/blocks": "8.6.14", @@ -90,33 +90,33 @@ "@storybook/core-events": "8.6.14", "@storybook/manager-api": "8.6.14", "@storybook/preview-api": "8.6.14", - "@storybook/react": "10.1.0", - "@storybook/react-vite": "10.1.0", + "@storybook/react": "10.1.4", + "@storybook/react-vite": "10.1.4", "@storybook/test": "8.6.14", "@storybook/theming": "8.6.14", "@storybook/types": "8.6.14", - "@storybook/vue3": "10.1.0", - "@storybook/vue3-vite": "10.1.0", + "@storybook/vue3": "10.1.4", + "@storybook/vue3-vite": "10.1.4", "@tabler/icons-webfont": "3.35.0", "@testing-library/vue": "8.1.0", "@types/canvas-confetti": "1.9.0", "@types/estree": "1.0.8", "@types/matter-js": "0.20.2", "@types/micromatch": "4.0.10", - "@types/node": "24.10.1", + "@types/node": "24.10.2", "@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", - "@typescript-eslint/eslint-plugin": "8.48.0", - "@typescript-eslint/parser": "8.48.0", - "@vitest/coverage-v8": "4.0.14", + "@typescript-eslint/eslint-plugin": "8.49.0", + "@typescript-eslint/parser": "8.49.0", + "@vitest/coverage-v8": "4.0.15", "@vue/compiler-core": "3.5.25", "acorn": "8.15.0", "astring": "1.9.0", "cross-env": "10.1.0", - "cypress": "15.7.0", + "cypress": "15.7.1", "eslint-plugin-import": "2.32.0", "eslint-plugin-vue": "10.6.2", "estree-walker": "3.0.3", @@ -125,24 +125,24 @@ "magic-string": "0.30.21", "micromatch": "4.0.8", "minimatch": "10.1.1", - "msw": "2.12.3", + "msw": "2.12.4", "msw-storybook-addon": "2.0.6", "nodemon": "3.1.11", - "prettier": "3.7.1", - "react": "19.2.0", - "react-dom": "19.2.0", + "prettier": "3.7.4", + "react": "19.2.1", + "react-dom": "19.2.1", "seedrandom": "3.0.5", "start-server-and-test": "2.1.3", - "storybook": "10.1.0", + "storybook": "10.1.4", "storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme", - "tsx": "4.20.6", + "tsx": "4.21.0", "typescript": "5.9.3", - "vite-plugin-glsl": "1.5.4", + "vite-plugin-glsl": "1.5.5", "vite-plugin-turbosnap": "1.0.3", - "vitest": "4.0.14", + "vitest": "4.0.15", "vitest-fetch-mock": "0.4.5", - "vue-component-type-helpers": "3.1.5", + "vue-component-type-helpers": "3.1.7", "vue-eslint-parser": "10.2.0", - "vue-tsc": "3.1.5" + "vue-tsc": "3.1.8" } } diff --git a/packages/frontend/src/components/MkImgPreviewDialog.vue b/packages/frontend/src/components/MkImgPreviewDialog.vue index 3e6e4e0ec9..e17a1651cf 100644 --- a/packages/frontend/src/components/MkImgPreviewDialog.vue +++ b/packages/frontend/src/components/MkImgPreviewDialog.vue @@ -19,7 +19,7 @@ SPDX-License-Identifier: AGPL-3.0-only