diff --git a/apps/demo/package.json b/apps/demo/package.json index 5aa832e38..aaff99347 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -18,8 +18,8 @@ "typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false" }, "dependencies": { - "@fortawesome/fontawesome-free": "6.7.2", - "@iconify/vue": "4.3.0", + "@fortawesome/fontawesome-free": "7.3.1", + "@iconify/vue": "5.0.1", "@prefabs.tech/vue3-config": "0.32.0", "@prefabs.tech/vue3-form": "0.32.0", "@prefabs.tech/vue3-i18n": "0.32.0", @@ -27,38 +27,38 @@ "@prefabs.tech/vue3-tanstack-table": "0.32.0", "@prefabs.tech/vue3-ui": "0.32.0", "@prefabs.tech/vue3-user": "0.32.0", - "pinia": "3.0.4", - "primeicons": "7.0.0", + "pinia": "4.0.2", + "primeicons": "8.0.0", "simple-syntax-highlighter": "3.2.0", - "vue": "3.5.39", + "vue": "3.5.40", "vue-i18n": "9.1.10", - "vue-router": "5.1.0", + "vue-router": "5.2.0", "vue3-toastify": "0.2.9" }, "devDependencies": { "@prefabs.tech/eslint-config": "0.8.7", "@prefabs.tech/stylelint-config": "0.8.7", "@prefabs.tech/tsconfig": "0.8.7", - "@types/jsdom": "21.1.7", - "@types/node": "25.9.5", + "@types/jsdom": "28.0.3", + "@types/node": "26.1.1", "@vee-validate/i18n": "4.15.1", "@vee-validate/rules": "4.15.1", "@vee-validate/zod": "4.15.1", - "@vitejs/plugin-vue": "6.0.7", + "@vitejs/plugin-vue": "6.0.8", "@vitejs/plugin-vue-jsx": "5.1.6", "@vitest/coverage-istanbul": "4.1.10", "@vue/test-utils": "2.4.11", "@vue/tsconfig": "0.9.1", "eslint": "10.7.0", - "jsdom": "27.4.0", + "jsdom": "29.1.1", "npm-run-all": "4.1.5", "prettier": "3.9.5", - "stylelint": "17.14.0", + "stylelint": "17.14.1", "stylelint-config-recommended-vue": "1.6.1", "stylelint-order": "8.1.1", - "typescript": "5.9.3", + "typescript": "6.0.3", "vee-validate": "4.15.1", - "vite": "8.1.4", + "vite": "8.1.5", "vitest": "4.1.10", "vue-tsc": "3.3.7", "zod": "3.25.76" diff --git a/apps/demo/tsconfig.vitest.json b/apps/demo/tsconfig.vitest.json index 5e822b62f..fa76c2383 100644 --- a/apps/demo/tsconfig.vitest.json +++ b/apps/demo/tsconfig.vitest.json @@ -2,7 +2,7 @@ "extends": "./tsconfig.json", "exclude": [], "compilerOptions": { - "baseUrl": ".", + "moduleResolution": "bundler", "paths": { "@/*": [ "./src/*" diff --git a/package.json b/package.json index a0ccbad80..f99b772c5 100644 --- a/package.json +++ b/package.json @@ -20,11 +20,11 @@ "typecheck": "turbo run typecheck" }, "devDependencies": { - "@commitlint/cli": "19.8.1", - "@commitlint/config-conventional": "19.8.1", + "@commitlint/cli": "21.2.1", + "@commitlint/config-conventional": "21.2.0", "husky": "9.1.7", - "shipjs": "0.28.3", - "turbo": "2.9.9" + "shipjs": "0.28.4", + "turbo": "2.10.5" }, "packageManager": "pnpm@9.12.2", "engines": { diff --git a/packages/vue-config/package.json b/packages/vue-config/package.json index 0dc561369..3b880c0b8 100644 --- a/packages/vue-config/package.json +++ b/packages/vue-config/package.json @@ -33,32 +33,32 @@ "typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false" }, "dependencies": { - "@sentry/core": "10.65.0", - "@sentry/vue": "10.65.0" + "@sentry/core": "10.66.0", + "@sentry/vue": "10.66.0" }, "devDependencies": { "@prefabs.tech/eslint-config": "0.8.7", "@prefabs.tech/stylelint-config": "0.8.7", "@prefabs.tech/tsconfig": "0.8.7", - "@types/node": "25.9.5", - "@vitejs/plugin-vue": "6.0.7", + "@types/node": "26.1.1", + "@vitejs/plugin-vue": "6.0.8", "@vitejs/plugin-vue-jsx": "5.1.6", "@vitest/coverage-istanbul": "4.1.10", "eslint": "10.7.0", "prettier": "3.9.5", - "stylelint": "17.14.0", + "stylelint": "17.14.1", "stylelint-config-recommended-vue": "1.6.1", "stylelint-order": "8.1.1", - "typescript": "5.9.3", - "vite": "8.1.4", + "typescript": "6.0.3", + "vite": "8.1.5", "vitest": "4.1.10", - "vue": "3.5.39", - "vue-router": "5.1.0", - "vue-tsc": "2.2.12" + "vue": "3.5.40", + "vue-router": "5.2.0", + "vue-tsc": "3.3.7" }, "peerDependencies": { "vue": ">=3.5", - "vue-router": ">=4.6" + "vue-router": ">=5.2" }, "engines": { "node": ">=18", diff --git a/packages/vue-config/tsconfig.json b/packages/vue-config/tsconfig.json index e45a51505..ac9edbd99 100644 --- a/packages/vue-config/tsconfig.json +++ b/packages/vue-config/tsconfig.json @@ -3,7 +3,8 @@ "compilerOptions": { "module": "esnext", "moduleResolution": "bundler", - "outDir": "./dist/src" + "outDir": "./dist/src", + "rootDir": "./src" }, "include": [ "src/**/*", diff --git a/packages/vue-form/package.json b/packages/vue-form/package.json index 3f6cc9b2e..069d83b6e 100644 --- a/packages/vue-form/package.json +++ b/packages/vue-form/package.json @@ -43,12 +43,12 @@ "@prefabs.tech/stylelint-config": "0.8.7", "@prefabs.tech/tsconfig": "0.8.7", "@prefabs.tech/vue3-ui": "0.32.0", - "@types/node": "25.9.5", + "@types/node": "26.1.1", "@types/validator": "13.15.10", "@vee-validate/i18n": "4.15.1", "@vee-validate/rules": "4.15.1", "@vee-validate/zod": "4.15.1", - "@vitejs/plugin-vue": "6.0.7", + "@vitejs/plugin-vue": "6.0.8", "@vitejs/plugin-vue-jsx": "5.1.6", "@vitest/coverage-istanbul": "4.1.10", "@vue/test-utils": "2.4.11", @@ -56,15 +56,15 @@ "@vueuse/core": "14.3.0", "eslint": "10.7.0", "prettier": "3.9.5", - "stylelint": "17.14.0", + "stylelint": "17.14.1", "stylelint-config-recommended-vue": "1.6.1", "stylelint-order": "8.1.1", - "typescript": "5.9.3", + "typescript": "6.0.3", "vee-validate": "4.15.1", - "vite": "8.1.4", + "vite": "8.1.5", "vitest": "4.1.10", - "vue": "3.5.39", - "vue-tsc": "2.2.12", + "vue": "3.5.40", + "vue-tsc": "3.3.7", "vue3-dropzone": "2.2.1", "zod": "3.25.76" }, diff --git a/packages/vue-form/tsconfig.json b/packages/vue-form/tsconfig.json index 1018cf47f..4eb5b9488 100644 --- a/packages/vue-form/tsconfig.json +++ b/packages/vue-form/tsconfig.json @@ -6,7 +6,8 @@ "compilerOptions": { "module": "esnext", "moduleResolution": "bundler", - "outDir": "./dist/src" + "outDir": "./dist/src", + "rootDir": "./src" }, "include": [ "src/**/*", diff --git a/packages/vue-i18n/package.json b/packages/vue-i18n/package.json index c0d87bd4c..006db1433 100644 --- a/packages/vue-i18n/package.json +++ b/packages/vue-i18n/package.json @@ -40,29 +40,29 @@ "@prefabs.tech/stylelint-config": "0.8.7", "@prefabs.tech/tsconfig": "0.8.7", "@prefabs.tech/vue3-config": "0.32.0", - "@types/node": "25.9.5", - "@vitejs/plugin-vue": "6.0.7", + "@types/node": "26.1.1", + "@vitejs/plugin-vue": "6.0.8", "@vitejs/plugin-vue-jsx": "5.1.6", "@vitest/coverage-istanbul": "4.1.10", "@vue/test-utils": "2.4.11", "@vueuse/core": "14.3.0", "eslint": "10.7.0", "prettier": "3.9.5", - "jsdom": "27.4.0", - "pinia": "3.0.4", - "stylelint": "17.14.0", + "jsdom": "29.1.1", + "pinia": "4.0.2", + "stylelint": "17.14.1", "stylelint-config-recommended-vue": "1.6.1", "stylelint-order": "8.1.1", - "typescript": "5.9.3", - "vite": "8.1.4", + "typescript": "6.0.3", + "vite": "8.1.5", "vitest": "4.1.10", - "vue": "3.5.39", - "vue-tsc": "2.2.12" + "vue": "3.5.40", + "vue-tsc": "3.3.7" }, "peerDependencies": { "@prefabs.tech/vue3-config": "0.32.0", - "@vueuse/core": ">=9.13.0", - "pinia": ">=2.3", + "@vueuse/core": ">=14.3.0", + "pinia": ">=4.0", "vue": ">=3.5" }, "engines": { diff --git a/packages/vue-i18n/tsconfig.json b/packages/vue-i18n/tsconfig.json index 7cda95c4b..ac9edbd99 100644 --- a/packages/vue-i18n/tsconfig.json +++ b/packages/vue-i18n/tsconfig.json @@ -4,6 +4,7 @@ "module": "esnext", "moduleResolution": "bundler", "outDir": "./dist/src", + "rootDir": "./src" }, "include": [ "src/**/*", diff --git a/packages/vue-layout/package.json b/packages/vue-layout/package.json index 54407af0f..ecc399b67 100644 --- a/packages/vue-layout/package.json +++ b/packages/vue-layout/package.json @@ -39,32 +39,32 @@ "@prefabs.tech/vue3-config": "0.32.0", "@prefabs.tech/vue3-i18n": "0.32.0", "@prefabs.tech/vue3-ui": "0.32.0", - "@iconify/vue": "4.3.0", - "@types/node": "25.9.5", - "@vitejs/plugin-vue": "6.0.7", + "@iconify/vue": "5.0.1", + "@types/node": "26.1.1", + "@vitejs/plugin-vue": "6.0.8", "@vitejs/plugin-vue-jsx": "5.1.6", "@vitest/coverage-istanbul": "4.1.10", "@vue/test-utils": "2.4.11", "@vueuse/core": "14.3.0", "eslint": "10.7.0", "prettier": "3.9.5", - "stylelint": "17.14.0", + "stylelint": "17.14.1", "stylelint-config-recommended-vue": "1.6.1", "stylelint-order": "8.1.1", - "typescript": "5.9.3", - "vite": "8.1.4", + "typescript": "6.0.3", + "vite": "8.1.5", "vitest": "4.1.10", - "vue": "3.5.39", - "vue-router": "5.1.0", - "vue-tsc": "2.2.12" + "vue": "3.5.40", + "vue-router": "5.2.0", + "vue-tsc": "3.3.7" }, "peerDependencies": { "@prefabs.tech/vue3-config": "0.32.0", "@prefabs.tech/vue3-i18n": "0.32.0", "@prefabs.tech/vue3-ui": "0.32.0", - "@vueuse/core": ">=9.13.0", + "@vueuse/core": ">=14.3.0", "vue": ">=3.5", - "vue-router": ">=4.6" + "vue-router": ">=5.2" }, "engines": { "node": ">=18", diff --git a/packages/vue-layout/tsconfig.json b/packages/vue-layout/tsconfig.json index e45a51505..ac9edbd99 100644 --- a/packages/vue-layout/tsconfig.json +++ b/packages/vue-layout/tsconfig.json @@ -3,7 +3,8 @@ "compilerOptions": { "module": "esnext", "moduleResolution": "bundler", - "outDir": "./dist/src" + "outDir": "./dist/src", + "rootDir": "./src" }, "include": [ "src/**/*", diff --git a/packages/vue-tanstack-table/package.json b/packages/vue-tanstack-table/package.json index dde4a3532..3d2ad0921 100644 --- a/packages/vue-tanstack-table/package.json +++ b/packages/vue-tanstack-table/package.json @@ -41,23 +41,23 @@ "@prefabs.tech/tsconfig": "0.8.7", "@prefabs.tech/vue3-form": "0.32.0", "@prefabs.tech/vue3-ui": "0.32.0", - "@iconify/vue": "4.3.0", - "@types/node": "25.9.5", - "@vitejs/plugin-vue": "6.0.7", + "@iconify/vue": "5.0.1", + "@types/node": "26.1.1", + "@vitejs/plugin-vue": "6.0.8", "@vitejs/plugin-vue-jsx": "5.1.6", "@vitest/coverage-istanbul": "4.1.10", "@vue/test-utils": "2.4.11", "@vueuse/core": "14.3.0", "eslint": "10.7.0", "prettier": "3.9.5", - "stylelint": "17.14.0", + "stylelint": "17.14.1", "stylelint-config-recommended-vue": "1.6.1", "stylelint-order": "8.1.1", - "typescript": "5.9.3", - "vite": "8.1.4", + "typescript": "6.0.3", + "vite": "8.1.5", "vitest": "4.1.10", - "vue": "3.5.39", - "vue-tsc": "2.2.12" + "vue": "3.5.40", + "vue-tsc": "3.3.7" }, "peerDependencies": { "@prefabs.tech/vue3-form": "0.32.0", diff --git a/packages/vue-tanstack-table/tsconfig.json b/packages/vue-tanstack-table/tsconfig.json index e45a51505..ac9edbd99 100644 --- a/packages/vue-tanstack-table/tsconfig.json +++ b/packages/vue-tanstack-table/tsconfig.json @@ -3,7 +3,8 @@ "compilerOptions": { "module": "esnext", "moduleResolution": "bundler", - "outDir": "./dist/src" + "outDir": "./dist/src", + "rootDir": "./src" }, "include": [ "src/**/*", diff --git a/packages/vue-ui/package.json b/packages/vue-ui/package.json index 45e10cf6e..530ec3380 100644 --- a/packages/vue-ui/package.json +++ b/packages/vue-ui/package.json @@ -36,23 +36,23 @@ "@prefabs.tech/eslint-config": "0.8.7", "@prefabs.tech/stylelint-config": "0.8.7", "@prefabs.tech/tsconfig": "0.8.7", - "@types/node": "25.9.5", - "@vitejs/plugin-vue": "6.0.7", + "@types/node": "26.1.1", + "@vitejs/plugin-vue": "6.0.8", "@vitejs/plugin-vue-jsx": "5.1.6", "@vitest/coverage-istanbul": "4.1.10", "@vue/test-utils": "2.4.11", "@vueuse/core": "14.3.0", "eslint": "10.7.0", "prettier": "3.9.5", - "stylelint": "17.14.0", + "stylelint": "17.14.1", "stylelint-config-recommended-vue": "1.6.1", "stylelint-order": "8.1.1", - "typescript": "5.9.3", - "vite": "8.1.4", + "typescript": "6.0.3", + "vite": "8.1.5", "vitest": "4.1.10", - "vue": "3.5.39", + "vue": "3.5.40", "vue-draggable-next": "2.3.0", - "vue-tsc": "2.2.12" + "vue-tsc": "3.3.7" }, "peerDependencies": { "vue": ">=3.5" diff --git a/packages/vue-ui/tsconfig.json b/packages/vue-ui/tsconfig.json index e45a51505..ac9edbd99 100644 --- a/packages/vue-ui/tsconfig.json +++ b/packages/vue-ui/tsconfig.json @@ -3,7 +3,8 @@ "compilerOptions": { "module": "esnext", "moduleResolution": "bundler", - "outDir": "./dist/src" + "outDir": "./dist/src", + "rootDir": "./src" }, "include": [ "src/**/*", diff --git a/packages/vue-user/package.json b/packages/vue-user/package.json index 08f1d48fb..a5184902d 100644 --- a/packages/vue-user/package.json +++ b/packages/vue-user/package.json @@ -46,12 +46,12 @@ "@prefabs.tech/vue3-layout": "0.32.0", "@prefabs.tech/vue3-tanstack-table": "0.32.0", "@prefabs.tech/vue3-ui": "0.32.0", - "@iconify/vue": "4.3.0", - "@types/node": "25.9.5", + "@iconify/vue": "5.0.1", + "@types/node": "26.1.1", "@vee-validate/i18n": "4.15.1", "@vee-validate/rules": "4.15.1", "@vee-validate/zod": "4.15.1", - "@vitejs/plugin-vue": "6.0.7", + "@vitejs/plugin-vue": "6.0.8", "@vitejs/plugin-vue-jsx": "5.1.6", "@vitest/coverage-istanbul": "4.1.10", "@vue/test-utils": "2.4.11", @@ -60,17 +60,17 @@ "eslint": "10.7.0", "prettier": "3.9.5", "mitt": "3.0.1", - "pinia": "3.0.4", - "stylelint": "17.14.0", + "pinia": "4.0.2", + "stylelint": "17.14.1", "stylelint-config-recommended-vue": "1.6.1", "stylelint-order": "8.1.1", - "typescript": "5.9.3", + "typescript": "6.0.3", "vee-validate": "4.15.1", - "vite": "8.1.4", + "vite": "8.1.5", "vitest": "4.1.10", - "vue": "3.5.39", - "vue-router": "5.1.0", - "vue-tsc": "2.2.12", + "vue": "3.5.40", + "vue-router": "5.2.0", + "vue-tsc": "3.3.7", "zod": "3.25.76" }, "peerDependencies": { @@ -80,12 +80,12 @@ "@prefabs.tech/vue3-ui": "0.32.0", "@vee-validate/i18n": ">=4.15.1", "@vee-validate/rules": ">=4.15.1", - "@vueuse/core": ">=9.13.0", - "axios": ">=0.33.0", - "pinia": ">=2.3", + "@vueuse/core": ">=14.3.0", + "axios": ">=1.18.1", + "pinia": ">=4.0", "vee-validate": ">=4.15.1", "vue": ">=3.5", - "vue-router": ">=4.6", + "vue-router": ">=5.2", "zod": ">=3.25.76" }, "engines": { diff --git a/packages/vue-user/tsconfig.json b/packages/vue-user/tsconfig.json index e45a51505..ac9edbd99 100644 --- a/packages/vue-user/tsconfig.json +++ b/packages/vue-user/tsconfig.json @@ -3,7 +3,8 @@ "compilerOptions": { "module": "esnext", "moduleResolution": "bundler", - "outDir": "./dist/src" + "outDir": "./dist/src", + "rootDir": "./src" }, "include": [ "src/**/*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 661c5a828..0506e52b6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,29 +9,29 @@ importers: .: devDependencies: '@commitlint/cli': - specifier: 19.8.1 - version: 19.8.1(@types/node@25.9.5)(typescript@5.9.3) + specifier: 21.2.1 + version: 21.2.1(@types/node@26.1.1)(conventional-commits-parser@6.4.0)(typescript@7.0.2) '@commitlint/config-conventional': - specifier: 19.8.1 - version: 19.8.1 + specifier: 21.2.0 + version: 21.2.0 husky: specifier: 9.1.7 version: 9.1.7 shipjs: - specifier: 0.28.3 - version: 0.28.3(@types/node@25.9.5)(conventional-commits-filter@5.0.0) + specifier: 0.28.4 + version: 0.28.4(@types/node@26.1.1) turbo: - specifier: 2.9.9 - version: 2.9.9 + specifier: 2.10.5 + version: 2.10.5 apps/demo: dependencies: '@fortawesome/fontawesome-free': - specifier: 6.7.2 - version: 6.7.2 + specifier: 7.3.1 + version: 7.3.1 '@iconify/vue': - specifier: 4.3.0 - version: 4.3.0(vue@3.5.39(typescript@5.9.3)) + specifier: 5.0.1 + version: 5.0.1(vue@3.5.40(typescript@6.0.3)) '@prefabs.tech/vue3-config': specifier: 0.32.0 version: link:../../packages/vue-config @@ -54,72 +54,72 @@ importers: specifier: 0.32.0 version: link:../../packages/vue-user pinia: - specifier: 3.0.4 - version: 3.0.4(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)) + specifier: 4.0.2 + version: 4.0.2(@vue/devtools-api@8.1.5)(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)) primeicons: - specifier: 7.0.0 - version: 7.0.0 + specifier: 8.0.0 + version: 8.0.0 simple-syntax-highlighter: specifier: 3.2.0 - version: 3.2.0(vue@3.5.39(typescript@5.9.3)) + version: 3.2.0(vue@3.5.40(typescript@6.0.3)) vue: - specifier: 3.5.39 - version: 3.5.39(typescript@5.9.3) + specifier: 3.5.40 + version: 3.5.40(typescript@6.0.3) vue-i18n: specifier: 9.1.10 - version: 9.1.10(vue@3.5.39(typescript@5.9.3)) + version: 9.1.10(vue@3.5.40(typescript@6.0.3)) vue-router: - specifier: 5.1.0 - version: 5.1.0(@vue/compiler-sfc@3.5.39)(pinia@3.0.4(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)))(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + specifier: 5.2.0 + version: 5.2.0(@vue/compiler-sfc@3.5.40)(esbuild@0.27.2)(pinia@4.0.2(@vue/devtools-api@8.1.5)(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)))(rolldown@1.1.5)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) vue3-toastify: specifier: 0.2.9 - version: 0.2.9(vue@3.5.39(typescript@5.9.3)) + version: 0.2.9(vue@3.5.40(typescript@6.0.3)) devDependencies: '@prefabs.tech/eslint-config': specifier: 0.8.7 - version: 0.8.7(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5)(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3) + version: 0.8.7(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5)(ts-declaration-location@1.0.7(typescript@6.0.3))(typescript@6.0.3) '@prefabs.tech/stylelint-config': specifier: 0.8.7 - version: 0.8.7(stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)))(stylelint-order@8.1.1(stylelint@17.14.0(typescript@5.9.3)))(stylelint@17.14.0(typescript@5.9.3)) + version: 0.8.7(stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)))(stylelint-order@8.1.1(stylelint@17.14.1(typescript@6.0.3)))(stylelint@17.14.1(typescript@6.0.3)) '@prefabs.tech/tsconfig': specifier: 0.8.7 version: 0.8.7 '@types/jsdom': - specifier: 21.1.7 - version: 21.1.7 + specifier: 28.0.3 + version: 28.0.3 '@types/node': - specifier: 25.9.5 - version: 25.9.5 + specifier: 26.1.1 + version: 26.1.1 '@vee-validate/i18n': specifier: 4.15.1 version: 4.15.1 '@vee-validate/rules': specifier: 4.15.1 - version: 4.15.1(vue@3.5.39(typescript@5.9.3)) + version: 4.15.1(vue@3.5.40(typescript@6.0.3)) '@vee-validate/zod': specifier: 4.15.1 - version: 4.15.1(vue@3.5.39(typescript@5.9.3))(zod@3.25.76) + version: 4.15.1(vue@3.5.40(typescript@6.0.3))(zod@3.25.76) '@vitejs/plugin-vue': - specifier: 6.0.7 - version: 6.0.7(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + specifier: 6.0.8 + version: 6.0.8(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) '@vitejs/plugin-vue-jsx': specifier: 5.1.6 - version: 5.1.6(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + version: 5.1.6(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) '@vitest/coverage-istanbul': specifier: 4.1.10 version: 4.1.10(vitest@4.1.10) '@vue/test-utils': specifier: 2.4.11 - version: 2.4.11(@vue/compiler-dom@3.5.39)(@vue/server-renderer@3.5.39(vue@3.5.39(typescript@5.9.3)))(vue@3.5.39(typescript@5.9.3)) + version: 2.4.11(@vue/compiler-dom@3.5.40)(@vue/server-renderer@3.5.40)(vue@3.5.40(typescript@6.0.3)) '@vue/tsconfig': specifier: 0.9.1 - version: 0.9.1(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)) + version: 0.9.1(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)) eslint: specifier: 10.7.0 version: 10.7.0(jiti@2.4.2) jsdom: - specifier: 27.4.0 - version: 27.4.0 + specifier: 29.1.1 + version: 29.1.1 npm-run-all: specifier: 4.1.5 version: 4.1.5 @@ -127,29 +127,29 @@ importers: specifier: 3.9.5 version: 3.9.5 stylelint: - specifier: 17.14.0 - version: 17.14.0(typescript@5.9.3) + specifier: 17.14.1 + version: 17.14.1(typescript@6.0.3) stylelint-config-recommended-vue: specifier: 1.6.1 - version: 1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)) + version: 1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)) stylelint-order: specifier: 8.1.1 - version: 8.1.1(stylelint@17.14.0(typescript@5.9.3)) + version: 8.1.1(stylelint@17.14.1(typescript@6.0.3)) typescript: - specifier: 5.9.3 - version: 5.9.3 + specifier: 6.0.3 + version: 6.0.3 vee-validate: specifier: 4.15.1 - version: 4.15.1(vue@3.5.39(typescript@5.9.3)) + version: 4.15.1(vue@3.5.40(typescript@6.0.3)) vite: - specifier: 8.1.4 - version: 8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) + specifier: 8.1.5 + version: 8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) vitest: specifier: 4.1.10 - version: 4.1.10(@types/node@25.9.5)(@vitest/coverage-istanbul@4.1.10)(jsdom@27.4.0)(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) + version: 4.1.10(@types/node@26.1.1)(@vitest/coverage-istanbul@4.1.10)(jsdom@29.1.1)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) vue-tsc: specifier: 3.3.7 - version: 3.3.7(typescript@5.9.3) + version: 3.3.7(typescript@6.0.3) zod: specifier: 3.25.76 version: 3.25.76 @@ -157,30 +157,30 @@ importers: packages/vue-config: dependencies: '@sentry/core': - specifier: 10.65.0 - version: 10.65.0 + specifier: 10.66.0 + version: 10.66.0 '@sentry/vue': - specifier: 10.65.0 - version: 10.65.0(pinia@3.0.4(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)))(vue@3.5.39(typescript@5.9.3)) + specifier: 10.66.0 + version: 10.66.0(pinia@3.0.4(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)))(vue@3.5.40(typescript@6.0.3)) devDependencies: '@prefabs.tech/eslint-config': specifier: 0.8.7 - version: 0.8.7(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5)(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3) + version: 0.8.7(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5)(ts-declaration-location@1.0.7(typescript@6.0.3))(typescript@6.0.3) '@prefabs.tech/stylelint-config': specifier: 0.8.7 - version: 0.8.7(stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)))(stylelint-order@8.1.1(stylelint@17.14.0(typescript@5.9.3)))(stylelint@17.14.0(typescript@5.9.3)) + version: 0.8.7(stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)))(stylelint-order@8.1.1(stylelint@17.14.1(typescript@6.0.3)))(stylelint@17.14.1(typescript@6.0.3)) '@prefabs.tech/tsconfig': specifier: 0.8.7 version: 0.8.7 '@types/node': - specifier: 25.9.5 - version: 25.9.5 + specifier: 26.1.1 + version: 26.1.1 '@vitejs/plugin-vue': - specifier: 6.0.7 - version: 6.0.7(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + specifier: 6.0.8 + version: 6.0.8(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) '@vitejs/plugin-vue-jsx': specifier: 5.1.6 - version: 5.1.6(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + version: 5.1.6(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) '@vitest/coverage-istanbul': specifier: 4.1.10 version: 4.1.10(vitest@4.1.10) @@ -191,32 +191,32 @@ importers: specifier: 3.9.5 version: 3.9.5 stylelint: - specifier: 17.14.0 - version: 17.14.0(typescript@5.9.3) + specifier: 17.14.1 + version: 17.14.1(typescript@6.0.3) stylelint-config-recommended-vue: specifier: 1.6.1 - version: 1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)) + version: 1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)) stylelint-order: specifier: 8.1.1 - version: 8.1.1(stylelint@17.14.0(typescript@5.9.3)) + version: 8.1.1(stylelint@17.14.1(typescript@6.0.3)) typescript: - specifier: 5.9.3 - version: 5.9.3 + specifier: 6.0.3 + version: 6.0.3 vite: - specifier: 8.1.4 - version: 8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) + specifier: 8.1.5 + version: 8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) vitest: specifier: 4.1.10 - version: 4.1.10(@types/node@25.9.5)(@vitest/coverage-istanbul@4.1.10)(jsdom@27.4.0)(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) + version: 4.1.10(@types/node@26.1.1)(@vitest/coverage-istanbul@4.1.10)(jsdom@29.1.1)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) vue: - specifier: 3.5.39 - version: 3.5.39(typescript@5.9.3) + specifier: 3.5.40 + version: 3.5.40(typescript@6.0.3) vue-router: - specifier: 5.1.0 - version: 5.1.0(@vue/compiler-sfc@3.5.39)(pinia@3.0.4(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)))(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + specifier: 5.2.0 + version: 5.2.0(@vue/compiler-sfc@3.5.40)(esbuild@0.27.2)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)))(rolldown@1.1.5)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) vue-tsc: - specifier: 2.2.12 - version: 2.2.12(typescript@5.9.3) + specifier: 3.3.7 + version: 3.3.7(typescript@6.0.3) packages/vue-form: dependencies: @@ -229,10 +229,10 @@ importers: version: 3.4.5 '@prefabs.tech/eslint-config': specifier: 0.8.7 - version: 0.8.7(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5)(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3) + version: 0.8.7(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5)(ts-declaration-location@1.0.7(typescript@6.0.3))(typescript@6.0.3) '@prefabs.tech/stylelint-config': specifier: 0.8.7 - version: 0.8.7(stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)))(stylelint-order@8.1.1(stylelint@17.14.0(typescript@5.9.3)))(stylelint@17.14.0(typescript@5.9.3)) + version: 0.8.7(stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)))(stylelint-order@8.1.1(stylelint@17.14.1(typescript@6.0.3)))(stylelint@17.14.1(typescript@6.0.3)) '@prefabs.tech/tsconfig': specifier: 0.8.7 version: 0.8.7 @@ -240,8 +240,8 @@ importers: specifier: 0.32.0 version: link:../vue-ui '@types/node': - specifier: 25.9.5 - version: 25.9.5 + specifier: 26.1.1 + version: 26.1.1 '@types/validator': specifier: 13.15.10 version: 13.15.10 @@ -250,28 +250,28 @@ importers: version: 4.15.1 '@vee-validate/rules': specifier: 4.15.1 - version: 4.15.1(vue@3.5.39(typescript@5.9.3)) + version: 4.15.1(vue@3.5.40(typescript@6.0.3)) '@vee-validate/zod': specifier: 4.15.1 - version: 4.15.1(vue@3.5.39(typescript@5.9.3))(zod@3.25.76) + version: 4.15.1(vue@3.5.40(typescript@6.0.3))(zod@3.25.76) '@vitejs/plugin-vue': - specifier: 6.0.7 - version: 6.0.7(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + specifier: 6.0.8 + version: 6.0.8(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) '@vitejs/plugin-vue-jsx': specifier: 5.1.6 - version: 5.1.6(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + version: 5.1.6(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) '@vitest/coverage-istanbul': specifier: 4.1.10 version: 4.1.10(vitest@4.1.10) '@vue/test-utils': specifier: 2.4.11 - version: 2.4.11(@vue/compiler-dom@3.5.39)(@vue/server-renderer@3.5.39(vue@3.5.39(typescript@5.9.3)))(vue@3.5.39(typescript@5.9.3)) + version: 2.4.11(@vue/compiler-dom@3.5.40)(@vue/server-renderer@3.5.40)(vue@3.5.40(typescript@6.0.3)) '@vuepic/vue-datepicker': specifier: 12.1.0 - version: 12.1.0(vue@3.5.39(typescript@5.9.3)) + version: 12.1.0(vue@3.5.40(typescript@6.0.3)) '@vueuse/core': specifier: 14.3.0 - version: 14.3.0(vue@3.5.39(typescript@5.9.3)) + version: 14.3.0(vue@3.5.40(typescript@6.0.3)) eslint: specifier: 10.7.0 version: 10.7.0(jiti@2.4.2) @@ -279,35 +279,35 @@ importers: specifier: 3.9.5 version: 3.9.5 stylelint: - specifier: 17.14.0 - version: 17.14.0(typescript@5.9.3) + specifier: 17.14.1 + version: 17.14.1(typescript@6.0.3) stylelint-config-recommended-vue: specifier: 1.6.1 - version: 1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)) + version: 1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)) stylelint-order: specifier: 8.1.1 - version: 8.1.1(stylelint@17.14.0(typescript@5.9.3)) + version: 8.1.1(stylelint@17.14.1(typescript@6.0.3)) typescript: - specifier: 5.9.3 - version: 5.9.3 + specifier: 6.0.3 + version: 6.0.3 vee-validate: specifier: 4.15.1 - version: 4.15.1(vue@3.5.39(typescript@5.9.3)) + version: 4.15.1(vue@3.5.40(typescript@6.0.3)) vite: - specifier: 8.1.4 - version: 8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) + specifier: 8.1.5 + version: 8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) vitest: specifier: 4.1.10 - version: 4.1.10(@types/node@25.9.5)(@vitest/coverage-istanbul@4.1.10)(jsdom@27.4.0)(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) + version: 4.1.10(@types/node@26.1.1)(@vitest/coverage-istanbul@4.1.10)(jsdom@29.1.1)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) vue: - specifier: 3.5.39 - version: 3.5.39(typescript@5.9.3) + specifier: 3.5.40 + version: 3.5.40(typescript@6.0.3) vue-tsc: - specifier: 2.2.12 - version: 2.2.12(typescript@5.9.3) + specifier: 3.3.7 + version: 3.3.7(typescript@6.0.3) vue3-dropzone: specifier: 2.2.1 - version: 2.2.1(vue@3.5.39(typescript@5.9.3)) + version: 2.2.1(vue@3.5.40(typescript@6.0.3)) zod: specifier: 3.25.76 version: 3.25.76 @@ -316,14 +316,14 @@ importers: dependencies: vue-i18n: specifier: 9.1.10 - version: 9.1.10(vue@3.5.39(typescript@5.9.3)) + version: 9.1.10(vue@3.5.40(typescript@6.0.3)) devDependencies: '@prefabs.tech/eslint-config': specifier: 0.8.7 - version: 0.8.7(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5)(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3) + version: 0.8.7(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5)(ts-declaration-location@1.0.7(typescript@6.0.3))(typescript@6.0.3) '@prefabs.tech/stylelint-config': specifier: 0.8.7 - version: 0.8.7(stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)))(stylelint-order@8.1.1(stylelint@17.14.0(typescript@5.9.3)))(stylelint@17.14.0(typescript@5.9.3)) + version: 0.8.7(stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)))(stylelint-order@8.1.1(stylelint@17.14.1(typescript@6.0.3)))(stylelint@17.14.1(typescript@6.0.3)) '@prefabs.tech/tsconfig': specifier: 0.8.7 version: 0.8.7 @@ -331,71 +331,71 @@ importers: specifier: 0.32.0 version: link:../vue-config '@types/node': - specifier: 25.9.5 - version: 25.9.5 + specifier: 26.1.1 + version: 26.1.1 '@vitejs/plugin-vue': - specifier: 6.0.7 - version: 6.0.7(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + specifier: 6.0.8 + version: 6.0.8(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) '@vitejs/plugin-vue-jsx': specifier: 5.1.6 - version: 5.1.6(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + version: 5.1.6(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) '@vitest/coverage-istanbul': specifier: 4.1.10 version: 4.1.10(vitest@4.1.10) '@vue/test-utils': specifier: 2.4.11 - version: 2.4.11(@vue/compiler-dom@3.5.39)(@vue/server-renderer@3.5.39(vue@3.5.39(typescript@5.9.3)))(vue@3.5.39(typescript@5.9.3)) + version: 2.4.11(@vue/compiler-dom@3.5.40)(@vue/server-renderer@3.5.40)(vue@3.5.40(typescript@6.0.3)) '@vueuse/core': specifier: 14.3.0 - version: 14.3.0(vue@3.5.39(typescript@5.9.3)) + version: 14.3.0(vue@3.5.40(typescript@6.0.3)) eslint: specifier: 10.7.0 version: 10.7.0(jiti@2.4.2) jsdom: - specifier: 27.4.0 - version: 27.4.0 + specifier: 29.1.1 + version: 29.1.1 pinia: - specifier: 3.0.4 - version: 3.0.4(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)) + specifier: 4.0.2 + version: 4.0.2(@vue/devtools-api@8.1.5)(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)) prettier: specifier: 3.9.5 version: 3.9.5 stylelint: - specifier: 17.14.0 - version: 17.14.0(typescript@5.9.3) + specifier: 17.14.1 + version: 17.14.1(typescript@6.0.3) stylelint-config-recommended-vue: specifier: 1.6.1 - version: 1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)) + version: 1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)) stylelint-order: specifier: 8.1.1 - version: 8.1.1(stylelint@17.14.0(typescript@5.9.3)) + version: 8.1.1(stylelint@17.14.1(typescript@6.0.3)) typescript: - specifier: 5.9.3 - version: 5.9.3 + specifier: 6.0.3 + version: 6.0.3 vite: - specifier: 8.1.4 - version: 8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) + specifier: 8.1.5 + version: 8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) vitest: specifier: 4.1.10 - version: 4.1.10(@types/node@25.9.5)(@vitest/coverage-istanbul@4.1.10)(jsdom@27.4.0)(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) + version: 4.1.10(@types/node@26.1.1)(@vitest/coverage-istanbul@4.1.10)(jsdom@29.1.1)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) vue: - specifier: 3.5.39 - version: 3.5.39(typescript@5.9.3) + specifier: 3.5.40 + version: 3.5.40(typescript@6.0.3) vue-tsc: - specifier: 2.2.12 - version: 2.2.12(typescript@5.9.3) + specifier: 3.3.7 + version: 3.3.7(typescript@6.0.3) packages/vue-layout: devDependencies: '@iconify/vue': - specifier: 4.3.0 - version: 4.3.0(vue@3.5.39(typescript@5.9.3)) + specifier: 5.0.1 + version: 5.0.1(vue@3.5.40(typescript@6.0.3)) '@prefabs.tech/eslint-config': specifier: 0.8.7 - version: 0.8.7(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5)(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3) + version: 0.8.7(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5)(ts-declaration-location@1.0.7(typescript@6.0.3))(typescript@6.0.3) '@prefabs.tech/stylelint-config': specifier: 0.8.7 - version: 0.8.7(stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)))(stylelint-order@8.1.1(stylelint@17.14.0(typescript@5.9.3)))(stylelint@17.14.0(typescript@5.9.3)) + version: 0.8.7(stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)))(stylelint-order@8.1.1(stylelint@17.14.1(typescript@6.0.3)))(stylelint@17.14.1(typescript@6.0.3)) '@prefabs.tech/tsconfig': specifier: 0.8.7 version: 0.8.7 @@ -409,23 +409,23 @@ importers: specifier: 0.32.0 version: link:../vue-ui '@types/node': - specifier: 25.9.5 - version: 25.9.5 + specifier: 26.1.1 + version: 26.1.1 '@vitejs/plugin-vue': - specifier: 6.0.7 - version: 6.0.7(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + specifier: 6.0.8 + version: 6.0.8(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) '@vitejs/plugin-vue-jsx': specifier: 5.1.6 - version: 5.1.6(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + version: 5.1.6(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) '@vitest/coverage-istanbul': specifier: 4.1.10 version: 4.1.10(vitest@4.1.10) '@vue/test-utils': specifier: 2.4.11 - version: 2.4.11(@vue/compiler-dom@3.5.39)(@vue/server-renderer@3.5.39(vue@3.5.39(typescript@5.9.3)))(vue@3.5.39(typescript@5.9.3)) + version: 2.4.11(@vue/compiler-dom@3.5.40)(@vue/server-renderer@3.5.40)(vue@3.5.40(typescript@6.0.3)) '@vueuse/core': specifier: 14.3.0 - version: 14.3.0(vue@3.5.39(typescript@5.9.3)) + version: 14.3.0(vue@3.5.40(typescript@6.0.3)) eslint: specifier: 10.7.0 version: 10.7.0(jiti@2.4.2) @@ -433,48 +433,48 @@ importers: specifier: 3.9.5 version: 3.9.5 stylelint: - specifier: 17.14.0 - version: 17.14.0(typescript@5.9.3) + specifier: 17.14.1 + version: 17.14.1(typescript@6.0.3) stylelint-config-recommended-vue: specifier: 1.6.1 - version: 1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)) + version: 1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)) stylelint-order: specifier: 8.1.1 - version: 8.1.1(stylelint@17.14.0(typescript@5.9.3)) + version: 8.1.1(stylelint@17.14.1(typescript@6.0.3)) typescript: - specifier: 5.9.3 - version: 5.9.3 + specifier: 6.0.3 + version: 6.0.3 vite: - specifier: 8.1.4 - version: 8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) + specifier: 8.1.5 + version: 8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) vitest: specifier: 4.1.10 - version: 4.1.10(@types/node@25.9.5)(@vitest/coverage-istanbul@4.1.10)(jsdom@27.4.0)(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) + version: 4.1.10(@types/node@26.1.1)(@vitest/coverage-istanbul@4.1.10)(jsdom@29.1.1)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) vue: - specifier: 3.5.39 - version: 3.5.39(typescript@5.9.3) + specifier: 3.5.40 + version: 3.5.40(typescript@6.0.3) vue-router: - specifier: 5.1.0 - version: 5.1.0(@vue/compiler-sfc@3.5.39)(pinia@3.0.4(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)))(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + specifier: 5.2.0 + version: 5.2.0(@vue/compiler-sfc@3.5.40)(esbuild@0.27.2)(pinia@4.0.2(@vue/devtools-api@8.1.5)(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)))(rolldown@1.1.5)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) vue-tsc: - specifier: 2.2.12 - version: 2.2.12(typescript@5.9.3) + specifier: 3.3.7 + version: 3.3.7(typescript@6.0.3) packages/vue-tanstack-table: dependencies: '@tanstack/vue-table': specifier: 8.21.3 - version: 8.21.3(vue@3.5.39(typescript@5.9.3)) + version: 8.21.3(vue@3.5.40(typescript@6.0.3)) devDependencies: '@iconify/vue': - specifier: 4.3.0 - version: 4.3.0(vue@3.5.39(typescript@5.9.3)) + specifier: 5.0.1 + version: 5.0.1(vue@3.5.40(typescript@6.0.3)) '@prefabs.tech/eslint-config': specifier: 0.8.7 - version: 0.8.7(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5)(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3) + version: 0.8.7(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5)(ts-declaration-location@1.0.7(typescript@6.0.3))(typescript@6.0.3) '@prefabs.tech/stylelint-config': specifier: 0.8.7 - version: 0.8.7(stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)))(stylelint-order@8.1.1(stylelint@17.14.0(typescript@5.9.3)))(stylelint@17.14.0(typescript@5.9.3)) + version: 0.8.7(stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)))(stylelint-order@8.1.1(stylelint@17.14.1(typescript@6.0.3)))(stylelint@17.14.1(typescript@6.0.3)) '@prefabs.tech/tsconfig': specifier: 0.8.7 version: 0.8.7 @@ -485,23 +485,23 @@ importers: specifier: 0.32.0 version: link:../vue-ui '@types/node': - specifier: 25.9.5 - version: 25.9.5 + specifier: 26.1.1 + version: 26.1.1 '@vitejs/plugin-vue': - specifier: 6.0.7 - version: 6.0.7(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + specifier: 6.0.8 + version: 6.0.8(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) '@vitejs/plugin-vue-jsx': specifier: 5.1.6 - version: 5.1.6(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + version: 5.1.6(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) '@vitest/coverage-istanbul': specifier: 4.1.10 version: 4.1.10(vitest@4.1.10) '@vue/test-utils': specifier: 2.4.11 - version: 2.4.11(@vue/compiler-dom@3.5.39)(@vue/server-renderer@3.5.39(vue@3.5.39(typescript@5.9.3)))(vue@3.5.39(typescript@5.9.3)) + version: 2.4.11(@vue/compiler-dom@3.5.40)(@vue/server-renderer@3.5.40)(vue@3.5.40(typescript@6.0.3)) '@vueuse/core': specifier: 14.3.0 - version: 14.3.0(vue@3.5.39(typescript@5.9.3)) + version: 14.3.0(vue@3.5.40(typescript@6.0.3)) eslint: specifier: 10.7.0 version: 10.7.0(jiti@2.4.2) @@ -509,59 +509,59 @@ importers: specifier: 3.9.5 version: 3.9.5 stylelint: - specifier: 17.14.0 - version: 17.14.0(typescript@5.9.3) + specifier: 17.14.1 + version: 17.14.1(typescript@6.0.3) stylelint-config-recommended-vue: specifier: 1.6.1 - version: 1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)) + version: 1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)) stylelint-order: specifier: 8.1.1 - version: 8.1.1(stylelint@17.14.0(typescript@5.9.3)) + version: 8.1.1(stylelint@17.14.1(typescript@6.0.3)) typescript: - specifier: 5.9.3 - version: 5.9.3 + specifier: 6.0.3 + version: 6.0.3 vite: - specifier: 8.1.4 - version: 8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) + specifier: 8.1.5 + version: 8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) vitest: specifier: 4.1.10 - version: 4.1.10(@types/node@25.9.5)(@vitest/coverage-istanbul@4.1.10)(jsdom@27.4.0)(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) + version: 4.1.10(@types/node@26.1.1)(@vitest/coverage-istanbul@4.1.10)(jsdom@29.1.1)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) vue: - specifier: 3.5.39 - version: 3.5.39(typescript@5.9.3) + specifier: 3.5.40 + version: 3.5.40(typescript@6.0.3) vue-tsc: - specifier: 2.2.12 - version: 2.2.12(typescript@5.9.3) + specifier: 3.3.7 + version: 3.3.7(typescript@6.0.3) packages/vue-ui: devDependencies: '@prefabs.tech/eslint-config': specifier: 0.8.7 - version: 0.8.7(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5)(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3) + version: 0.8.7(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5)(ts-declaration-location@1.0.7(typescript@6.0.3))(typescript@6.0.3) '@prefabs.tech/stylelint-config': specifier: 0.8.7 - version: 0.8.7(stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)))(stylelint-order@8.1.1(stylelint@17.14.0(typescript@5.9.3)))(stylelint@17.14.0(typescript@5.9.3)) + version: 0.8.7(stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)))(stylelint-order@8.1.1(stylelint@17.14.1(typescript@6.0.3)))(stylelint@17.14.1(typescript@6.0.3)) '@prefabs.tech/tsconfig': specifier: 0.8.7 version: 0.8.7 '@types/node': - specifier: 25.9.5 - version: 25.9.5 + specifier: 26.1.1 + version: 26.1.1 '@vitejs/plugin-vue': - specifier: 6.0.7 - version: 6.0.7(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + specifier: 6.0.8 + version: 6.0.8(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) '@vitejs/plugin-vue-jsx': specifier: 5.1.6 - version: 5.1.6(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + version: 5.1.6(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) '@vitest/coverage-istanbul': specifier: 4.1.10 version: 4.1.10(vitest@4.1.10) '@vue/test-utils': specifier: 2.4.11 - version: 2.4.11(@vue/compiler-dom@3.5.39)(@vue/server-renderer@3.5.39(vue@3.5.39(typescript@5.9.3)))(vue@3.5.39(typescript@5.9.3)) + version: 2.4.11(@vue/compiler-dom@3.5.40)(@vue/server-renderer@3.5.40)(vue@3.5.40(typescript@6.0.3)) '@vueuse/core': specifier: 14.3.0 - version: 14.3.0(vue@3.5.39(typescript@5.9.3)) + version: 14.3.0(vue@3.5.40(typescript@6.0.3)) eslint: specifier: 10.7.0 version: 10.7.0(jiti@2.4.2) @@ -569,32 +569,32 @@ importers: specifier: 3.9.5 version: 3.9.5 stylelint: - specifier: 17.14.0 - version: 17.14.0(typescript@5.9.3) + specifier: 17.14.1 + version: 17.14.1(typescript@6.0.3) stylelint-config-recommended-vue: specifier: 1.6.1 - version: 1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)) + version: 1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)) stylelint-order: specifier: 8.1.1 - version: 8.1.1(stylelint@17.14.0(typescript@5.9.3)) + version: 8.1.1(stylelint@17.14.1(typescript@6.0.3)) typescript: - specifier: 5.9.3 - version: 5.9.3 + specifier: 6.0.3 + version: 6.0.3 vite: - specifier: 8.1.4 - version: 8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) + specifier: 8.1.5 + version: 8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) vitest: specifier: 4.1.10 - version: 4.1.10(@types/node@25.9.5)(@vitest/coverage-istanbul@4.1.10)(jsdom@27.4.0)(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) + version: 4.1.10(@types/node@26.1.1)(@vitest/coverage-istanbul@4.1.10)(jsdom@29.1.1)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) vue: - specifier: 3.5.39 - version: 3.5.39(typescript@5.9.3) + specifier: 3.5.40 + version: 3.5.40(typescript@6.0.3) vue-draggable-next: specifier: 2.3.0 - version: 2.3.0(sortablejs@1.15.3)(vue@3.5.39(typescript@5.9.3)) + version: 2.3.0(sortablejs@1.15.3)(vue@3.5.40(typescript@6.0.3)) vue-tsc: - specifier: 2.2.12 - version: 2.2.12(typescript@5.9.3) + specifier: 3.3.7 + version: 3.3.7(typescript@6.0.3) packages/vue-user: dependencies: @@ -606,14 +606,14 @@ importers: version: 16.0.10 devDependencies: '@iconify/vue': - specifier: 4.3.0 - version: 4.3.0(vue@3.5.39(typescript@5.9.3)) + specifier: 5.0.1 + version: 5.0.1(vue@3.5.40(typescript@6.0.3)) '@prefabs.tech/eslint-config': specifier: 0.8.7 - version: 0.8.7(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5)(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3) + version: 0.8.7(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5)(ts-declaration-location@1.0.7(typescript@6.0.3))(typescript@6.0.3) '@prefabs.tech/stylelint-config': specifier: 0.8.7 - version: 0.8.7(stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)))(stylelint-order@8.1.1(stylelint@17.14.0(typescript@5.9.3)))(stylelint@17.14.0(typescript@5.9.3)) + version: 0.8.7(stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)))(stylelint-order@8.1.1(stylelint@17.14.1(typescript@6.0.3)))(stylelint@17.14.1(typescript@6.0.3)) '@prefabs.tech/tsconfig': specifier: 0.8.7 version: 0.8.7 @@ -636,32 +636,32 @@ importers: specifier: 0.32.0 version: link:../vue-ui '@types/node': - specifier: 25.9.5 - version: 25.9.5 + specifier: 26.1.1 + version: 26.1.1 '@vee-validate/i18n': specifier: 4.15.1 version: 4.15.1 '@vee-validate/rules': specifier: 4.15.1 - version: 4.15.1(vue@3.5.39(typescript@5.9.3)) + version: 4.15.1(vue@3.5.40(typescript@6.0.3)) '@vee-validate/zod': specifier: 4.15.1 - version: 4.15.1(vue@3.5.39(typescript@5.9.3))(zod@3.25.76) + version: 4.15.1(vue@3.5.40(typescript@6.0.3))(zod@3.25.76) '@vitejs/plugin-vue': - specifier: 6.0.7 - version: 6.0.7(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + specifier: 6.0.8 + version: 6.0.8(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) '@vitejs/plugin-vue-jsx': specifier: 5.1.6 - version: 5.1.6(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + version: 5.1.6(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) '@vitest/coverage-istanbul': specifier: 4.1.10 version: 4.1.10(vitest@4.1.10) '@vue/test-utils': specifier: 2.4.11 - version: 2.4.11(@vue/compiler-dom@3.5.39)(@vue/server-renderer@3.5.39(vue@3.5.39(typescript@5.9.3)))(vue@3.5.39(typescript@5.9.3)) + version: 2.4.11(@vue/compiler-dom@3.5.40)(@vue/server-renderer@3.5.40)(vue@3.5.40(typescript@6.0.3)) '@vueuse/core': specifier: 14.3.0 - version: 14.3.0(vue@3.5.39(typescript@5.9.3)) + version: 14.3.0(vue@3.5.40(typescript@6.0.3)) axios: specifier: 1.18.1 version: 1.18.1 @@ -672,55 +672,58 @@ importers: specifier: 3.0.1 version: 3.0.1 pinia: - specifier: 3.0.4 - version: 3.0.4(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)) + specifier: 4.0.2 + version: 4.0.2(@vue/devtools-api@8.1.5)(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)) prettier: specifier: 3.9.5 version: 3.9.5 stylelint: - specifier: 17.14.0 - version: 17.14.0(typescript@5.9.3) + specifier: 17.14.1 + version: 17.14.1(typescript@6.0.3) stylelint-config-recommended-vue: specifier: 1.6.1 - version: 1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)) + version: 1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)) stylelint-order: specifier: 8.1.1 - version: 8.1.1(stylelint@17.14.0(typescript@5.9.3)) + version: 8.1.1(stylelint@17.14.1(typescript@6.0.3)) typescript: - specifier: 5.9.3 - version: 5.9.3 + specifier: 6.0.3 + version: 6.0.3 vee-validate: specifier: 4.15.1 - version: 4.15.1(vue@3.5.39(typescript@5.9.3)) + version: 4.15.1(vue@3.5.40(typescript@6.0.3)) vite: - specifier: 8.1.4 - version: 8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) + specifier: 8.1.5 + version: 8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) vitest: specifier: 4.1.10 - version: 4.1.10(@types/node@25.9.5)(@vitest/coverage-istanbul@4.1.10)(jsdom@27.4.0)(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) + version: 4.1.10(@types/node@26.1.1)(@vitest/coverage-istanbul@4.1.10)(jsdom@29.1.1)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) vue: - specifier: 3.5.39 - version: 3.5.39(typescript@5.9.3) + specifier: 3.5.40 + version: 3.5.40(typescript@6.0.3) vue-router: - specifier: 5.1.0 - version: 5.1.0(@vue/compiler-sfc@3.5.39)(pinia@3.0.4(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)))(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)) + specifier: 5.2.0 + version: 5.2.0(@vue/compiler-sfc@3.5.40)(esbuild@0.27.2)(pinia@4.0.2(@vue/devtools-api@8.1.5)(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)))(rolldown@1.1.5)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)) vue-tsc: - specifier: 2.2.12 - version: 2.2.12(typescript@5.9.3) + specifier: 3.3.7 + version: 3.3.7(typescript@6.0.3) zod: specifier: 3.25.76 version: 3.25.76 packages: - '@acemir/cssom@0.9.31': - resolution: {integrity: sha512-ZnR3GSaH+/vJ0YlHau21FjfLYjMpYVIzTD8M8vIEQvIGxeOXyXdzCI140rrCY862p/C/BbzWsjc1dgnM9mkoTA==} + '@asamuzakjp/css-color@5.1.11': + resolution: {integrity: sha512-KVw6qIiCTUQhByfTd78h2yD1/00waTmm9uy/R7Ck/ctUyAPj+AEDLkQIdJW0T8+qGgj3j5bpNKK7Q3G+LedJWg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@asamuzakjp/css-color@4.1.2': - resolution: {integrity: sha512-NfBUvBaYgKIuq6E/RBLY1m0IohzNHAYyaJGuTK79Z23uNwmz2jl1mPsC5ZxCCxylinKhT1Amn5oNTlx1wN8cQg==} + '@asamuzakjp/dom-selector@7.1.1': + resolution: {integrity: sha512-67RZDnYRc8H/8MLDgQCDE//zoqVFwajkepHZgmXrbwybzXOEwOWGPYGmALYl9J2DOLfFPPs6kKCqmbzV895hTQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@asamuzakjp/dom-selector@6.8.1': - resolution: {integrity: sha512-MvRz1nCqW0fsy8Qz4dnLIvhOlMzqDVBabZx6lH+YywFDdjXhMY37SmpV1XFX3JzG5GWHn63j6HX6QPr3lZXHvQ==} + '@asamuzakjp/generational-cache@1.0.1': + resolution: {integrity: sha512-wajfB8KqzMCN2KGNFdLkReeHncd0AslUSrvHVvvYWuU8ghncRJoA50kT3zP9MVL0+9g4/67H+cdvBskj9THPzg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} '@asamuzakjp/nwsapi@2.3.9': resolution: {integrity: sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==} @@ -909,80 +912,84 @@ packages: resolution: {integrity: sha512-eY+Yn3dCqTGmyiq2QRU66lA5FL8lqqqvecHt0fF3uHONIa7ToYsaCiWV8lOKqAs0Rb2SjixiKFROngnulPtt2g==} engines: {node: ^22.18.0 || >=24.11.0} - '@cacheable/memory@2.0.8': - resolution: {integrity: sha512-FvEb29x5wVwu/Kf93IWwsOOEuhHh6dYCJF3vcKLzXc0KXIW181AOzv6ceT4ZpBHDvAfG60eqb+ekmrnLHIy+jw==} + '@bramus/specificity@2.4.2': + resolution: {integrity: sha512-ctxtJ/eA+t+6q2++vj5j7FYX3nRu311q1wfYH3xjlLOsczhlhxAg2FWNUXhpGvAw3BWo1xBcvOV6/YLc2r5FJw==} + hasBin: true - '@cacheable/utils@2.4.1': - resolution: {integrity: sha512-eiFgzCbIneyMlLOmNG4g9xzF7Hv3Mga4LjxjcSC/ues6VYq2+gUbQI8JqNuw/ZM8tJIeIaBGpswAsqV2V7ApgA==} + '@cacheable/memory@2.2.0': + resolution: {integrity: sha512-CTLKqLItRCEixEAewD3/j9DB3/o96gpTPD4eJ1v+DGOlxZRZncRQkGYqqnAGCscYd6RNeXfGeiuCphsPtqyIfQ==} - '@commitlint/cli@19.8.1': - resolution: {integrity: sha512-LXUdNIkspyxrlV6VDHWBmCZRtkEVRpBKxi2Gtw3J54cGWhLCTouVD/Q6ZSaSvd2YaDObWK8mDjrz3TIKtaQMAA==} - engines: {node: '>=v18'} + '@cacheable/utils@2.5.0': + resolution: {integrity: sha512-buipgOVDkkPXNR5+xBpDw7Zk2n1EvU7qBJCNUcL7rhQ//kfpOXPAvQ511Os0vpLYJ1pZnvudNytkQt2hst3wqA==} + + '@commitlint/cli@21.2.1': + resolution: {integrity: sha512-blsZGe29hJ72VGEFVl72IVYX+1vsfINpjA9yWQA6i7OKD/McGEOXg08sKIRKjFk4JvzhV/9n0l3i6NooPLTNfg==} + engines: {node: '>=22.12.0'} hasBin: true - '@commitlint/config-conventional@19.8.1': - resolution: {integrity: sha512-/AZHJL6F6B/G959CsMAzrPKKZjeEiAVifRyEwXxcT6qtqbPwGw+iQxmNS+Bu+i09OCtdNRW6pNpBvgPrtMr9EQ==} - engines: {node: '>=v18'} + '@commitlint/config-conventional@21.2.0': + resolution: {integrity: sha512-Qf8WRDVcyVd14if6VTWenebxFbKnVnbzPUJjlzjkyJGeHK2xCGd63Dr1XZzj0plXKQb9P0BfOxoc1HVeCo2BWQ==} + engines: {node: '>=22.12.0'} - '@commitlint/config-validator@19.8.1': - resolution: {integrity: sha512-0jvJ4u+eqGPBIzzSdqKNX1rvdbSU1lPNYlfQQRIFnBgLy26BtC0cFnr7c/AyuzExMxWsMOte6MkTi9I3SQ3iGQ==} - engines: {node: '>=v18'} + '@commitlint/config-validator@21.2.0': + resolution: {integrity: sha512-t7AzNHAKeIdo/3NRGwzpufKHsKkPHmFs/56N2Fnsh0/r0rGtnQzTxk6vnFgjaGr4hdSQKNB50/KAhR9Yk4LJKA==} + engines: {node: '>=22.12.0'} - '@commitlint/ensure@19.8.1': - resolution: {integrity: sha512-mXDnlJdvDzSObafjYrOSvZBwkD01cqB4gbnnFuVyNpGUM5ijwU/r/6uqUmBXAAOKRfyEjpkGVZxaDsCVnHAgyw==} - engines: {node: '>=v18'} + '@commitlint/ensure@21.2.0': + resolution: {integrity: sha512-76IF9vDNS13lAzEEik9eKwzt8f9hYhWiwVXZ2AnyLCz5/f511FsEQ3pw1X3/zSQpdRLQU7i5qDMVKyXi1GWjSg==} + engines: {node: '>=22.12.0'} - '@commitlint/execute-rule@19.8.1': - resolution: {integrity: sha512-YfJyIqIKWI64Mgvn/sE7FXvVMQER/Cd+s3hZke6cI1xgNT/f6ZAz5heND0QtffH+KbcqAwXDEE1/5niYayYaQA==} - engines: {node: '>=v18'} + '@commitlint/execute-rule@21.0.1': + resolution: {integrity: sha512-RifH+FmImozKBE6mozhF4K3r2RRKP7SMi/Q/zLCmExtp5e05lhHOUYqGBlFBAGNHaZxU/WYw1XuugYK9jQzqnA==} + engines: {node: '>=22.12.0'} - '@commitlint/format@19.8.1': - resolution: {integrity: sha512-kSJj34Rp10ItP+Eh9oCItiuN/HwGQMXBnIRk69jdOwEW9llW9FlyqcWYbHPSGofmjsqeoxa38UaEA5tsbm2JWw==} - engines: {node: '>=v18'} + '@commitlint/format@21.2.0': + resolution: {integrity: sha512-c4q64xaav2U83t7k7RyzJerBZurPer7FxUOY0RL5L/6CZijZ7K+s6HIBGIghj0ey1P2+seRX0J9XQYtDued6tg==} + engines: {node: '>=22.12.0'} - '@commitlint/is-ignored@19.8.1': - resolution: {integrity: sha512-AceOhEhekBUQ5dzrVhDDsbMaY5LqtN8s1mqSnT2Kz1ERvVZkNihrs3Sfk1Je/rxRNbXYFzKZSHaPsEJJDJV8dg==} - engines: {node: '>=v18'} + '@commitlint/is-ignored@21.2.0': + resolution: {integrity: sha512-4/eB0vBN7L88O/oC4ajAEqi7j2ZfNgxl/+11RfAV9YosejZgDXhY2C9VcHnHJhOzPLoSy5P3Mg/46kqeyJfXKw==} + engines: {node: '>=22.12.0'} - '@commitlint/lint@19.8.1': - resolution: {integrity: sha512-52PFbsl+1EvMuokZXLRlOsdcLHf10isTPlWwoY1FQIidTsTvjKXVXYb7AvtpWkDzRO2ZsqIgPK7bI98x8LRUEw==} - engines: {node: '>=v18'} + '@commitlint/lint@21.2.0': + resolution: {integrity: sha512-ceO5dp9pLjEZ6y6qbq/uXWXDPykqqlTsyzoQ0NzecpisSJhK3kTy9qzQoPeJuWG/IMNdV1lO0RgmzqoAlSi1uw==} + engines: {node: '>=22.12.0'} - '@commitlint/load@19.8.1': - resolution: {integrity: sha512-9V99EKG3u7z+FEoe4ikgq7YGRCSukAcvmKQuTtUyiYPnOd9a2/H9Ak1J9nJA1HChRQp9OA/sIKPugGS+FK/k1A==} - engines: {node: '>=v18'} + '@commitlint/load@21.2.0': + resolution: {integrity: sha512-RjlzWQqruRwIenJEfZtq7kG97co97nKoHpflE5YnF61tDLXxHPrdWImgzw6VL6MlFyaOcVlk74eBV8ZQmc3oIA==} + engines: {node: '>=22.12.0'} - '@commitlint/message@19.8.1': - resolution: {integrity: sha512-+PMLQvjRXiU+Ae0Wc+p99EoGEutzSXFVwQfa3jRNUZLNW5odZAyseb92OSBTKCu+9gGZiJASt76Cj3dLTtcTdg==} - engines: {node: '>=v18'} + '@commitlint/message@21.2.0': + resolution: {integrity: sha512-YxGoiXD/HXNXLJPrQwE5poXa+XH0CBEm+mdvbHQP0g6MV/dmJyUFCzPNzZbxL93GvZ70TmtTK0Z0/IBpAqHv8g==} + engines: {node: '>=22.12.0'} - '@commitlint/parse@19.8.1': - resolution: {integrity: sha512-mmAHYcMBmAgJDKWdkjIGq50X4yB0pSGpxyOODwYmoexxxiUCy5JJT99t1+PEMK7KtsCtzuWYIAXYAiKR+k+/Jw==} - engines: {node: '>=v18'} + '@commitlint/parse@21.2.0': + resolution: {integrity: sha512-QHWxG4d0PLTF634/AdyZ0MQS+CLn5YOuJlCFhMMlSGKFxzYGUetkHBj18xgBD+6fVzUrA2lrCdi/vlS2f/oYXg==} + engines: {node: '>=22.12.0'} - '@commitlint/read@19.8.1': - resolution: {integrity: sha512-03Jbjb1MqluaVXKHKRuGhcKWtSgh3Jizqy2lJCRbRrnWpcM06MYm8th59Xcns8EqBYvo0Xqb+2DoZFlga97uXQ==} - engines: {node: '>=v18'} + '@commitlint/read@21.2.1': + resolution: {integrity: sha512-hUW7EJQnNTL0vPOmVMNK4CrnrNBN0nN+JJHReFkdHO5y4iyHeEmTBwuC15OCqUTjxWo7idnH1LftfpWVIaPWIA==} + engines: {node: '>=22.12.0'} - '@commitlint/resolve-extends@19.8.1': - resolution: {integrity: sha512-GM0mAhFk49I+T/5UCYns5ayGStkTt4XFFrjjf0L4S26xoMTSkdCf9ZRO8en1kuopC4isDFuEm7ZOm/WRVeElVg==} - engines: {node: '>=v18'} + '@commitlint/resolve-extends@21.2.0': + resolution: {integrity: sha512-4O/1j51+79Wth9s/MGxt/5gs0XYLDgNlYpltQfhAvLE0itusLKs9zruxbiNg1oOkmkb9L9L4USYGjEj7n87NxA==} + engines: {node: '>=22.12.0'} - '@commitlint/rules@19.8.1': - resolution: {integrity: sha512-Hnlhd9DyvGiGwjfjfToMi1dsnw1EXKGJNLTcsuGORHz6SS9swRgkBsou33MQ2n51/boIDrbsg4tIBbRpEWK2kw==} - engines: {node: '>=v18'} + '@commitlint/rules@21.2.0': + resolution: {integrity: sha512-C2yXMNpiB8ETZKfx5JD8+ExgF8vTU1VQMKPSUUYwqKpw9oJWQBrlXBpdU038mj2WPjof7o9UzFpmTyBeGMZwZg==} + engines: {node: '>=22.12.0'} - '@commitlint/to-lines@19.8.1': - resolution: {integrity: sha512-98Mm5inzbWTKuZQr2aW4SReY6WUukdWXuZhrqf1QdKPZBCCsXuG87c+iP0bwtD6DBnmVVQjgp4whoHRVixyPBg==} - engines: {node: '>=v18'} + '@commitlint/to-lines@21.0.1': + resolution: {integrity: sha512-bd1BFII7p1EQZre9Kaj+kKaMFP3cFCdt21K7DItVux9XP5WjLgJ0/Uy1pJJh9aPwVJ6SKg62PxqlZaHI8hQAXw==} + engines: {node: '>=22.12.0'} - '@commitlint/top-level@19.8.1': - resolution: {integrity: sha512-Ph8IN1IOHPSDhURCSXBz44+CIu+60duFwRsg6HqaISFHQHbmBtxVw4ZrFNIYUzEP7WwrNPxa2/5qJ//NK1FGcw==} - engines: {node: '>=v18'} + '@commitlint/top-level@21.2.0': + resolution: {integrity: sha512-Y5gmQ+KxzqCrBFJfLvFEPvvwD3LDiNZoTT2yeFBm96M8qhmqSzQc5DvX3rheAaAMjyIvMXOCLS/mWfdpONsjyQ==} + engines: {node: '>=22.12.0'} - '@commitlint/types@19.8.1': - resolution: {integrity: sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==} - engines: {node: '>=v18'} + '@commitlint/types@21.2.0': + resolution: {integrity: sha512-7zVFCDB2reMvJH5dmbKnOQPjZEvjdJTH8jc0U/PIPU1r3/+vf5pD1HlfitV2MWsWXrvu7u39iY1lyLUPOaN0Gw==} + engines: {node: '>=22.12.0'} '@conventional-changelog/git-client@2.7.0': resolution: {integrity: sha512-j7A8/LBEQ+3rugMzPXoKYzyUPpw/0CBQCyvtTR7Lmu4olG4yRC/Tfkq79Mr3yuPs0SUitlO2HwGP3gitMJnRFw==} @@ -996,17 +1003,26 @@ packages: conventional-commits-parser: optional: true + '@conventional-changelog/git-client@3.1.0': + resolution: {integrity: sha512-Tqa/gHco2WJWa740NRjOrfKVvzIqxkZpecb8bemaQ8sKM5PXb1UK4uTyTb/1wIqNuOVaDOFxyBdhTIQZn6gdjQ==} + engines: {node: '>=22'} + peerDependencies: + conventional-commits-filter: ^6.0.1 + conventional-commits-parser: ^7.0.1 + peerDependenciesMeta: + conventional-commits-filter: + optional: true + conventional-commits-parser: + optional: true + + '@conventional-changelog/template@1.2.1': + resolution: {integrity: sha512-TzlTVpKPjaqW6qOYjQcYUDuGsLCNsvFHVBXkYGTAnf5V37jCWrE5haKNXzz0WZUtVHjrpV76L1buANjwXMfT8w==} + engines: {node: '>=22'} + '@csstools/color-helpers@6.0.2': resolution: {integrity: sha512-LMGQLS9EuADloEFkcTBR3BwV/CGHV7zyDxVRtVDTwdI2Ca4it0CCVTT9wCkxSgokjE5Ho41hEPgb8OEUwoXr6Q==} engines: {node: '>=20.19.0'} - '@csstools/css-calc@3.2.0': - resolution: {integrity: sha512-bR9e6o2BDB12jzN/gIbjHa5wLJ4UjD1CB9pM7ehlc0ddk6EBz+yYS1EV2MF55/HUxrHcB/hehAyt5vhsA3hx7w==} - engines: {node: '>=20.19.0'} - peerDependencies: - '@csstools/css-parser-algorithms': ^4.0.0 - '@csstools/css-tokenizer': ^4.0.0 - '@csstools/css-calc@3.2.1': resolution: {integrity: sha512-DtdHlgXh5ZkA43cwBcAm+huzgJiwx3ZTWVjBs94kwz2xKqSimDA3lBgCjphYgwgVUMWatSM0pDd8TILB1yrVVg==} engines: {node: '>=20.19.0'} @@ -1027,14 +1043,6 @@ packages: peerDependencies: '@csstools/css-tokenizer': ^4.0.0 - '@csstools/css-syntax-patches-for-csstree@1.1.3': - resolution: {integrity: sha512-SH60bMfrRCJF3morcdk57WklujF4Jr/EsQUzqkarfHXEFcAR1gg7fS/chAE922Sehgzc1/+Tz5H3Ypa1HiEKrg==} - peerDependencies: - css-tree: ^3.2.1 - peerDependenciesMeta: - css-tree: - optional: true - '@csstools/css-syntax-patches-for-csstree@1.1.6': resolution: {integrity: sha512-TcJCWFbXLPpJYq6z7bfOyjWYJDiDg2/I4gyUC9pqPNqHFRIey0EB0q0L5cSnQDfWJg8Jd6VadakxdIez/3zkqQ==} peerDependencies: @@ -1066,8 +1074,8 @@ packages: peerDependencies: postcss-selector-parser: ^7.1.1 - '@date-fns/tz@1.4.1': - resolution: {integrity: sha512-P5LUNhtbj6YfI3iJjw5EL9eUAG6OitD0W3fWQcpQjDRc/QIsL0tRNuO1PcDvPccWL1fSTXXdE1ds+l95DV/OFA==} + '@date-fns/tz@1.5.0': + resolution: {integrity: sha512-lwYN/vDPeNRULcepoE/LO2Pgx+7/RV+S9ARfbc9lr2DtGkOD7pAiruHvbR1RX3Qyf6ja47EWJDMsNK5vK08DJg==} '@dzangolab/flag-icon-css@3.4.5': resolution: {integrity: sha512-XqVAi0O/KITtznpMK5TP4D+rWfwst5lrsbPbes5c5SPMGjwK7fuvlTdEmG2XUrxzYqDTIPshywyzdVYKooGdGA==} @@ -1075,18 +1083,9 @@ packages: '@emnapi/core@1.11.1': resolution: {integrity: sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==} - '@emnapi/core@1.8.1': - resolution: {integrity: sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==} - '@emnapi/runtime@1.11.1': resolution: {integrity: sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==} - '@emnapi/runtime@1.8.1': - resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==} - - '@emnapi/wasi-threads@1.1.0': - resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==} - '@emnapi/wasi-threads@1.2.2': resolution: {integrity: sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==} @@ -1355,8 +1354,8 @@ packages: '@floating-ui/vue@1.1.11': resolution: {integrity: sha512-HzHKCNVxnGS35r9fCHBc3+uCnjw9IWIlCPL683cGgM9Kgj2BiAl8x1mS7vtvP6F9S/e/q4O6MApwSHj8hNLGfw==} - '@fortawesome/fontawesome-free@6.7.2': - resolution: {integrity: sha512-JUOtgFW6k9u4Y+xeIaEiLr3+cjoUPiAuLXoyKOJSia6Duzb7pq+A76P9ZdPDoAoxHdHzq6gE9/jKBGXlZT8FbA==} + '@fortawesome/fontawesome-free@7.3.1': + resolution: {integrity: sha512-wmglKKPDIkgV3aWlZzWECCPoGIkYCulzBwxG9+w7rc5BGapZ6cPMpoPOT8k36J0Ni7PPX6c/rsoMWfS4d1MUMg==} engines: {node: '>=6'} '@humanfs/core@0.19.1': @@ -1386,10 +1385,10 @@ packages: '@iconify/types@2.0.0': resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} - '@iconify/vue@4.3.0': - resolution: {integrity: sha512-Xq0h6zMrHBbrW8jXJ9fISi+x8oDQllg5hTDkDuxnWiskJ63rpJu9CvJshj8VniHVTbsxCg9fVoPAaNp3RQI5OQ==} + '@iconify/vue@5.0.1': + resolution: {integrity: sha512-aumwwooJlFJ5H5qYWB6ZTAyM0C8hpfcSVLB9/a3qnH1GGvIJ+FEbpEs4s/HfErYe/M5qZeLjwmESR5fFm3lXEw==} peerDependencies: - vue: '>=3' + vue: '>=3.0.0' '@inquirer/ansi@1.0.2': resolution: {integrity: sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==} @@ -1802,36 +1801,36 @@ packages: '@sec-ant/readable-stream@0.4.1': resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==} - '@sentry/browser-utils@10.65.0': - resolution: {integrity: sha512-4J0mkfNJAGUOkpg1ZggizyftFTn9N20b+Jl87UnWsDUkNG0Ic1l/FIzMPTVxXrAnhBGu0ULO0TFWMoQ5s3QtZw==} + '@sentry/browser-utils@10.66.0': + resolution: {integrity: sha512-sHuALvJMMEilUz84F1ZOQuDoZ3MhjwUHWHkXcElcVMrDIlnTO7Ra0E6Kh0e8JyJaLBMk4Sy9srKSqH9zimQVTQ==} engines: {node: '>=18'} - '@sentry/browser@10.65.0': - resolution: {integrity: sha512-XUDDsx0qxzeIlcOu1fDEqTcDl0eiOqghsgV+ReuuNP4jYjZ9kUQxE3rXWM5mlT1pBi4VaQ4FHqvQZZrRXy+oDw==} + '@sentry/browser@10.66.0': + resolution: {integrity: sha512-MaPoBqKvI7O3UhexSJ/KO/o6T4Tr3A+vQWLZYTos0mxd59jVKMKbbJ6LxM/0uWQ5JAO2XYC/kCMRvk6VqQ5QZw==} engines: {node: '>=18'} - '@sentry/conventions@0.15.1': - resolution: {integrity: sha512-ZLP8bRdMON3prWE2tJyImuYscCxdcJeIPIhrOs/rgyFm3C1nCh1B6gdvPj3AZ5zW08oSFFCsq7T+tYEW3h8MNA==} + '@sentry/conventions@0.16.0': + resolution: {integrity: sha512-fO9PLmHdVURcSPUpWCItWAtgKiMwGdJHbovoSEyLplX5sxs2ugvI4CBPTrkkgqhObnZOD0CnWBKDzSVQYBKEyQ==} engines: {node: '>=14'} - '@sentry/core@10.65.0': - resolution: {integrity: sha512-3aqtmM5NgNGo45BNaaBzi0LPQZAw//NEL4HKS5fXm12pJMa4KEkze8DEKnkTEIrGnWaOJKamecHKlnNg/Mqf/Q==} + '@sentry/core@10.66.0': + resolution: {integrity: sha512-9UbgSvds7bMJsP561eWmeyMLcfOmnwxtnx2QuW3yLobzP2Ob7CyJCOzP4tGzlTAGDrzShkFEZhiyuBUKiEK2oQ==} engines: {node: '>=18'} - '@sentry/feedback@10.65.0': - resolution: {integrity: sha512-ck8h7wgd3F3bYNk0v1OgohmyLBeXcKxqlfBJRtQq4k6KZUq+pXimOG7ckNguVMYjCo3PEfuG+ckKc21yqotKug==} + '@sentry/feedback@10.66.0': + resolution: {integrity: sha512-fr69K76Gz7RRyfMerChdNjWIeQdFh+k21GJcmPCqk43dscUChOsLc3cYLS5cK7iZ/XiUmH9lVzf7EYL2kf2qsA==} engines: {node: '>=18'} - '@sentry/replay-canvas@10.65.0': - resolution: {integrity: sha512-A7X3RVk1Gk+knK8Ip/2EjejckNCLgCfRZo6eGlsy6qyz904KBpYmys1a0o7QkzFRjhIndjHAfcVxwt6jSLJlrQ==} + '@sentry/replay-canvas@10.66.0': + resolution: {integrity: sha512-z7fPWEIfAJMJySKXFIqXAzFpkHjp13WGMAmB9+hlHhi9+gjAO8owD9R4XTd86lBswveGwMHKvIx5lFKNVqDcow==} engines: {node: '>=18'} - '@sentry/replay@10.65.0': - resolution: {integrity: sha512-aW988CcQBNArbOMzOFOziipHz6uQyXSa4i5CPWsu+nhVPTJHafosi5Lv9n6NM/icDX5e23VdnX6mZd8SyJuo8A==} + '@sentry/replay@10.66.0': + resolution: {integrity: sha512-Djb4FxQa9bF8z3PoCO00Nw1u+6hma2YuI8JkMoE+F14KWRfCZKQ28sScsvk+OokbXgjtuIsxDEZj/qFGY0w01w==} engines: {node: '>=18'} - '@sentry/vue@10.65.0': - resolution: {integrity: sha512-r+QO7O4xKJtm+ixmqqrfDyLuQgFn0Ffh7EaioqEMxfKH/LuqV9+qjmt476oU7OdNk1NyiQgn8v0tSKJTKy2hNA==} + '@sentry/vue@10.66.0': + resolution: {integrity: sha512-+b9jW7JDx/BRTM+s3lncWRk7HPxRERd3UYmKSi7ywcLiVptX3m0S3xd9wo2+BznhLotIIltVaamhmns2SJPuQA==} engines: {node: '>=18'} peerDependencies: '@tanstack/vue-router': ^1.64.0 @@ -1847,10 +1846,18 @@ packages: resolution: {integrity: sha512-/4R8QKnd/8agJynkNdJmNw2MBxuFTRcNFnE5Sg/G+jkSsV8/UBgULMzhizWWW42p8L5H7flImV2ATi79Ove2Tw==} engines: {node: '>=18'} + '@simple-libs/child-process-utils@2.0.0': + resolution: {integrity: sha512-dvNoRKLijXnD0XoJAz94pbNuB5GQgDr55UhpSPhffDkTT0Cmcqh9jSCOtwfT2d4H6MI9E7c4SgtMuJXZ6F3c6A==} + engines: {node: '>=22'} + '@simple-libs/stream-utils@1.2.0': resolution: {integrity: sha512-KxXvfapcixpz6rVEB6HPjOUZT22yN6v0vI0urQSk1L8MlEWPDFCZkhw2xmkyoTGYeFw7tWTZd7e3lVzRZRN/EA==} engines: {node: '>=18'} + '@simple-libs/stream-utils@2.0.0': + resolution: {integrity: sha512-fCTuZK4QBa+39Oz9l4OGfJfz+GpwCp3AqO7Zch3to99xHPgstVsRFpeQ8LNd2o1Gv8raL2mCFwiaHh7bFSp5DQ==} + engines: {node: '>=22'} + '@sindresorhus/merge-streams@2.3.0': resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} engines: {node: '>=18'} @@ -1880,33 +1887,33 @@ packages: peerDependencies: vue: '>=3.2' - '@turbo/darwin-64@2.9.9': - resolution: {integrity: sha512-hTEiNu2ABZZOO1qbjnKASI8eF3BdOOzU6iKv5w5uGOK65DDMc10cS40N1kqM99YT0uSAGUwNu6GdFctRPeEeVA==} + '@turbo/darwin-64@2.10.5': + resolution: {integrity: sha512-ENvPwy3x5yS7MwNYHeWjqOBXkwIMp39Pd+/zXC6PoiNzF8EIvvLZOZZ+ny6L9x4WgS5vxUii2LM5gM+zjPdnWw==} cpu: [x64] os: [darwin] - '@turbo/darwin-arm64@2.9.9': - resolution: {integrity: sha512-MinO40EEcP5mJiTVpfjtEulsEBhVeryfq21QhYtJZ8hQJLHGgy459rcmDVAY8/JERe4dkVU4KW+zoLF22o01EA==} + '@turbo/darwin-arm64@2.10.5': + resolution: {integrity: sha512-rqROo9zsF/P9RqsdtbLD1nFJicjSrYyvQ9kNJC38AbxA3pAs6VAlATvtvOFx7bqOv6vicf20SP9kF33avJjy2w==} cpu: [arm64] os: [darwin] - '@turbo/linux-64@2.9.9': - resolution: {integrity: sha512-7JNLw88Isk+gMlbsC8pulLDkrqe2B827ZsKFEHilb17AC6Xn/62pzH7afjY7fEU6Ayp4XP/vGhlRWOzqBvBvIQ==} + '@turbo/linux-64@2.10.5': + resolution: {integrity: sha512-RoSSiNFUxi27zLJuM9F6GyWWjHgLch9t6nwD6K0FkXRirZkTLlzIj6IhFnK8H9++nefLtdFqylE4vGjZAv6AAA==} cpu: [x64] os: [linux] - '@turbo/linux-arm64@2.9.9': - resolution: {integrity: sha512-0pnXDwPw1rHii98JZPRg7SvsjIzy7jrhkwGU9Jy5fVYoMdYd3P2vbtLfII+OJ0Mm4Ar5yykdHDTz3RWiRI1o9g==} + '@turbo/linux-arm64@2.10.5': + resolution: {integrity: sha512-4ZComcpzmHGmVynQqvvi+iZOSq/tBvY1SltXB8g4NZRsrA01W8E+yRL8RNM+PLoyWsrCnJa8xa+DkWkv+xg4iQ==} cpu: [arm64] os: [linux] - '@turbo/windows-64@2.9.9': - resolution: {integrity: sha512-vjDQycz4gQVvIq4n2rPtiiIESwJlAc406qtkiZlqyL+fHZEd9SxYNlBIFYtc5cuMuwrk+sIKrhN7XvwjmvS9YQ==} + '@turbo/windows-64@2.10.5': + resolution: {integrity: sha512-eL2Iyj4DbMINq1Sr1w0iAi6nAiZOF16KSlRGwCJpVh+IWZeY33MAsLHVOBMj1xoFtncVJXclCVpTPL2nBoYkFg==} cpu: [x64] os: [win32] - '@turbo/windows-arm64@2.9.9': - resolution: {integrity: sha512-V6NiH43oCctepbOdQFp7UjqLyK8p6Tt824QA+G4TE+B1BBHu80A0W8OCL+H7uBJ3XZjAj/hvPDw3k3l65DoDGw==} + '@turbo/windows-arm64@2.10.5': + resolution: {integrity: sha512-sog+wP+8YSJrdWZ/rUJg8xghVTrwoG+BrSlDQpnK5fzSgJHn1INRWXbVWRH0d3vX8dBI01E3yxXRre9Dn+OXQA==} cpu: [arm64] os: [win32] @@ -1919,9 +1926,6 @@ packages: '@types/chai@5.2.3': resolution: {integrity: sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==} - '@types/conventional-commits-parser@5.0.1': - resolution: {integrity: sha512-7uz5EHdzz2TqoMfV7ee61Egf5y6NkcO4FB/1iCCQnbeiI1F3xzv3vK5dBCXUCLQgGYS+mUeigK1iKQzvED+QnQ==} - '@types/deep-eql@4.0.2': resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==} @@ -1931,8 +1935,8 @@ packages: '@types/estree@1.0.8': resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} - '@types/jsdom@21.1.7': - resolution: {integrity: sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==} + '@types/jsdom@28.0.3': + resolution: {integrity: sha512-/HQ2uFoetFTXuye8vzIcHw2z6Fwi7Hi/qcgC+RoS9NCyewiqxhVGqlG+ViGB6lkax481R6dmhf1I7lIGlzJStQ==} '@types/jsesc@2.5.1': resolution: {integrity: sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==} @@ -1943,8 +1947,8 @@ packages: '@types/json5@0.0.29': resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} - '@types/node@25.9.5': - resolution: {integrity: sha512-OScDchr2fwuUmWdf4kZ9h7PcJiYDVInhJizG/biAq3cAvqwYktuy/TYGGdZNMtNTFUP7rnb0NU4TUdm82kt4Rg==} + '@types/node@26.1.1': + resolution: {integrity: sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==} '@types/tough-cookie@4.0.2': resolution: {integrity: sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==} @@ -2014,6 +2018,126 @@ packages: resolution: {integrity: sha512-UexrHGnGTpbuQHct2ExOc2ZcFbGUS9FOesCxxqdBGcpI1BxYu/LZ6U8Aq6/72XtF/qRBk9nhuGHFJIXXMhPMdw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript/typescript-aix-ppc64@7.0.2': + resolution: {integrity: sha512-MTKKkWB7p/0E9xi1d1tHtZ5PiLkGEMIq88pK2CubZjOsLtYTLqhgIgi6zepFa+9GHZ6h05NMCkQxGKiPXMxXtQ==} + engines: {node: '>=16.20.0'} + cpu: [ppc64] + os: [aix] + + '@typescript/typescript-darwin-arm64@7.0.2': + resolution: {integrity: sha512-gowzar9MwS/aRWp6f3a4KUqzRjAZjOsmGNCM6LcTgXum+dBfgsBVMN+AgvOCCbguXyick6LJhpBszxMebJ8syA==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [darwin] + + '@typescript/typescript-darwin-x64@7.0.2': + resolution: {integrity: sha512-SZ9xZInqApNlNGc9s0W1VSsktYSOe9cFqNOIqmN1Gs8SmkjKZYFt017G4VwPxASInODuAdbTW7sXiFUf893RgA==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [darwin] + + '@typescript/typescript-freebsd-arm64@7.0.2': + resolution: {integrity: sha512-W5NH4y/J0plIIS5b2xvTEkU7JFxyqdMAOgf+Ilhl0vHQXKO5dZoxd+C/jEtq56c4F3wk71RB4BMRQ2XdI+bwYQ==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [freebsd] + + '@typescript/typescript-freebsd-x64@7.0.2': + resolution: {integrity: sha512-UMGDx5sTpzNw3WiPebH7l90IWfJggEd+egHt/q6p7/Cm3zqoV7VxkGXt+3DxPIw8CcmvAB0j3sVVfbhX+M4Tpw==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [freebsd] + + '@typescript/typescript-linux-arm64@7.0.2': + resolution: {integrity: sha512-Qh4eU4/y3yDjnfjjyPYihMj5/ODIlmt+Bzu17OI+fiSRDW57QmU5SiN63exPRNJPKUzcc1INa1NXdrJ+MqHjUQ==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [linux] + + '@typescript/typescript-linux-arm@7.0.2': + resolution: {integrity: sha512-gffT3xPz9sR7j/YJExkyPntrI0P2EP9XbOyWzth2/Gs0RstK+90RBcO0ncXoXy/beYll1SXw846Nf2zdnEz0QQ==} + engines: {node: '>=16.20.0'} + cpu: [arm] + os: [linux] + + '@typescript/typescript-linux-loong64@7.0.2': + resolution: {integrity: sha512-uEHck9i8hoAzXPiYRib1O7miOnz23SxIeVl6F4LXox+qov1K35jHcEW6VHKvZI+pyvl7fZEP4MCU5LYvIq1GuQ==} + engines: {node: '>=16.20.0'} + cpu: [loong64] + os: [linux] + + '@typescript/typescript-linux-mips64el@7.0.2': + resolution: {integrity: sha512-R4KvAMnE43W5Qeqb0Ly56O3mWMWIAgsMyz36DCaycd5nbg/9kzm0liw3JocfRqyJY0KPmzFjbswozXyW0DnIYA==} + engines: {node: '>=16.20.0'} + cpu: [mips64el] + os: [linux] + + '@typescript/typescript-linux-ppc64@7.0.2': + resolution: {integrity: sha512-DORx5b3sd/4S7eayxm4FQv+A7CrkUIGRaHiwI8oiHTAI1fAPWhF4J0vAlkC8biAlHSVVwxMQ3tjZ2/DVbnQiiA==} + engines: {node: '>=16.20.0'} + cpu: [ppc64] + os: [linux] + + '@typescript/typescript-linux-riscv64@7.0.2': + resolution: {integrity: sha512-wf0jqEDOjrPRnKwYRyyJDRo11KMbvMFrU+q4zqKyChODBzvlkbhNQfKvLxQCcwTpdDaXSHZTVuh0JoCrKCUMHQ==} + engines: {node: '>=16.20.0'} + cpu: [riscv64] + os: [linux] + + '@typescript/typescript-linux-s390x@7.0.2': + resolution: {integrity: sha512-IkwJc3L7yhytWd/ewjyxNDfOmswCm9GWMJT/ue/dU4aZNbwZeYAetq42VyLmsmSjvoX7z74X6ZaYCtzAr0EuGw==} + engines: {node: '>=16.20.0'} + cpu: [s390x] + os: [linux] + + '@typescript/typescript-linux-x64@7.0.2': + resolution: {integrity: sha512-EYdf2cNg7rgCWJnxCdJ+F3V39O8ihb37eHAu1LK8oAFizgTQbPOK7zHHXbPt8rX24COqODXeI3sIf0fCXG7H/A==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [linux] + + '@typescript/typescript-netbsd-arm64@7.0.2': + resolution: {integrity: sha512-+polYF4MF04aPpO5FTkHran9yUQDSXqy5GiSDKpsll5jy3l3+g9QLhpf39T+ePtefhXLOGrLl0QIjkQP6VnelA==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [netbsd] + + '@typescript/typescript-netbsd-x64@7.0.2': + resolution: {integrity: sha512-8YIT0EHM/3dq10ZOVF/A7pc/YSMtbcecct4rWtexrnSCHOPcpC2KTLXfTCR6vDpnSiY12heNb1GiN/wu+T/FyA==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [netbsd] + + '@typescript/typescript-openbsd-arm64@7.0.2': + resolution: {integrity: sha512-APT8+ClYnuYm1u9+kgGXoMj2VzWzcymwh2gNSQVySHfkRDGOTVkoWLjCmOQSaO+PoqQ57B0flRp9SA+7GnnkzQ==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [openbsd] + + '@typescript/typescript-openbsd-x64@7.0.2': + resolution: {integrity: sha512-yX7s+Q0Dln0Dt9tEzZsAjXXR/+ytBM7AlglaqyeMPxQszJ1JhlJdZ6jLA+IzldHtflX81em7lDao1xXu+aRRkg==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [openbsd] + + '@typescript/typescript-sunos-x64@7.0.2': + resolution: {integrity: sha512-dLJDGaLZ1D4HPQn62u1n8mBDkJREwMsAkCdkwd4Ieqw+x3TUyTsqY0YiBCtE6H6OzzgGk3iuZ3vFWRS+E8/d1g==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [sunos] + + '@typescript/typescript-win32-arm64@7.0.2': + resolution: {integrity: sha512-Gyl1Vy6OsWesLzmq+EP0Fb7b4Nid5232AvcA2SFcdYreldpNtYFFofPjnt62y9hQy7VTaZp65ICJjuAQRaVcIQ==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [win32] + + '@typescript/typescript-win32-x64@7.0.2': + resolution: {integrity: sha512-0BQ3HkAHHlKLSp1qRvf3SUhGpGsDuhB/jgFw75guyqbxJqEaS0Cw/VFO8i2nHglJUzQCRtMMR/IBAKE3ETMC4g==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [win32] + '@unrs/resolver-binding-android-arm-eabi@1.11.1': resolution: {integrity: sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==} cpu: [arm] @@ -2127,8 +2251,8 @@ packages: vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 vue: ^3.0.0 - '@vitejs/plugin-vue@6.0.7': - resolution: {integrity: sha512-km+p+XdSz9Sxm5rqUbqcSfZYaAniKxWBj1KURl+Jr7UaPvvX7BmaWMdP69I5rrFDeQGyxAG7NXdc57vz+snhWg==} + '@vitejs/plugin-vue@6.0.8': + resolution: {integrity: sha512-0ZjgOg7oO6farnNGup7yvoM/YXZV84OZxHAwtflItNa/6zzQyVb5LNxyea3FEKEX2XlagIKzrlH7wwxkKgtiew==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -2168,26 +2292,17 @@ packages: '@vitest/utils@4.1.10': resolution: {integrity: sha512-fy9am/HWxbaGt/Sawrp90vt6Y6jQwf1RX77cz3uwoJwJVMli/e1IEwRPnMNJ7vKfPTwo0diXifkpPvwH9v7nGA==} - '@volar/language-core@2.4.15': - resolution: {integrity: sha512-3VHw+QZU0ZG9IuQmzT68IyN4hZNd9GchGPhbD9+pa8CVv7rnoOZwo7T8weIbrRmihqy3ATpdfXFnqRrfPVK6CA==} - '@volar/language-core@2.4.28': resolution: {integrity: sha512-w4qhIJ8ZSitgLAkVay6AbcnC7gP3glYM3fYwKV3srj8m494E3xtrCv6E+bWviiK/8hs6e6t1ij1s2Endql7vzQ==} - '@volar/source-map@2.4.15': - resolution: {integrity: sha512-CPbMWlUN6hVZJYGcU/GSoHu4EnCHiLaXI9n8c9la6RaI9W5JHX+NqG+GSQcB0JdC2FIBLdZJwGsfKyBB71VlTg==} - '@volar/source-map@2.4.28': resolution: {integrity: sha512-yX2BDBqJkRXfKw8my8VarTyjv48QwxdJtvRgUpNE5erCsgEUdI2DsLbpa+rOQVAJYshY99szEcRDmyHbF10ggQ==} - '@volar/typescript@2.4.15': - resolution: {integrity: sha512-2aZ8i0cqPGjXb4BhkMsPYDkkuc2ZQ6yOpqwAuNwUoncELqoy5fRgOQtLR9gB0g902iS0NAkvpIzs27geVyVdPg==} - '@volar/typescript@2.4.28': resolution: {integrity: sha512-Ja6yvWrbis2QtN4ClAKreeUZPVYMARDYZl9LMEv1iQ1QdepB6wn0jTRxA9MftYmYa4DQ4k/DaSZpFPUfxl8giw==} - '@vue-macros/common@3.1.2': - resolution: {integrity: sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==} + '@vue-macros/common@3.1.4': + resolution: {integrity: sha512-/5Fv+6DgIcM9ajY05ZmKBv+LMX1M9A0X+IUwDRVdt67ciw8OV9bvG2r34p3RiEadlsQybjhKPRKNXDC8Bp23cw==} engines: {node: '>=20.19.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 @@ -2217,29 +2332,38 @@ packages: '@vue/compiler-core@3.5.39': resolution: {integrity: sha512-16KBTEXAJCpDr0mwlw+AZyhu8iyC7R3S2vBwsI7QnWJU6X3WKc9VKeNEZpiMdZ569qWhz9574L3vV55qRL0Vtw==} + '@vue/compiler-core@3.5.40': + resolution: {integrity: sha512-39E8IgOhTbVDnoJFMKc2DvYnypcZwUqgUhQkccva/0m6FUwtIKSGV7n1hpVmYcFaoRAwf9pBcwnKlCEsN63ZEQ==} + '@vue/compiler-dom@3.5.33': resolution: {integrity: sha512-PXq0yrfCLzzL07rbXO4awtXY1Z06LG2eu6Adg3RJFa/j3Cii217XxxLXG22N330gw7GmALCY0Z8RgXEviwgpjA==} '@vue/compiler-dom@3.5.39': resolution: {integrity: sha512-oQPigALqYbNxTNPvNgSOe+czwVExfbVF02lz8jP0S3AXJiu3jxYDygNUiqSep4ezzW8XgnubqH63My2A7JR/vg==} + '@vue/compiler-dom@3.5.40': + resolution: {integrity: sha512-pwkx4vqlqOspFstrcmzwkKLePVMD3PT65imRzLhanU2V1Fj4K13g6OXjanOyzw3aTAuRk84BOmY8f3rEHqPaVA==} + '@vue/compiler-sfc@3.5.33': resolution: {integrity: sha512-UTUvRO9cY+rROrx/pvN9P5Z7FgA6QGfokUCfhQE4EnmUj3rVnK+CHI0LsEO1pg+I7//iRYMUfcNcCPe7tg0CoA==} '@vue/compiler-sfc@3.5.39': resolution: {integrity: sha512-d0ki86iOyN8LoZPBmk5SJWNwHP19CnDDCfuo//+2WJa2g5Ke0Jay983PIBIcSSzldC68I8DrD5GrHV3OSDfodg==} + '@vue/compiler-sfc@3.5.40': + resolution: {integrity: sha512-gIf497P4kpuALcvs5n3AEg1Vdn0pSY4XbjASIfHNYF1/MP3T2Mf2STERTubysBxCRxzJGJYtF/O7vwJrxFB3Vw==} + '@vue/compiler-ssr@3.5.33': resolution: {integrity: sha512-IErjYdnj1qIupG5xxiVIYiiRvDhGWV4zuh/RCrwfYpuL+HWQzeU6lCk/nF9r7olWMnjKxCAkOctT2qFWFkzb1A==} '@vue/compiler-ssr@3.5.39': resolution: {integrity: sha512-Ce7/wvwMHai74bdszfXExdazFigYnlF9zgCmEQUcM1j0fOymlouZ7XilTYNo8oUjhlnjYOZbGrcYKuqjz89Ucw==} - '@vue/compiler-vue2@2.7.16': - resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} + '@vue/compiler-ssr@3.5.40': + resolution: {integrity: sha512-rrE5xiXG663+vHCHa3J9p2z5OcBRjXmoqenprJxAFQxg5pSshzeBiCE6pu46axapRJ2Adk0YDA2BRZVjiHXnhg==} - '@vue/devtools-api@6.4.5': - resolution: {integrity: sha512-JD5fcdIuFxU4fQyXUu3w2KpAJHzTVdN+p4iOX2lMWSHMOoQdMAcpFLZzm9Z/2nmsoZ1a96QEhZ26e50xLBsgOQ==} + '@vue/devtools-api@6.6.4': + resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} '@vue/devtools-api@7.7.2': resolution: {integrity: sha512-1syn558KhyN+chO5SjlZIwJ8bV/bQ1nOVTG66t2RbG66ZGekyiYNmRO7X9BJCXQqPsFHlnksqvPhce2qpzxFnA==} @@ -2268,30 +2392,20 @@ packages: '@vue/devtools-shared@8.1.5': resolution: {integrity: sha512-mhT4zcPFhF+Xk1O4BfhhrbXzpmfqY03fS6xGpcllbQG7lDjhQf8pQHcTIhqQIYx1hfwtHmk/6jM96ele0UxPqQ==} - '@vue/language-core@2.2.12': - resolution: {integrity: sha512-IsGljWbKGU1MZpBPN+BvPAdr55YPkj2nB/TBNGNC32Vy2qLG25DYu/NBN2vNtZqdRbTRjaoYrahLrToim2NanA==} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - '@vue/language-core@3.3.7': resolution: {integrity: sha512-LzmkKinXAMMoh8Jfi/jMUSDUjuPdv8mynH5WJGKfXyZtDw3hQ6GBaoI6Bcnl/Xqlu32q/0Z6i/trp4VXykzyLw==} - '@vue/reactivity@3.5.39': - resolution: {integrity: sha512-TpsuBJ9gGlZa5d23XcM2y8EXanz9dZeVDQBXRwzy46ItgvM+rWpzs+UVM0wcRLxGvcav0HE5jz2gNL53xlRAog==} + '@vue/reactivity@3.5.40': + resolution: {integrity: sha512-B7ot9UlUZOi1zbq61/LvE88ZLTV8IlajTdiZTAEiDQgrnIMIZoPr9kGw0Zw46ObW62O9+H/Be3kMbfb7kYPQZA==} - '@vue/runtime-core@3.5.39': - resolution: {integrity: sha512-9GLtNyRvPAUMbX+7ono0RC2j0guo2LXVi8LvcmAooImACUKm0oFf0jjwbX8/H0AE/t1nxhAkn8RSl9PMCzzxZw==} + '@vue/runtime-core@3.5.40': + resolution: {integrity: sha512-KAZLweuZ6uUJPK1PMSQPgBU5gCjgrrfjUhSglmU9NhH+Zjepa8cnwSydPWDWHDwOgY4g3VcZ+PljbiHlURNCbw==} - '@vue/runtime-dom@3.5.39': - resolution: {integrity: sha512-7Y6aAGboKcXAZ3ECuUy7RrS5yy2r47dhTp2SKaJmYxjopImaVFaNa5Ne66NwGovsrxVAl5S5rwc7m22UG7Lmww==} + '@vue/runtime-dom@3.5.40': + resolution: {integrity: sha512-ZfrX8ssZQds900L9pr8AuK05ddnMsR4MPMZr8cPN9GoqoPWcXLhjvvbIA2SMv+7a97sJ1vv9pj/zxK0Cq/eEFQ==} - '@vue/server-renderer@3.5.39': - resolution: {integrity: sha512-yZSakiAGw85rZfG7UM8akMnIF+FmeiNk47uvHf2nVBBSe+dIKUhZuZq9+XgJhbV3nS5Z4ALH23/MpXofW+mbcw==} - peerDependencies: - vue: 3.5.39 + '@vue/server-renderer@3.5.40': + resolution: {integrity: sha512-XNJym9WpevhTVt1HuwOrCRJ5Q+9z4BjTMrDtjTrvx74SmUll8spNTw6whWJa9mEkO4PKn5TihI/bm/8ds2QVJw==} '@vue/shared@3.5.33': resolution: {integrity: sha512-5vR2QIlmaLG77Ygd4pMP6+SGQ5yox9VhtnbDWTy9DzMzdmeLxZ1QqxrywEZ9sa1AVubfIJyaCG3ytyWU81ufcQ==} @@ -2299,6 +2413,9 @@ packages: '@vue/shared@3.5.39': resolution: {integrity: sha512-l1rrBtBfTnmxvtsvdQDXltUUy8S1Y+ZaqdfUzmAnJkTd8Z8rv5v/ytW+TKiqEOWyHPoqtPlNFSs0lhRmYVSHVA==} + '@vue/shared@3.5.40': + resolution: {integrity: sha512-WxnBtruIqOoV3rA4jeKDWzrYI5h7Cp4+pjwDi8kWGHz+IslhiN+wguLVVhtv2l8VoU02rzDCVfDjgCl1lNpZVg==} + '@vue/test-utils@2.4.11': resolution: {integrity: sha512-GDqaqZsA6m2E5vNzej0aYiIb6BX8xV9pNSbbbXKOfEYwg7ZNblVX8suyqmUBThq8VIrgAJNxn+z72hVtUeiWHA==} peerDependencies: @@ -2339,10 +2456,6 @@ packages: peerDependencies: vue: ^3.5.0 - JSONStream@1.3.5: - resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} - hasBin: true - abbrev@2.0.0: resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -2364,19 +2477,12 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} - agent-base@7.1.3: - resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==} - engines: {node: '>= 14'} - ajv@6.15.0: resolution: {integrity: sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==} ajv@8.11.0: resolution: {integrity: sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==} - alien-signals@1.0.13: - resolution: {integrity: sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==} - alien-signals@3.2.1: resolution: {integrity: sha512-I8FjmltrfnDFoZedi5CG8DghVYNhzb/Ijluz7tCSJH0xpd0484Kowhbb1XDYOxfJpU1p5wnM2X54dA+IfGyD1g==} @@ -2406,6 +2512,10 @@ packages: argparse@2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + argue-cli@3.1.0: + resolution: {integrity: sha512-DhBpBfXL4SS2uC0N922MMajKR3CdrTG0u2or1PNYgXMsrSzViJrbtvT0nCLlLGUI0plam/ZZCs7aAauHtW9thw==} + engines: {node: '>=22'} + aria-query@5.3.2: resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==} engines: {node: '>= 0.4'} @@ -2558,8 +2668,8 @@ packages: resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==} engines: {node: '>=18'} - cacheable@2.3.5: - resolution: {integrity: sha512-EQfaKe09tl615iNvq/TBRWTFf1AKJNXYQSsMx0Z3EI0nA+pVsVPS8wJhnRlkbdacKPh1d0qVIhwTc2zsQNFEEg==} + cacheable@2.5.0: + resolution: {integrity: sha512-60cyAOytib/OzBw1JNSoSV/boK1AtHryDIjvVBk7XbN4ugfkM3+Sry7fEjNgPMGgOjuaZPAp8ruZ0Cxafwyq9g==} call-bind-apply-helpers@1.0.2: resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==} @@ -2621,9 +2731,9 @@ packages: resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==} engines: {node: '>= 12'} - cliui@8.0.1: - resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} - engines: {node: '>=12'} + cliui@9.0.1: + resolution: {integrity: sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==} + engines: {node: '>=20'} color-convert@1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} @@ -2667,21 +2777,22 @@ packages: config-chain@1.1.13: resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==} - conventional-changelog-angular@7.0.0: - resolution: {integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==} - engines: {node: '>=16'} - conventional-changelog-angular@8.3.1: resolution: {integrity: sha512-6gfI3otXK5Ph5DfCOI1dblr+kN3FAm5a97hYoQkqNZxOaYa5WKfXH+AnpsmS+iUH2mgVC2Cg2Qw9m5OKcmNrIg==} engines: {node: '>=18'} - conventional-changelog-conventionalcommits@7.0.2: - resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==} - engines: {node: '>=16'} + conventional-changelog-angular@9.2.1: + resolution: {integrity: sha512-oWSL6ZhnXbYraOFTK3PgRAQJ8fADDAEv5K6AdeyQPLvjFmhG8+ejL0jZZp/R7vTmGJaBvZEE+sE7dB4bCv7sAw==} + engines: {node: '>=22'} + + conventional-changelog-conventionalcommits@10.2.1: + resolution: {integrity: sha512-n4Kr1HFMTf3iMbES0TMxKIcYtUUv4rKqyQQp2JwfOEfFCOfGT3Tq4mCyJ8S9/YPyWhydjfKrrvnyl+gCjA+mJQ==} + engines: {node: '>=22'} conventional-changelog-core@9.0.0: resolution: {integrity: sha512-/XS1hE0axsZ+IwJAoXw1faEdbo5+A975pL6FeLHs5Iz8lgROZ9iAhEFmIFhjHW1/BOhGq7RJU9udzWbeumAfDQ==} engines: {node: '>=18'} + deprecated: Deprecated and no longer maintained. Please use conventional-changelog instead. conventional-changelog-preset-loader@5.0.0: resolution: {integrity: sha512-SetDSntXLk8Jh1NOAl1Gu5uLiCNSYenB5tm0YVeZKePRIgDW9lQImromTwLa3c/Gae298tsgOM+/CYT9XAl0NA==} @@ -2696,16 +2807,16 @@ packages: resolution: {integrity: sha512-tQMagCOC59EVgNZcC5zl7XqO30Wki9i9J3acbUvkaosCT6JX3EeFwJD7Qqp4MCikRnzS18WXV3BLIQ66ytu6+Q==} engines: {node: '>=18'} - conventional-commits-parser@5.0.0: - resolution: {integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==} - engines: {node: '>=16'} - hasBin: true - conventional-commits-parser@6.4.0: resolution: {integrity: sha512-tvRg7FIBNlyPzjdG8wWRlPHQJJHI7DylhtRGeU9Lq+JuoPh5BKpPRX83ZdLrvXuOSu5Eo/e7SzOQhU4Hd2Miuw==} engines: {node: '>=18'} hasBin: true + conventional-commits-parser@7.1.0: + resolution: {integrity: sha512-DPp6hkUjvwIivxbkrTiLXeRswNv1A/4GFA2X6scXma0AMa9632V3TwxmrlkUIEtUktiM3Ln+RrSH2xlP3/jUTw==} + engines: {node: '>=22'} + hasBin: true + convert-hrtime@5.0.0: resolution: {integrity: sha512-lOETlkIeYSJWcbbcvjRKGxVMXJR+8+OQb/mTPbA4ObPMytYIsUbuOE0Jzy60hjARYszq1id0j8KgVhC+WGZVTg==} engines: {node: '>=12'} @@ -2728,15 +2839,6 @@ packages: cosmiconfig: '>=9' typescript: '>=5' - cosmiconfig@9.0.0: - resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} - engines: {node: '>=14'} - peerDependencies: - typescript: '>=4.9.5' - peerDependenciesMeta: - typescript: - optional: true - cosmiconfig@9.0.2: resolution: {integrity: sha512-gtTZxTDau1wL7Y7zifc2dd8jHSK/k6BTx/2Xp/BpdlAdnlYWFVt7qhJqgwi7637yRwRQ3qL4ZidbB4I8tA5VOg==} engines: {node: '>=14'} @@ -2758,10 +2860,6 @@ packages: resolution: {integrity: sha512-8HFEBPKhOpJPEPu70wJJetjKta86Gw9+CCyCnB3sui2qQfOvRyqBy4IKLKKAwdMpWb2lHXWk9Wb4Z6AmaUT1Pg==} engines: {node: '>=12'} - css-tree@3.1.0: - resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==} - engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} - css-tree@3.2.1: resolution: {integrity: sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} @@ -2771,23 +2869,15 @@ packages: engines: {node: '>=4'} hasBin: true - cssstyle@5.3.7: - resolution: {integrity: sha512-7D2EPVltRrsTkhpQmksIu+LxeWAIEk6wRDMJ1qljlv+CKHJM+cJLlfhWIzNA44eAsHXSNe3+vO6DW1yCYx8SuQ==} - engines: {node: '>=20'} - csstype@3.2.3: resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==} damerau-levenshtein@1.0.8: resolution: {integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==} - dargs@8.1.0: - resolution: {integrity: sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==} - engines: {node: '>=12'} - - data-urls@6.0.0: - resolution: {integrity: sha512-BnBS08aLUM+DKamupXs3w2tJJoqU+AkaE/+6vQxi/G/DPmIZFJJp9Dkb1kM03AZx8ADehDUZgsNxju3mPXZYIA==} - engines: {node: '>=20'} + data-urls@7.0.0: + resolution: {integrity: sha512-23XHcCF+coGYevirZceTVD7NdJOqVn+49IHyxgszm+JIiHLoB2TkmPtsYkNWT1pvRSGkc35L6NHs0yHkN2SumA==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} data-view-buffer@1.0.1: resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==} @@ -2813,11 +2903,8 @@ packages: resolution: {integrity: sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==} engines: {node: '>= 0.4'} - date-fns@4.1.0: - resolution: {integrity: sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==} - - de-indent@1.0.2: - resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} + date-fns@4.4.0: + resolution: {integrity: sha512-+1UMbeh68lH1SegH83CGWwpb6OHHbpSgr3+s5Eww5M4CAgswBpoWS0AjTOfEJ33HiYKz1hdj/KTFprzXHmq/6w==} debug@3.2.7: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} @@ -2926,6 +3013,9 @@ packages: electron-to-chromium@1.5.389: resolution: {integrity: sha512-cEto7aeOqBfU1D+c5py5pE+ooscKE75JifxLBdFUZsqAxRS6y7kebtxAZvICszSl05gPjYHDTjY+lXpyGvpJbg==} + emoji-regex@10.6.0: + resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==} + emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -2948,6 +3038,10 @@ packages: resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==} engines: {node: '>=0.12'} + entities@8.0.0: + resolution: {integrity: sha512-zwfzJecQ/Uej6tusMqwAqU/6KL2XaB2VZ2Jg54Je6ahNBGNH6Ek6g3jjNCF0fG9EWQKGZNddNjU5F1ZQn/sBnA==} + engines: {node: '>=20.19.0'} + env-paths@2.2.1: resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} engines: {node: '>=6'} @@ -3006,6 +3100,9 @@ packages: resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} engines: {node: '>= 0.4'} + es-toolkit@1.49.0: + resolution: {integrity: sha512-G5iZ6Pc/FNRY/soKZHC+TxGDD83rHUDXxzaWhGCX44vAv/tMs56WMusnm/KMNK+luUPsgA9U28cGr4RDlSzL2g==} + esbuild@0.27.2: resolution: {integrity: sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==} engines: {node: '>=18'} @@ -3317,8 +3414,8 @@ packages: resolution: {integrity: sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==} engines: {node: '>=18'} - file-entry-cache@11.1.3: - resolution: {integrity: sha512-oMbq0PD6VIiIwMF6LIa7MEwd/l9huKwmqRKXqmrkqIZv8CvRbfowL+L0ryAl8h//HfAS0zS+4SbYoRyAoA6BJA==} + file-entry-cache@11.1.5: + resolution: {integrity: sha512-+PFTHITI08JIGhnNpGNI8T8inUpgZfk3GNEqfT9R2zZV2iFXg3CvqzSl/uEhs7TSGujYRELEANyDvS8Fj7+S7Q==} file-entry-cache@8.0.0: resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==} @@ -3343,16 +3440,12 @@ packages: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} - find-up@7.0.0: - resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==} - engines: {node: '>=18'} - flat-cache@4.0.1: resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} engines: {node: '>=16'} - flat-cache@6.1.22: - resolution: {integrity: sha512-N2dnzVJIphnNsjHcrxGW7DePckJ6haPrSFqpsBUhHYgwtKGVq4JrBGielEGD2fCVnsGm1zlBVZ8wGhkyuetgug==} + flat-cache@6.1.23: + resolution: {integrity: sha512-f++BY9pTk+983xK1FLzlLpmM0i0z+jHmx3QESGkURMXujQZz1k5wzwX6hjnQ8goaD0B+sYnDK1yZ6MTyZfUaqA==} flatted@3.4.2: resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==} @@ -3443,20 +3536,16 @@ packages: get-tsconfig@4.13.1: resolution: {integrity: sha512-EoY1N2xCn44xU6750Sx7OjOIT59FkmstNc3X6y5xpz7D5cBtZRe/3pSlTkDJgqsOk3WwZPkWfonhhUJfttQo3w==} - git-raw-commits@4.0.0: - resolution: {integrity: sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==} - engines: {node: '>=16'} - deprecated: This package is no longer maintained. For the JavaScript API, please use @conventional-changelog/git-client instead. - hasBin: true - git-raw-commits@5.0.1: resolution: {integrity: sha512-Y+csSm2GD/PCSh6Isd/WiMjNAydu0VBiG9J7EdQsNA5P9uXvLayqjmTsNlK5Gs9IhblFZqOU0yid5Il5JPoLiQ==} engines: {node: '>=18'} + deprecated: Deprecated and no longer maintained. Use @conventional-changelog/git-client instead. hasBin: true git-semver-tags@8.0.1: resolution: {integrity: sha512-zMbamckSNdlT4U48IMFa2Cn6FTzM+2yF6/gEmStPJI8PiLxd/bT6dw10+mc6u5Qe4fhrc/y9nU290FWjQhAV7g==} engines: {node: '>=18'} + deprecated: Deprecated and no longer maintained. Use @conventional-changelog/git-client instead. hasBin: true glob-parent@5.1.2: @@ -3472,9 +3561,9 @@ packages: deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me hasBin: true - global-directory@4.0.1: - resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==} - engines: {node: '>=18'} + global-directory@5.0.0: + resolution: {integrity: sha512-1pgFdhK3J2LeM+dVf2Pd424yHx2ou338lC0ErNP2hPx4j8eW1Sp0XqSjNxtk6Tc4Kr5wlWtSvz8cn2yb7/SG/w==} + engines: {node: '>=20'} global-modules@2.0.0: resolution: {integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==} @@ -3500,8 +3589,8 @@ packages: resolution: {integrity: sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==} engines: {node: '>=18'} - globby@16.2.0: - resolution: {integrity: sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==} + globby@16.2.2: + resolution: {integrity: sha512-NLvV9ubZ6NDsJaOpKPy3cQeJpKi9DcWiyCiFUpJPA0YihRqiE6RWaLUmgNNPr8MgPpLZjnBjSmou7uZBRJv9wA==} engines: {node: '>=20'} globjoin@0.1.4: @@ -3574,10 +3663,6 @@ packages: resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} engines: {node: '>= 0.4'} - he@1.2.0: - resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} - hasBin: true - hermes-estree@0.25.1: resolution: {integrity: sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==} @@ -3614,18 +3699,10 @@ packages: htmlparser2@8.0.2: resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==} - http-proxy-agent@7.0.2: - resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} - engines: {node: '>= 14'} - https-proxy-agent@5.0.1: resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} engines: {node: '>= 6'} - https-proxy-agent@7.0.6: - resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==} - engines: {node: '>= 14'} - human-signals@8.0.1: resolution: {integrity: sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==} engines: {node: '>=18.18.0'} @@ -3655,9 +3732,6 @@ packages: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} engines: {node: '>=6'} - import-meta-resolve@4.1.0: - resolution: {integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==} - import-meta-resolve@4.2.0: resolution: {integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==} @@ -3672,9 +3746,9 @@ packages: ini@1.3.8: resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} - ini@4.1.1: - resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + ini@6.0.0: + resolution: {integrity: sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==} + engines: {node: ^20.17.0 || >=22.9.0} inquirer@12.11.1: resolution: {integrity: sha512-9VF7mrY+3OmsAfjH3yKz/pLbJ5z22E23hENKw3/LNSaA/sAt3v49bDRY+Ygct1xwuKT+U+cBfTzjCPySna69Qw==} @@ -3867,10 +3941,6 @@ packages: resolution: {integrity: sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==} engines: {node: '>= 0.4'} - is-text-path@2.0.0: - resolution: {integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==} - engines: {node: '>=8'} - is-typed-array@1.1.13: resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==} engines: {node: '>= 0.4'} @@ -3955,9 +4025,9 @@ packages: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true - jsdom@27.4.0: - resolution: {integrity: sha512-mjzqwWRD9Y1J1KUi7W97Gja1bwOOM5Ug0EZ6UDK3xS7j7mndrkwozHtSblfomlzyB4NepioNt+B2sOSzczVgtQ==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + jsdom@29.1.1: + resolution: {integrity: sha512-ECi4Fi2f7BdJtUKTflYRTiaMxIB0O6zfR1fX0GXpUrf6flp8QIYn1UT20YQqdSOfk2dfkCwS8LAFoJDEppNK5Q==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24.0.0} peerDependencies: canvas: ^3.0.0 peerDependenciesMeta: @@ -3996,10 +4066,6 @@ packages: engines: {node: '>=6'} hasBin: true - jsonparse@1.3.1: - resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} - engines: {'0': node >= 0.2.0} - jsx-ast-utils@3.3.5: resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} engines: {node: '>=4.0'} @@ -4102,48 +4168,17 @@ packages: resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} engines: {node: '>=4'} - local-pkg@1.1.2: - resolution: {integrity: sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==} + local-pkg@1.2.1: + resolution: {integrity: sha512-++gUqRDEvcnN6Zhqrr+y/CkVEHhlrR96vZn3nZZPYzMcBUyBtTKzB9NadClFIsIVSsu+3i9tfk/erqy9kAmt7Q==} engines: {node: '>=14'} locate-path@6.0.0: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} - locate-path@7.2.0: - resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - - lodash.camelcase@4.3.0: - resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} - - lodash.isplainobject@4.0.6: - resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} - - lodash.kebabcase@4.1.1: - resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==} - - lodash.merge@4.6.2: - resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} - - lodash.mergewith@4.6.2: - resolution: {integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==} - - lodash.snakecase@4.1.1: - resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==} - - lodash.startcase@4.4.0: - resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==} - lodash.truncate@4.4.2: resolution: {integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==} - lodash.uniq@4.5.0: - resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} - - lodash.upperfirst@4.3.1: - resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==} - lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} @@ -4182,9 +4217,6 @@ packages: mathml-tag-names@4.0.0: resolution: {integrity: sha512-aa6AU2Pcx0VP/XWnh8IGL0SYSgQHDT6Ucror2j2mXeFAlN3ahaNs8EZtG1YiticMkSLj3Gt6VPFfZogt7G5iFQ==} - mdn-data@2.12.2: - resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==} - mdn-data@2.27.1: resolution: {integrity: sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==} @@ -4192,10 +4224,6 @@ packages: resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==} engines: {node: '>= 0.10.0'} - meow@12.1.1: - resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==} - engines: {node: '>=16.10'} - meow@13.2.0: resolution: {integrity: sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==} engines: {node: '>=18'} @@ -4313,6 +4341,9 @@ packages: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} + nostics@1.2.0: + resolution: {integrity: sha512-FGqEfhQjrvo1lL8KFifdTQiNwwQHJxC1jtYE1Rc54qF/jxONUNL+kC9gS1krX8Q65PgrQ5fCqH/I4NhWBvdSqg==} + npm-run-all@4.1.5: resolution: {integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==} engines: {node: '>= 4'} @@ -4380,18 +4411,10 @@ packages: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} engines: {node: '>=10'} - p-limit@4.0.0: - resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-locate@5.0.0: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} - p-locate@6.0.0: - resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-timeout@6.1.4: resolution: {integrity: sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==} engines: {node: '>=14.16'} @@ -4415,12 +4438,12 @@ packages: resolution: {integrity: sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==} engines: {node: '>=18'} - parse5@7.1.2: - resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} - parse5@8.0.0: resolution: {integrity: sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==} + parse5@8.0.1: + resolution: {integrity: sha512-z1e/HMG90obSGeidlli3hj7cbocou0/wa5HacvI3ASx34PecNjNQeaHNo5WIZpWofN9kgkqV1q5YvXe3F0FoPw==} + path-browserify@1.0.1: resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} @@ -4428,10 +4451,6 @@ packages: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} - path-exists@5.0.0: - resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - path-key@2.0.1: resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} engines: {node: '>=4'} @@ -4505,6 +4524,16 @@ packages: typescript: optional: true + pinia@4.0.2: + resolution: {integrity: sha512-yKVVA7bSj5oRZFp/Ab9wLlmyb5gPUYEiIm4ryiWTe/xe7PtkRdMVOp1X1ggvq0c6Uj7Q0Du1HnV2mtAwM0Ks1g==} + peerDependencies: + '@vue/devtools-api': ^8.1.5 + typescript: '>=5.6.0' + vue: ^3.5.11 + peerDependenciesMeta: + typescript: + optional: true + pkg-types@1.3.1: resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} @@ -4576,8 +4605,8 @@ packages: resolution: {integrity: sha512-gjVS5hOP+M3wMm5nmNOucbIrqudzs9v/57bWRHQWLYklXqoXKrVfYW2W9+glfGsqtPgpiz5WwyEEB+ksXIx3gQ==} engines: {node: '>=18'} - primeicons@7.0.0: - resolution: {integrity: sha512-jK3Et9UzwzTsd6tzl2RmwrVY/b8raJ3QZLzoDACj+oTJ0oX7L9Hy+XnVwgo4QVKlKpnP/Ur13SXV/pVh4LzaDw==} + primeicons@8.0.0: + resolution: {integrity: sha512-eZGk+Mgb4fE+LkJi9LvllbnB4RVUF9kzmnLVnT3ZMY6stqKVh7TUJ0mFoMNIEgTnJSvhaGcJotDiSvtVvkHd7g==} proto-list@1.2.4: resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==} @@ -4631,10 +4660,6 @@ packages: resolution: {integrity: sha512-NgRBy2Nx/bE+9F27nVHnqcN5HjyLmecqsqx2PJHu3/IEtADD4WuxuXIVExD5PoSDFVrl78dOonfcOe5O+5nbzQ==} hasBin: true - require-directory@2.1.1: - resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} - engines: {node: '>=0.10.0'} - require-from-string@2.0.2: resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} engines: {node: '>=0.10.0'} @@ -4778,11 +4803,11 @@ packages: resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==} engines: {node: '>= 0.4'} - shipjs-lib@0.28.3: - resolution: {integrity: sha512-AMgTdZ48PJnQZ09U23m0i+t2fvP1eL61dXcuj+q9k6PB6sUhZTHLvLgyC5IiO8rC0lYNEYHM4WjPZpNW3KuFwg==} + shipjs-lib@0.28.4: + resolution: {integrity: sha512-qUjNejKmBonxPUd4mu4tvcbqE0NSPeQyIkLLgqIyB2ExJX0LxX4rOTqEOu23HP48q8n31r+4LAym1KGzCFn3wQ==} - shipjs@0.28.3: - resolution: {integrity: sha512-+u4dhQmP2zrK98f7dyTPLpzqLS8BwypJ86iCXQPYjEOzRxXzo2enQAyzUQ1wnDTZlm/dADg02716er4ZIk4KPA==} + shipjs@0.28.4: + resolution: {integrity: sha512-DV6N+J3KgtRbTM6qHgweZz1ne73wcGhRZQGCrDDxgNE2UB8vxjqEQ3MyYY8axExkZN9YC9Vut+g2+EGINggZyA==} engines: {node: '>=20'} hasBin: true @@ -4854,10 +4879,6 @@ packages: resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==} engines: {node: '>=0.10.0'} - split2@4.2.0: - resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} - engines: {node: '>= 10.x'} - stable-hash-x@0.2.0: resolution: {integrity: sha512-o3yWv49B/o4QZk5ZcsALc6t0+eCelPc44zZsLtCQnZPDwFpDYSWcDnrv2TtMmMbQ7uKo3J0HTURCqckw23czNQ==} engines: {node: '>=12.0.0'} @@ -4883,6 +4904,10 @@ packages: resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} engines: {node: '>=12'} + string-width@7.2.0: + resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==} + engines: {node: '>=18'} + string-width@8.2.1: resolution: {integrity: sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==} engines: {node: '>=20'} @@ -4960,8 +4985,8 @@ packages: peerDependencies: stylelint: ^16.18.0 || ^17.0.0 - stylelint@17.14.0: - resolution: {integrity: sha512-8xkHPpdqYryeIsOgfsYTmr6cIeC4nLYWk5S8BPxpodq8mIuepggkMljsHewWfuAjj/+qpRKou2QerhjMH3iasg==} + stylelint@17.14.1: + resolution: {integrity: sha512-xVQwyiuxALUBNB2fBe0tmNemg9KqLtdj3T64mioFDar79B2cU8LIyz+3KL6LdiHs9NkeNfwxpKSaIVOY8f112g==} engines: {node: '>=20.19.0'} hasBin: true @@ -4997,8 +5022,8 @@ packages: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} - supports-hyperlinks@4.4.0: - resolution: {integrity: sha512-UKbpT93hN5Nr9go5UY7bopIB9YQlMz9nm/ct4IXt/irb5YRkn9WaqrOBJGZ5Pwvsd5FQzSVeYlGdXoCAPQZrPg==} + supports-hyperlinks@4.5.0: + resolution: {integrity: sha512-ZW2OvfeCXrNTbLakPUzjQG922EeGCOteFSVoek5DKStTh898wf7zgtuFlzQN8HfZCxC3Eh02yJVrRW51hADf+w==} engines: {node: '>=20'} supports-preserve-symlinks-flag@1.0.0: @@ -5035,13 +5060,6 @@ packages: resolution: {integrity: sha512-bX655WZI/F7EoTDw9JvQURqAXiPHi8o8+yFxPF2lWYyz1aHnmMRuXWqL6YB6GmeO0o4DIYWHLgGNi/X64T+X4Q==} engines: {node: '>=14.18'} - text-extensions@2.4.0: - resolution: {integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==} - engines: {node: '>=8'} - - through@2.3.8: - resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} - time-span@5.1.0: resolution: {integrity: sha512-75voc/9G4rDIJleOo4jPvN4/YC4GRZrY8yy1uU4lwrB3XEQbWve8zXoO5No4eFrGcTAMYyoY67p8jRQdtA1HbA==} engines: {node: '>=12'} @@ -5076,8 +5094,8 @@ packages: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} - tough-cookie@6.0.0: - resolution: {integrity: sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==} + tough-cookie@6.0.2: + resolution: {integrity: sha512-exgYmnmL/sJpR3upZfXG5PoatXQii55xAiXGXzY+sROLZ/Y+SLcp9PgJNI9Vz37HpQ74WvDcLT8eqm+kV3FzrA==} engines: {node: '>=16'} tr46@6.0.0: @@ -5104,8 +5122,8 @@ packages: tslib@2.8.0: resolution: {integrity: sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==} - turbo@2.9.9: - resolution: {integrity: sha512-3xfzXE/yTjhh0S5dIWlE+3E+J9A09REpLI1ZqVh2+HrNZoVzZn0pkvjiRgVK/Ev3PF9XnaTwCntTx+CADWXcyA==} + turbo@2.10.5: + resolution: {integrity: sha512-07Y/C7OUp23l4P92PJoYtFNbHjLhftrZH5Ce7dbczS4kX2Re+wtbXvZLoxn/pUtzgsQaRCBaRuZPJp4zmAn0WQ==} hasBin: true type-check@0.4.0: @@ -5155,11 +5173,16 @@ packages: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' - typescript@5.9.3: - resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} + typescript@6.0.3: + resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==} engines: {node: '>=14.17'} hasBin: true + typescript@7.0.2: + resolution: {integrity: sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==} + engines: {node: '>=16.20.0'} + hasBin: true + ufo@1.6.3: resolution: {integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==} @@ -5178,9 +5201,12 @@ packages: undici-types@7.24.6: resolution: {integrity: sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==} - unicorn-magic@0.1.0: - resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} - engines: {node: '>=18'} + undici-types@8.3.0: + resolution: {integrity: sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==} + + undici@7.28.0: + resolution: {integrity: sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==} + engines: {node: '>=20.18.1'} unicorn-magic@0.3.0: resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} @@ -5193,13 +5219,42 @@ packages: universal-user-agent@7.0.3: resolution: {integrity: sha512-TmnEAEAsBJVZM/AADELsK76llnwcf9vMKuPz8JflO1frO8Lchitr0fNaN9d+Ap0BjKtqWqd/J17qeDnXh8CL2A==} - unplugin-utils@0.3.1: - resolution: {integrity: sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==} + unplugin-utils@0.3.2: + resolution: {integrity: sha512-xVToRh2CTmLk2HnEG7ac4rl1MJTT3RFkpS8B++/SnB0kXvuaavD+n3m/vrzyWQOdJNSZQACnbz01pnppbwV5BA==} engines: {node: '>=20.19.0'} - unplugin@3.0.0: - resolution: {integrity: sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==} + unplugin@3.3.0: + resolution: {integrity: sha512-qa66K+crbfyE6JK10GjvbJeRrOsuC/JpbnHctfyp/i4oBTxWOzJfRZyDiOk1PtErMFRu8JhsU/wPvOdBNWe5Rg==} engines: {node: ^20.19.0 || >=22.12.0} + peerDependencies: + '@farmfe/core': '*' + '@rspack/core': '*' + bun-types-no-globals: '*' + esbuild: '*' + rolldown: '*' + rollup: '*' + unloader: '*' + vite: '*' + webpack: '*' + peerDependenciesMeta: + '@farmfe/core': + optional: true + '@rspack/core': + optional: true + bun-types-no-globals: + optional: true + esbuild: + optional: true + rolldown: + optional: true + rollup: + optional: true + unloader: + optional: true + vite: + optional: true + webpack: + optional: true unrs-resolver@1.11.1: resolution: {integrity: sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==} @@ -5228,8 +5283,8 @@ packages: peerDependencies: vue: ^3.4.26 - vite@8.1.4: - resolution: {integrity: sha512-bTT9PsdWO+MQMNG9ZXIP/qM9wGh37DFxTV/sPq9cFpHr3w4jkgef032PkAL9jAqhk3Nz8NQw3O8n6/xFkqO4QQ==} + vite@8.1.5: + resolution: {integrity: sha512-7ULLwsCdYx/nRyrpiEwvqb5TFHrMVZyBt+rg/OAXT7rgj/z+DtTDyKFeLAdDkubDVDKD8jOsndmy7m55XcfUsw==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -5344,17 +5399,18 @@ packages: vue-i18n@9.1.10: resolution: {integrity: sha512-jpr7gV5KPk4n+sSPdpZT8Qx3XzTcNDWffRlHV/cT2NUyEf+sEgTTmLvnBAibjOFJ0zsUyZlVTAWH5DDnYep+1g==} engines: {node: '>= 10'} + deprecated: v9 and v10 no longer supported. please migrate to v11. about maintenance status, see https://vue-i18n.intlify.dev/guide/maintenance.html peerDependencies: vue: ^3.0.0 - vue-router@5.1.0: - resolution: {integrity: sha512-HAbiLzLEHQwxPgvsbOJDAwtavszEgLwri6XfyrsPECIFez8+59xc9LofWVdc/HEaSRT822lJ8H9Ns38VVond5g==} + vue-router@5.2.0: + resolution: {integrity: sha512-QAC5i0LEb1GLG0LXDQmHu8L7FX12j0KwU/JTKmLQUJMrn04gQdKP6Du+p0QwpHb3iy71vBlqnHQ8WAfOSAWhqw==} peerDependencies: '@pinia/colada': '>=0.21.2' - '@vue/compiler-sfc': ^3.5.34 - pinia: ^3.0.4 - vite: ^7.0.0 || ^8.0.0 - vue: ^3.5.34 + '@vue/compiler-sfc': ^3.5.34 || ^4.0.0 + pinia: ^3.0.4 || ^4.0.2 + vite: ^7.3.0 || ^8.0.0 + vue: ^3.5.34 || ^4.0.0 peerDependenciesMeta: '@pinia/colada': optional: true @@ -5365,12 +5421,6 @@ packages: vite: optional: true - vue-tsc@2.2.12: - resolution: {integrity: sha512-P7OP77b2h/Pmk+lZdJ0YWs+5tJ6J2+uOQPo7tlBnY44QqQSPYvS0qVT4wqDJgwrZaLe47etJLLQRFia71GYITw==} - hasBin: true - peerDependencies: - typescript: '>=5.0.0' - vue-tsc@3.3.7: resolution: {integrity: sha512-+C+rgD49wAQ5bUTl2sp5a8Bzg4YoldMNXM+g7CFe604MYcQ8PrZPMQhIjJSzKXtPBCa+C5ayMipqjbA7splekQ==} hasBin: true @@ -5391,8 +5441,8 @@ packages: vue: optional: true - vue@3.5.39: - resolution: {integrity: sha512-xmZCYabFGcirU8r0fTuvl/LICc1OU620rnqepaJDL/a141ZigkG7AyaxQLdqJ02ZRYzWe6YPaDHeQx7MfknQfA==} + vue@3.5.40: + resolution: {integrity: sha512-+8PJ4SJXdn/cHGImF4CKdxlWHIN5Dkt7DoufRREM6h6uVCx2m7QxgcEQmmzyOK8A9mcafg7sFbJFYsdFVubTig==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -5409,21 +5459,21 @@ packages: web-worker@1.5.0: resolution: {integrity: sha512-RiMReJrTAiA+mBjGONMnjVDP2u3p9R1vkcGz6gDIrOMT3oGuYwX2WRMYI9ipkphSuE5XKEhydbhNEJh4NY9mlw==} - webidl-conversions@8.0.0: - resolution: {integrity: sha512-n4W4YFyz5JzOfQeA8oN7dUYpR+MBP3PIUsn2jLjWXwK5ASUzt0Jc/A5sAUZoCYFJRGF0FBKJ+1JjN43rNdsQzA==} + webidl-conversions@8.0.1: + resolution: {integrity: sha512-BMhLD/Sw+GbJC21C/UgyaZX41nPt8bUTg+jWyDeg7e7YN4xOM05YPSIXceACnXVtqyEw/LMClUQMtMZ+PGGpqQ==} engines: {node: '>=20'} webpack-virtual-modules@0.6.2: resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==} - whatwg-mimetype@4.0.0: - resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} - engines: {node: '>=18'} - - whatwg-url@15.1.0: - resolution: {integrity: sha512-2ytDk0kiEj/yu90JOAp44PVPUkO9+jVhyf+SybKlRHSDlvOOZhdPIrr7xTH64l4WixO2cP+wQIcgujkGBPPz6g==} + whatwg-mimetype@5.0.0: + resolution: {integrity: sha512-sXcNcHOC51uPGF0P/D4NVtrkjSU2fNsm9iog4ZvZJsL3rjoDAzXZhkm2MWt1y+PUdggKAYVoMAIYcs78wJ51Cw==} engines: {node: '>=20'} + whatwg-url@16.0.1: + resolution: {integrity: sha512-1to4zXBxmXHV3IiSSEInrreIlu02vUOvrhxJJH5vcxYTBDAx51cqZiKdyTxlecdKNSjj8EcxGBxNf6Vg+945gw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + which-boxed-primitive@1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} @@ -5480,22 +5530,14 @@ packages: resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} engines: {node: '>=12'} + wrap-ansi@9.0.2: + resolution: {integrity: sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==} + engines: {node: '>=18'} + write-file-atomic@7.0.1: resolution: {integrity: sha512-OTIk8iR8/aCRWBqvxrzxR0hgxWpnYBblY1S5hDWBQfk/VFmJwzmJgQFN3WsoUKHISv2eAwe+PpbUzyL1CKTLXg==} engines: {node: ^20.17.0 || >=22.9.0} - ws@8.18.3: - resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==} - engines: {node: '>=10.0.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: '>=5.0.2' - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - wsl-utils@0.1.0: resolution: {integrity: sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==} engines: {node: '>=18'} @@ -5523,22 +5565,18 @@ packages: engines: {node: '>= 14.6'} hasBin: true - yargs-parser@21.1.1: - resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} - engines: {node: '>=12'} + yargs-parser@22.0.0: + resolution: {integrity: sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=23} - yargs@17.6.2: - resolution: {integrity: sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==} - engines: {node: '>=12'} + yargs@18.0.0: + resolution: {integrity: sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=23} yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - yocto-queue@1.0.0: - resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} - engines: {node: '>=12.20'} - yoctocolors-cjs@2.1.3: resolution: {integrity: sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==} engines: {node: '>=18'} @@ -5558,23 +5596,23 @@ packages: snapshots: - '@acemir/cssom@0.9.31': {} - - '@asamuzakjp/css-color@4.1.2': + '@asamuzakjp/css-color@5.1.11': dependencies: - '@csstools/css-calc': 3.2.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) + '@asamuzakjp/generational-cache': 1.0.1 + '@csstools/css-calc': 3.2.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-color-parser': 4.1.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - lru-cache: 11.3.6 - '@asamuzakjp/dom-selector@6.8.1': + '@asamuzakjp/dom-selector@7.1.1': dependencies: + '@asamuzakjp/generational-cache': 1.0.1 '@asamuzakjp/nwsapi': 2.3.9 bidi-js: 1.0.3 - css-tree: 3.1.0 + css-tree: 3.2.1 is-potential-custom-element-name: 1.0.1 - lru-cache: 11.3.6 + + '@asamuzakjp/generational-cache@1.0.1': {} '@asamuzakjp/nwsapi@2.3.9': {} @@ -5820,143 +5858,150 @@ snapshots: '@babel/helper-string-parser': 8.0.0 '@babel/helper-validator-identifier': 8.0.4 - '@cacheable/memory@2.0.8': + '@bramus/specificity@2.4.2': dependencies: - '@cacheable/utils': 2.4.1 + css-tree: 3.2.1 + + '@cacheable/memory@2.2.0': + dependencies: + '@cacheable/utils': 2.5.0 '@keyv/bigmap': 1.3.1(keyv@5.6.0) hookified: 1.15.1 keyv: 5.6.0 - '@cacheable/utils@2.4.1': + '@cacheable/utils@2.5.0': dependencies: hashery: 1.5.1 keyv: 5.6.0 - '@commitlint/cli@19.8.1(@types/node@25.9.5)(typescript@5.9.3)': + '@commitlint/cli@21.2.1(@types/node@26.1.1)(conventional-commits-parser@6.4.0)(typescript@7.0.2)': dependencies: - '@commitlint/format': 19.8.1 - '@commitlint/lint': 19.8.1 - '@commitlint/load': 19.8.1(@types/node@25.9.5)(typescript@5.9.3) - '@commitlint/read': 19.8.1 - '@commitlint/types': 19.8.1 + '@commitlint/config-conventional': 21.2.0 + '@commitlint/format': 21.2.0 + '@commitlint/lint': 21.2.0 + '@commitlint/load': 21.2.0(@types/node@26.1.1)(typescript@7.0.2) + '@commitlint/read': 21.2.1(conventional-commits-parser@6.4.0) + '@commitlint/types': 21.2.0 tinyexec: 1.0.2 - yargs: 17.6.2 + yargs: 18.0.0 transitivePeerDependencies: - '@types/node' + - conventional-commits-filter + - conventional-commits-parser - typescript - '@commitlint/config-conventional@19.8.1': + '@commitlint/config-conventional@21.2.0': dependencies: - '@commitlint/types': 19.8.1 - conventional-changelog-conventionalcommits: 7.0.2 + '@commitlint/types': 21.2.0 + conventional-changelog-conventionalcommits: 10.2.1 - '@commitlint/config-validator@19.8.1': + '@commitlint/config-validator@21.2.0': dependencies: - '@commitlint/types': 19.8.1 + '@commitlint/types': 21.2.0 ajv: 8.11.0 - '@commitlint/ensure@19.8.1': + '@commitlint/ensure@21.2.0': dependencies: - '@commitlint/types': 19.8.1 - lodash.camelcase: 4.3.0 - lodash.kebabcase: 4.1.1 - lodash.snakecase: 4.1.1 - lodash.startcase: 4.4.0 - lodash.upperfirst: 4.3.1 + '@commitlint/types': 21.2.0 + es-toolkit: 1.49.0 - '@commitlint/execute-rule@19.8.1': {} + '@commitlint/execute-rule@21.0.1': {} - '@commitlint/format@19.8.1': + '@commitlint/format@21.2.0': dependencies: - '@commitlint/types': 19.8.1 - chalk: 5.4.1 + '@commitlint/types': 21.2.0 + picocolors: 1.1.1 - '@commitlint/is-ignored@19.8.1': + '@commitlint/is-ignored@21.2.0': dependencies: - '@commitlint/types': 19.8.1 - semver: 7.7.3 + '@commitlint/types': 21.2.0 + semver: 7.8.5 - '@commitlint/lint@19.8.1': + '@commitlint/lint@21.2.0': dependencies: - '@commitlint/is-ignored': 19.8.1 - '@commitlint/parse': 19.8.1 - '@commitlint/rules': 19.8.1 - '@commitlint/types': 19.8.1 + '@commitlint/is-ignored': 21.2.0 + '@commitlint/parse': 21.2.0 + '@commitlint/rules': 21.2.0 + '@commitlint/types': 21.2.0 - '@commitlint/load@19.8.1(@types/node@25.9.5)(typescript@5.9.3)': + '@commitlint/load@21.2.0(@types/node@26.1.1)(typescript@7.0.2)': dependencies: - '@commitlint/config-validator': 19.8.1 - '@commitlint/execute-rule': 19.8.1 - '@commitlint/resolve-extends': 19.8.1 - '@commitlint/types': 19.8.1 - chalk: 5.4.1 - cosmiconfig: 9.0.0(typescript@5.9.3) - cosmiconfig-typescript-loader: 6.1.0(@types/node@25.9.5)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3) - lodash.isplainobject: 4.0.6 - lodash.merge: 4.6.2 - lodash.uniq: 4.5.0 + '@commitlint/config-validator': 21.2.0 + '@commitlint/execute-rule': 21.0.1 + '@commitlint/resolve-extends': 21.2.0 + '@commitlint/types': 21.2.0 + cosmiconfig: 9.0.2(typescript@7.0.2) + cosmiconfig-typescript-loader: 6.1.0(@types/node@26.1.1)(cosmiconfig@9.0.2(typescript@7.0.2))(typescript@7.0.2) + es-toolkit: 1.49.0 + is-plain-obj: 4.1.0 + picocolors: 1.1.1 transitivePeerDependencies: - '@types/node' - typescript - '@commitlint/message@19.8.1': {} + '@commitlint/message@21.2.0': {} - '@commitlint/parse@19.8.1': + '@commitlint/parse@21.2.0': dependencies: - '@commitlint/types': 19.8.1 - conventional-changelog-angular: 7.0.0 - conventional-commits-parser: 5.0.0 + '@commitlint/types': 21.2.0 + conventional-changelog-angular: 9.2.1 + conventional-commits-parser: 7.1.0 - '@commitlint/read@19.8.1': + '@commitlint/read@21.2.1(conventional-commits-parser@6.4.0)': dependencies: - '@commitlint/top-level': 19.8.1 - '@commitlint/types': 19.8.1 - git-raw-commits: 4.0.0 - minimist: 1.2.8 + '@commitlint/top-level': 21.2.0 + '@commitlint/types': 21.2.0 + '@conventional-changelog/git-client': 3.1.0(conventional-commits-parser@6.4.0) tinyexec: 1.0.2 + transitivePeerDependencies: + - conventional-commits-filter + - conventional-commits-parser - '@commitlint/resolve-extends@19.8.1': + '@commitlint/resolve-extends@21.2.0': dependencies: - '@commitlint/config-validator': 19.8.1 - '@commitlint/types': 19.8.1 - global-directory: 4.0.1 - import-meta-resolve: 4.1.0 - lodash.mergewith: 4.6.2 + '@commitlint/config-validator': 21.2.0 + '@commitlint/types': 21.2.0 + es-toolkit: 1.49.0 + global-directory: 5.0.0 resolve-from: 5.0.0 - '@commitlint/rules@19.8.1': + '@commitlint/rules@21.2.0': dependencies: - '@commitlint/ensure': 19.8.1 - '@commitlint/message': 19.8.1 - '@commitlint/to-lines': 19.8.1 - '@commitlint/types': 19.8.1 + '@commitlint/ensure': 21.2.0 + '@commitlint/message': 21.2.0 + '@commitlint/to-lines': 21.0.1 + '@commitlint/types': 21.2.0 - '@commitlint/to-lines@19.8.1': {} + '@commitlint/to-lines@21.0.1': {} - '@commitlint/top-level@19.8.1': + '@commitlint/top-level@21.2.0': dependencies: - find-up: 7.0.0 + escalade: 3.2.0 - '@commitlint/types@19.8.1': + '@commitlint/types@21.2.0': dependencies: - '@types/conventional-commits-parser': 5.0.1 - chalk: 5.4.1 + conventional-commits-parser: 7.1.0 + picocolors: 1.1.1 - '@conventional-changelog/git-client@2.7.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.4.0)': + '@conventional-changelog/git-client@2.7.0(conventional-commits-parser@6.4.0)': dependencies: '@simple-libs/child-process-utils': 1.0.2 '@simple-libs/stream-utils': 1.2.0 - semver: 7.7.3 + semver: 7.8.5 optionalDependencies: - conventional-commits-filter: 5.0.0 conventional-commits-parser: 6.4.0 - '@csstools/color-helpers@6.0.2': {} - - '@csstools/css-calc@3.2.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)': + '@conventional-changelog/git-client@3.1.0(conventional-commits-parser@6.4.0)': dependencies: - '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) - '@csstools/css-tokenizer': 4.0.0 + '@simple-libs/child-process-utils': 2.0.0 + '@simple-libs/stream-utils': 2.0.0 + semver: 7.8.5 + optionalDependencies: + conventional-commits-parser: 6.4.0 + + '@conventional-changelog/template@1.2.1': {} + + '@csstools/color-helpers@6.0.2': {} '@csstools/css-calc@3.2.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)': dependencies: @@ -5966,7 +6011,7 @@ snapshots: '@csstools/css-color-parser@4.1.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)': dependencies: '@csstools/color-helpers': 6.0.2 - '@csstools/css-calc': 3.2.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) + '@csstools/css-calc': 3.2.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 @@ -5974,10 +6019,6 @@ snapshots: dependencies: '@csstools/css-tokenizer': 4.0.0 - '@csstools/css-syntax-patches-for-csstree@1.1.3(css-tree@3.1.0)': - optionalDependencies: - css-tree: 3.1.0 - '@csstools/css-syntax-patches-for-csstree@1.1.6(css-tree@3.2.1)': optionalDependencies: css-tree: 3.2.1 @@ -5997,7 +6038,7 @@ snapshots: dependencies: postcss-selector-parser: 7.1.4 - '@date-fns/tz@1.4.1': {} + '@date-fns/tz@1.5.0': {} '@dzangolab/flag-icon-css@3.4.5': {} @@ -6007,27 +6048,11 @@ snapshots: tslib: 2.8.0 optional: true - '@emnapi/core@1.8.1': - dependencies: - '@emnapi/wasi-threads': 1.1.0 - tslib: 2.8.0 - optional: true - '@emnapi/runtime@1.11.1': dependencies: tslib: 2.8.0 optional: true - '@emnapi/runtime@1.8.1': - dependencies: - tslib: 2.8.0 - optional: true - - '@emnapi/wasi-threads@1.1.0': - dependencies: - tslib: 2.8.0 - optional: true - '@emnapi/wasi-threads@1.2.2': dependencies: tslib: 2.8.0 @@ -6118,90 +6143,90 @@ snapshots: '@eslint-community/regexpp@4.12.2': {} - '@eslint-react/ast@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3)': + '@eslint-react/ast@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3)': dependencies: '@typescript-eslint/types': 8.63.0 - '@typescript-eslint/typescript-estree': 8.63.0(typescript@5.9.3) - '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/typescript-estree': 8.63.0(typescript@6.0.3) + '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) eslint: 10.7.0(jiti@2.4.2) string-ts: 2.3.1 - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@eslint-react/core@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3)': + '@eslint-react/core@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3)': dependencies: - '@eslint-react/ast': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/jsx': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/shared': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/var': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@eslint-react/ast': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/jsx': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/shared': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/var': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) '@typescript-eslint/scope-manager': 8.63.0 '@typescript-eslint/types': 8.63.0 - '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) eslint: 10.7.0(jiti@2.4.2) ts-pattern: 5.9.0 - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@eslint-react/eslint-plugin@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3)': + '@eslint-react/eslint-plugin@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3)': dependencies: - '@eslint-react/shared': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@eslint-react/shared': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) eslint: 10.7.0(jiti@2.4.2) - eslint-plugin-react-dom: 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - eslint-plugin-react-jsx: 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - eslint-plugin-react-naming-convention: 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - eslint-plugin-react-rsc: 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - eslint-plugin-react-web-api: 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - eslint-plugin-react-x: 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - typescript: 5.9.3 + eslint-plugin-react-dom: 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + eslint-plugin-react-jsx: 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + eslint-plugin-react-naming-convention: 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + eslint-plugin-react-rsc: 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + eslint-plugin-react-web-api: 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + eslint-plugin-react-x: 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@eslint-react/eslint@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3)': + '@eslint-react/eslint@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3)': dependencies: - '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) eslint: 10.7.0(jiti@2.4.2) - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@eslint-react/jsx@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3)': + '@eslint-react/jsx@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3)': dependencies: - '@eslint-react/ast': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/shared': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/var': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@eslint-react/ast': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/shared': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/var': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) '@typescript-eslint/types': 8.63.0 - '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) eslint: 10.7.0(jiti@2.4.2) ts-pattern: 5.9.0 - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@eslint-react/shared@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3)': + '@eslint-react/shared@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3)': dependencies: - '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) eslint: 10.7.0(jiti@2.4.2) ts-pattern: 5.9.0 - typescript: 5.9.3 + typescript: 6.0.3 zod: 3.25.76 transitivePeerDependencies: - supports-color - '@eslint-react/var@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3)': + '@eslint-react/var@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3)': dependencies: - '@eslint-react/ast': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@eslint-react/ast': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) '@typescript-eslint/scope-manager': 8.63.0 '@typescript-eslint/types': 8.63.0 - '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) eslint: 10.7.0(jiti@2.4.2) ts-pattern: 5.9.0 - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color @@ -6245,16 +6270,16 @@ snapshots: '@floating-ui/utils@0.2.11': {} - '@floating-ui/vue@1.1.11(vue@3.5.39(typescript@5.9.3))': + '@floating-ui/vue@1.1.11(vue@3.5.40(typescript@6.0.3))': dependencies: '@floating-ui/dom': 1.7.6 '@floating-ui/utils': 0.2.11 - vue-demi: 0.14.10(vue@3.5.39(typescript@5.9.3)) + vue-demi: 0.14.10(vue@3.5.40(typescript@6.0.3)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@fortawesome/fontawesome-free@6.7.2': {} + '@fortawesome/fontawesome-free@7.3.1': {} '@humanfs/core@0.19.1': {} @@ -6273,135 +6298,135 @@ snapshots: '@iconify/types@2.0.0': {} - '@iconify/vue@4.3.0(vue@3.5.39(typescript@5.9.3))': + '@iconify/vue@5.0.1(vue@3.5.40(typescript@6.0.3))': dependencies: '@iconify/types': 2.0.0 - vue: 3.5.39(typescript@5.9.3) + vue: 3.5.40(typescript@6.0.3) '@inquirer/ansi@1.0.2': {} - '@inquirer/checkbox@4.3.2(@types/node@25.9.5)': + '@inquirer/checkbox@4.3.2(@types/node@26.1.1)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@25.9.5) + '@inquirer/core': 10.3.2(@types/node@26.1.1) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@25.9.5) + '@inquirer/type': 3.0.10(@types/node@26.1.1) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 25.9.5 + '@types/node': 26.1.1 - '@inquirer/confirm@5.1.21(@types/node@25.9.5)': + '@inquirer/confirm@5.1.21(@types/node@26.1.1)': dependencies: - '@inquirer/core': 10.3.2(@types/node@25.9.5) - '@inquirer/type': 3.0.10(@types/node@25.9.5) + '@inquirer/core': 10.3.2(@types/node@26.1.1) + '@inquirer/type': 3.0.10(@types/node@26.1.1) optionalDependencies: - '@types/node': 25.9.5 + '@types/node': 26.1.1 - '@inquirer/core@10.3.2(@types/node@25.9.5)': + '@inquirer/core@10.3.2(@types/node@26.1.1)': dependencies: '@inquirer/ansi': 1.0.2 '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@25.9.5) + '@inquirer/type': 3.0.10(@types/node@26.1.1) cli-width: 4.1.0 mute-stream: 2.0.0 signal-exit: 4.1.0 wrap-ansi: 6.2.0 yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 25.9.5 + '@types/node': 26.1.1 - '@inquirer/editor@4.2.23(@types/node@25.9.5)': + '@inquirer/editor@4.2.23(@types/node@26.1.1)': dependencies: - '@inquirer/core': 10.3.2(@types/node@25.9.5) - '@inquirer/external-editor': 1.0.3(@types/node@25.9.5) - '@inquirer/type': 3.0.10(@types/node@25.9.5) + '@inquirer/core': 10.3.2(@types/node@26.1.1) + '@inquirer/external-editor': 1.0.3(@types/node@26.1.1) + '@inquirer/type': 3.0.10(@types/node@26.1.1) optionalDependencies: - '@types/node': 25.9.5 + '@types/node': 26.1.1 - '@inquirer/expand@4.0.23(@types/node@25.9.5)': + '@inquirer/expand@4.0.23(@types/node@26.1.1)': dependencies: - '@inquirer/core': 10.3.2(@types/node@25.9.5) - '@inquirer/type': 3.0.10(@types/node@25.9.5) + '@inquirer/core': 10.3.2(@types/node@26.1.1) + '@inquirer/type': 3.0.10(@types/node@26.1.1) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 25.9.5 + '@types/node': 26.1.1 - '@inquirer/external-editor@1.0.3(@types/node@25.9.5)': + '@inquirer/external-editor@1.0.3(@types/node@26.1.1)': dependencies: chardet: 2.1.1 iconv-lite: 0.7.2 optionalDependencies: - '@types/node': 25.9.5 + '@types/node': 26.1.1 '@inquirer/figures@1.0.15': {} - '@inquirer/input@4.3.1(@types/node@25.9.5)': + '@inquirer/input@4.3.1(@types/node@26.1.1)': dependencies: - '@inquirer/core': 10.3.2(@types/node@25.9.5) - '@inquirer/type': 3.0.10(@types/node@25.9.5) + '@inquirer/core': 10.3.2(@types/node@26.1.1) + '@inquirer/type': 3.0.10(@types/node@26.1.1) optionalDependencies: - '@types/node': 25.9.5 + '@types/node': 26.1.1 - '@inquirer/number@3.0.23(@types/node@25.9.5)': + '@inquirer/number@3.0.23(@types/node@26.1.1)': dependencies: - '@inquirer/core': 10.3.2(@types/node@25.9.5) - '@inquirer/type': 3.0.10(@types/node@25.9.5) + '@inquirer/core': 10.3.2(@types/node@26.1.1) + '@inquirer/type': 3.0.10(@types/node@26.1.1) optionalDependencies: - '@types/node': 25.9.5 + '@types/node': 26.1.1 - '@inquirer/password@4.0.23(@types/node@25.9.5)': + '@inquirer/password@4.0.23(@types/node@26.1.1)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@25.9.5) - '@inquirer/type': 3.0.10(@types/node@25.9.5) + '@inquirer/core': 10.3.2(@types/node@26.1.1) + '@inquirer/type': 3.0.10(@types/node@26.1.1) optionalDependencies: - '@types/node': 25.9.5 - - '@inquirer/prompts@7.10.1(@types/node@25.9.5)': - dependencies: - '@inquirer/checkbox': 4.3.2(@types/node@25.9.5) - '@inquirer/confirm': 5.1.21(@types/node@25.9.5) - '@inquirer/editor': 4.2.23(@types/node@25.9.5) - '@inquirer/expand': 4.0.23(@types/node@25.9.5) - '@inquirer/input': 4.3.1(@types/node@25.9.5) - '@inquirer/number': 3.0.23(@types/node@25.9.5) - '@inquirer/password': 4.0.23(@types/node@25.9.5) - '@inquirer/rawlist': 4.1.11(@types/node@25.9.5) - '@inquirer/search': 3.2.2(@types/node@25.9.5) - '@inquirer/select': 4.4.2(@types/node@25.9.5) + '@types/node': 26.1.1 + + '@inquirer/prompts@7.10.1(@types/node@26.1.1)': + dependencies: + '@inquirer/checkbox': 4.3.2(@types/node@26.1.1) + '@inquirer/confirm': 5.1.21(@types/node@26.1.1) + '@inquirer/editor': 4.2.23(@types/node@26.1.1) + '@inquirer/expand': 4.0.23(@types/node@26.1.1) + '@inquirer/input': 4.3.1(@types/node@26.1.1) + '@inquirer/number': 3.0.23(@types/node@26.1.1) + '@inquirer/password': 4.0.23(@types/node@26.1.1) + '@inquirer/rawlist': 4.1.11(@types/node@26.1.1) + '@inquirer/search': 3.2.2(@types/node@26.1.1) + '@inquirer/select': 4.4.2(@types/node@26.1.1) optionalDependencies: - '@types/node': 25.9.5 + '@types/node': 26.1.1 - '@inquirer/rawlist@4.1.11(@types/node@25.9.5)': + '@inquirer/rawlist@4.1.11(@types/node@26.1.1)': dependencies: - '@inquirer/core': 10.3.2(@types/node@25.9.5) - '@inquirer/type': 3.0.10(@types/node@25.9.5) + '@inquirer/core': 10.3.2(@types/node@26.1.1) + '@inquirer/type': 3.0.10(@types/node@26.1.1) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 25.9.5 + '@types/node': 26.1.1 - '@inquirer/search@3.2.2(@types/node@25.9.5)': + '@inquirer/search@3.2.2(@types/node@26.1.1)': dependencies: - '@inquirer/core': 10.3.2(@types/node@25.9.5) + '@inquirer/core': 10.3.2(@types/node@26.1.1) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@25.9.5) + '@inquirer/type': 3.0.10(@types/node@26.1.1) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 25.9.5 + '@types/node': 26.1.1 - '@inquirer/select@4.4.2(@types/node@25.9.5)': + '@inquirer/select@4.4.2(@types/node@26.1.1)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@25.9.5) + '@inquirer/core': 10.3.2(@types/node@26.1.1) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@25.9.5) + '@inquirer/type': 3.0.10(@types/node@26.1.1) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 25.9.5 + '@types/node': 26.1.1 - '@inquirer/type@3.0.10(@types/node@25.9.5)': + '@inquirer/type@3.0.10(@types/node@26.1.1)': optionalDependencies: - '@types/node': 25.9.5 + '@types/node': 26.1.1 '@intlify/core-base@9.1.10': dependencies: @@ -6478,8 +6503,8 @@ snapshots: '@napi-rs/wasm-runtime@0.2.12': dependencies: - '@emnapi/core': 1.8.1 - '@emnapi/runtime': 1.8.1 + '@emnapi/core': 1.11.1 + '@emnapi/runtime': 1.11.1 '@tybys/wasm-util': 0.10.1 optional: true @@ -6579,27 +6604,27 @@ snapshots: '@pkgr/core@0.3.6': {} - '@prefabs.tech/eslint-config@0.8.7(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5)(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3)': + '@prefabs.tech/eslint-config@0.8.7(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5)(ts-declaration-location@1.0.7(typescript@6.0.3))(typescript@6.0.3)': dependencies: - '@eslint-react/eslint-plugin': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@eslint-react/eslint-plugin': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) '@eslint/js': 10.0.1(eslint@10.7.0(jiti@2.4.2)) eslint: 10.7.0(jiti@2.4.2) eslint-config-prettier: 10.1.8(eslint@10.7.0(jiti@2.4.2)) eslint-import-resolver-alias: 1.1.2(eslint-plugin-import@2.32.0) eslint-import-resolver-typescript: 4.4.5(eslint-plugin-import@2.32.0)(eslint@10.7.0(jiti@2.4.2)) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint-import-resolver-typescript@4.4.5)(eslint@10.7.0(jiti@2.4.2)) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint-import-resolver-typescript@4.4.5)(eslint@10.7.0(jiti@2.4.2)) eslint-plugin-jsx-a11y: 6.10.2(eslint@10.7.0(jiti@2.4.2)) - eslint-plugin-n: 18.2.1(eslint@10.7.0(jiti@2.4.2))(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3) - eslint-plugin-perfectionist: 5.10.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + eslint-plugin-n: 18.2.1(eslint@10.7.0(jiti@2.4.2))(ts-declaration-location@1.0.7(typescript@6.0.3))(typescript@6.0.3) + eslint-plugin-perfectionist: 5.10.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) eslint-plugin-prettier: 5.5.6(eslint-config-prettier@10.1.8(eslint@10.7.0(jiti@2.4.2)))(eslint@10.7.0(jiti@2.4.2))(prettier@3.9.5) eslint-plugin-promise: 7.3.0(eslint@10.7.0(jiti@2.4.2)) eslint-plugin-react-hooks: 7.1.1(eslint@10.7.0(jiti@2.4.2)) eslint-plugin-unicorn: 71.1.0(eslint@10.7.0(jiti@2.4.2)) - eslint-plugin-vue: 10.9.2(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint@10.7.0(jiti@2.4.2))(vue-eslint-parser@10.4.1(eslint@10.7.0(jiti@2.4.2))) + eslint-plugin-vue: 10.9.2(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint@10.7.0(jiti@2.4.2))(vue-eslint-parser@10.4.1(eslint@10.7.0(jiti@2.4.2))) globals: 17.7.0 prettier: 3.9.5 - typescript: 5.9.3 - typescript-eslint: 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + typescript: 6.0.3 + typescript-eslint: 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) vue-eslint-parser: 10.4.1(eslint@10.7.0(jiti@2.4.2)) transitivePeerDependencies: - '@stylistic/eslint-plugin' @@ -6610,12 +6635,12 @@ snapshots: - supports-color - ts-declaration-location - '@prefabs.tech/stylelint-config@0.8.7(stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)))(stylelint-order@8.1.1(stylelint@17.14.0(typescript@5.9.3)))(stylelint@17.14.0(typescript@5.9.3))': + '@prefabs.tech/stylelint-config@0.8.7(stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)))(stylelint-order@8.1.1(stylelint@17.14.1(typescript@6.0.3)))(stylelint@17.14.1(typescript@6.0.3))': dependencies: - stylelint: 17.14.0(typescript@5.9.3) + stylelint: 17.14.1(typescript@6.0.3) optionalDependencies: - stylelint-config-recommended-vue: 1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)) - stylelint-order: 8.1.1(stylelint@17.14.0(typescript@5.9.3)) + stylelint-config-recommended-vue: 1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)) + stylelint-order: 8.1.1(stylelint@17.14.1(typescript@6.0.3)) '@prefabs.tech/tsconfig@0.8.7': {} @@ -6674,55 +6699,61 @@ snapshots: '@sec-ant/readable-stream@0.4.1': {} - '@sentry/browser-utils@10.65.0': + '@sentry/browser-utils@10.66.0': dependencies: - '@sentry/conventions': 0.15.1 - '@sentry/core': 10.65.0 + '@sentry/conventions': 0.16.0 + '@sentry/core': 10.66.0 - '@sentry/browser@10.65.0': + '@sentry/browser@10.66.0': dependencies: - '@sentry/browser-utils': 10.65.0 - '@sentry/conventions': 0.15.1 - '@sentry/core': 10.65.0 - '@sentry/feedback': 10.65.0 - '@sentry/replay': 10.65.0 - '@sentry/replay-canvas': 10.65.0 + '@sentry/browser-utils': 10.66.0 + '@sentry/conventions': 0.16.0 + '@sentry/core': 10.66.0 + '@sentry/feedback': 10.66.0 + '@sentry/replay': 10.66.0 + '@sentry/replay-canvas': 10.66.0 - '@sentry/conventions@0.15.1': {} + '@sentry/conventions@0.16.0': {} - '@sentry/core@10.65.0': + '@sentry/core@10.66.0': dependencies: - '@sentry/conventions': 0.15.1 + '@sentry/conventions': 0.16.0 - '@sentry/feedback@10.65.0': + '@sentry/feedback@10.66.0': dependencies: - '@sentry/core': 10.65.0 + '@sentry/core': 10.66.0 - '@sentry/replay-canvas@10.65.0': + '@sentry/replay-canvas@10.66.0': dependencies: - '@sentry/core': 10.65.0 - '@sentry/replay': 10.65.0 + '@sentry/core': 10.66.0 + '@sentry/replay': 10.66.0 - '@sentry/replay@10.65.0': + '@sentry/replay@10.66.0': dependencies: - '@sentry/browser-utils': 10.65.0 - '@sentry/core': 10.65.0 + '@sentry/browser-utils': 10.66.0 + '@sentry/core': 10.66.0 - '@sentry/vue@10.65.0(pinia@3.0.4(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)))(vue@3.5.39(typescript@5.9.3))': + '@sentry/vue@10.66.0(pinia@3.0.4(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)))(vue@3.5.40(typescript@6.0.3))': dependencies: - '@sentry/browser': 10.65.0 - '@sentry/conventions': 0.15.1 - '@sentry/core': 10.65.0 - vue: 3.5.39(typescript@5.9.3) + '@sentry/browser': 10.66.0 + '@sentry/conventions': 0.16.0 + '@sentry/core': 10.66.0 + vue: 3.5.40(typescript@6.0.3) optionalDependencies: - pinia: 3.0.4(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)) + pinia: 3.0.4(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)) '@simple-libs/child-process-utils@1.0.2': dependencies: '@simple-libs/stream-utils': 1.2.0 + '@simple-libs/child-process-utils@2.0.0': + dependencies: + '@simple-libs/stream-utils': 2.0.0 + '@simple-libs/stream-utils@1.2.0': {} + '@simple-libs/stream-utils@2.0.0': {} + '@sindresorhus/merge-streams@2.3.0': {} '@sindresorhus/merge-streams@4.0.0': {} @@ -6732,7 +6763,7 @@ snapshots: '@slack/webhook@7.0.9': dependencies: '@slack/types': 2.21.1 - '@types/node': 25.9.5 + '@types/node': 26.1.1 axios: 1.18.1 transitivePeerDependencies: - debug @@ -6742,27 +6773,27 @@ snapshots: '@tanstack/table-core@8.21.3': {} - '@tanstack/vue-table@8.21.3(vue@3.5.39(typescript@5.9.3))': + '@tanstack/vue-table@8.21.3(vue@3.5.40(typescript@6.0.3))': dependencies: '@tanstack/table-core': 8.21.3 - vue: 3.5.39(typescript@5.9.3) + vue: 3.5.40(typescript@6.0.3) - '@turbo/darwin-64@2.9.9': + '@turbo/darwin-64@2.10.5': optional: true - '@turbo/darwin-arm64@2.9.9': + '@turbo/darwin-arm64@2.10.5': optional: true - '@turbo/linux-64@2.9.9': + '@turbo/linux-64@2.10.5': optional: true - '@turbo/linux-arm64@2.9.9': + '@turbo/linux-arm64@2.10.5': optional: true - '@turbo/windows-64@2.9.9': + '@turbo/windows-64@2.10.5': optional: true - '@turbo/windows-arm64@2.9.9': + '@turbo/windows-arm64@2.10.5': optional: true '@tybys/wasm-util@0.10.1': @@ -6780,21 +6811,18 @@ snapshots: '@types/deep-eql': 4.0.2 assertion-error: 2.0.1 - '@types/conventional-commits-parser@5.0.1': - dependencies: - '@types/node': 25.9.5 - '@types/deep-eql@4.0.2': {} '@types/esrecurse@4.3.1': {} '@types/estree@1.0.8': {} - '@types/jsdom@21.1.7': + '@types/jsdom@28.0.3': dependencies: - '@types/node': 25.9.5 + '@types/node': 26.1.1 '@types/tough-cookie': 4.0.2 - parse5: 7.1.2 + parse5: 8.0.0 + undici-types: 7.24.6 '@types/jsesc@2.5.1': {} @@ -6802,9 +6830,9 @@ snapshots: '@types/json5@0.0.29': {} - '@types/node@25.9.5': + '@types/node@26.1.1': dependencies: - undici-types: 7.24.6 + undici-types: 8.3.0 '@types/tough-cookie@4.0.2': {} @@ -6812,40 +6840,40 @@ snapshots: '@types/web-bluetooth@0.0.21': {} - '@typescript-eslint/eslint-plugin@8.63.0(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3)': + '@typescript-eslint/eslint-plugin@8.63.0(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/parser': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) '@typescript-eslint/scope-manager': 8.63.0 - '@typescript-eslint/type-utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/type-utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) '@typescript-eslint/visitor-keys': 8.63.0 eslint: 10.7.0(jiti@2.4.2) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.5.0(typescript@5.9.3) - typescript: 5.9.3 + ts-api-utils: 2.5.0(typescript@6.0.3) + typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3)': + '@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3)': dependencies: '@typescript-eslint/scope-manager': 8.63.0 '@typescript-eslint/types': 8.63.0 - '@typescript-eslint/typescript-estree': 8.63.0(typescript@5.9.3) + '@typescript-eslint/typescript-estree': 8.63.0(typescript@6.0.3) '@typescript-eslint/visitor-keys': 8.63.0 debug: 4.4.3 eslint: 10.7.0(jiti@2.4.2) - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.63.0(typescript@5.9.3)': + '@typescript-eslint/project-service@8.63.0(typescript@6.0.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.63.0(typescript@5.9.3) + '@typescript-eslint/tsconfig-utils': 8.63.0(typescript@6.0.3) '@typescript-eslint/types': 8.63.0 debug: 4.4.3 - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color @@ -6854,47 +6882,47 @@ snapshots: '@typescript-eslint/types': 8.63.0 '@typescript-eslint/visitor-keys': 8.63.0 - '@typescript-eslint/tsconfig-utils@8.63.0(typescript@5.9.3)': + '@typescript-eslint/tsconfig-utils@8.63.0(typescript@6.0.3)': dependencies: - typescript: 5.9.3 + typescript: 6.0.3 - '@typescript-eslint/type-utils@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3)': + '@typescript-eslint/type-utils@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3)': dependencies: '@typescript-eslint/types': 8.63.0 - '@typescript-eslint/typescript-estree': 8.63.0(typescript@5.9.3) - '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/typescript-estree': 8.63.0(typescript@6.0.3) + '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) debug: 4.4.3 eslint: 10.7.0(jiti@2.4.2) - ts-api-utils: 2.5.0(typescript@5.9.3) - typescript: 5.9.3 + ts-api-utils: 2.5.0(typescript@6.0.3) + typescript: 6.0.3 transitivePeerDependencies: - supports-color '@typescript-eslint/types@8.63.0': {} - '@typescript-eslint/typescript-estree@8.63.0(typescript@5.9.3)': + '@typescript-eslint/typescript-estree@8.63.0(typescript@6.0.3)': dependencies: - '@typescript-eslint/project-service': 8.63.0(typescript@5.9.3) - '@typescript-eslint/tsconfig-utils': 8.63.0(typescript@5.9.3) + '@typescript-eslint/project-service': 8.63.0(typescript@6.0.3) + '@typescript-eslint/tsconfig-utils': 8.63.0(typescript@6.0.3) '@typescript-eslint/types': 8.63.0 '@typescript-eslint/visitor-keys': 8.63.0 debug: 4.4.3 minimatch: 10.2.5 semver: 7.8.5 tinyglobby: 0.2.15 - ts-api-utils: 2.5.0(typescript@5.9.3) - typescript: 5.9.3 + ts-api-utils: 2.5.0(typescript@6.0.3) + typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3)': + '@typescript-eslint/utils@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3)': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@10.7.0(jiti@2.4.2)) '@typescript-eslint/scope-manager': 8.63.0 '@typescript-eslint/types': 8.63.0 - '@typescript-eslint/typescript-estree': 8.63.0(typescript@5.9.3) + '@typescript-eslint/typescript-estree': 8.63.0(typescript@6.0.3) eslint: 10.7.0(jiti@2.4.2) - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color @@ -6903,6 +6931,66 @@ snapshots: '@typescript-eslint/types': 8.63.0 eslint-visitor-keys: 5.0.1 + '@typescript/typescript-aix-ppc64@7.0.2': + optional: true + + '@typescript/typescript-darwin-arm64@7.0.2': + optional: true + + '@typescript/typescript-darwin-x64@7.0.2': + optional: true + + '@typescript/typescript-freebsd-arm64@7.0.2': + optional: true + + '@typescript/typescript-freebsd-x64@7.0.2': + optional: true + + '@typescript/typescript-linux-arm64@7.0.2': + optional: true + + '@typescript/typescript-linux-arm@7.0.2': + optional: true + + '@typescript/typescript-linux-loong64@7.0.2': + optional: true + + '@typescript/typescript-linux-mips64el@7.0.2': + optional: true + + '@typescript/typescript-linux-ppc64@7.0.2': + optional: true + + '@typescript/typescript-linux-riscv64@7.0.2': + optional: true + + '@typescript/typescript-linux-s390x@7.0.2': + optional: true + + '@typescript/typescript-linux-x64@7.0.2': + optional: true + + '@typescript/typescript-netbsd-arm64@7.0.2': + optional: true + + '@typescript/typescript-netbsd-x64@7.0.2': + optional: true + + '@typescript/typescript-openbsd-arm64@7.0.2': + optional: true + + '@typescript/typescript-openbsd-x64@7.0.2': + optional: true + + '@typescript/typescript-sunos-x64@7.0.2': + optional: true + + '@typescript/typescript-win32-arm64@7.0.2': + optional: true + + '@typescript/typescript-win32-x64@7.0.2': + optional: true + '@unrs/resolver-binding-android-arm-eabi@1.11.1': optional: true @@ -6964,37 +7052,37 @@ snapshots: '@vee-validate/i18n@4.15.1': {} - '@vee-validate/rules@4.15.1(vue@3.5.39(typescript@5.9.3))': + '@vee-validate/rules@4.15.1(vue@3.5.40(typescript@6.0.3))': dependencies: - vee-validate: 4.15.1(vue@3.5.39(typescript@5.9.3)) + vee-validate: 4.15.1(vue@3.5.40(typescript@6.0.3)) transitivePeerDependencies: - vue - '@vee-validate/zod@4.15.1(vue@3.5.39(typescript@5.9.3))(zod@3.25.76)': + '@vee-validate/zod@4.15.1(vue@3.5.40(typescript@6.0.3))(zod@3.25.76)': dependencies: type-fest: 4.38.0 - vee-validate: 4.15.1(vue@3.5.39(typescript@5.9.3)) + vee-validate: 4.15.1(vue@3.5.40(typescript@6.0.3)) zod: 3.25.76 transitivePeerDependencies: - vue - '@vitejs/plugin-vue-jsx@5.1.6(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3))': + '@vitejs/plugin-vue-jsx@5.1.6(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3))': dependencies: '@babel/core': 7.29.0 '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.0) '@babel/plugin-transform-typescript': 7.29.7(@babel/core@7.29.0) '@rolldown/pluginutils': 1.0.1 '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.29.0) - vite: 8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) - vue: 3.5.39(typescript@5.9.3) + vite: 8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) + vue: 3.5.40(typescript@6.0.3) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@6.0.7(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3))': + '@vitejs/plugin-vue@6.0.8(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3))': dependencies: '@rolldown/pluginutils': 1.0.1 - vite: 8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) - vue: 3.5.39(typescript@5.9.3) + vite: 8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) + vue: 3.5.40(typescript@6.0.3) '@vitest/coverage-istanbul@4.1.10(vitest@4.1.10)': dependencies: @@ -7008,7 +7096,7 @@ snapshots: magicast: 0.5.2 obug: 2.1.1 tinyrainbow: 3.1.0 - vitest: 4.1.10(@types/node@25.9.5)(@vitest/coverage-istanbul@4.1.10)(jsdom@27.4.0)(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) + vitest: 4.1.10(@types/node@26.1.1)(@vitest/coverage-istanbul@4.1.10)(jsdom@29.1.1)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) transitivePeerDependencies: - supports-color @@ -7021,13 +7109,13 @@ snapshots: chai: 6.2.2 tinyrainbow: 3.1.0 - '@vitest/mocker@4.1.10(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))': + '@vitest/mocker@4.1.10(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))': dependencies: '@vitest/spy': 4.1.10 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - vite: 8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) + vite: 8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) '@vitest/pretty-format@4.1.10': dependencies: @@ -7053,39 +7141,27 @@ snapshots: convert-source-map: 2.0.0 tinyrainbow: 3.1.0 - '@volar/language-core@2.4.15': - dependencies: - '@volar/source-map': 2.4.15 - '@volar/language-core@2.4.28': dependencies: '@volar/source-map': 2.4.28 - '@volar/source-map@2.4.15': {} - '@volar/source-map@2.4.28': {} - '@volar/typescript@2.4.15': - dependencies: - '@volar/language-core': 2.4.15 - path-browserify: 1.0.1 - vscode-uri: 3.1.0 - '@volar/typescript@2.4.28': dependencies: '@volar/language-core': 2.4.28 path-browserify: 1.0.1 vscode-uri: 3.1.0 - '@vue-macros/common@3.1.2(vue@3.5.39(typescript@5.9.3))': + '@vue-macros/common@3.1.4(vue@3.5.40(typescript@6.0.3))': dependencies: - '@vue/compiler-sfc': 3.5.33 + '@vue/compiler-sfc': 3.5.39 ast-kit: 2.2.0 - local-pkg: 1.1.2 + local-pkg: 1.2.1 magic-string-ast: 1.0.3 - unplugin-utils: 0.3.1 + unplugin-utils: 0.3.2 optionalDependencies: - vue: 3.5.39(typescript@5.9.3) + vue: 3.5.40(typescript@6.0.3) '@vue/babel-helper-vue-transform-on@2.0.1': {} @@ -7132,6 +7208,14 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.1 + '@vue/compiler-core@3.5.40': + dependencies: + '@babel/parser': 7.29.7 + '@vue/shared': 3.5.40 + entities: 7.0.1 + estree-walker: 2.0.2 + source-map-js: 1.2.1 + '@vue/compiler-dom@3.5.33': dependencies: '@vue/compiler-core': 3.5.33 @@ -7142,6 +7226,11 @@ snapshots: '@vue/compiler-core': 3.5.39 '@vue/shared': 3.5.39 + '@vue/compiler-dom@3.5.40': + dependencies: + '@vue/compiler-core': 3.5.40 + '@vue/shared': 3.5.40 + '@vue/compiler-sfc@3.5.33': dependencies: '@babel/parser': 7.29.3 @@ -7166,6 +7255,18 @@ snapshots: postcss: 8.5.19 source-map-js: 1.2.1 + '@vue/compiler-sfc@3.5.40': + dependencies: + '@babel/parser': 7.29.7 + '@vue/compiler-core': 3.5.40 + '@vue/compiler-dom': 3.5.40 + '@vue/compiler-ssr': 3.5.40 + '@vue/shared': 3.5.40 + estree-walker: 2.0.2 + magic-string: 0.30.21 + postcss: 8.5.19 + source-map-js: 1.2.1 + '@vue/compiler-ssr@3.5.33': dependencies: '@vue/compiler-dom': 3.5.33 @@ -7176,12 +7277,12 @@ snapshots: '@vue/compiler-dom': 3.5.39 '@vue/shared': 3.5.39 - '@vue/compiler-vue2@2.7.16': + '@vue/compiler-ssr@3.5.40': dependencies: - de-indent: 1.0.2 - he: 1.2.0 + '@vue/compiler-dom': 3.5.40 + '@vue/shared': 3.5.40 - '@vue/devtools-api@6.4.5': {} + '@vue/devtools-api@6.6.4': {} '@vue/devtools-api@7.7.2': dependencies: @@ -7190,6 +7291,7 @@ snapshots: '@vue/devtools-api@7.7.9': dependencies: '@vue/devtools-kit': 7.7.9 + optional: true '@vue/devtools-api@8.1.5': dependencies: @@ -7214,6 +7316,7 @@ snapshots: perfect-debounce: 1.0.0 speakingurl: 14.0.1 superjson: 2.2.2 + optional: true '@vue/devtools-kit@8.1.5': dependencies: @@ -7229,22 +7332,10 @@ snapshots: '@vue/devtools-shared@7.7.9': dependencies: rfdc: 1.4.1 + optional: true '@vue/devtools-shared@8.1.5': {} - '@vue/language-core@2.2.12(typescript@5.9.3)': - dependencies: - '@volar/language-core': 2.4.15 - '@vue/compiler-dom': 3.5.33 - '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.5.33 - alien-signals: 1.0.13 - minimatch: 9.0.5 - muggle-string: 0.4.1 - path-browserify: 1.0.1 - optionalDependencies: - typescript: 5.9.3 - '@vue/language-core@3.3.7': dependencies: '@volar/language-core': 2.4.28 @@ -7255,73 +7346,70 @@ snapshots: path-browserify: 1.0.1 picomatch: 4.0.4 - '@vue/reactivity@3.5.39': + '@vue/reactivity@3.5.40': dependencies: - '@vue/shared': 3.5.39 + '@vue/shared': 3.5.40 - '@vue/runtime-core@3.5.39': + '@vue/runtime-core@3.5.40': dependencies: - '@vue/reactivity': 3.5.39 - '@vue/shared': 3.5.39 + '@vue/reactivity': 3.5.40 + '@vue/shared': 3.5.40 - '@vue/runtime-dom@3.5.39': + '@vue/runtime-dom@3.5.40': dependencies: - '@vue/reactivity': 3.5.39 - '@vue/runtime-core': 3.5.39 - '@vue/shared': 3.5.39 + '@vue/reactivity': 3.5.40 + '@vue/runtime-core': 3.5.40 + '@vue/shared': 3.5.40 csstype: 3.2.3 - '@vue/server-renderer@3.5.39(vue@3.5.39(typescript@5.9.3))': + '@vue/server-renderer@3.5.40': dependencies: - '@vue/compiler-ssr': 3.5.39 - '@vue/shared': 3.5.39 - vue: 3.5.39(typescript@5.9.3) + '@vue/compiler-ssr': 3.5.40 + '@vue/runtime-dom': 3.5.40 + '@vue/shared': 3.5.40 '@vue/shared@3.5.33': {} '@vue/shared@3.5.39': {} - '@vue/test-utils@2.4.11(@vue/compiler-dom@3.5.39)(@vue/server-renderer@3.5.39(vue@3.5.39(typescript@5.9.3)))(vue@3.5.39(typescript@5.9.3))': + '@vue/shared@3.5.40': {} + + '@vue/test-utils@2.4.11(@vue/compiler-dom@3.5.40)(@vue/server-renderer@3.5.40)(vue@3.5.40(typescript@6.0.3))': dependencies: - '@vue/compiler-dom': 3.5.39 + '@vue/compiler-dom': 3.5.40 js-beautify: 1.15.4 - vue: 3.5.39(typescript@5.9.3) + vue: 3.5.40(typescript@6.0.3) vue-component-type-helpers: 3.2.8 optionalDependencies: - '@vue/server-renderer': 3.5.39(vue@3.5.39(typescript@5.9.3)) + '@vue/server-renderer': 3.5.40 - '@vue/tsconfig@0.9.1(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3))': + '@vue/tsconfig@0.9.1(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3))': optionalDependencies: - typescript: 5.9.3 - vue: 3.5.39(typescript@5.9.3) + typescript: 6.0.3 + vue: 3.5.40(typescript@6.0.3) - '@vuepic/vue-datepicker@12.1.0(vue@3.5.39(typescript@5.9.3))': + '@vuepic/vue-datepicker@12.1.0(vue@3.5.40(typescript@6.0.3))': dependencies: - '@date-fns/tz': 1.4.1 - '@floating-ui/vue': 1.1.11(vue@3.5.39(typescript@5.9.3)) - '@vueuse/core': 14.3.0(vue@3.5.39(typescript@5.9.3)) - date-fns: 4.1.0 - vue: 3.5.39(typescript@5.9.3) + '@date-fns/tz': 1.5.0 + '@floating-ui/vue': 1.1.11(vue@3.5.40(typescript@6.0.3)) + '@vueuse/core': 14.3.0(vue@3.5.40(typescript@6.0.3)) + date-fns: 4.4.0 + vue: 3.5.40(typescript@6.0.3) transitivePeerDependencies: - '@vue/composition-api' - '@vueuse/core@14.3.0(vue@3.5.39(typescript@5.9.3))': + '@vueuse/core@14.3.0(vue@3.5.40(typescript@6.0.3))': dependencies: '@types/web-bluetooth': 0.0.21 '@vueuse/metadata': 14.3.0 - '@vueuse/shared': 14.3.0(vue@3.5.39(typescript@5.9.3)) - vue: 3.5.39(typescript@5.9.3) + '@vueuse/shared': 14.3.0(vue@3.5.40(typescript@6.0.3)) + vue: 3.5.40(typescript@6.0.3) '@vueuse/metadata@14.3.0': {} - '@vueuse/shared@14.3.0(vue@3.5.39(typescript@5.9.3))': - dependencies: - vue: 3.5.39(typescript@5.9.3) - - JSONStream@1.3.5: + '@vueuse/shared@14.3.0(vue@3.5.40(typescript@6.0.3))': dependencies: - jsonparse: 1.3.1 - through: 2.3.8 + vue: 3.5.40(typescript@6.0.3) abbrev@2.0.0: {} @@ -7339,8 +7427,6 @@ snapshots: transitivePeerDependencies: - supports-color - agent-base@7.1.3: {} - ajv@6.15.0: dependencies: fast-deep-equal: 3.1.3 @@ -7355,8 +7441,6 @@ snapshots: require-from-string: 2.0.2 uri-js: 4.4.1 - alien-signals@1.0.13: {} - alien-signals@3.2.1: {} ansi-regex@5.0.1: {} @@ -7377,6 +7461,8 @@ snapshots: argparse@2.0.1: {} + argue-cli@3.1.0: {} + aria-query@5.3.2: {} array-buffer-byte-length@1.0.1: @@ -7451,15 +7537,15 @@ snapshots: ast-kit@2.2.0: dependencies: - '@babel/parser': 7.29.3 + '@babel/parser': 7.29.7 pathe: 2.0.3 ast-types-flow@0.0.8: {} ast-walker-scope@0.9.0: dependencies: - '@babel/parser': 7.29.3 - '@babel/types': 7.29.0 + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 ast-kit: 2.2.0 astral-regex@2.0.0: {} @@ -7553,10 +7639,10 @@ snapshots: dependencies: run-applescript: 7.1.0 - cacheable@2.3.5: + cacheable@2.5.0: dependencies: - '@cacheable/memory': 2.0.8 - '@cacheable/utils': 2.4.1 + '@cacheable/memory': 2.2.0 + '@cacheable/utils': 2.5.0 hookified: 1.15.1 keyv: 5.6.0 qified: 0.10.1 @@ -7619,11 +7705,11 @@ snapshots: cli-width@4.1.0: {} - cliui@8.0.1: + cliui@9.0.1: dependencies: - string-width: 4.2.3 - strip-ansi: 6.0.1 - wrap-ansi: 7.0.0 + string-width: 7.2.0 + strip-ansi: 7.2.0 + wrap-ansi: 9.0.2 color-convert@1.9.3: dependencies: @@ -7663,27 +7749,27 @@ snapshots: ini: 1.3.8 proto-list: 1.2.4 - conventional-changelog-angular@7.0.0: + conventional-changelog-angular@8.3.1: dependencies: compare-func: 2.0.0 - conventional-changelog-angular@8.3.1: + conventional-changelog-angular@9.2.1: dependencies: - compare-func: 2.0.0 + '@conventional-changelog/template': 1.2.1 - conventional-changelog-conventionalcommits@7.0.2: + conventional-changelog-conventionalcommits@10.2.1: dependencies: - compare-func: 2.0.0 + '@conventional-changelog/template': 1.2.1 - conventional-changelog-core@9.0.0(conventional-commits-filter@5.0.0): + conventional-changelog-core@9.0.0: dependencies: '@hutson/parse-repository-url': 5.0.0 add-stream: 1.0.0 conventional-changelog-writer: 8.4.0 conventional-commits-parser: 6.4.0 fd-package-json: 1.2.0 - git-raw-commits: 5.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.4.0) - git-semver-tags: 8.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.4.0) + git-raw-commits: 5.0.1(conventional-commits-parser@6.4.0) + git-semver-tags: 8.0.1(conventional-commits-parser@6.4.0) hosted-git-info: 8.1.0 normalize-package-data: 7.0.1 transitivePeerDependencies: @@ -7697,22 +7783,20 @@ snapshots: conventional-commits-filter: 5.0.0 handlebars: 4.7.7 meow: 13.2.0 - semver: 7.7.3 + semver: 7.8.5 conventional-commits-filter@5.0.0: {} - conventional-commits-parser@5.0.0: - dependencies: - JSONStream: 1.3.5 - is-text-path: 2.0.0 - meow: 12.1.1 - split2: 4.2.0 - conventional-commits-parser@6.4.0: dependencies: '@simple-libs/stream-utils': 1.2.0 meow: 13.2.0 + conventional-commits-parser@7.1.0: + dependencies: + '@simple-libs/stream-utils': 2.0.0 + argue-cli: 3.1.0 + convert-hrtime@5.0.0: {} convert-source-map@2.0.0: {} @@ -7725,30 +7809,30 @@ snapshots: dependencies: browserslist: 4.28.5 - cosmiconfig-typescript-loader@6.1.0(@types/node@25.9.5)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3): + cosmiconfig-typescript-loader@6.1.0(@types/node@26.1.1)(cosmiconfig@9.0.2(typescript@7.0.2))(typescript@7.0.2): dependencies: - '@types/node': 25.9.5 - cosmiconfig: 9.0.0(typescript@5.9.3) + '@types/node': 26.1.1 + cosmiconfig: 9.0.2(typescript@7.0.2) jiti: 2.4.2 - typescript: 5.9.3 + typescript: 7.0.2 - cosmiconfig@9.0.0(typescript@5.9.3): + cosmiconfig@9.0.2(typescript@6.0.3): dependencies: env-paths: 2.2.1 import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.3 - cosmiconfig@9.0.2(typescript@5.9.3): + cosmiconfig@9.0.2(typescript@7.0.2): dependencies: env-paths: 2.2.1 import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 optionalDependencies: - typescript: 5.9.3 + typescript: 7.0.2 cross-spawn@6.0.5: dependencies: @@ -7766,11 +7850,6 @@ snapshots: css-functions-list@3.3.3: {} - css-tree@3.1.0: - dependencies: - mdn-data: 2.12.2 - source-map-js: 1.2.1 - css-tree@3.2.1: dependencies: mdn-data: 2.27.1 @@ -7778,23 +7857,16 @@ snapshots: cssesc@3.0.0: {} - cssstyle@5.3.7: - dependencies: - '@asamuzakjp/css-color': 4.1.2 - '@csstools/css-syntax-patches-for-csstree': 1.1.3(css-tree@3.1.0) - css-tree: 3.1.0 - lru-cache: 11.3.6 - csstype@3.2.3: {} damerau-levenshtein@1.0.8: {} - dargs@8.1.0: {} - - data-urls@6.0.0: + data-urls@7.0.0: dependencies: - whatwg-mimetype: 4.0.0 - whatwg-url: 15.1.0 + whatwg-mimetype: 5.0.0 + whatwg-url: 16.0.1 + transitivePeerDependencies: + - '@noble/hashes' data-view-buffer@1.0.1: dependencies: @@ -7832,9 +7904,7 @@ snapshots: es-errors: 1.3.0 is-data-view: 1.0.2 - date-fns@4.1.0: {} - - de-indent@1.0.2: {} + date-fns@4.4.0: {} debug@3.2.7: dependencies: @@ -7928,6 +7998,8 @@ snapshots: electron-to-chromium@1.5.389: {} + emoji-regex@10.6.0: {} + emoji-regex@8.0.0: {} emoji-regex@9.2.2: {} @@ -7943,6 +8015,8 @@ snapshots: entities@7.0.1: {} + entities@8.0.0: {} + env-paths@2.2.1: {} error-ex@1.3.2: @@ -8102,6 +8176,8 @@ snapshots: is-date-object: 1.1.0 is-symbol: 1.1.1 + es-toolkit@1.49.0: {} + esbuild@0.27.2: optionalDependencies: '@esbuild/aix-ppc64': 0.27.2 @@ -8156,7 +8232,7 @@ snapshots: eslint-import-resolver-alias@1.1.2(eslint-plugin-import@2.32.0): dependencies: - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint-import-resolver-typescript@4.4.5)(eslint@10.7.0(jiti@2.4.2)) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint-import-resolver-typescript@4.4.5)(eslint@10.7.0(jiti@2.4.2)) eslint-import-resolver-node@0.3.9: dependencies: @@ -8177,15 +8253,15 @@ snapshots: tinyglobby: 0.2.15 unrs-resolver: 1.11.1 optionalDependencies: - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint-import-resolver-typescript@4.4.5)(eslint@10.7.0(jiti@2.4.2)) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint-import-resolver-typescript@4.4.5)(eslint@10.7.0(jiti@2.4.2)) transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@4.4.5)(eslint@10.7.0(jiti@2.4.2)): + eslint-module-utils@2.12.1(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@4.4.5)(eslint@10.7.0(jiti@2.4.2)): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/parser': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) eslint: 10.7.0(jiti@2.4.2) eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 4.4.5(eslint-plugin-import@2.32.0)(eslint@10.7.0(jiti@2.4.2)) @@ -8199,7 +8275,7 @@ snapshots: eslint: 10.7.0(jiti@2.4.2) eslint-compat-utils: 0.5.1(eslint@10.7.0(jiti@2.4.2)) - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint-import-resolver-typescript@4.4.5)(eslint@10.7.0(jiti@2.4.2)): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint-import-resolver-typescript@4.4.5)(eslint@10.7.0(jiti@2.4.2)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.9 @@ -8210,7 +8286,7 @@ snapshots: doctrine: 2.1.0 eslint: 10.7.0(jiti@2.4.2) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@4.4.5)(eslint@10.7.0(jiti@2.4.2)) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@4.4.5)(eslint@10.7.0(jiti@2.4.2)) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -8222,7 +8298,7 @@ snapshots: string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/parser': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -8247,7 +8323,7 @@ snapshots: safe-regex-test: 1.1.0 string.prototype.includes: 2.0.1 - eslint-plugin-n@18.2.1(eslint@10.7.0(jiti@2.4.2))(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3): + eslint-plugin-n@18.2.1(eslint@10.7.0(jiti@2.4.2))(ts-declaration-location@1.0.7(typescript@6.0.3))(typescript@6.0.3): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@10.7.0(jiti@2.4.2)) enhanced-resolve: 5.19.0 @@ -8259,12 +8335,12 @@ snapshots: ignore: 5.3.2 semver: 7.8.5 optionalDependencies: - ts-declaration-location: 1.0.7(typescript@5.9.3) - typescript: 5.9.3 + ts-declaration-location: 1.0.7(typescript@6.0.3) + typescript: 6.0.3 - eslint-plugin-perfectionist@5.10.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3): + eslint-plugin-perfectionist@5.10.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3): dependencies: - '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) eslint: 10.7.0(jiti@2.4.2) natural-orderby: 5.0.0 transitivePeerDependencies: @@ -8285,17 +8361,17 @@ snapshots: '@eslint-community/eslint-utils': 4.9.1(eslint@10.7.0(jiti@2.4.2)) eslint: 10.7.0(jiti@2.4.2) - eslint-plugin-react-dom@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3): + eslint-plugin-react-dom@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3): dependencies: - '@eslint-react/ast': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/jsx': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/shared': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@eslint-react/ast': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/jsx': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/shared': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) '@typescript-eslint/types': 8.63.0 - '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) compare-versions: 6.1.1 eslint: 10.7.0(jiti@2.4.2) - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color @@ -8310,83 +8386,83 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-react-jsx@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3): + eslint-plugin-react-jsx@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3): dependencies: - '@eslint-react/ast': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/core': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/jsx': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/shared': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@eslint-react/ast': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/core': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/jsx': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/shared': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) '@typescript-eslint/types': 8.63.0 - '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) eslint: 10.7.0(jiti@2.4.2) - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color - eslint-plugin-react-naming-convention@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3): + eslint-plugin-react-naming-convention@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3): dependencies: - '@eslint-react/ast': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/core': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/var': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@eslint-react/ast': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/core': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/var': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) '@typescript-eslint/types': 8.63.0 - '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) eslint: 10.7.0(jiti@2.4.2) ts-pattern: 5.9.0 - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color - eslint-plugin-react-rsc@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3): + eslint-plugin-react-rsc@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3): dependencies: - '@eslint-react/ast': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/core': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/shared': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/var': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@eslint-react/ast': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/core': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/shared': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/var': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) '@typescript-eslint/types': 8.63.0 - '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) eslint: 10.7.0(jiti@2.4.2) - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color - eslint-plugin-react-web-api@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3): + eslint-plugin-react-web-api@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3): dependencies: - '@eslint-react/ast': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/core': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/shared': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/var': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@eslint-react/ast': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/core': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/shared': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/var': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) '@typescript-eslint/types': 8.63.0 - '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) birecord: 0.1.2 eslint: 10.7.0(jiti@2.4.2) ts-pattern: 5.9.0 - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color - eslint-plugin-react-x@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3): + eslint-plugin-react-x@5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3): dependencies: - '@eslint-react/ast': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/core': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/jsx': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/shared': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@eslint-react/var': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@eslint-react/ast': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/core': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/eslint': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/jsx': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/shared': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@eslint-react/var': 5.13.1(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) '@typescript-eslint/scope-manager': 8.63.0 - '@typescript-eslint/type-utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/type-utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) '@typescript-eslint/types': 8.63.0 - '@typescript-eslint/typescript-estree': 8.63.0(typescript@5.9.3) - '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/typescript-estree': 8.63.0(typescript@6.0.3) + '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) compare-versions: 6.1.1 eslint: 10.7.0(jiti@2.4.2) string-ts: 2.3.1 - ts-api-utils: 2.5.0(typescript@5.9.3) + ts-api-utils: 2.5.0(typescript@6.0.3) ts-pattern: 5.9.0 - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color @@ -8411,7 +8487,7 @@ snapshots: semver: 7.8.5 strip-indent: 4.1.1 - eslint-plugin-vue@10.9.2(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint@10.7.0(jiti@2.4.2))(vue-eslint-parser@10.4.1(eslint@10.7.0(jiti@2.4.2))): + eslint-plugin-vue@10.9.2(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint@10.7.0(jiti@2.4.2))(vue-eslint-parser@10.4.1(eslint@10.7.0(jiti@2.4.2))): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@10.7.0(jiti@2.4.2)) eslint: 10.7.0(jiti@2.4.2) @@ -8422,7 +8498,7 @@ snapshots: vue-eslint-parser: 10.4.1(eslint@10.7.0(jiti@2.4.2)) xml-name-validator: 4.0.0 optionalDependencies: - '@typescript-eslint/parser': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/parser': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) eslint-scope@9.1.2: dependencies: @@ -8547,17 +8623,17 @@ snapshots: optionalDependencies: picomatch: 4.0.3 - fdir@6.5.0(picomatch@4.0.4): + fdir@6.5.0(picomatch@4.0.5): optionalDependencies: - picomatch: 4.0.4 + picomatch: 4.0.5 figures@6.1.0: dependencies: is-unicode-supported: 2.1.0 - file-entry-cache@11.1.3: + file-entry-cache@11.1.5: dependencies: - flat-cache: 6.1.22 + flat-cache: 6.1.23 file-entry-cache@8.0.0: dependencies: @@ -8582,20 +8658,14 @@ snapshots: locate-path: 6.0.0 path-exists: 4.0.0 - find-up@7.0.0: - dependencies: - locate-path: 7.2.0 - path-exists: 5.0.0 - unicorn-magic: 0.1.0 - flat-cache@4.0.1: dependencies: flatted: 3.4.2 keyv: 4.5.4 - flat-cache@6.1.22: + flat-cache@6.1.23: dependencies: - cacheable: 2.3.5 + cacheable: 2.5.0 flatted: 3.4.2 hookified: 1.15.1 @@ -8702,23 +8772,17 @@ snapshots: dependencies: resolve-pkg-maps: 1.0.0 - git-raw-commits@4.0.0: + git-raw-commits@5.0.1(conventional-commits-parser@6.4.0): dependencies: - dargs: 8.1.0 - meow: 12.1.1 - split2: 4.2.0 - - git-raw-commits@5.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.4.0): - dependencies: - '@conventional-changelog/git-client': 2.7.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.4.0) + '@conventional-changelog/git-client': 2.7.0(conventional-commits-parser@6.4.0) meow: 13.2.0 transitivePeerDependencies: - conventional-commits-filter - conventional-commits-parser - git-semver-tags@8.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.4.0): + git-semver-tags@8.0.1(conventional-commits-parser@6.4.0): dependencies: - '@conventional-changelog/git-client': 2.7.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.4.0) + '@conventional-changelog/git-client': 2.7.0(conventional-commits-parser@6.4.0) meow: 13.2.0 transitivePeerDependencies: - conventional-commits-filter @@ -8741,9 +8805,9 @@ snapshots: package-json-from-dist: 1.0.1 path-scurry: 1.11.1 - global-directory@4.0.1: + global-directory@5.0.0: dependencies: - ini: 4.1.1 + ini: 6.0.0 global-modules@2.0.0: dependencies: @@ -8773,7 +8837,7 @@ snapshots: slash: 5.1.0 unicorn-magic: 0.3.0 - globby@16.2.0: + globby@16.2.2: dependencies: '@sindresorhus/merge-streams': 4.0.0 fast-glob: 3.3.3 @@ -8839,8 +8903,6 @@ snapshots: dependencies: function-bind: 1.1.2 - he@1.2.0: {} - hermes-estree@0.25.1: {} hermes-parser@0.25.1: @@ -8876,13 +8938,6 @@ snapshots: domutils: 3.2.2 entities: 4.4.0 - http-proxy-agent@7.0.2: - dependencies: - agent-base: 7.1.3 - debug: 4.4.3 - transitivePeerDependencies: - - supports-color - https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 @@ -8890,13 +8945,6 @@ snapshots: transitivePeerDependencies: - supports-color - https-proxy-agent@7.0.6: - dependencies: - agent-base: 7.1.3 - debug: 4.4.3 - transitivePeerDependencies: - - supports-color - human-signals@8.0.1: {} husky@9.1.7: {} @@ -8918,8 +8966,6 @@ snapshots: parent-module: 1.0.1 resolve-from: 4.0.0 - import-meta-resolve@4.1.0: {} - import-meta-resolve@4.2.0: {} imurmurhash@0.1.4: {} @@ -8928,19 +8974,19 @@ snapshots: ini@1.3.8: {} - ini@4.1.1: {} + ini@6.0.0: {} - inquirer@12.11.1(@types/node@25.9.5): + inquirer@12.11.1(@types/node@26.1.1): dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@25.9.5) - '@inquirer/prompts': 7.10.1(@types/node@25.9.5) - '@inquirer/type': 3.0.10(@types/node@25.9.5) + '@inquirer/core': 10.3.2(@types/node@26.1.1) + '@inquirer/prompts': 7.10.1(@types/node@26.1.1) + '@inquirer/type': 3.0.10(@types/node@26.1.1) mute-stream: 2.0.0 run-async: 4.0.6 rxjs: 7.8.2 optionalDependencies: - '@types/node': 25.9.5 + '@types/node': 26.1.1 internal-slot@1.0.7: dependencies: @@ -9119,10 +9165,6 @@ snapshots: has-symbols: 1.1.0 safe-regex-test: 1.1.0 - is-text-path@2.0.0: - dependencies: - text-extensions: 2.4.0 - is-typed-array@1.1.13: dependencies: which-typed-array: 1.1.15 @@ -9204,33 +9246,31 @@ snapshots: dependencies: argparse: 2.0.1 - jsdom@27.4.0: + jsdom@29.1.1: dependencies: - '@acemir/cssom': 0.9.31 - '@asamuzakjp/dom-selector': 6.8.1 + '@asamuzakjp/css-color': 5.1.11 + '@asamuzakjp/dom-selector': 7.1.1 + '@bramus/specificity': 2.4.2 + '@csstools/css-syntax-patches-for-csstree': 1.1.6(css-tree@3.2.1) '@exodus/bytes': 1.15.0 - cssstyle: 5.3.7 - data-urls: 6.0.0 + css-tree: 3.2.1 + data-urls: 7.0.0 decimal.js: 10.6.0 html-encoding-sniffer: 6.0.0 - http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6 is-potential-custom-element-name: 1.0.1 - parse5: 8.0.0 + lru-cache: 11.3.6 + parse5: 8.0.1 saxes: 6.0.0 symbol-tree: 3.2.4 - tough-cookie: 6.0.0 + tough-cookie: 6.0.2 + undici: 7.28.0 w3c-xmlserializer: 5.0.0 - webidl-conversions: 8.0.0 - whatwg-mimetype: 4.0.0 - whatwg-url: 15.1.0 - ws: 8.18.3 + webidl-conversions: 8.0.1 + whatwg-mimetype: 5.0.0 + whatwg-url: 16.0.1 xml-name-validator: 5.0.0 transitivePeerDependencies: - '@noble/hashes' - - bufferutil - - supports-color - - utf-8-validate jsesc@3.1.0: {} @@ -9252,8 +9292,6 @@ snapshots: json5@2.2.3: {} - jsonparse@1.3.1: {} - jsx-ast-utils@3.3.5: dependencies: array-includes: 3.1.9 @@ -9340,7 +9378,7 @@ snapshots: pify: 3.0.0 strip-bom: 3.0.0 - local-pkg@1.1.2: + local-pkg@1.2.1: dependencies: mlly: 1.8.2 pkg-types: 2.3.0 @@ -9350,30 +9388,8 @@ snapshots: dependencies: p-locate: 5.0.0 - locate-path@7.2.0: - dependencies: - p-locate: 6.0.0 - - lodash.camelcase@4.3.0: {} - - lodash.isplainobject@4.0.6: {} - - lodash.kebabcase@4.1.1: {} - - lodash.merge@4.6.2: {} - - lodash.mergewith@4.6.2: {} - - lodash.snakecase@4.1.1: {} - - lodash.startcase@4.4.0: {} - lodash.truncate@4.4.2: {} - lodash.uniq@4.5.0: {} - - lodash.upperfirst@4.3.1: {} - lodash@4.17.21: {} lru-cache@10.4.3: {} @@ -9412,14 +9428,10 @@ snapshots: mathml-tag-names@4.0.0: {} - mdn-data@2.12.2: {} - mdn-data@2.27.1: {} memorystream@0.3.1: {} - meow@12.1.1: {} - meow@13.2.0: {} meow@14.1.0: {} @@ -9508,11 +9520,13 @@ snapshots: normalize-package-data@7.0.1: dependencies: hosted-git-info: 8.1.0 - semver: 7.7.3 + semver: 7.8.5 validate-npm-package-license: 3.0.4 normalize-path@3.0.0: {} + nostics@1.2.0: {} + npm-run-all@4.1.5: dependencies: ansi-styles: 3.2.1 @@ -9608,18 +9622,10 @@ snapshots: dependencies: yocto-queue: 0.1.0 - p-limit@4.0.0: - dependencies: - yocto-queue: 1.0.0 - p-locate@5.0.0: dependencies: p-limit: 3.1.0 - p-locate@6.0.0: - dependencies: - p-limit: 4.0.0 - p-timeout@6.1.4: {} package-json-from-dist@1.0.1: {} @@ -9635,27 +9641,25 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.29.0 + '@babel/code-frame': 7.29.7 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 parse-ms@4.0.0: {} - parse5@7.1.2: - dependencies: - entities: 4.4.0 - parse5@8.0.0: dependencies: entities: 6.0.1 + parse5@8.0.1: + dependencies: + entities: 8.0.0 + path-browserify@1.0.1: {} path-exists@4.0.0: {} - path-exists@5.0.0: {} - path-key@2.0.1: {} path-key@3.1.1: {} @@ -9695,12 +9699,21 @@ snapshots: pify@3.0.0: {} - pinia@3.0.4(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)): + pinia@3.0.4(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)): dependencies: '@vue/devtools-api': 7.7.9 - vue: 3.5.39(typescript@5.9.3) + vue: 3.5.40(typescript@6.0.3) + optionalDependencies: + typescript: 6.0.3 + optional: true + + pinia@4.0.2(@vue/devtools-api@8.1.5)(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)): + dependencies: + '@vue/devtools-api': 8.1.5 + nostics: 1.2.0 + vue: 3.5.40(typescript@6.0.3) optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.3 pkg-types@1.3.1: dependencies: @@ -9773,7 +9786,7 @@ snapshots: dependencies: parse-ms: 4.0.0 - primeicons@7.0.0: {} + primeicons@8.0.0: {} proto-list@1.2.4: {} @@ -9834,8 +9847,6 @@ snapshots: dependencies: jsesc: 3.1.0 - require-directory@2.1.1: {} - require-from-string@2.0.2: {} reserved-identifiers@1.2.0: {} @@ -9983,13 +9994,13 @@ snapshots: shell-quote@1.8.3: {} - shipjs-lib@0.28.3: + shipjs-lib@0.28.4: dependencies: deepmerge: 4.3.1 execa: 9.6.1 semver: 7.7.1 - shipjs@0.28.3(@types/node@25.9.5)(conventional-commits-filter@5.0.0): + shipjs@0.28.4(@types/node@26.1.1): dependencies: '@octokit/rest': 21.1.1 '@slack/webhook': 7.0.9 @@ -9998,18 +10009,18 @@ snapshots: chalk: 5.4.1 change-case: 5.4.4 conventional-changelog-angular: 8.3.1 - conventional-changelog-core: 9.0.0(conventional-commits-filter@5.0.0) + conventional-changelog-core: 9.0.0 conventional-changelog-preset-loader: 5.0.0 deepmerge: 4.3.1 dotenv: 16.6.1 ejs: 3.1.10 globby: 14.1.0 - inquirer: 12.11.1(@types/node@25.9.5) + inquirer: 12.11.1(@types/node@26.1.1) open: 10.2.0 prettier: 3.9.5 serialize-javascript: 6.0.2 shell-quote: 1.8.3 - shipjs-lib: 0.28.3 + shipjs-lib: 0.28.4 temp-write: 6.0.1 tempfile: 5.0.0 transitivePeerDependencies: @@ -10057,9 +10068,9 @@ snapshots: signal-exit@4.1.0: {} - simple-syntax-highlighter@3.2.0(vue@3.5.39(typescript@5.9.3)): + simple-syntax-highlighter@3.2.0(vue@3.5.40(typescript@6.0.3)): dependencies: - vue: 3.5.39(typescript@5.9.3) + vue: 3.5.40(typescript@6.0.3) slash@5.1.0: {} @@ -10091,8 +10102,6 @@ snapshots: speakingurl@14.0.1: {} - split2@4.2.0: {} - stable-hash-x@0.2.0: {} stackback@0.0.2: {} @@ -10118,6 +10127,12 @@ snapshots: emoji-regex: 9.2.2 strip-ansi: 7.2.0 + string-width@7.2.0: + dependencies: + emoji-regex: 10.6.0 + get-east-asian-width: 1.6.0 + strip-ansi: 7.2.0 + string-width@8.2.1: dependencies: get-east-asian-width: 1.6.0 @@ -10185,30 +10200,30 @@ snapshots: strip-indent@4.1.1: {} - stylelint-config-html@1.1.0(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)): + stylelint-config-html@1.1.0(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)): dependencies: postcss-html: 1.8.1 - stylelint: 17.14.0(typescript@5.9.3) + stylelint: 17.14.1(typescript@6.0.3) - stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)): + stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)): dependencies: postcss-html: 1.8.1 semver: 7.7.3 - stylelint: 17.14.0(typescript@5.9.3) - stylelint-config-html: 1.1.0(postcss-html@1.8.1)(stylelint@17.14.0(typescript@5.9.3)) - stylelint-config-recommended: 18.0.0(stylelint@17.14.0(typescript@5.9.3)) + stylelint: 17.14.1(typescript@6.0.3) + stylelint-config-html: 1.1.0(postcss-html@1.8.1)(stylelint@17.14.1(typescript@6.0.3)) + stylelint-config-recommended: 18.0.0(stylelint@17.14.1(typescript@6.0.3)) - stylelint-config-recommended@18.0.0(stylelint@17.14.0(typescript@5.9.3)): + stylelint-config-recommended@18.0.0(stylelint@17.14.1(typescript@6.0.3)): dependencies: - stylelint: 17.14.0(typescript@5.9.3) + stylelint: 17.14.1(typescript@6.0.3) - stylelint-order@8.1.1(stylelint@17.14.0(typescript@5.9.3)): + stylelint-order@8.1.1(stylelint@17.14.1(typescript@6.0.3)): dependencies: postcss: 8.5.14 postcss-sorting: 10.0.0(postcss@8.5.14) - stylelint: 17.14.0(typescript@5.9.3) + stylelint: 17.14.1(typescript@6.0.3) - stylelint@17.14.0(typescript@5.9.3): + stylelint@17.14.1(typescript@6.0.3): dependencies: '@csstools/css-calc': 3.2.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) @@ -10218,15 +10233,15 @@ snapshots: '@csstools/selector-resolve-nested': 4.0.0(postcss-selector-parser@7.1.4) '@csstools/selector-specificity': 6.0.0(postcss-selector-parser@7.1.4) colord: 2.9.3 - cosmiconfig: 9.0.2(typescript@5.9.3) + cosmiconfig: 9.0.2(typescript@6.0.3) css-functions-list: 3.3.3 css-tree: 3.2.1 debug: 4.4.3 fast-glob: 3.3.3 fastest-levenshtein: 1.0.16 - file-entry-cache: 11.1.3 + file-entry-cache: 11.1.5 global-modules: 2.0.0 - globby: 16.2.0 + globby: 16.2.2 globjoin: 0.1.4 html-tags: 5.1.0 ignore: 7.0.5 @@ -10241,7 +10256,7 @@ snapshots: postcss-selector-parser: 7.1.4 postcss-value-parser: 4.2.0 string-width: 8.2.1 - supports-hyperlinks: 4.4.0 + supports-hyperlinks: 4.5.0 svg-tags: 1.0.0 table: 6.9.0 write-file-atomic: 7.0.1 @@ -10286,7 +10301,7 @@ snapshots: dependencies: has-flag: 4.0.0 - supports-hyperlinks@4.4.0: + supports-hyperlinks@4.5.0: dependencies: has-flag: 5.0.1 supports-color: 10.2.2 @@ -10323,10 +10338,6 @@ snapshots: dependencies: temp-dir: 3.0.0 - text-extensions@2.4.0: {} - - through@2.3.8: {} - time-span@5.1.0: dependencies: convert-hrtime: 5.0.0 @@ -10342,8 +10353,8 @@ snapshots: tinyglobby@0.2.17: dependencies: - fdir: 6.5.0(picomatch@4.0.4) - picomatch: 4.0.4 + fdir: 6.5.0(picomatch@4.0.5) + picomatch: 4.0.5 tinyrainbow@3.1.0: {} @@ -10357,7 +10368,7 @@ snapshots: dependencies: is-number: 7.0.0 - tough-cookie@6.0.0: + tough-cookie@6.0.2: dependencies: tldts: 7.0.17 @@ -10365,14 +10376,14 @@ snapshots: dependencies: punycode: 2.3.1 - ts-api-utils@2.5.0(typescript@5.9.3): + ts-api-utils@2.5.0(typescript@6.0.3): dependencies: - typescript: 5.9.3 + typescript: 6.0.3 - ts-declaration-location@1.0.7(typescript@5.9.3): + ts-declaration-location@1.0.7(typescript@6.0.3): dependencies: - picomatch: 4.0.4 - typescript: 5.9.3 + picomatch: 4.0.5 + typescript: 6.0.3 optional: true ts-pattern@5.9.0: {} @@ -10386,14 +10397,14 @@ snapshots: tslib@2.8.0: {} - turbo@2.9.9: + turbo@2.10.5: optionalDependencies: - '@turbo/darwin-64': 2.9.9 - '@turbo/darwin-arm64': 2.9.9 - '@turbo/linux-64': 2.9.9 - '@turbo/linux-arm64': 2.9.9 - '@turbo/windows-64': 2.9.9 - '@turbo/windows-arm64': 2.9.9 + '@turbo/darwin-64': 2.10.5 + '@turbo/darwin-arm64': 2.10.5 + '@turbo/linux-64': 2.10.5 + '@turbo/linux-arm64': 2.10.5 + '@turbo/windows-64': 2.10.5 + '@turbo/windows-arm64': 2.10.5 type-check@0.4.0: dependencies: @@ -10466,18 +10477,41 @@ snapshots: possible-typed-array-names: 1.0.0 reflect.getprototypeof: 1.0.10 - typescript-eslint@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3): + typescript-eslint@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.63.0(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3))(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@typescript-eslint/parser': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) - '@typescript-eslint/typescript-estree': 8.63.0(typescript@5.9.3) - '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.63.0(@typescript-eslint/parser@8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3))(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@typescript-eslint/parser': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) + '@typescript-eslint/typescript-estree': 8.63.0(typescript@6.0.3) + '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(jiti@2.4.2))(typescript@6.0.3) eslint: 10.7.0(jiti@2.4.2) - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color - typescript@5.9.3: {} + typescript@6.0.3: {} + + typescript@7.0.2: + optionalDependencies: + '@typescript/typescript-aix-ppc64': 7.0.2 + '@typescript/typescript-darwin-arm64': 7.0.2 + '@typescript/typescript-darwin-x64': 7.0.2 + '@typescript/typescript-freebsd-arm64': 7.0.2 + '@typescript/typescript-freebsd-x64': 7.0.2 + '@typescript/typescript-linux-arm': 7.0.2 + '@typescript/typescript-linux-arm64': 7.0.2 + '@typescript/typescript-linux-loong64': 7.0.2 + '@typescript/typescript-linux-mips64el': 7.0.2 + '@typescript/typescript-linux-ppc64': 7.0.2 + '@typescript/typescript-linux-riscv64': 7.0.2 + '@typescript/typescript-linux-s390x': 7.0.2 + '@typescript/typescript-linux-x64': 7.0.2 + '@typescript/typescript-netbsd-arm64': 7.0.2 + '@typescript/typescript-netbsd-x64': 7.0.2 + '@typescript/typescript-openbsd-arm64': 7.0.2 + '@typescript/typescript-openbsd-x64': 7.0.2 + '@typescript/typescript-sunos-x64': 7.0.2 + '@typescript/typescript-win32-arm64': 7.0.2 + '@typescript/typescript-win32-x64': 7.0.2 ufo@1.6.3: {} @@ -10500,7 +10534,9 @@ snapshots: undici-types@7.24.6: {} - unicorn-magic@0.1.0: {} + undici-types@8.3.0: {} + + undici@7.28.0: {} unicorn-magic@0.3.0: {} @@ -10508,16 +10544,20 @@ snapshots: universal-user-agent@7.0.3: {} - unplugin-utils@0.3.1: + unplugin-utils@0.3.2: dependencies: pathe: 2.0.3 - picomatch: 4.0.4 + picomatch: 4.0.5 - unplugin@3.0.0: + unplugin@3.3.0(esbuild@0.27.2)(rolldown@1.1.5)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)): dependencies: '@jridgewell/remapping': 2.3.5 - picomatch: 4.0.4 + picomatch: 4.0.5 webpack-virtual-modules: 0.6.2 + optionalDependencies: + esbuild: 0.27.2 + rolldown: 1.1.5 + vite: 8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) unrs-resolver@1.11.1: dependencies: @@ -10568,13 +10608,13 @@ snapshots: validator@13.15.35: {} - vee-validate@4.15.1(vue@3.5.39(typescript@5.9.3)): + vee-validate@4.15.1(vue@3.5.40(typescript@6.0.3)): dependencies: '@vue/devtools-api': 7.7.2 type-fest: 4.38.0 - vue: 3.5.39(typescript@5.9.3) + vue: 3.5.40(typescript@6.0.3) - vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0): + vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0): dependencies: lightningcss: 1.32.0 picomatch: 4.0.5 @@ -10582,16 +10622,16 @@ snapshots: rolldown: 1.1.5 tinyglobby: 0.2.17 optionalDependencies: - '@types/node': 25.9.5 + '@types/node': 26.1.1 esbuild: 0.27.2 fsevents: 2.3.3 jiti: 2.4.2 yaml: 2.9.0 - vitest@4.1.10(@types/node@25.9.5)(@vitest/coverage-istanbul@4.1.10)(jsdom@27.4.0)(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)): + vitest@4.1.10(@types/node@26.1.1)(@vitest/coverage-istanbul@4.1.10)(jsdom@29.1.1)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)): dependencies: '@vitest/expect': 4.1.10 - '@vitest/mocker': 4.1.10(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) + '@vitest/mocker': 4.1.10(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) '@vitest/pretty-format': 4.1.10 '@vitest/runner': 4.1.10 '@vitest/snapshot': 4.1.10 @@ -10608,12 +10648,12 @@ snapshots: tinyexec: 1.0.2 tinyglobby: 0.2.15 tinyrainbow: 3.1.0 - vite: 8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) + vite: 8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 25.9.5 + '@types/node': 26.1.1 '@vitest/coverage-istanbul': 4.1.10(vitest@4.1.10) - jsdom: 27.4.0 + jsdom: 29.1.1 transitivePeerDependencies: - msw @@ -10621,14 +10661,14 @@ snapshots: vue-component-type-helpers@3.2.8: {} - vue-demi@0.14.10(vue@3.5.39(typescript@5.9.3)): + vue-demi@0.14.10(vue@3.5.40(typescript@6.0.3)): dependencies: - vue: 3.5.39(typescript@5.9.3) + vue: 3.5.40(typescript@6.0.3) - vue-draggable-next@2.3.0(sortablejs@1.15.3)(vue@3.5.39(typescript@5.9.3)): + vue-draggable-next@2.3.0(sortablejs@1.15.3)(vue@3.5.40(typescript@6.0.3)): dependencies: sortablejs: 1.15.3 - vue: 3.5.39(typescript@5.9.3) + vue: 3.5.40(typescript@6.0.3) vue-eslint-parser@10.4.1(eslint@10.7.0(jiti@2.4.2)): dependencies: @@ -10642,70 +10682,109 @@ snapshots: transitivePeerDependencies: - supports-color - vue-i18n@9.1.10(vue@3.5.39(typescript@5.9.3)): + vue-i18n@9.1.10(vue@3.5.40(typescript@6.0.3)): dependencies: '@intlify/core-base': 9.1.10 '@intlify/shared': 9.1.10 '@intlify/vue-devtools': 9.1.10 - '@vue/devtools-api': 6.4.5 - vue: 3.5.39(typescript@5.9.3) + '@vue/devtools-api': 6.6.4 + vue: 3.5.40(typescript@6.0.3) - vue-router@5.1.0(@vue/compiler-sfc@3.5.39)(pinia@3.0.4(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)))(vite@8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.9.3)): + vue-router@5.2.0(@vue/compiler-sfc@3.5.40)(esbuild@0.27.2)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)))(rolldown@1.1.5)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)): dependencies: '@babel/generator': 8.0.0 - '@vue-macros/common': 3.1.2(vue@3.5.39(typescript@5.9.3)) + '@vue-macros/common': 3.1.4(vue@3.5.40(typescript@6.0.3)) '@vue/devtools-api': 8.1.5 ast-walker-scope: 0.9.0 chokidar: 5.0.0 json5: 2.2.3 - local-pkg: 1.1.2 + local-pkg: 1.2.1 magic-string: 0.30.21 mlly: 1.8.2 muggle-string: 0.4.1 + nostics: 1.2.0 pathe: 2.0.3 - picomatch: 4.0.4 + picomatch: 4.0.5 scule: 1.3.0 tinyglobby: 0.2.17 - unplugin: 3.0.0 - unplugin-utils: 0.3.1 - vue: 3.5.39(typescript@5.9.3) + unplugin: 3.3.0(esbuild@0.27.2)(rolldown@1.1.5)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) + unplugin-utils: 0.3.2 + vue: 3.5.40(typescript@6.0.3) yaml: 2.9.0 optionalDependencies: - '@vue/compiler-sfc': 3.5.39 - pinia: 3.0.4(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)) - vite: 8.1.4(@types/node@25.9.5)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) + '@vue/compiler-sfc': 3.5.40 + pinia: 3.0.4(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)) + vite: 8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) + transitivePeerDependencies: + - '@farmfe/core' + - '@rspack/core' + - bun-types-no-globals + - esbuild + - rolldown + - rollup + - unloader + - webpack - vue-tsc@2.2.12(typescript@5.9.3): + vue-router@5.2.0(@vue/compiler-sfc@3.5.40)(esbuild@0.27.2)(pinia@4.0.2(@vue/devtools-api@8.1.5)(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)))(rolldown@1.1.5)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0))(vue@3.5.40(typescript@6.0.3)): dependencies: - '@volar/typescript': 2.4.15 - '@vue/language-core': 2.2.12(typescript@5.9.3) - typescript: 5.9.3 + '@babel/generator': 8.0.0 + '@vue-macros/common': 3.1.4(vue@3.5.40(typescript@6.0.3)) + '@vue/devtools-api': 8.1.5 + ast-walker-scope: 0.9.0 + chokidar: 5.0.0 + json5: 2.2.3 + local-pkg: 1.2.1 + magic-string: 0.30.21 + mlly: 1.8.2 + muggle-string: 0.4.1 + nostics: 1.2.0 + pathe: 2.0.3 + picomatch: 4.0.5 + scule: 1.3.0 + tinyglobby: 0.2.17 + unplugin: 3.3.0(esbuild@0.27.2)(rolldown@1.1.5)(vite@8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0)) + unplugin-utils: 0.3.2 + vue: 3.5.40(typescript@6.0.3) + yaml: 2.9.0 + optionalDependencies: + '@vue/compiler-sfc': 3.5.40 + pinia: 4.0.2(@vue/devtools-api@8.1.5)(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)) + vite: 8.1.5(@types/node@26.1.1)(esbuild@0.27.2)(jiti@2.4.2)(yaml@2.9.0) + transitivePeerDependencies: + - '@farmfe/core' + - '@rspack/core' + - bun-types-no-globals + - esbuild + - rolldown + - rollup + - unloader + - webpack - vue-tsc@3.3.7(typescript@5.9.3): + vue-tsc@3.3.7(typescript@6.0.3): dependencies: '@volar/typescript': 2.4.28 '@vue/language-core': 3.3.7 - typescript: 5.9.3 + typescript: 6.0.3 - vue3-dropzone@2.2.1(vue@3.5.39(typescript@5.9.3)): + vue3-dropzone@2.2.1(vue@3.5.40(typescript@6.0.3)): dependencies: attr-accept: 2.2.5 file-selector: 0.2.4 - vue: 3.5.39(typescript@5.9.3) + vue: 3.5.40(typescript@6.0.3) - vue3-toastify@0.2.9(vue@3.5.39(typescript@5.9.3)): + vue3-toastify@0.2.9(vue@3.5.40(typescript@6.0.3)): optionalDependencies: - vue: 3.5.39(typescript@5.9.3) + vue: 3.5.40(typescript@6.0.3) - vue@3.5.39(typescript@5.9.3): + vue@3.5.40(typescript@6.0.3): dependencies: - '@vue/compiler-dom': 3.5.39 - '@vue/compiler-sfc': 3.5.39 - '@vue/runtime-dom': 3.5.39 - '@vue/server-renderer': 3.5.39(vue@3.5.39(typescript@5.9.3)) - '@vue/shared': 3.5.39 + '@vue/compiler-dom': 3.5.40 + '@vue/compiler-sfc': 3.5.40 + '@vue/runtime-dom': 3.5.40 + '@vue/server-renderer': 3.5.40 + '@vue/shared': 3.5.40 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.3 w3c-xmlserializer@5.0.0: dependencies: @@ -10715,16 +10794,19 @@ snapshots: web-worker@1.5.0: {} - webidl-conversions@8.0.0: {} + webidl-conversions@8.0.1: {} webpack-virtual-modules@0.6.2: {} - whatwg-mimetype@4.0.0: {} + whatwg-mimetype@5.0.0: {} - whatwg-url@15.1.0: + whatwg-url@16.0.1: dependencies: + '@exodus/bytes': 1.15.0 tr46: 6.0.0 - webidl-conversions: 8.0.0 + webidl-conversions: 8.0.1 + transitivePeerDependencies: + - '@noble/hashes' which-boxed-primitive@1.0.2: dependencies: @@ -10818,12 +10900,16 @@ snapshots: string-width: 5.1.2 strip-ansi: 7.2.0 + wrap-ansi@9.0.2: + dependencies: + ansi-styles: 6.2.1 + string-width: 7.2.0 + strip-ansi: 7.2.0 + write-file-atomic@7.0.1: dependencies: signal-exit: 4.1.0 - ws@8.18.3: {} - wsl-utils@0.1.0: dependencies: is-wsl: 3.1.1 @@ -10840,22 +10926,19 @@ snapshots: yaml@2.9.0: {} - yargs-parser@21.1.1: {} + yargs-parser@22.0.0: {} - yargs@17.6.2: + yargs@18.0.0: dependencies: - cliui: 8.0.1 + cliui: 9.0.1 escalade: 3.2.0 get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.3 + string-width: 7.2.0 y18n: 5.0.8 - yargs-parser: 21.1.1 + yargs-parser: 22.0.0 yocto-queue@0.1.0: {} - yocto-queue@1.0.0: {} - yoctocolors-cjs@2.1.3: {} yoctocolors@2.1.2: {}