This commit is contained in:
renovate[bot] 2025-05-04 00:07:30 -05:00 committed by GitHub
commit cb0aba8c0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 482 additions and 292 deletions

View File

@ -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.40.0", "rollup": "4.40.1",
"sass": "1.87.0", "sass": "1.87.0",
"shiki": "3.3.0", "shiki": "3.3.0",
"tinycolor2": "1.6.0", "tinycolor2": "1.6.0",
@ -42,18 +42,18 @@
"@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.2", "@types/node": "22.15.3",
"@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.31.0", "@typescript-eslint/eslint-plugin": "8.31.1",
"@typescript-eslint/parser": "8.31.0", "@typescript-eslint/parser": "8.31.1",
"@vitest/coverage-v8": "3.1.2", "@vitest/coverage-v8": "3.1.2",
"@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",
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"eslint-plugin-vue": "10.0.0", "eslint-plugin-vue": "10.0.1",
"fast-glob": "3.3.3", "fast-glob": "3.3.3",
"happy-dom": "17.4.4", "happy-dom": "17.4.4",
"intersection-observer": "0.12.2", "intersection-observer": "0.12.2",

View File

@ -21,11 +21,11 @@
"lint": "pnpm typecheck && pnpm eslint" "lint": "pnpm typecheck && pnpm eslint"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.15.2", "@types/node": "22.15.3",
"@typescript-eslint/eslint-plugin": "8.31.0", "@typescript-eslint/eslint-plugin": "8.31.1",
"@typescript-eslint/parser": "8.31.0", "@typescript-eslint/parser": "8.31.1",
"esbuild": "0.25.3", "esbuild": "0.25.3",
"eslint-plugin-vue": "10.0.0", "eslint-plugin-vue": "10.0.1",
"nodemon": "3.1.10", "nodemon": "3.1.10",
"typescript": "5.8.3", "typescript": "5.8.3",
"vue-eslint-parser": "10.1.3" "vue-eslint-parser": "10.1.3"

View File

@ -60,7 +60,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.40.0", "rollup": "4.40.1",
"sanitize-html": "2.16.0", "sanitize-html": "2.16.0",
"sass": "1.87.0", "sass": "1.87.0",
"shiki": "3.3.0", "shiki": "3.3.0",
@ -104,15 +104,15 @@
"@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.2", "@types/node": "22.15.3",
"@types/punycode.js": "npm:@types/punycode@2.1.4", "@types/punycode.js": "npm:@types/punycode@2.1.4",
"@types/sanitize-html": "2.15.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.1", "@types/ws": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.31.0", "@typescript-eslint/eslint-plugin": "8.31.1",
"@typescript-eslint/parser": "8.31.0", "@typescript-eslint/parser": "8.31.1",
"@vitest/coverage-v8": "3.1.2", "@vitest/coverage-v8": "3.1.2",
"@vue/compiler-core": "3.5.13", "@vue/compiler-core": "3.5.13",
"@vue/runtime-core": "3.5.13", "@vue/runtime-core": "3.5.13",
@ -120,7 +120,7 @@
"cross-env": "7.0.3", "cross-env": "7.0.3",
"cypress": "14.3.2", "cypress": "14.3.2",
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"eslint-plugin-vue": "10.0.0", "eslint-plugin-vue": "10.0.1",
"fast-glob": "3.3.3", "fast-glob": "3.3.3",
"happy-dom": "17.4.4", "happy-dom": "17.4.4",
"intersection-observer": "0.12.2", "intersection-observer": "0.12.2",

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.15.2", "@types/node": "22.15.3",
"@typescript-eslint/eslint-plugin": "8.31.0", "@typescript-eslint/eslint-plugin": "8.31.1",
"@typescript-eslint/parser": "8.31.0", "@typescript-eslint/parser": "8.31.1",
"nodemon": "3.1.10", "nodemon": "3.1.10",
"execa": "9.5.2", "execa": "9.5.2",
"typescript": "5.8.3", "typescript": "5.8.3",

View File

@ -22,9 +22,9 @@
"lint": "pnpm typecheck && pnpm eslint" "lint": "pnpm typecheck && pnpm eslint"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.15.2", "@types/node": "22.15.3",
"@typescript-eslint/eslint-plugin": "8.31.0", "@typescript-eslint/eslint-plugin": "8.31.1",
"@typescript-eslint/parser": "8.31.0", "@typescript-eslint/parser": "8.31.1",
"execa": "9.5.2", "execa": "9.5.2",
"nodemon": "3.1.10", "nodemon": "3.1.10",
"typescript": "5.8.3", "typescript": "5.8.3",

View File

@ -14,7 +14,7 @@
"misskey-js": "workspace:*" "misskey-js": "workspace:*"
}, },
"devDependencies": { "devDependencies": {
"@typescript-eslint/parser": "8.31.0", "@typescript-eslint/parser": "8.31.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.10", "nodemon": "3.1.10",

File diff suppressed because it is too large Load Diff