update deps (#15311)
* wip * bump misskey-dev/eslint-plugin * lint fixes (backend) * lint fixes (frontend) * lint fixes (frontend-embed) * rollback nsfwjs to 4.2.0 ref: infinitered/nsfwjs#904 * rollback openapi-typescript to v6 v7でOpenAPIのバリデーションが入るようになった関係でスコープ外での変更が避けられないため一時的に戻した * lint fixes (misskey-js) * temporarily disable errored lint rule (frontend-shared) * fix lint * temporarily ignore errored file for lint (frontend-shared) * rollback simplewebauthn/server to 12.0.0 v13 contains breaking changes that require some decision making * lint fixes (frontend-shared) * build misskey-js with types * fix(backend): migrate simplewebauthn/server to v12 * fix(misskey-js/autogen): ignore indent rules to generate consistent output * attempt to fix test changes due to capricorn86/happy-dom#1617 (XMLSerializer now produces valid XML) * attempt to fix test changes due to capricorn86/happy-dom#1617 (XMLSerializer now produces valid XML) * fix test * fix test * fix test * Apply suggestions from code review Co-authored-by: anatawa12 <anatawa12@icloud.com> * bump summaly to v5.2.0 * update tabler-icons to v3.30.0-based --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: anatawa12 <anatawa12@icloud.com>
This commit is contained in:
		@@ -13,11 +13,11 @@
 | 
			
		||||
		"@discordapp/twemoji": "15.1.0",
 | 
			
		||||
		"@rollup/plugin-json": "6.1.0",
 | 
			
		||||
		"@rollup/plugin-replace": "5.0.7",
 | 
			
		||||
		"@rollup/pluginutils": "5.1.3",
 | 
			
		||||
		"@tabler/icons-webfont": "https://github.com/misskey-dev/tabler-icons/archive/refs/tags/3.29.0-mi.1913+5921534bc.tar.gz",
 | 
			
		||||
		"@rollup/pluginutils": "5.1.4",
 | 
			
		||||
		"@tabler/icons-webfont": "https://github.com/misskey-dev/tabler-icons/archive/refs/tags/3.30.0-mi.1932+ab127beee.tar.gz",
 | 
			
		||||
		"@twemoji/parser": "15.1.1",
 | 
			
		||||
		"@vitejs/plugin-vue": "5.2.0",
 | 
			
		||||
		"@vue/compiler-sfc": "3.5.12",
 | 
			
		||||
		"@vitejs/plugin-vue": "5.2.1",
 | 
			
		||||
		"@vue/compiler-sfc": "3.5.13",
 | 
			
		||||
		"astring": "1.9.0",
 | 
			
		||||
		"buraha": "0.0.1",
 | 
			
		||||
		"estree-walker": "3.0.3",
 | 
			
		||||
@@ -25,47 +25,47 @@
 | 
			
		||||
		"misskey-js": "workspace:*",
 | 
			
		||||
		"frontend-shared": "workspace:*",
 | 
			
		||||
		"punycode.js": "2.3.1",
 | 
			
		||||
		"rollup": "4.26.0",
 | 
			
		||||
		"sass": "1.79.4",
 | 
			
		||||
		"shiki": "1.22.2",
 | 
			
		||||
		"rollup": "4.31.0",
 | 
			
		||||
		"sass": "1.83.4",
 | 
			
		||||
		"shiki": "1.27.2",
 | 
			
		||||
		"tinycolor2": "1.6.0",
 | 
			
		||||
		"tsc-alias": "1.8.10",
 | 
			
		||||
		"tsconfig-paths": "4.2.0",
 | 
			
		||||
		"typescript": "5.6.3",
 | 
			
		||||
		"typescript": "5.7.3",
 | 
			
		||||
		"uuid": "10.0.0",
 | 
			
		||||
		"json5": "2.2.3",
 | 
			
		||||
		"vite": "5.4.11",
 | 
			
		||||
		"vue": "3.5.12"
 | 
			
		||||
		"vite": "6.0.7",
 | 
			
		||||
		"vue": "3.5.13"
 | 
			
		||||
	},
 | 
			
		||||
	"devDependencies": {
 | 
			
		||||
		"@misskey-dev/summaly": "5.1.0",
 | 
			
		||||
		"@misskey-dev/summaly": "5.2.0",
 | 
			
		||||
		"@testing-library/vue": "8.1.0",
 | 
			
		||||
		"@types/estree": "1.0.6",
 | 
			
		||||
		"@types/micromatch": "4.0.9",
 | 
			
		||||
		"@types/node": "22.9.0",
 | 
			
		||||
		"@types/node": "22.10.7",
 | 
			
		||||
		"@types/punycode.js": "npm:@types/punycode@2.1.4",
 | 
			
		||||
		"@types/tinycolor2": "1.4.6",
 | 
			
		||||
		"@types/uuid": "10.0.0",
 | 
			
		||||
		"@types/ws": "8.5.13",
 | 
			
		||||
		"@typescript-eslint/eslint-plugin": "7.17.0",
 | 
			
		||||
		"@typescript-eslint/parser": "7.17.0",
 | 
			
		||||
		"@typescript-eslint/eslint-plugin": "8.20.0",
 | 
			
		||||
		"@typescript-eslint/parser": "8.20.0",
 | 
			
		||||
		"@vitest/coverage-v8": "1.6.0",
 | 
			
		||||
		"@vue/runtime-core": "3.5.12",
 | 
			
		||||
		"@vue/runtime-core": "3.5.13",
 | 
			
		||||
		"acorn": "8.14.0",
 | 
			
		||||
		"cross-env": "7.0.3",
 | 
			
		||||
		"eslint-plugin-import": "2.31.0",
 | 
			
		||||
		"eslint-plugin-vue": "9.31.0",
 | 
			
		||||
		"fast-glob": "3.3.2",
 | 
			
		||||
		"happy-dom": "10.0.3",
 | 
			
		||||
		"eslint-plugin-vue": "9.32.0",
 | 
			
		||||
		"fast-glob": "3.3.3",
 | 
			
		||||
		"happy-dom": "16.6.0",
 | 
			
		||||
		"intersection-observer": "0.12.2",
 | 
			
		||||
		"micromatch": "4.0.8",
 | 
			
		||||
		"msw": "2.6.4",
 | 
			
		||||
		"nodemon": "3.1.7",
 | 
			
		||||
		"prettier": "3.3.3",
 | 
			
		||||
		"start-server-and-test": "2.0.8",
 | 
			
		||||
		"msw": "2.7.0",
 | 
			
		||||
		"nodemon": "3.1.9",
 | 
			
		||||
		"prettier": "3.4.2",
 | 
			
		||||
		"start-server-and-test": "2.0.10",
 | 
			
		||||
		"vite-plugin-turbosnap": "1.0.3",
 | 
			
		||||
		"vue-component-type-helpers": "2.1.10",
 | 
			
		||||
		"vue-component-type-helpers": "2.2.0",
 | 
			
		||||
		"vue-eslint-parser": "9.4.3",
 | 
			
		||||
		"vue-tsc": "2.1.10"
 | 
			
		||||
		"vue-tsc": "2.2.0"
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user