Merge branch 'develop' into watermark

This commit is contained in:
syuilo 2025-06-02 09:43:39 +09:00
commit d823d32039
7 changed files with 1027 additions and 432 deletions

View File

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

View File

@ -21,10 +21,10 @@
"lint": "pnpm typecheck && pnpm eslint" "lint": "pnpm typecheck && pnpm eslint"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.15.21", "@types/node": "22.15.28",
"@typescript-eslint/eslint-plugin": "8.32.1", "@typescript-eslint/eslint-plugin": "8.33.0",
"@typescript-eslint/parser": "8.32.1", "@typescript-eslint/parser": "8.33.0",
"esbuild": "0.25.4", "esbuild": "0.25.5",
"eslint-plugin-vue": "10.1.0", "eslint-plugin-vue": "10.1.0",
"nodemon": "3.1.10", "nodemon": "3.1.10",
"typescript": "5.8.3", "typescript": "5.8.3",
@ -35,6 +35,6 @@
], ],
"dependencies": { "dependencies": {
"misskey-js": "workspace:*", "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-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.22.0", "@sentry/vue": "9.24.0",
"@syuilo/aiscript": "0.19.0", "@syuilo/aiscript": "0.19.0",
"@twemoji/parser": "15.1.1", "@twemoji/parser": "15.1.1",
"@vitejs/plugin-vue": "5.2.4", "@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", "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",
@ -40,7 +40,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.28.2", "chromatic": "11.29.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,13 +60,13 @@
"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.41.0", "rollup": "4.41.1",
"sanitize-html": "2.17.0", "sanitize-html": "2.17.0",
"sass": "1.89.0", "sass": "1.89.0",
"shiki": "3.4.2", "shiki": "3.4.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.176.0", "three": "0.177.0",
"throttle-debounce": "5.0.2", "throttle-debounce": "5.0.2",
"tinycolor2": "1.6.0", "tinycolor2": "1.6.0",
"tsc-alias": "1.8.16", "tsc-alias": "1.8.16",
@ -75,7 +75,7 @@
"uuid": "11.1.0", "uuid": "11.1.0",
"v-code-diff": "1.13.1", "v-code-diff": "1.13.1",
"vite": "6.3.5", "vite": "6.3.5",
"vue": "3.5.14", "vue": "3.5.16",
"vuedraggable": "next", "vuedraggable": "next",
"wanakana": "5.3.1" "wanakana": "5.3.1"
}, },
@ -105,29 +105,29 @@
"@types/estree": "1.0.7", "@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.15.21", "@types/node": "22.15.28",
"@types/punycode.js": "npm:@types/punycode@2.1.4", "@types/punycode.js": "npm:@types/punycode@2.1.4",
"@types/sanitize-html": "2.16.0", "@types/sanitize-html": "2.16.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.1", "@types/ws": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.32.1", "@typescript-eslint/eslint-plugin": "8.33.0",
"@typescript-eslint/parser": "8.32.1", "@typescript-eslint/parser": "8.33.0",
"@vitest/coverage-v8": "3.1.4", "@vitest/coverage-v8": "3.1.4",
"@vue/compiler-core": "3.5.14", "@vue/compiler-core": "3.5.16",
"@vue/runtime-core": "3.5.14", "@vue/runtime-core": "3.5.16",
"acorn": "8.14.1", "acorn": "8.14.1",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"cypress": "14.4.0", "cypress": "14.4.0",
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"eslint-plugin-vue": "10.1.0", "eslint-plugin-vue": "10.1.0",
"fast-glob": "3.3.3", "fast-glob": "3.3.3",
"happy-dom": "17.4.7", "happy-dom": "17.5.6",
"intersection-observer": "0.12.2", "intersection-observer": "0.12.2",
"micromatch": "4.0.8", "micromatch": "4.0.8",
"minimatch": "10.0.1", "minimatch": "10.0.1",
"msw": "2.8.4", "msw": "2.8.6",
"msw-storybook-addon": "2.0.4", "msw-storybook-addon": "2.0.4",
"nodemon": "3.1.10", "nodemon": "3.1.10",
"prettier": "3.5.3", "prettier": "3.5.3",

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.15.21", "@types/node": "22.15.28",
"@typescript-eslint/eslint-plugin": "8.32.1", "@typescript-eslint/eslint-plugin": "8.33.0",
"@typescript-eslint/parser": "8.32.1", "@typescript-eslint/parser": "8.33.0",
"nodemon": "3.1.10", "nodemon": "3.1.10",
"execa": "9.5.3", "execa": "9.6.0",
"typescript": "5.8.3", "typescript": "5.8.3",
"esbuild": "0.25.4", "esbuild": "0.25.5",
"glob": "11.0.2" "glob": "11.0.2"
}, },
"files": [ "files": [

View File

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

View File

@ -9,12 +9,12 @@
"lint": "pnpm typecheck && pnpm eslint" "lint": "pnpm typecheck && pnpm eslint"
}, },
"dependencies": { "dependencies": {
"esbuild": "0.25.4", "esbuild": "0.25.5",
"idb-keyval": "6.2.2", "idb-keyval": "6.2.2",
"misskey-js": "workspace:*" "misskey-js": "workspace:*"
}, },
"devDependencies": { "devDependencies": {
"@typescript-eslint/parser": "8.32.1", "@typescript-eslint/parser": "8.33.0",
"@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.10", "nodemon": "3.1.10",

File diff suppressed because it is too large Load Diff