From 73c676931f7520ee933cecb47cd80c1db81b0517 Mon Sep 17 00:00:00 2001 From: roymondchen Date: Tue, 7 Apr 2026 14:45:35 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0ts@10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint-config/package.json | 12 +- packages/cli/tsconfig.build.json | 4 +- playground/tsconfig.json | 1 - pnpm-lock.yaml | 1133 ++++++++++------- pnpm-workspace.yaml | 4 +- .../react-runtime-help/src/hooks/use-dsl.ts | 2 +- .../src/hooks/use-editor-dsl.ts | 2 +- runtime/react/tsconfig.json | 1 - tsconfig.json | 1 - 9 files changed, 670 insertions(+), 490 deletions(-) diff --git a/eslint-config/package.json b/eslint-config/package.json index 1e9bf4af..92464b53 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -10,17 +10,17 @@ }, "dependencies": { "@eslint/js": "^10.0.1", - "@typescript-eslint/parser": "^8.57.1", - "@typescript-eslint/eslint-plugin": "^8.57.1", + "@typescript-eslint/parser": "^8.58.0", + "@typescript-eslint/eslint-plugin": "^8.58.0", "@stylistic/eslint-plugin": "^5.10.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-simple-import-sort": "^12.1.1", + "eslint-plugin-simple-import-sort": "^13.0.0", "eslint-plugin-vue": "^10.8.0", - "vue-eslint-parser": "^10.3.0", - "eslint-plugin-prettier": "^5.5.4", + "vue-eslint-parser": "^10.4.0", + "eslint-plugin-prettier": "^5.5.5", "globals": "^17.4.0", - "typescript-eslint": "^8.57.1" + "typescript-eslint": "^8.58.0" }, "peerDependencies": { "eslint": ">=10.0.0", diff --git a/packages/cli/tsconfig.build.json b/packages/cli/tsconfig.build.json index e43fa27d..be24b982 100644 --- a/packages/cli/tsconfig.build.json +++ b/packages/cli/tsconfig.build.json @@ -2,8 +2,8 @@ "extends": "../../tsconfig.json", "compilerOptions": { "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", - "moduleResolution": "Node", - "module": "CommonJS", + "moduleResolution": "node16", + "module": "node16", "rootDir": "./src", "outDir": "./lib", "declaration": true, diff --git a/playground/tsconfig.json b/playground/tsconfig.json index 3ef5b446..02aa0906 100644 --- a/playground/tsconfig.json +++ b/playground/tsconfig.json @@ -1,7 +1,6 @@ { "extends": "../tsconfig.json", "compilerOptions": { - "baseUrl": "..", }, "exclude": [ "**/dist/**/*" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ee0265d0..d59df22f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,11 +10,11 @@ catalogs: specifier: ^3.5.24 version: 3.5.24 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.2 + version: 6.0.2 vite: - specifier: ^8.0.0 - version: 8.0.0 + specifier: ^8.0.3 + version: 8.0.3 vue: specifier: ^3.5.24 version: 3.5.24 @@ -25,7 +25,7 @@ importers: devDependencies: '@commitlint/cli': specifier: ^20.1.0 - version: 20.1.0(@types/node@24.0.10)(typescript@5.9.3) + version: 20.1.0(@types/node@24.0.10)(typescript@6.0.2) '@commitlint/config-conventional': specifier: ^20.0.0 version: 20.0.0 @@ -37,10 +37,10 @@ importers: version: 24.0.10 '@vitejs/plugin-vue': specifier: ^6.0.5 - version: 6.0.5(vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3)) + version: 6.0.5(vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@6.0.2)) '@vitest/coverage-v8': specifier: ^4.1.0 - version: 4.1.0(vitest@4.1.0(@types/node@24.0.10)(jsdom@27.2.0)(vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))) + version: 4.1.0(vitest@4.1.0(@types/node@24.0.10)(jsdom@27.2.0)(vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))) '@vue/compiler-sfc': specifier: 'catalog:' version: 3.5.24 @@ -49,19 +49,19 @@ importers: version: 10.1.3 commitizen: specifier: ^4.3.1 - version: 4.3.1(@types/node@24.0.10)(typescript@5.9.3) + version: 4.3.1(@types/node@24.0.10)(typescript@6.0.2) conventional-changelog-cli: specifier: ^5.0.0 version: 5.0.0(conventional-commits-filter@5.0.0) cosmiconfig: specifier: '^ 9.0.0 ' - version: 9.0.0(typescript@5.9.3) + version: 9.0.0(typescript@6.0.2) cz-conventional-changelog: specifier: ^3.3.0 - version: 3.3.0(@types/node@24.0.10)(typescript@5.9.3) + version: 3.3.0(@types/node@24.0.10)(typescript@6.0.2) element-plus: specifier: ^2.11.8 - version: 2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3)))(vue@3.5.24(typescript@5.9.3)) + version: 2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2)))(vue@3.5.24(typescript@6.0.2)) enquirer: specifier: ^2.4.1 version: 2.4.1 @@ -103,7 +103,7 @@ importers: version: 1.0.0-rc.9 rolldown-plugin-dts: specifier: ^0.22.5 - version: 0.22.5(rolldown@1.0.0-rc.9)(typescript@5.9.3)(vue-tsc@3.2.6(typescript@5.9.3)) + version: 0.22.5(rolldown@1.0.0-rc.9)(typescript@6.0.2)(vue-tsc@3.2.6(typescript@6.0.2)) sass-embedded: specifier: ^1.93.3 version: 1.93.3 @@ -118,22 +118,22 @@ importers: version: 0.3.4 typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vite: specifier: 'catalog:' - version: 8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1) + version: 8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1) vitepress: specifier: ^1.6.4 - version: 1.6.4(@algolia/client-search@5.44.0)(@types/node@24.0.10)(@types/react@18.3.27)(async-validator@4.2.5)(axios@1.13.2)(lightningcss@1.32.0)(postcss@8.5.8)(qrcode@1.5.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass-embedded@1.93.3)(sass@1.93.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@5.9.3) + version: 1.6.4(@algolia/client-search@5.44.0)(@types/node@24.0.10)(@types/react@18.3.27)(async-validator@4.2.5)(axios@1.13.2)(lightningcss@1.32.0)(postcss@8.5.8)(qrcode@1.5.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass-embedded@1.93.3)(sass@1.93.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@6.0.2) vitest: specifier: ^4.1.0 - version: 4.1.0(@types/node@24.0.10)(jsdom@27.2.0)(vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1)) + version: 4.1.0(@types/node@24.0.10)(jsdom@27.2.0)(vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1)) vue: specifier: 'catalog:' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) vue-tsc: specifier: ^3.2.6 - version: 3.2.6(typescript@5.9.3) + version: 3.2.6(typescript@6.0.2) eslint-config: dependencies: @@ -144,11 +144,11 @@ importers: specifier: ^5.10.0 version: 5.10.0(eslint@10.0.3(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': - specifier: ^8.57.1 - version: 8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3))(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3) + specifier: ^8.58.0 + version: 8.58.0(@typescript-eslint/parser@8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2))(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2) '@typescript-eslint/parser': - specifier: ^8.57.1 - version: 8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3) + specifier: ^8.58.0 + version: 8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2) eslint: specifier: '>=10.0.0' version: 10.0.3(jiti@2.6.1) @@ -157,16 +157,16 @@ importers: version: 10.1.8(eslint@10.0.3(jiti@2.6.1)) eslint-plugin-import: specifier: ^2.32.0 - version: 2.32.0(@typescript-eslint/parser@8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3))(eslint@10.0.3(jiti@2.6.1)) + version: 2.32.0(@typescript-eslint/parser@8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2))(eslint@10.0.3(jiti@2.6.1)) eslint-plugin-prettier: - specifier: ^5.5.4 - version: 5.5.4(eslint-config-prettier@10.1.8(eslint@10.0.3(jiti@2.6.1)))(eslint@10.0.3(jiti@2.6.1))(prettier@3.8.1) + specifier: ^5.5.5 + version: 5.5.5(eslint-config-prettier@10.1.8(eslint@10.0.3(jiti@2.6.1)))(eslint@10.0.3(jiti@2.6.1))(prettier@3.8.1) eslint-plugin-simple-import-sort: - specifier: ^12.1.1 - version: 12.1.1(eslint@10.0.3(jiti@2.6.1)) + specifier: ^13.0.0 + version: 13.0.0(eslint@10.0.3(jiti@2.6.1)) eslint-plugin-vue: specifier: ^10.8.0 - version: 10.8.0(@stylistic/eslint-plugin@5.10.0(eslint@10.0.3(jiti@2.6.1)))(@typescript-eslint/parser@8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3))(eslint@10.0.3(jiti@2.6.1))(vue-eslint-parser@10.4.0(eslint@10.0.3(jiti@2.6.1))) + version: 10.8.0(@stylistic/eslint-plugin@5.10.0(eslint@10.0.3(jiti@2.6.1)))(@typescript-eslint/parser@8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2))(eslint@10.0.3(jiti@2.6.1))(vue-eslint-parser@10.4.0(eslint@10.0.3(jiti@2.6.1))) globals: specifier: ^17.4.0 version: 17.4.0 @@ -174,10 +174,10 @@ importers: specifier: '>=3.8.0' version: 3.8.1 typescript-eslint: - specifier: ^8.57.1 - version: 8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3) + specifier: ^8.58.0 + version: 8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2) vue-eslint-parser: - specifier: ^10.3.0 + specifier: ^10.4.0 version: 10.4.0(eslint@10.0.3(jiti@2.6.1)) packages/cli: @@ -208,7 +208,7 @@ importers: version: 2.8.1 typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 devDependencies: '@types/fs-extra': specifier: ^11.0.4 @@ -239,7 +239,7 @@ importers: version: 4.17.21 typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 devDependencies: '@types/events': specifier: ^3.0.3 @@ -264,7 +264,7 @@ importers: version: 4.17.21 typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 devDependencies: '@types/events': specifier: ^3.0.3 @@ -283,7 +283,7 @@ importers: version: link:../utils typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 packages/design: dependencies: @@ -292,16 +292,16 @@ importers: version: 2.11.8 typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vue: specifier: 'catalog:' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) packages/editor: dependencies: '@element-plus/icons-vue': specifier: ^2.3.2 - version: 2.3.2(vue@3.5.24(typescript@5.9.3)) + version: 2.3.2(vue@3.5.24(typescript@6.0.2)) '@tmagic/core': specifier: workspace:* version: link:../core @@ -358,10 +358,10 @@ importers: version: 5.2.0 typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vue: specifier: 'catalog:' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) devDependencies: '@types/events': specifier: ^3.0.3 @@ -386,19 +386,19 @@ importers: version: link:../design element-plus: specifier: '>=2.9.0' - version: 2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3)))(vue@3.5.24(typescript@5.9.3)) + version: 2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2)))(vue@3.5.24(typescript@6.0.2)) typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vue: specifier: 'catalog:' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) packages/form: dependencies: '@element-plus/icons-vue': specifier: ^2.3.2 - version: 2.3.2(vue@3.5.24(typescript@5.9.3)) + version: 2.3.2(vue@3.5.24(typescript@6.0.2)) '@popperjs/core': specifier: ^2.11.8 version: 2.11.8 @@ -422,10 +422,10 @@ importers: version: 1.15.6 typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vue: specifier: 'catalog:' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) devDependencies: '@types/lodash-es': specifier: ^4.17.4 @@ -444,13 +444,13 @@ importers: version: link:../schema typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 packages/schema: dependencies: typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 packages/stage: dependencies: @@ -480,7 +480,7 @@ importers: version: 1.10.3 typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 devDependencies: '@types/events': specifier: ^3.0.3 @@ -505,10 +505,10 @@ importers: version: 4.17.21 typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vue: specifier: 'catalog:' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) devDependencies: '@types/lodash-es': specifier: ^4.17.4 @@ -521,13 +521,13 @@ importers: version: link:../design tdesign-vue-next: specifier: ^1.17.1 - version: 1.17.3(vue@3.5.24(typescript@5.9.3)) + version: 1.17.3(vue@3.5.24(typescript@6.0.2)) typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vue: specifier: 'catalog:' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) packages/utils: dependencies: @@ -539,7 +539,7 @@ importers: version: 4.17.21 typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 devDependencies: '@types/lodash-es': specifier: ^4.17.4 @@ -549,28 +549,28 @@ importers: dependencies: '@element-plus/icons-vue': specifier: ^2.3.2 - version: 2.3.2(vue@3.5.24(typescript@5.9.3)) + version: 2.3.2(vue@3.5.24(typescript@6.0.2)) '@tmagic/core': specifier: 1.7.9 - version: 1.7.9(typescript@5.9.3) + version: 1.7.9(typescript@6.0.2) '@tmagic/design': specifier: 1.7.9 - version: 1.7.9(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) + version: 1.7.9(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) '@tmagic/editor': specifier: 1.7.9 - version: 1.7.9(@tmagic/core@1.7.9(typescript@5.9.3))(@tmagic/form-schema@1.7.9(typescript@5.9.3))(@tmagic/schema@1.7.9(typescript@5.9.3))(monaco-editor@0.55.1)(type-fest@5.2.0)(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) + version: 1.7.9(@tmagic/core@1.7.9(typescript@6.0.2))(@tmagic/form-schema@1.7.9(typescript@6.0.2))(@tmagic/schema@1.7.9(typescript@6.0.2))(monaco-editor@0.55.1)(type-fest@5.2.0)(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) '@tmagic/element-plus-adapter': specifier: 1.7.9 - version: 1.7.9(@tmagic/design@1.7.9(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(element-plus@2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3)))(vue@3.5.24(typescript@5.9.3)))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) + version: 1.7.9(@tmagic/design@1.7.9(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(element-plus@2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2)))(vue@3.5.24(typescript@6.0.2)))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) '@tmagic/tdesign-vue-next-adapter': specifier: 1.7.9 - version: 1.7.9(@tmagic/design@1.7.9(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(tdesign-vue-next@1.17.3(vue@3.5.24(typescript@5.9.3)))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) + version: 1.7.9(@tmagic/design@1.7.9(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(tdesign-vue-next@1.17.3(vue@3.5.24(typescript@6.0.2)))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) '@tmagic/tmagic-form-runtime': specifier: 1.1.3 - version: 1.1.3(@tmagic/core@1.7.9(typescript@5.9.3))(@tmagic/editor@1.7.9(@tmagic/core@1.7.9(typescript@5.9.3))(@tmagic/form-schema@1.7.9(typescript@5.9.3))(@tmagic/schema@1.7.9(typescript@5.9.3))(monaco-editor@0.55.1)(type-fest@5.2.0)(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(element-plus@2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3)))(vue@3.5.24(typescript@5.9.3)))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) + version: 1.1.3(@tmagic/core@1.7.9(typescript@6.0.2))(@tmagic/editor@1.7.9(@tmagic/core@1.7.9(typescript@6.0.2))(@tmagic/form-schema@1.7.9(typescript@6.0.2))(@tmagic/schema@1.7.9(typescript@6.0.2))(monaco-editor@0.55.1)(type-fest@5.2.0)(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(element-plus@2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2)))(vue@3.5.24(typescript@6.0.2)))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) element-plus: specifier: ^2.11.8 - version: 2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3)))(vue@3.5.24(typescript@5.9.3)) + version: 2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2)))(vue@3.5.24(typescript@6.0.2)) lodash-es: specifier: ^4.17.21 version: 4.17.21 @@ -582,13 +582,13 @@ importers: version: 7.0.0 tdesign-vue-next: specifier: ^1.17.3 - version: 1.17.3(vue@3.5.24(typescript@5.9.3)) + version: 1.17.3(vue@3.5.24(typescript@6.0.2)) vue: specifier: 'catalog:' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) vue-router: specifier: ^4.6.3 - version: 4.6.3(vue@3.5.24(typescript@5.9.3)) + version: 4.6.3(vue@3.5.24(typescript@6.0.2)) devDependencies: '@types/lodash-es': specifier: ^4.17.4 @@ -601,22 +601,22 @@ importers: version: 5.0.4 '@vitejs/plugin-legacy': specifier: ^8.0.0 - version: 8.0.0(terser@5.44.1)(vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1)) + version: 8.0.0(terser@5.44.1)(vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1)) '@vitejs/plugin-vue': specifier: ^6.0.5 - version: 6.0.5(vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3)) + version: 6.0.5(vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@6.0.2)) '@vitejs/plugin-vue-jsx': specifier: ^5.1.5 - version: 5.1.5(vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3)) + version: 5.1.5(vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@6.0.2)) '@vue/compiler-sfc': specifier: 'catalog:' version: 3.5.24 typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vite: specifier: 'catalog:' - version: 8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1) + version: 8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1) react-components/button: dependencies: @@ -637,7 +637,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 devDependencies: '@types/react': specifier: ^18.3.3 @@ -665,7 +665,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 devDependencies: '@types/react': specifier: ^18.3.3 @@ -693,7 +693,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 devDependencies: '@types/react': specifier: ^18.3.3 @@ -721,7 +721,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 devDependencies: '@types/react': specifier: ^18.3.3 @@ -749,7 +749,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 devDependencies: '@types/react': specifier: ^18.3.3 @@ -777,7 +777,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 devDependencies: '@types/react': specifier: ^18.3.3 @@ -805,7 +805,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 devDependencies: '@types/react': specifier: ^18.3.3 @@ -833,7 +833,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 devDependencies: '@types/react': specifier: ^18.3.3 @@ -864,7 +864,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 devDependencies: '@types/qrcode': specifier: ^1.4.2 @@ -895,7 +895,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 devDependencies: '@types/react': specifier: ^18.3.3 @@ -908,13 +908,13 @@ importers: dependencies: '@tmagic/core': specifier: 1.7.9 - version: 1.7.9(typescript@5.9.3) + version: 1.7.9(typescript@6.0.2) '@tmagic/react-runtime-help': specifier: 0.2.2 - version: 0.2.2(@tmagic/core@1.7.9(typescript@5.9.3))(@tmagic/stage@1.7.9(@tmagic/core@1.7.9(typescript@5.9.3))(typescript@5.9.3))(lodash-es@4.17.21)(react@18.3.1)(typescript@5.9.3) + version: 0.2.2(@tmagic/core@1.7.9(typescript@6.0.2))(@tmagic/stage@1.7.9(@tmagic/core@1.7.9(typescript@6.0.2))(typescript@6.0.2))(lodash-es@4.17.21)(react@18.3.1)(typescript@6.0.2) '@tmagic/stage': specifier: 1.7.9 - version: 1.7.9(@tmagic/core@1.7.9(typescript@5.9.3))(typescript@5.9.3) + version: 1.7.9(@tmagic/core@1.7.9(typescript@6.0.2))(typescript@6.0.2) axios: specifier: ^1.13.2 version: 1.13.2 @@ -930,7 +930,7 @@ importers: devDependencies: '@tmagic/cli': specifier: 1.7.9 - version: 1.7.9(typescript@5.9.3) + version: 1.7.9(typescript@6.0.2) '@types/fs-extra': specifier: ^11.0.4 version: 11.0.4 @@ -942,7 +942,7 @@ importers: version: 18.3.7(@types/react@18.3.27) '@vitejs/plugin-legacy': specifier: ^8.0.0 - version: 8.0.0(terser@5.44.1)(vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1)) + version: 8.0.0(terser@5.44.1)(vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1)) '@vitejs/plugin-react-refresh': specifier: ^1.3.6 version: 1.3.6 @@ -951,10 +951,10 @@ importers: version: 11.3.2 typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vite: specifier: 'catalog:' - version: 8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1) + version: 8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1) vite-plugin-commonjs: specifier: ^0.10.4 version: 0.10.4 @@ -963,10 +963,10 @@ importers: dependencies: '@tmagic/core': specifier: '>=1.7.0' - version: 1.7.0(typescript@5.9.3) + version: 1.7.0(typescript@6.0.2) '@tmagic/stage': specifier: '>=1.7.0' - version: 1.7.0(@tmagic/core@1.7.0(typescript@5.9.3))(typescript@5.9.3) + version: 1.7.0(@tmagic/core@1.7.0(typescript@6.0.2))(typescript@6.0.2) lodash-es: specifier: ^4.17.21 version: 4.17.21 @@ -975,7 +975,7 @@ importers: version: 18.3.1 typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 devDependencies: '@types/lodash-es': specifier: ^4.17.4 @@ -988,41 +988,41 @@ importers: dependencies: '@tmagic/core': specifier: '>=1.7.0' - version: 1.7.2(typescript@5.9.3) + version: 1.7.2(typescript@6.0.2) '@tmagic/editor': specifier: '>=1.7.0' - version: 1.7.2(@tmagic/core@1.7.2(typescript@5.9.3))(@tmagic/form-schema@1.7.2(typescript@5.9.3))(@tmagic/schema@1.7.2(typescript@5.9.3))(monaco-editor@0.55.1)(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) + version: 1.7.2(@tmagic/core@1.7.2(typescript@6.0.2))(@tmagic/form-schema@1.7.2(typescript@6.0.2))(@tmagic/schema@1.7.2(typescript@6.0.2))(monaco-editor@0.55.1)(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) element-plus: specifier: '>=2.8.0' - version: 2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3)))(vue@3.5.24(typescript@5.9.3)) + version: 2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2)))(vue@3.5.24(typescript@6.0.2)) typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vue: specifier: 'catalog:' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) runtime/vue: dependencies: '@tmagic/core': specifier: 1.7.9 - version: 1.7.9(typescript@5.9.3) + version: 1.7.9(typescript@6.0.2) '@tmagic/stage': specifier: 1.7.9 - version: 1.7.9(@tmagic/core@1.7.9(typescript@5.9.3))(typescript@5.9.3) + version: 1.7.9(@tmagic/core@1.7.9(typescript@6.0.2))(typescript@6.0.2) '@tmagic/vue-runtime-help': specifier: ^2.0.0 - version: 2.0.0(@tmagic/core@1.7.9(typescript@5.9.3))(@tmagic/stage@1.7.9(@tmagic/core@1.7.9(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) + version: 2.0.0(@tmagic/core@1.7.9(typescript@6.0.2))(@tmagic/stage@1.7.9(@tmagic/core@1.7.9(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) axios: specifier: ^1.13.2 version: 1.13.2 vue: specifier: 'catalog:' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) devDependencies: '@tmagic/cli': specifier: 1.7.9 - version: 1.7.9(typescript@5.9.3) + version: 1.7.9(typescript@6.0.2) '@types/fs-extra': specifier: ^11.0.4 version: 11.0.4 @@ -1031,13 +1031,13 @@ importers: version: 24.0.10 '@vitejs/plugin-legacy': specifier: ^8.0.0 - version: 8.0.0(terser@5.44.1)(vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1)) + version: 8.0.0(terser@5.44.1)(vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1)) '@vitejs/plugin-vue': specifier: ^6.0.5 - version: 6.0.5(vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3)) + version: 6.0.5(vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@6.0.2)) '@vitejs/plugin-vue-jsx': specifier: ^5.1.5 - version: 5.1.5(vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3)) + version: 5.1.5(vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@6.0.2)) '@vue/compiler-sfc': specifier: 'catalog:' version: 3.5.24 @@ -1052,25 +1052,25 @@ importers: version: 3.0.2 typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vite: specifier: 'catalog:' - version: 8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1) + version: 8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1) runtime/vue-runtime-help: dependencies: '@tmagic/core': specifier: '>=1.7.0' - version: 1.7.0(typescript@5.9.3) + version: 1.7.0(typescript@6.0.2) '@tmagic/stage': specifier: '>=1.7.0' - version: 1.7.0(@tmagic/core@1.7.0(typescript@5.9.3))(typescript@5.9.3) + version: 1.7.0(@tmagic/core@1.7.0(typescript@6.0.2))(typescript@6.0.2) typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vue: specifier: '>=3.5.0' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) devDependencies: '@vue/test-utils': specifier: ^2.4.6 @@ -1089,10 +1089,10 @@ importers: version: link:../../runtime/vue-runtime-help typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vue: specifier: '>=3.5.0' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) vue-components/container: dependencies: @@ -1107,10 +1107,10 @@ importers: version: link:../../runtime/vue-runtime-help typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vue: specifier: '>=3.5.0' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) vue-components/img: dependencies: @@ -1125,10 +1125,10 @@ importers: version: link:../../runtime/vue-runtime-help typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vue: specifier: '>=3.5.0' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) vue-components/iterator-container: dependencies: @@ -1143,10 +1143,10 @@ importers: version: link:../../runtime/vue-runtime-help typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vue: specifier: '>=3.5.0' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) vue-components/overlay: dependencies: @@ -1161,10 +1161,10 @@ importers: version: link:../../runtime/vue-runtime-help typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vue: specifier: '>=3.5.0' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) vue-components/page: dependencies: @@ -1179,10 +1179,10 @@ importers: version: link:../../runtime/vue-runtime-help typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vue: specifier: '>=3.5.0' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) vue-components/page-fragment: dependencies: @@ -1197,10 +1197,10 @@ importers: version: link:../../runtime/vue-runtime-help typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vue: specifier: '>=3.5.0' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) vue-components/page-fragment-container: dependencies: @@ -1215,10 +1215,10 @@ importers: version: link:../../runtime/vue-runtime-help typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vue: specifier: '>=3.5.0' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) vue-components/qrcode: dependencies: @@ -1236,10 +1236,10 @@ importers: version: 1.5.4 typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vue: specifier: '>=3.5.0' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) devDependencies: '@types/qrcode': specifier: ^1.4.2 @@ -1258,10 +1258,10 @@ importers: version: link:../../runtime/vue-runtime-help typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.2 vue: specifier: '>=3.5.0' - version: 3.5.24(typescript@5.9.3) + version: 3.5.24(typescript@6.0.2) packages: @@ -2414,13 +2414,12 @@ packages: '@one-ini/wasm@0.1.1': resolution: {integrity: sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==} - '@oxc-project/runtime@0.115.0': - resolution: {integrity: sha512-Rg8Wlt5dCbXhQnsXPrkOjL1DTSvXLgb2R/KYfnf1/K+R0k6UMLEmbQXPM+kwrWqSmWA2t0B1EtHy2/3zikQpvQ==} - engines: {node: ^20.19.0 || >=22.12.0} - '@oxc-project/types@0.115.0': resolution: {integrity: sha512-4n91DKnebUS4yjUHl2g3/b2T+IUdCfmoZGhmwsovZCDaJSs+QkVAM+0AqqTxHSsHfeiMuueT75cZaZcT/m0pSw==} + '@oxc-project/types@0.122.0': + resolution: {integrity: sha512-oLAl5kBpV4w69UtFZ9xqcmTi+GENWOcPF7FCrczTiBbmC0ibXxCwyvZGbO39rCVEuLGAZM84DH0pUIyyv/YJzA==} + '@parcel/watcher-android-arm64@2.5.1': resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==} engines: {node: '>= 10.0.0'} @@ -2520,36 +2519,73 @@ packages: '@popperjs/core@2.11.8': resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} + '@rolldown/binding-android-arm64@1.0.0-rc.12': + resolution: {integrity: sha512-pv1y2Fv0JybcykuiiD3qBOBdz6RteYojRFY1d+b95WVuzx211CRh+ytI/+9iVyWQ6koTh5dawe4S/yRfOFjgaA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [android] + '@rolldown/binding-android-arm64@1.0.0-rc.9': resolution: {integrity: sha512-lcJL0bN5hpgJfSIz/8PIf02irmyL43P+j1pTCfbD1DbLkmGRuFIA4DD3B3ZOvGqG0XiVvRznbKtN0COQVaKUTg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] + '@rolldown/binding-darwin-arm64@1.0.0-rc.12': + resolution: {integrity: sha512-cFYr6zTG/3PXXF3pUO+umXxt1wkRK/0AYT8lDwuqvRC+LuKYWSAQAQZjCWDQpAH172ZV6ieYrNnFzVVcnSflAg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [darwin] + '@rolldown/binding-darwin-arm64@1.0.0-rc.9': resolution: {integrity: sha512-J7Zk3kLYFsLtuH6U+F4pS2sYVzac0qkjcO5QxHS7OS7yZu2LRs+IXo+uvJ/mvpyUljDJ3LROZPoQfgBIpCMhdQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] + '@rolldown/binding-darwin-x64@1.0.0-rc.12': + resolution: {integrity: sha512-ZCsYknnHzeXYps0lGBz8JrF37GpE9bFVefrlmDrAQhOEi4IOIlcoU1+FwHEtyXGx2VkYAvhu7dyBf75EJQffBw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [darwin] + '@rolldown/binding-darwin-x64@1.0.0-rc.9': resolution: {integrity: sha512-iwtmmghy8nhfRGeNAIltcNXzD0QMNaaA5U/NyZc1Ia4bxrzFByNMDoppoC+hl7cDiUq5/1CnFthpT9n+UtfFyg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] + '@rolldown/binding-freebsd-x64@1.0.0-rc.12': + resolution: {integrity: sha512-dMLeprcVsyJsKolRXyoTH3NL6qtsT0Y2xeuEA8WQJquWFXkEC4bcu1rLZZSnZRMtAqwtrF/Ib9Ddtpa/Gkge9Q==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [freebsd] + '@rolldown/binding-freebsd-x64@1.0.0-rc.9': resolution: {integrity: sha512-DLFYI78SCiZr5VvdEplsVC2Vx53lnA4/Ga5C65iyldMVaErr86aiqCoNBLl92PXPfDtUYjUh+xFFor40ueNs4Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.12': + resolution: {integrity: sha512-YqWjAgGC/9M1lz3GR1r1rP79nMgo3mQiiA+Hfo+pvKFK1fAJ1bCi0ZQVh8noOqNacuY1qIcfyVfP6HoyBRZ85Q==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [linux] + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.9': resolution: {integrity: sha512-CsjTmTwd0Hri6iTw/DRMK7kOZ7FwAkrO4h8YWKoX/kcj833e4coqo2wzIFywtch/8Eb5enQ/lwLM7w6JX1W5RQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] + '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.12': + resolution: {integrity: sha512-/I5AS4cIroLpslsmzXfwbe5OmWvSsrFuEw3mwvbQ1kDxJ822hFHIx+vsN/TAzNVyepI/j/GSzrtCIwQPeKCLIg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [linux] + libc: [glibc] + '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.9': resolution: {integrity: sha512-2x9O2JbSPxpxMDhP9Z74mahAStibTlrBMW0520+epJH5sac7/LwZW5Bmg/E6CXuEF53JJFW509uP+lSedaUNxg==} engines: {node: ^20.19.0 || >=22.12.0} @@ -2557,6 +2593,13 @@ packages: os: [linux] libc: [glibc] + '@rolldown/binding-linux-arm64-musl@1.0.0-rc.12': + resolution: {integrity: sha512-V6/wZztnBqlx5hJQqNWwFdxIKN0m38p8Jas+VoSfgH54HSj9tKTt1dZvG6JRHcjh6D7TvrJPWFGaY9UBVOaWPw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [linux] + libc: [musl] + '@rolldown/binding-linux-arm64-musl@1.0.0-rc.9': resolution: {integrity: sha512-JA1QRW31ogheAIRhIg9tjMfsYbglXXYGNPLdPEYrwFxdbkQCAzvpSCSHCDWNl4hTtrol8WeboCSEpjdZK8qrCg==} engines: {node: ^20.19.0 || >=22.12.0} @@ -2564,6 +2607,13 @@ packages: os: [linux] libc: [musl] + '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.12': + resolution: {integrity: sha512-AP3E9BpcUYliZCxa3w5Kwj9OtEVDYK6sVoUzy4vTOJsjPOgdaJZKFmN4oOlX0Wp0RPV2ETfmIra9x1xuayFB7g==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [ppc64] + os: [linux] + libc: [glibc] + '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.9': resolution: {integrity: sha512-aOKU9dJheda8Kj8Y3w9gnt9QFOO+qKPAl8SWd7JPHP+Cu0EuDAE5wokQubLzIDQWg2myXq2XhTpOVS07qqvT+w==} engines: {node: ^20.19.0 || >=22.12.0} @@ -2571,6 +2621,13 @@ packages: os: [linux] libc: [glibc] + '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.12': + resolution: {integrity: sha512-nWwpvUSPkoFmZo0kQazZYOrT7J5DGOJ/+QHHzjvNlooDZED8oH82Yg67HvehPPLAg5fUff7TfWFHQS8IV1n3og==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [s390x] + os: [linux] + libc: [glibc] + '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.9': resolution: {integrity: sha512-OalO94fqj7IWRn3VdXWty75jC5dk4C197AWEuMhIpvVv2lw9fiPhud0+bW2ctCxb3YoBZor71QHbY+9/WToadA==} engines: {node: ^20.19.0 || >=22.12.0} @@ -2578,6 +2635,13 @@ packages: os: [linux] libc: [glibc] + '@rolldown/binding-linux-x64-gnu@1.0.0-rc.12': + resolution: {integrity: sha512-RNrafz5bcwRy+O9e6P8Z/OCAJW/A+qtBczIqVYwTs14pf4iV1/+eKEjdOUta93q2TsT/FI0XYDP3TCky38LMAg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [linux] + libc: [glibc] + '@rolldown/binding-linux-x64-gnu@1.0.0-rc.9': resolution: {integrity: sha512-cVEl1vZtBsBZna3YMjGXNvnYYrOJ7RzuWvZU0ffvJUexWkukMaDuGhUXn0rjnV0ptzGVkvc+vW9Yqy6h8YX4pg==} engines: {node: ^20.19.0 || >=22.12.0} @@ -2585,6 +2649,13 @@ packages: os: [linux] libc: [glibc] + '@rolldown/binding-linux-x64-musl@1.0.0-rc.12': + resolution: {integrity: sha512-Jpw/0iwoKWx3LJ2rc1yjFrj+T7iHZn2JDg1Yny1ma0luviFS4mhAIcd1LFNxK3EYu3DHWCps0ydXQ5i/rrJ2ig==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [linux] + libc: [musl] + '@rolldown/binding-linux-x64-musl@1.0.0-rc.9': resolution: {integrity: sha512-UzYnKCIIc4heAKgI4PZ3dfBGUZefGCJ1TPDuLHoCzgrMYPb5Rv6TLFuYtyM4rWyHM7hymNdsg5ik2C+UD9VDbA==} engines: {node: ^20.19.0 || >=22.12.0} @@ -2592,29 +2663,55 @@ packages: os: [linux] libc: [musl] + '@rolldown/binding-openharmony-arm64@1.0.0-rc.12': + resolution: {integrity: sha512-vRugONE4yMfVn0+7lUKdKvN4D5YusEiPilaoO2sgUWpCvrncvWgPMzK00ZFFJuiPgLwgFNP5eSiUlv2tfc+lpA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [openharmony] + '@rolldown/binding-openharmony-arm64@1.0.0-rc.9': resolution: {integrity: sha512-+6zoiF+RRyf5cdlFQP7nm58mq7+/2PFaY2DNQeD4B87N36JzfF/l9mdBkkmTvSYcYPE8tMh/o3cRlsx1ldLfog==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] + '@rolldown/binding-wasm32-wasi@1.0.0-rc.12': + resolution: {integrity: sha512-ykGiLr/6kkiHc0XnBfmFJuCjr5ZYKKofkx+chJWDjitX+KsJuAmrzWhwyOMSHzPhzOHOy7u9HlFoa5MoAOJ/Zg==} + engines: {node: '>=14.0.0'} + cpu: [wasm32] + '@rolldown/binding-wasm32-wasi@1.0.0-rc.9': resolution: {integrity: sha512-rgFN6sA/dyebil3YTlL2evvi/M+ivhfnyxec7AccTpRPccno/rPoNlqybEZQBkcbZu8Hy+eqNJCqfBR8P7Pg8g==} engines: {node: '>=14.0.0'} cpu: [wasm32] + '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.12': + resolution: {integrity: sha512-5eOND4duWkwx1AzCxadcOrNeighiLwMInEADT0YM7xeEOOFcovWZCq8dadXgcRHSf3Ulh1kFo/qvzoFiCLOL1Q==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [win32] + '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.9': resolution: {integrity: sha512-lHVNUG/8nlF1IQk1C0Ci574qKYyty2goMiPlRqkC5R+3LkXDkL5Dhx8ytbxq35m+pkHVIvIxviD+TWLdfeuadA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] + '@rolldown/binding-win32-x64-msvc@1.0.0-rc.12': + resolution: {integrity: sha512-PyqoipaswDLAZtot351MLhrlrh6lcZPo2LSYE+VDxbVk24LVKAGOuE4hb8xZQmrPAuEtTZW8E6D2zc5EUZX4Lw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [win32] + '@rolldown/binding-win32-x64-msvc@1.0.0-rc.9': resolution: {integrity: sha512-G0oA4+w1iY5AGi5HcDTxWsoxF509hrFIPB2rduV5aDqS9FtDg1CAfa7V34qImbjfhIcA8C+RekocJZA96EarwQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] + '@rolldown/pluginutils@1.0.0-rc.12': + resolution: {integrity: sha512-HHMwmarRKvoFsJorqYlFeFRzXZqCt2ETQlEDOb9aqssrnVBB1/+xgTGtuTrIk5vzLNX1MjMtTf7W9z3tsSbrxw==} + '@rolldown/pluginutils@1.0.0-rc.2': resolution: {integrity: sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==} @@ -3282,63 +3379,67 @@ packages: '@types/web-bluetooth@0.0.21': resolution: {integrity: sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==} - '@typescript-eslint/eslint-plugin@8.57.1': - resolution: {integrity: sha512-Gn3aqnvNl4NGc6x3/Bqk1AOn0thyTU9bqDRhiRnUWezgvr2OnhYCWCgC8zXXRVqBsIL1pSDt7T9nJUe0oM0kDQ==} + '@typescript-eslint/eslint-plugin@8.58.0': + resolution: {integrity: sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - '@typescript-eslint/parser': ^8.57.1 + '@typescript-eslint/parser': ^8.58.0 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 - typescript: '>=4.8.4 <6.0.0' + typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/parser@8.57.1': - resolution: {integrity: sha512-k4eNDan0EIMTT/dUKc/g+rsJ6wcHYhNPdY19VoX/EOtaAG8DLtKCykhrUnuHPYvinn5jhAPgD2Qw9hXBwrahsw==} + '@typescript-eslint/parser@8.58.0': + resolution: {integrity: sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 - typescript: '>=4.8.4 <6.0.0' + typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/project-service@8.57.1': - resolution: {integrity: sha512-vx1F37BRO1OftsYlmG9xay1TqnjNVlqALymwWVuYTdo18XuKxtBpCj1QlzNIEHlvlB27osvXFWptYiEWsVdYsg==} + '@typescript-eslint/project-service@8.58.0': + resolution: {integrity: sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - typescript: '>=4.8.4 <6.0.0' + typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/scope-manager@8.57.1': - resolution: {integrity: sha512-hs/QcpCwlwT2L5S+3fT6gp0PabyGk4Q0Rv2doJXA0435/OpnSR3VRgvrp8Xdoc3UAYSg9cyUjTeFXZEPg/3OKg==} + '@typescript-eslint/scope-manager@8.58.0': + resolution: {integrity: sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/tsconfig-utils@8.57.1': - resolution: {integrity: sha512-0lgOZB8cl19fHO4eI46YUx2EceQqhgkPSuCGLlGi79L2jwYY1cxeYc1Nae8Aw1xjgW3PKVDLlr3YJ6Bxx8HkWg==} + '@typescript-eslint/tsconfig-utils@8.58.0': + resolution: {integrity: sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - typescript: '>=4.8.4 <6.0.0' + typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/type-utils@8.57.1': - resolution: {integrity: sha512-+Bwwm0ScukFdyoJsh2u6pp4S9ktegF98pYUU0hkphOOqdMB+1sNQhIz8y5E9+4pOioZijrkfNO/HUJVAFFfPKA==} + '@typescript-eslint/type-utils@8.58.0': + resolution: {integrity: sha512-aGsCQImkDIqMyx1u4PrVlbi/krmDsQUs4zAcCV6M7yPcPev+RqVlndsJy9kJ8TLihW9TZ0kbDAzctpLn5o+lOg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 - typescript: '>=4.8.4 <6.0.0' + typescript: '>=4.8.4 <6.1.0' '@typescript-eslint/types@8.57.1': resolution: {integrity: sha512-S29BOBPJSFUiblEl6RzPPjJt6w25A6XsBqRVDt53tA/tlL8q7ceQNZHTjPeONt/3S7KRI4quk+yP9jK2WjBiPQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.57.1': - resolution: {integrity: sha512-ybe2hS9G6pXpqGtPli9Gx9quNV0TWLOmh58ADlmZe9DguLq0tiAKVjirSbtM1szG6+QH6rVXyU6GTLQbWnMY+g==} + '@typescript-eslint/types@8.58.0': + resolution: {integrity: sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript-eslint/typescript-estree@8.58.0': + resolution: {integrity: sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - typescript: '>=4.8.4 <6.0.0' + typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/utils@8.57.1': - resolution: {integrity: sha512-XUNSJ/lEVFttPMMoDVA2r2bwrl8/oPx8cURtczkSEswY5T3AeLmCy+EKWQNdL4u0MmAHOjcWrqJp2cdvgjn8dQ==} + '@typescript-eslint/utils@8.58.0': + resolution: {integrity: sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 - typescript: '>=4.8.4 <6.0.0' + typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/visitor-keys@8.57.1': - resolution: {integrity: sha512-YWnmJkXbofiz9KbnbbwuA2rpGkFPLbAIetcCNO6mJ8gdhdZ/v7WDXsoGFAJuM6ikUFKTlSQnjWnVO4ux+UzS6A==} + '@typescript-eslint/visitor-keys@8.58.0': + resolution: {integrity: sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@ungap/structured-clone@1.3.0': @@ -4392,8 +4493,8 @@ packages: '@typescript-eslint/parser': optional: true - eslint-plugin-prettier@5.5.4: - resolution: {integrity: sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==} + eslint-plugin-prettier@5.5.5: + resolution: {integrity: sha512-hscXkbqUZ2sPithAuLm5MXL+Wph+U7wHngPBv9OMWwlP8iaflyxpjTYZkmdgB4/vPIhemRlBEoLrH7UC1n7aUw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: '@types/eslint': '>=8.0.0' @@ -4406,8 +4507,8 @@ packages: eslint-config-prettier: optional: true - eslint-plugin-simple-import-sort@12.1.1: - resolution: {integrity: sha512-6nuzu4xwQtE3332Uz0to+TxDQYRLTKRESSc2hefVT48Zc8JthmN23Gx9lnYhu0FtkRSL1oxny3kJ2aveVhmOVA==} + eslint-plugin-simple-import-sort@13.0.0: + resolution: {integrity: sha512-McAc+/Nlvcg4byY/CABGH8kqnefWBj8s3JA2okEtz8ixbECQgU46p0HkTUKa4YS7wvgGceimlc34p1nXqbWqtA==} peerDependencies: eslint: '>=5.0.0' @@ -5662,6 +5763,10 @@ packages: resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} engines: {node: '>=12'} + picomatch@4.0.4: + resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} + engines: {node: '>=12'} + pidtree@0.6.0: resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==} engines: {node: '>=0.10'} @@ -5694,8 +5799,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prettier-linter-helpers@1.0.0: - resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} + prettier-linter-helpers@1.0.1: + resolution: {integrity: sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg==} engines: {node: '>=6.0.0'} prettier@3.8.1: @@ -5886,6 +5991,11 @@ packages: vue-tsc: optional: true + rolldown@1.0.0-rc.12: + resolution: {integrity: sha512-yP4USLIMYrwpPHEFB5JGH1uxhcslv6/hL0OyvTuY+3qlOSJvZ7ntYnoWpehBxufkgN0cvXxppuTu5hHa/zPh+A==} + engines: {node: ^20.19.0 || >=22.12.0} + hasBin: true + rolldown@1.0.0-rc.9: resolution: {integrity: sha512-9EbgWge7ZH+yqb4d2EnELAntgPTWbfL8ajiTW+SyhJEC4qhBbkCKbqFV4Ge4zmu5ziQuVbWxb/XwLZ+RIO7E8Q==} engines: {node: ^20.19.0 || >=22.12.0} @@ -6281,8 +6391,8 @@ packages: resolution: {integrity: sha512-GTt8rSKje5FilG+wEdfCkOcLL7LWqpMlr2c3LRuKt/YXxcJ52aGSbGBAdI4L3aaqfrBt6y711El53ItyH1NWzg==} engines: {node: '>=16.0.0'} - synckit@0.11.11: - resolution: {integrity: sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==} + synckit@0.11.12: + resolution: {integrity: sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ==} engines: {node: ^14.18.0 || >=16.0.0} systemjs@6.15.1: @@ -6377,8 +6487,8 @@ packages: trim-lines@3.0.1: resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==} - ts-api-utils@2.4.0: - resolution: {integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==} + ts-api-utils@2.5.0: + resolution: {integrity: sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==} engines: {node: '>=18.12'} peerDependencies: typescript: '>=4.8.4' @@ -6421,15 +6531,15 @@ packages: resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==} engines: {node: '>= 0.4'} - typescript-eslint@8.57.1: - resolution: {integrity: sha512-fLvZWf+cAGw3tqMCYzGIU6yR8K+Y9NT2z23RwOjlNFF2HwSB3KhdEFI5lSBv8tNmFkkBShSjsCjzx1vahZfISA==} + typescript-eslint@8.58.0: + resolution: {integrity: sha512-e2TQzKfaI85fO+F3QywtX+tCTsu/D3WW5LVU6nz8hTFKFZ8yBJ6mSYRpXqdR3mFjPWmO0eWsTa5f+UpAOe/FMA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 - typescript: '>=4.8.4 <6.0.0' + typescript: '>=4.8.4 <6.1.0' - typescript@5.9.3: - resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} + typescript@6.0.2: + resolution: {integrity: sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==} engines: {node: '>=14.17'} hasBin: true @@ -6563,13 +6673,13 @@ packages: terser: optional: true - vite@8.0.0: - resolution: {integrity: sha512-fPGaRNj9Zytaf8LEiBhY7Z6ijnFKdzU/+mL8EFBaKr7Vw1/FWcTBAMW0wLPJAGMPX38ZPVCVgLceWiEqeoqL2Q==} + vite@8.0.3: + resolution: {integrity: sha512-B9ifbFudT1TFhfltfaIPgjo9Z3mDynBTJSUYxTjOQruf/zHH+ezCQKcoqO+h7a9Pw9Nm/OtlXAiGT1axBgwqrQ==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: '@types/node': ^20.19.0 || >=22.12.0 - '@vitejs/devtools': ^0.0.0-alpha.31 + '@vitejs/devtools': ^0.1.0 esbuild: ^0.27.0 jiti: '>=1.21.0' less: ^4.0.0 @@ -7811,11 +7921,11 @@ snapshots: dependencies: '@egjs/component': 3.0.5 - '@commitlint/cli@20.1.0(@types/node@24.0.10)(typescript@5.9.3)': + '@commitlint/cli@20.1.0(@types/node@24.0.10)(typescript@6.0.2)': dependencies: '@commitlint/format': 20.0.0 '@commitlint/lint': 20.0.0 - '@commitlint/load': 20.1.0(@types/node@24.0.10)(typescript@5.9.3) + '@commitlint/load': 20.1.0(@types/node@24.0.10)(typescript@6.0.2) '@commitlint/read': 20.0.0 '@commitlint/types': 20.0.0 tinyexec: 1.0.2 @@ -7862,15 +7972,15 @@ snapshots: '@commitlint/rules': 20.0.0 '@commitlint/types': 20.0.0 - '@commitlint/load@20.1.0(@types/node@24.0.10)(typescript@5.9.3)': + '@commitlint/load@20.1.0(@types/node@24.0.10)(typescript@6.0.2)': dependencies: '@commitlint/config-validator': 20.0.0 '@commitlint/execute-rule': 20.0.0 '@commitlint/resolve-extends': 20.1.0 '@commitlint/types': 20.0.0 chalk: 5.6.2 - cosmiconfig: 9.0.0(typescript@5.9.3) - cosmiconfig-typescript-loader: 6.2.0(@types/node@24.0.10)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3) + cosmiconfig: 9.0.0(typescript@6.0.2) + cosmiconfig-typescript-loader: 6.2.0(@types/node@24.0.10)(cosmiconfig@9.0.0(typescript@6.0.2))(typescript@6.0.2) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -7992,9 +8102,9 @@ snapshots: '@egjs/list-differ@1.0.1': {} - '@element-plus/icons-vue@2.3.2(vue@3.5.24(typescript@5.9.3))': + '@element-plus/icons-vue@2.3.2(vue@3.5.24(typescript@6.0.2))': dependencies: - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) '@emmetio/abbreviation@2.3.3': dependencies: @@ -8216,10 +8326,10 @@ snapshots: '@one-ini/wasm@0.1.1': {} - '@oxc-project/runtime@0.115.0': {} - '@oxc-project/types@0.115.0': {} + '@oxc-project/types@0.122.0': {} + '@parcel/watcher-android-arm64@2.5.1': optional: true @@ -8288,53 +8398,102 @@ snapshots: '@popperjs/core@2.11.8': {} + '@rolldown/binding-android-arm64@1.0.0-rc.12': + optional: true + '@rolldown/binding-android-arm64@1.0.0-rc.9': optional: true + '@rolldown/binding-darwin-arm64@1.0.0-rc.12': + optional: true + '@rolldown/binding-darwin-arm64@1.0.0-rc.9': optional: true + '@rolldown/binding-darwin-x64@1.0.0-rc.12': + optional: true + '@rolldown/binding-darwin-x64@1.0.0-rc.9': optional: true + '@rolldown/binding-freebsd-x64@1.0.0-rc.12': + optional: true + '@rolldown/binding-freebsd-x64@1.0.0-rc.9': optional: true + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.12': + optional: true + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.9': optional: true + '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.12': + optional: true + '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.9': optional: true + '@rolldown/binding-linux-arm64-musl@1.0.0-rc.12': + optional: true + '@rolldown/binding-linux-arm64-musl@1.0.0-rc.9': optional: true + '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.12': + optional: true + '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.9': optional: true + '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.12': + optional: true + '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.9': optional: true + '@rolldown/binding-linux-x64-gnu@1.0.0-rc.12': + optional: true + '@rolldown/binding-linux-x64-gnu@1.0.0-rc.9': optional: true + '@rolldown/binding-linux-x64-musl@1.0.0-rc.12': + optional: true + '@rolldown/binding-linux-x64-musl@1.0.0-rc.9': optional: true + '@rolldown/binding-openharmony-arm64@1.0.0-rc.12': + optional: true + '@rolldown/binding-openharmony-arm64@1.0.0-rc.9': optional: true + '@rolldown/binding-wasm32-wasi@1.0.0-rc.12': + dependencies: + '@napi-rs/wasm-runtime': 1.1.1 + optional: true + '@rolldown/binding-wasm32-wasi@1.0.0-rc.9': dependencies: '@napi-rs/wasm-runtime': 1.1.1 optional: true + '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.12': + optional: true + '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.9': optional: true + '@rolldown/binding-win32-x64-msvc@1.0.0-rc.12': + optional: true + '@rolldown/binding-win32-x64-msvc@1.0.0-rc.9': optional: true + '@rolldown/pluginutils@1.0.0-rc.12': {} + '@rolldown/pluginutils@1.0.0-rc.2': {} '@rolldown/pluginutils@1.0.0-rc.9': {} @@ -8498,7 +8657,7 @@ snapshots: '@sxzz/popperjs-es@2.11.7': {} - '@tmagic/cli@1.7.9(typescript@5.9.3)': + '@tmagic/cli@1.7.9(typescript@6.0.2)': dependencies: cac: 6.7.14 chokidar: 3.6.0 @@ -8509,112 +8668,112 @@ snapshots: recast: 0.23.11 tslib: 2.8.1 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/core@1.7.0(typescript@5.9.3)': + '@tmagic/core@1.7.0(typescript@6.0.2)': dependencies: - '@tmagic/data-source': 1.7.0(@tmagic/core@1.7.0(typescript@5.9.3))(typescript@5.9.3) - '@tmagic/dep': 1.7.0(@tmagic/schema@1.7.0(typescript@5.9.3))(@tmagic/utils@1.7.0(@tmagic/schema@1.7.0(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3) - '@tmagic/schema': 1.7.0(typescript@5.9.3) - '@tmagic/utils': 1.7.0(@tmagic/schema@1.7.0(typescript@5.9.3))(typescript@5.9.3) + '@tmagic/data-source': 1.7.0(@tmagic/core@1.7.0(typescript@6.0.2))(typescript@6.0.2) + '@tmagic/dep': 1.7.0(@tmagic/schema@1.7.0(typescript@6.0.2))(@tmagic/utils@1.7.0(@tmagic/schema@1.7.0(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2) + '@tmagic/schema': 1.7.0(typescript@6.0.2) + '@tmagic/utils': 1.7.0(@tmagic/schema@1.7.0(typescript@6.0.2))(typescript@6.0.2) events: 3.3.0 lodash-es: 4.17.21 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/core@1.7.2(typescript@5.9.3)': + '@tmagic/core@1.7.2(typescript@6.0.2)': dependencies: - '@tmagic/data-source': 1.7.2(@tmagic/core@1.7.2(typescript@5.9.3))(typescript@5.9.3) - '@tmagic/dep': 1.7.2(@tmagic/schema@1.7.2(typescript@5.9.3))(@tmagic/utils@1.7.2(@tmagic/schema@1.7.2(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3) - '@tmagic/schema': 1.7.2(typescript@5.9.3) - '@tmagic/utils': 1.7.2(@tmagic/schema@1.7.2(typescript@5.9.3))(typescript@5.9.3) + '@tmagic/data-source': 1.7.2(@tmagic/core@1.7.2(typescript@6.0.2))(typescript@6.0.2) + '@tmagic/dep': 1.7.2(@tmagic/schema@1.7.2(typescript@6.0.2))(@tmagic/utils@1.7.2(@tmagic/schema@1.7.2(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2) + '@tmagic/schema': 1.7.2(typescript@6.0.2) + '@tmagic/utils': 1.7.2(@tmagic/schema@1.7.2(typescript@6.0.2))(typescript@6.0.2) events: 3.3.0 lodash-es: 4.17.21 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/core@1.7.9(typescript@5.9.3)': + '@tmagic/core@1.7.9(typescript@6.0.2)': dependencies: - '@tmagic/data-source': 1.7.9(@tmagic/core@1.7.9(typescript@5.9.3))(typescript@5.9.3) - '@tmagic/dep': 1.7.9(@tmagic/schema@1.7.9(typescript@5.9.3))(@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3) - '@tmagic/schema': 1.7.9(typescript@5.9.3) - '@tmagic/utils': 1.7.9(@tmagic/schema@1.7.9(typescript@5.9.3))(typescript@5.9.3) + '@tmagic/data-source': 1.7.9(@tmagic/core@1.7.9(typescript@6.0.2))(typescript@6.0.2) + '@tmagic/dep': 1.7.9(@tmagic/schema@1.7.9(typescript@6.0.2))(@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2) + '@tmagic/schema': 1.7.9(typescript@6.0.2) + '@tmagic/utils': 1.7.9(@tmagic/schema@1.7.9(typescript@6.0.2))(typescript@6.0.2) events: 3.3.0 lodash-es: 4.17.21 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/data-source@1.7.0(@tmagic/core@1.7.0(typescript@5.9.3))(typescript@5.9.3)': + '@tmagic/data-source@1.7.0(@tmagic/core@1.7.0(typescript@6.0.2))(typescript@6.0.2)': dependencies: - '@tmagic/core': 1.7.0(typescript@5.9.3) + '@tmagic/core': 1.7.0(typescript@6.0.2) deep-state-observer: 5.5.14 events: 3.3.0 lodash-es: 4.17.21 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/data-source@1.7.2(@tmagic/core@1.7.2(typescript@5.9.3))(typescript@5.9.3)': + '@tmagic/data-source@1.7.2(@tmagic/core@1.7.2(typescript@6.0.2))(typescript@6.0.2)': dependencies: - '@tmagic/core': 1.7.2(typescript@5.9.3) + '@tmagic/core': 1.7.2(typescript@6.0.2) deep-state-observer: 5.5.14 events: 3.3.0 lodash-es: 4.17.21 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/data-source@1.7.9(@tmagic/core@1.7.9(typescript@5.9.3))(typescript@5.9.3)': + '@tmagic/data-source@1.7.9(@tmagic/core@1.7.9(typescript@6.0.2))(typescript@6.0.2)': dependencies: - '@tmagic/core': 1.7.9(typescript@5.9.3) + '@tmagic/core': 1.7.9(typescript@6.0.2) deep-state-observer: 5.5.14 events: 3.3.0 lodash-es: 4.17.21 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/dep@1.7.0(@tmagic/schema@1.7.0(typescript@5.9.3))(@tmagic/utils@1.7.0(@tmagic/schema@1.7.0(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3)': + '@tmagic/dep@1.7.0(@tmagic/schema@1.7.0(typescript@6.0.2))(@tmagic/utils@1.7.0(@tmagic/schema@1.7.0(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2)': dependencies: - '@tmagic/schema': 1.7.0(typescript@5.9.3) - '@tmagic/utils': 1.7.0(@tmagic/schema@1.7.0(typescript@5.9.3))(typescript@5.9.3) + '@tmagic/schema': 1.7.0(typescript@6.0.2) + '@tmagic/utils': 1.7.0(@tmagic/schema@1.7.0(typescript@6.0.2))(typescript@6.0.2) optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/dep@1.7.2(@tmagic/schema@1.7.2(typescript@5.9.3))(@tmagic/utils@1.7.2(@tmagic/schema@1.7.2(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3)': + '@tmagic/dep@1.7.2(@tmagic/schema@1.7.2(typescript@6.0.2))(@tmagic/utils@1.7.2(@tmagic/schema@1.7.2(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2)': dependencies: - '@tmagic/schema': 1.7.2(typescript@5.9.3) - '@tmagic/utils': 1.7.2(@tmagic/schema@1.7.2(typescript@5.9.3))(typescript@5.9.3) + '@tmagic/schema': 1.7.2(typescript@6.0.2) + '@tmagic/utils': 1.7.2(@tmagic/schema@1.7.2(typescript@6.0.2))(typescript@6.0.2) optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/dep@1.7.9(@tmagic/schema@1.7.9(typescript@5.9.3))(@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3)': + '@tmagic/dep@1.7.9(@tmagic/schema@1.7.9(typescript@6.0.2))(@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2)': dependencies: - '@tmagic/schema': 1.7.9(typescript@5.9.3) - '@tmagic/utils': 1.7.9(@tmagic/schema@1.7.9(typescript@5.9.3))(typescript@5.9.3) + '@tmagic/schema': 1.7.9(typescript@6.0.2) + '@tmagic/utils': 1.7.9(@tmagic/schema@1.7.9(typescript@6.0.2))(typescript@6.0.2) optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/design@1.7.2(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3))': + '@tmagic/design@1.7.2(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2))': dependencies: '@popperjs/core': 2.11.8 - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/design@1.7.9(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3))': + '@tmagic/design@1.7.9(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2))': dependencies: '@popperjs/core': 2.11.8 - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/editor@1.7.2(@tmagic/core@1.7.2(typescript@5.9.3))(@tmagic/form-schema@1.7.2(typescript@5.9.3))(@tmagic/schema@1.7.2(typescript@5.9.3))(monaco-editor@0.55.1)(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3))': + '@tmagic/editor@1.7.2(@tmagic/core@1.7.2(typescript@6.0.2))(@tmagic/form-schema@1.7.2(typescript@6.0.2))(@tmagic/schema@1.7.2(typescript@6.0.2))(monaco-editor@0.55.1)(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2))': dependencies: - '@element-plus/icons-vue': 2.3.2(vue@3.5.24(typescript@5.9.3)) - '@tmagic/core': 1.7.2(typescript@5.9.3) - '@tmagic/design': 1.7.2(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) - '@tmagic/form': 1.7.2(@tmagic/design@1.7.2(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(@tmagic/form-schema@1.7.2(typescript@5.9.3))(@tmagic/utils@1.7.2(@tmagic/schema@1.7.2(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) - '@tmagic/stage': 1.7.2(@tmagic/core@1.7.2(typescript@5.9.3))(typescript@5.9.3) - '@tmagic/table': 1.7.2(@tmagic/design@1.7.2(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(@tmagic/form@1.7.2(@tmagic/design@1.7.2(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(@tmagic/form-schema@1.7.2(typescript@5.9.3))(@tmagic/utils@1.7.2(@tmagic/schema@1.7.2(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) - '@tmagic/utils': 1.7.2(@tmagic/schema@1.7.2(typescript@5.9.3))(typescript@5.9.3) + '@element-plus/icons-vue': 2.3.2(vue@3.5.24(typescript@6.0.2)) + '@tmagic/core': 1.7.2(typescript@6.0.2) + '@tmagic/design': 1.7.2(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) + '@tmagic/form': 1.7.2(@tmagic/design@1.7.2(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(@tmagic/form-schema@1.7.2(typescript@6.0.2))(@tmagic/utils@1.7.2(@tmagic/schema@1.7.2(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) + '@tmagic/stage': 1.7.2(@tmagic/core@1.7.2(typescript@6.0.2))(typescript@6.0.2) + '@tmagic/table': 1.7.2(@tmagic/design@1.7.2(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(@tmagic/form@1.7.2(@tmagic/design@1.7.2(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(@tmagic/form-schema@1.7.2(typescript@6.0.2))(@tmagic/utils@1.7.2(@tmagic/schema@1.7.2(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) + '@tmagic/utils': 1.7.2(@tmagic/schema@1.7.2(typescript@6.0.2))(typescript@6.0.2) buffer: 6.0.3 deep-object-diff: 1.1.9 emmet-monaco-es: 5.7.0(monaco-editor@0.55.1) @@ -8626,22 +8785,22 @@ snapshots: moveable: 0.53.0 serialize-javascript: 7.0.0 sortablejs: 1.15.6 - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 transitivePeerDependencies: - '@tmagic/form-schema' - '@tmagic/schema' - '@tmagic/editor@1.7.9(@tmagic/core@1.7.9(typescript@5.9.3))(@tmagic/form-schema@1.7.9(typescript@5.9.3))(@tmagic/schema@1.7.9(typescript@5.9.3))(monaco-editor@0.55.1)(type-fest@5.2.0)(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3))': + '@tmagic/editor@1.7.9(@tmagic/core@1.7.9(typescript@6.0.2))(@tmagic/form-schema@1.7.9(typescript@6.0.2))(@tmagic/schema@1.7.9(typescript@6.0.2))(monaco-editor@0.55.1)(type-fest@5.2.0)(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2))': dependencies: - '@element-plus/icons-vue': 2.3.2(vue@3.5.24(typescript@5.9.3)) - '@tmagic/core': 1.7.9(typescript@5.9.3) - '@tmagic/design': 1.7.9(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) - '@tmagic/form': 1.7.9(@tmagic/design@1.7.9(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(@tmagic/form-schema@1.7.9(typescript@5.9.3))(@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) - '@tmagic/stage': 1.7.9(@tmagic/core@1.7.9(typescript@5.9.3))(typescript@5.9.3) - '@tmagic/table': 1.7.9(@tmagic/design@1.7.9(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(@tmagic/form@1.7.9(@tmagic/design@1.7.9(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(@tmagic/form-schema@1.7.9(typescript@5.9.3))(@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) - '@tmagic/utils': 1.7.9(@tmagic/schema@1.7.9(typescript@5.9.3))(typescript@5.9.3) + '@element-plus/icons-vue': 2.3.2(vue@3.5.24(typescript@6.0.2)) + '@tmagic/core': 1.7.9(typescript@6.0.2) + '@tmagic/design': 1.7.9(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) + '@tmagic/form': 1.7.9(@tmagic/design@1.7.9(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(@tmagic/form-schema@1.7.9(typescript@6.0.2))(@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) + '@tmagic/stage': 1.7.9(@tmagic/core@1.7.9(typescript@6.0.2))(typescript@6.0.2) + '@tmagic/table': 1.7.9(@tmagic/design@1.7.9(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(@tmagic/form@1.7.9(@tmagic/design@1.7.9(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(@tmagic/form-schema@1.7.9(typescript@6.0.2))(@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) + '@tmagic/utils': 1.7.9(@tmagic/schema@1.7.9(typescript@6.0.2))(typescript@6.0.2) buffer: 6.0.3 deep-object-diff: 1.1.9 emmet-monaco-es: 5.7.0(monaco-editor@0.55.1) @@ -8653,87 +8812,87 @@ snapshots: moveable: 0.53.0 serialize-javascript: 7.0.0 sortablejs: 1.15.6 - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) optionalDependencies: type-fest: 5.2.0 - typescript: 5.9.3 + typescript: 6.0.2 transitivePeerDependencies: - '@tmagic/form-schema' - '@tmagic/schema' - '@tmagic/element-plus-adapter@1.7.9(@tmagic/design@1.7.9(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(element-plus@2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3)))(vue@3.5.24(typescript@5.9.3)))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3))': + '@tmagic/element-plus-adapter@1.7.9(@tmagic/design@1.7.9(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(element-plus@2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2)))(vue@3.5.24(typescript@6.0.2)))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2))': dependencies: - '@tmagic/design': 1.7.9(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) - element-plus: 2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3)))(vue@3.5.24(typescript@5.9.3)) - vue: 3.5.24(typescript@5.9.3) + '@tmagic/design': 1.7.9(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) + element-plus: 2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2)))(vue@3.5.24(typescript@6.0.2)) + vue: 3.5.24(typescript@6.0.2) optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/form-schema@1.7.2(typescript@5.9.3)': + '@tmagic/form-schema@1.7.2(typescript@6.0.2)': dependencies: - '@tmagic/schema': 1.7.2(typescript@5.9.3) + '@tmagic/schema': 1.7.2(typescript@6.0.2) optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/form-schema@1.7.9(typescript@5.9.3)': + '@tmagic/form-schema@1.7.9(typescript@6.0.2)': dependencies: - '@tmagic/schema': 1.7.9(typescript@5.9.3) + '@tmagic/schema': 1.7.9(typescript@6.0.2) optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/form@1.7.2(@tmagic/design@1.7.2(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(@tmagic/form-schema@1.7.2(typescript@5.9.3))(@tmagic/utils@1.7.2(@tmagic/schema@1.7.2(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3))': + '@tmagic/form@1.7.2(@tmagic/design@1.7.2(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(@tmagic/form-schema@1.7.2(typescript@6.0.2))(@tmagic/utils@1.7.2(@tmagic/schema@1.7.2(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2))': dependencies: - '@element-plus/icons-vue': 2.3.2(vue@3.5.24(typescript@5.9.3)) + '@element-plus/icons-vue': 2.3.2(vue@3.5.24(typescript@6.0.2)) '@popperjs/core': 2.11.8 - '@tmagic/design': 1.7.2(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) - '@tmagic/form-schema': 1.7.2(typescript@5.9.3) - '@tmagic/utils': 1.7.2(@tmagic/schema@1.7.2(typescript@5.9.3))(typescript@5.9.3) + '@tmagic/design': 1.7.2(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) + '@tmagic/form-schema': 1.7.2(typescript@6.0.2) + '@tmagic/utils': 1.7.2(@tmagic/schema@1.7.2(typescript@6.0.2))(typescript@6.0.2) dayjs: 1.11.19 lodash-es: 4.17.21 sortablejs: 1.15.6 - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/form@1.7.9(@tmagic/design@1.7.9(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(@tmagic/form-schema@1.7.9(typescript@5.9.3))(@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3))': + '@tmagic/form@1.7.9(@tmagic/design@1.7.9(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(@tmagic/form-schema@1.7.9(typescript@6.0.2))(@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2))': dependencies: - '@element-plus/icons-vue': 2.3.2(vue@3.5.24(typescript@5.9.3)) + '@element-plus/icons-vue': 2.3.2(vue@3.5.24(typescript@6.0.2)) '@popperjs/core': 2.11.8 - '@tmagic/design': 1.7.9(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) - '@tmagic/form-schema': 1.7.9(typescript@5.9.3) - '@tmagic/utils': 1.7.9(@tmagic/schema@1.7.9(typescript@5.9.3))(typescript@5.9.3) + '@tmagic/design': 1.7.9(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) + '@tmagic/form-schema': 1.7.9(typescript@6.0.2) + '@tmagic/utils': 1.7.9(@tmagic/schema@1.7.9(typescript@6.0.2))(typescript@6.0.2) dayjs: 1.11.19 lodash-es: 4.17.21 sortablejs: 1.15.6 - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/react-runtime-help@0.2.2(@tmagic/core@1.7.9(typescript@5.9.3))(@tmagic/stage@1.7.9(@tmagic/core@1.7.9(typescript@5.9.3))(typescript@5.9.3))(lodash-es@4.17.21)(react@18.3.1)(typescript@5.9.3)': + '@tmagic/react-runtime-help@0.2.2(@tmagic/core@1.7.9(typescript@6.0.2))(@tmagic/stage@1.7.9(@tmagic/core@1.7.9(typescript@6.0.2))(typescript@6.0.2))(lodash-es@4.17.21)(react@18.3.1)(typescript@6.0.2)': dependencies: lodash-es: 4.17.21 react: 18.3.1 optionalDependencies: - '@tmagic/core': 1.7.9(typescript@5.9.3) - '@tmagic/stage': 1.7.9(@tmagic/core@1.7.9(typescript@5.9.3))(typescript@5.9.3) - typescript: 5.9.3 + '@tmagic/core': 1.7.9(typescript@6.0.2) + '@tmagic/stage': 1.7.9(@tmagic/core@1.7.9(typescript@6.0.2))(typescript@6.0.2) + typescript: 6.0.2 - '@tmagic/schema@1.7.0(typescript@5.9.3)': + '@tmagic/schema@1.7.0(typescript@6.0.2)': optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/schema@1.7.2(typescript@5.9.3)': + '@tmagic/schema@1.7.2(typescript@6.0.2)': optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/schema@1.7.9(typescript@5.9.3)': + '@tmagic/schema@1.7.9(typescript@6.0.2)': optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/stage@1.7.0(@tmagic/core@1.7.0(typescript@5.9.3))(typescript@5.9.3)': + '@tmagic/stage@1.7.0(@tmagic/core@1.7.0(typescript@6.0.2))(typescript@6.0.2)': dependencies: '@scena/guides': 0.29.2 - '@tmagic/core': 1.7.0(typescript@5.9.3) + '@tmagic/core': 1.7.0(typescript@6.0.2) events: 3.3.0 keycon: 1.4.0 lodash-es: 4.17.21 @@ -8741,12 +8900,12 @@ snapshots: moveable-helper: 0.4.0(scenejs@1.10.3) scenejs: 1.10.3 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/stage@1.7.2(@tmagic/core@1.7.2(typescript@5.9.3))(typescript@5.9.3)': + '@tmagic/stage@1.7.2(@tmagic/core@1.7.2(typescript@6.0.2))(typescript@6.0.2)': dependencies: '@scena/guides': 0.29.2 - '@tmagic/core': 1.7.2(typescript@5.9.3) + '@tmagic/core': 1.7.2(typescript@6.0.2) events: 3.3.0 keycon: 1.4.0 lodash-es: 4.17.21 @@ -8754,12 +8913,12 @@ snapshots: moveable-helper: 0.4.0(scenejs@1.10.3) scenejs: 1.10.3 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/stage@1.7.9(@tmagic/core@1.7.9(typescript@5.9.3))(typescript@5.9.3)': + '@tmagic/stage@1.7.9(@tmagic/core@1.7.9(typescript@6.0.2))(typescript@6.0.2)': dependencies: '@scena/guides': 0.29.2 - '@tmagic/core': 1.7.9(typescript@5.9.3) + '@tmagic/core': 1.7.9(typescript@6.0.2) events: 3.3.0 keycon: 1.4.0 lodash-es: 4.17.21 @@ -8767,72 +8926,72 @@ snapshots: moveable-helper: 0.4.0(scenejs@1.10.3) scenejs: 1.10.3 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/table@1.7.2(@tmagic/design@1.7.2(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(@tmagic/form@1.7.2(@tmagic/design@1.7.2(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(@tmagic/form-schema@1.7.2(typescript@5.9.3))(@tmagic/utils@1.7.2(@tmagic/schema@1.7.2(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3))': + '@tmagic/table@1.7.2(@tmagic/design@1.7.2(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(@tmagic/form@1.7.2(@tmagic/design@1.7.2(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(@tmagic/form-schema@1.7.2(typescript@6.0.2))(@tmagic/utils@1.7.2(@tmagic/schema@1.7.2(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2))': dependencies: - '@tmagic/design': 1.7.2(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) - '@tmagic/form': 1.7.2(@tmagic/design@1.7.2(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(@tmagic/form-schema@1.7.2(typescript@5.9.3))(@tmagic/utils@1.7.2(@tmagic/schema@1.7.2(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) + '@tmagic/design': 1.7.2(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) + '@tmagic/form': 1.7.2(@tmagic/design@1.7.2(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(@tmagic/form-schema@1.7.2(typescript@6.0.2))(@tmagic/utils@1.7.2(@tmagic/schema@1.7.2(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) lodash-es: 4.17.21 - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/table@1.7.9(@tmagic/design@1.7.9(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(@tmagic/form@1.7.9(@tmagic/design@1.7.9(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(@tmagic/form-schema@1.7.9(typescript@5.9.3))(@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3))': + '@tmagic/table@1.7.9(@tmagic/design@1.7.9(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(@tmagic/form@1.7.9(@tmagic/design@1.7.9(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(@tmagic/form-schema@1.7.9(typescript@6.0.2))(@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2))': dependencies: - '@tmagic/design': 1.7.9(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) - '@tmagic/form': 1.7.9(@tmagic/design@1.7.9(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(@tmagic/form-schema@1.7.9(typescript@5.9.3))(@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) - '@tmagic/utils': 1.7.9(@tmagic/schema@1.7.9(typescript@5.9.3))(typescript@5.9.3) + '@tmagic/design': 1.7.9(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) + '@tmagic/form': 1.7.9(@tmagic/design@1.7.9(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(@tmagic/form-schema@1.7.9(typescript@6.0.2))(@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) + '@tmagic/utils': 1.7.9(@tmagic/schema@1.7.9(typescript@6.0.2))(typescript@6.0.2) lodash-es: 4.17.21 - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/tdesign-vue-next-adapter@1.7.9(@tmagic/design@1.7.9(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(tdesign-vue-next@1.17.3(vue@3.5.24(typescript@5.9.3)))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3))': + '@tmagic/tdesign-vue-next-adapter@1.7.9(@tmagic/design@1.7.9(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(tdesign-vue-next@1.17.3(vue@3.5.24(typescript@6.0.2)))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2))': dependencies: - '@tmagic/design': 1.7.9(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) - tdesign-vue-next: 1.17.3(vue@3.5.24(typescript@5.9.3)) - vue: 3.5.24(typescript@5.9.3) + '@tmagic/design': 1.7.9(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) + tdesign-vue-next: 1.17.3(vue@3.5.24(typescript@6.0.2)) + vue: 3.5.24(typescript@6.0.2) optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/tmagic-form-runtime@1.1.3(@tmagic/core@1.7.9(typescript@5.9.3))(@tmagic/editor@1.7.9(@tmagic/core@1.7.9(typescript@5.9.3))(@tmagic/form-schema@1.7.9(typescript@5.9.3))(@tmagic/schema@1.7.9(typescript@5.9.3))(monaco-editor@0.55.1)(type-fest@5.2.0)(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)))(element-plus@2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3)))(vue@3.5.24(typescript@5.9.3)))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3))': + '@tmagic/tmagic-form-runtime@1.1.3(@tmagic/core@1.7.9(typescript@6.0.2))(@tmagic/editor@1.7.9(@tmagic/core@1.7.9(typescript@6.0.2))(@tmagic/form-schema@1.7.9(typescript@6.0.2))(@tmagic/schema@1.7.9(typescript@6.0.2))(monaco-editor@0.55.1)(type-fest@5.2.0)(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)))(element-plus@2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2)))(vue@3.5.24(typescript@6.0.2)))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2))': dependencies: - '@tmagic/editor': 1.7.9(@tmagic/core@1.7.9(typescript@5.9.3))(@tmagic/form-schema@1.7.9(typescript@5.9.3))(@tmagic/schema@1.7.9(typescript@5.9.3))(monaco-editor@0.55.1)(type-fest@5.2.0)(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) - element-plus: 2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3)))(vue@3.5.24(typescript@5.9.3)) - vue: 3.5.24(typescript@5.9.3) + '@tmagic/editor': 1.7.9(@tmagic/core@1.7.9(typescript@6.0.2))(@tmagic/form-schema@1.7.9(typescript@6.0.2))(@tmagic/schema@1.7.9(typescript@6.0.2))(monaco-editor@0.55.1)(type-fest@5.2.0)(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2)) + element-plus: 2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2)))(vue@3.5.24(typescript@6.0.2)) + vue: 3.5.24(typescript@6.0.2) optionalDependencies: - '@tmagic/core': 1.7.9(typescript@5.9.3) - typescript: 5.9.3 + '@tmagic/core': 1.7.9(typescript@6.0.2) + typescript: 6.0.2 - '@tmagic/utils@1.7.0(@tmagic/schema@1.7.0(typescript@5.9.3))(typescript@5.9.3)': + '@tmagic/utils@1.7.0(@tmagic/schema@1.7.0(typescript@6.0.2))(typescript@6.0.2)': dependencies: - '@tmagic/schema': 1.7.0(typescript@5.9.3) + '@tmagic/schema': 1.7.0(typescript@6.0.2) lodash-es: 4.17.21 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/utils@1.7.2(@tmagic/schema@1.7.2(typescript@5.9.3))(typescript@5.9.3)': + '@tmagic/utils@1.7.2(@tmagic/schema@1.7.2(typescript@6.0.2))(typescript@6.0.2)': dependencies: - '@tmagic/schema': 1.7.2(typescript@5.9.3) + '@tmagic/schema': 1.7.2(typescript@6.0.2) lodash-es: 4.17.21 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@5.9.3))(typescript@5.9.3)': + '@tmagic/utils@1.7.9(@tmagic/schema@1.7.9(typescript@6.0.2))(typescript@6.0.2)': dependencies: - '@tmagic/schema': 1.7.9(typescript@5.9.3) + '@tmagic/schema': 1.7.9(typescript@6.0.2) lodash-es: 4.17.21 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@tmagic/vue-runtime-help@2.0.0(@tmagic/core@1.7.9(typescript@5.9.3))(@tmagic/stage@1.7.9(@tmagic/core@1.7.9(typescript@5.9.3))(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3))': + '@tmagic/vue-runtime-help@2.0.0(@tmagic/core@1.7.9(typescript@6.0.2))(@tmagic/stage@1.7.9(@tmagic/core@1.7.9(typescript@6.0.2))(typescript@6.0.2))(typescript@6.0.2)(vue@3.5.24(typescript@6.0.2))': dependencies: - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) optionalDependencies: - '@tmagic/core': 1.7.9(typescript@5.9.3) - '@tmagic/stage': 1.7.9(@tmagic/core@1.7.9(typescript@5.9.3))(typescript@5.9.3) - typescript: 5.9.3 + '@tmagic/core': 1.7.9(typescript@6.0.2) + '@tmagic/stage': 1.7.9(@tmagic/core@1.7.9(typescript@6.0.2))(typescript@6.0.2) + typescript: 6.0.2 '@tybys/wasm-util@0.10.1': dependencies: @@ -8936,100 +9095,102 @@ snapshots: '@types/web-bluetooth@0.0.21': {} - '@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3))(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/eslint-plugin@8.58.0(@typescript-eslint/parser@8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2))(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/scope-manager': 8.57.1 - '@typescript-eslint/type-utils': 8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/utils': 8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.57.1 + '@typescript-eslint/parser': 8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2) + '@typescript-eslint/scope-manager': 8.58.0 + '@typescript-eslint/type-utils': 8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2) + '@typescript-eslint/utils': 8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2) + '@typescript-eslint/visitor-keys': 8.58.0 eslint: 10.0.3(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.4.0(typescript@5.9.3) - typescript: 5.9.3 + ts-api-utils: 2.5.0(typescript@6.0.2) + typescript: 6.0.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/parser@8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2)': dependencies: - '@typescript-eslint/scope-manager': 8.57.1 - '@typescript-eslint/types': 8.57.1 - '@typescript-eslint/typescript-estree': 8.57.1(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.57.1 + '@typescript-eslint/scope-manager': 8.58.0 + '@typescript-eslint/types': 8.58.0 + '@typescript-eslint/typescript-estree': 8.58.0(typescript@6.0.2) + '@typescript-eslint/visitor-keys': 8.58.0 debug: 4.4.3 eslint: 10.0.3(jiti@2.6.1) - typescript: 5.9.3 + typescript: 6.0.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.57.1(typescript@5.9.3)': + '@typescript-eslint/project-service@8.58.0(typescript@6.0.2)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.57.1(typescript@5.9.3) - '@typescript-eslint/types': 8.57.1 + '@typescript-eslint/tsconfig-utils': 8.58.0(typescript@6.0.2) + '@typescript-eslint/types': 8.58.0 debug: 4.4.3 - typescript: 5.9.3 + typescript: 6.0.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.57.1': + '@typescript-eslint/scope-manager@8.58.0': dependencies: - '@typescript-eslint/types': 8.57.1 - '@typescript-eslint/visitor-keys': 8.57.1 + '@typescript-eslint/types': 8.58.0 + '@typescript-eslint/visitor-keys': 8.58.0 - '@typescript-eslint/tsconfig-utils@8.57.1(typescript@5.9.3)': + '@typescript-eslint/tsconfig-utils@8.58.0(typescript@6.0.2)': dependencies: - typescript: 5.9.3 + typescript: 6.0.2 - '@typescript-eslint/type-utils@8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/type-utils@8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2)': dependencies: - '@typescript-eslint/types': 8.57.1 - '@typescript-eslint/typescript-estree': 8.57.1(typescript@5.9.3) - '@typescript-eslint/utils': 8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/types': 8.58.0 + '@typescript-eslint/typescript-estree': 8.58.0(typescript@6.0.2) + '@typescript-eslint/utils': 8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2) debug: 4.4.3 eslint: 10.0.3(jiti@2.6.1) - ts-api-utils: 2.4.0(typescript@5.9.3) - typescript: 5.9.3 + ts-api-utils: 2.5.0(typescript@6.0.2) + typescript: 6.0.2 transitivePeerDependencies: - supports-color '@typescript-eslint/types@8.57.1': {} - '@typescript-eslint/typescript-estree@8.57.1(typescript@5.9.3)': + '@typescript-eslint/types@8.58.0': {} + + '@typescript-eslint/typescript-estree@8.58.0(typescript@6.0.2)': dependencies: - '@typescript-eslint/project-service': 8.57.1(typescript@5.9.3) - '@typescript-eslint/tsconfig-utils': 8.57.1(typescript@5.9.3) - '@typescript-eslint/types': 8.57.1 - '@typescript-eslint/visitor-keys': 8.57.1 + '@typescript-eslint/project-service': 8.58.0(typescript@6.0.2) + '@typescript-eslint/tsconfig-utils': 8.58.0(typescript@6.0.2) + '@typescript-eslint/types': 8.58.0 + '@typescript-eslint/visitor-keys': 8.58.0 debug: 4.4.3 minimatch: 10.2.4 semver: 7.7.3 tinyglobby: 0.2.15 - ts-api-utils: 2.4.0(typescript@5.9.3) - typescript: 5.9.3 + ts-api-utils: 2.5.0(typescript@6.0.2) + typescript: 6.0.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/utils@8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2)': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@10.0.3(jiti@2.6.1)) - '@typescript-eslint/scope-manager': 8.57.1 - '@typescript-eslint/types': 8.57.1 - '@typescript-eslint/typescript-estree': 8.57.1(typescript@5.9.3) + '@typescript-eslint/scope-manager': 8.58.0 + '@typescript-eslint/types': 8.58.0 + '@typescript-eslint/typescript-estree': 8.58.0(typescript@6.0.2) eslint: 10.0.3(jiti@2.6.1) - typescript: 5.9.3 + typescript: 6.0.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.57.1': + '@typescript-eslint/visitor-keys@8.58.0': dependencies: - '@typescript-eslint/types': 8.57.1 + '@typescript-eslint/types': 8.58.0 eslint-visitor-keys: 5.0.1 '@ungap/structured-clone@1.3.0': {} - '@vitejs/plugin-legacy@8.0.0(terser@5.44.1)(vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))': + '@vitejs/plugin-legacy@8.0.0(terser@5.44.1)(vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))': dependencies: '@babel/core': 7.29.0 '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.29.0) @@ -9044,7 +9205,7 @@ snapshots: regenerator-runtime: 0.14.1 systemjs: 6.15.1 terser: 5.44.1 - vite: 8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1) + vite: 8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1) transitivePeerDependencies: - supports-color @@ -9058,30 +9219,30 @@ snapshots: transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue-jsx@5.1.5(vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3))': + '@vitejs/plugin-vue-jsx@5.1.5(vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@6.0.2))': dependencies: '@babel/core': 7.29.0 '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0) '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0) '@rolldown/pluginutils': 1.0.0-rc.9 '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.29.0) - vite: 8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1) - vue: 3.5.24(typescript@5.9.3) + vite: 8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1) + vue: 3.5.24(typescript@6.0.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@24.0.10)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1))(vue@3.5.24(typescript@5.9.3))': + '@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@24.0.10)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1))(vue@3.5.24(typescript@6.0.2))': dependencies: vite: 5.4.21(@types/node@24.0.10)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1) - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) - '@vitejs/plugin-vue@6.0.5(vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.3))': + '@vitejs/plugin-vue@6.0.5(vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.24(typescript@6.0.2))': dependencies: '@rolldown/pluginutils': 1.0.0-rc.2 - vite: 8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1) - vue: 3.5.24(typescript@5.9.3) + vite: 8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1) + vue: 3.5.24(typescript@6.0.2) - '@vitest/coverage-v8@4.1.0(vitest@4.1.0(@types/node@24.0.10)(jsdom@27.2.0)(vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1)))': + '@vitest/coverage-v8@4.1.0(vitest@4.1.0(@types/node@24.0.10)(jsdom@27.2.0)(vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1)))': dependencies: '@bcoe/v8-coverage': 1.0.2 '@vitest/utils': 4.1.0 @@ -9093,7 +9254,7 @@ snapshots: obug: 2.1.1 std-env: 4.0.0 tinyrainbow: 3.0.3 - vitest: 4.1.0(@types/node@24.0.10)(jsdom@27.2.0)(vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1)) + vitest: 4.1.0(@types/node@24.0.10)(jsdom@27.2.0)(vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1)) '@vitest/expect@4.1.0': dependencies: @@ -9104,13 +9265,13 @@ snapshots: chai: 6.2.2 tinyrainbow: 3.0.3 - '@vitest/mocker@4.1.0(vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))': + '@vitest/mocker@4.1.0(vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1))': dependencies: '@vitest/spy': 4.1.0 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - vite: 8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1) + vite: 8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1) '@vitest/pretty-format@4.1.0': dependencies: @@ -9207,9 +9368,9 @@ snapshots: '@vue/compiler-dom': 3.5.24 '@vue/shared': 3.5.24 - '@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3))': + '@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2))': dependencies: - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) optional: true '@vue/devtools-api@6.6.4': {} @@ -9258,11 +9419,11 @@ snapshots: '@vue/shared': 3.5.24 csstype: 3.2.3 - '@vue/server-renderer@3.5.24(vue@3.5.24(typescript@5.9.3))': + '@vue/server-renderer@3.5.24(vue@3.5.24(typescript@6.0.2))': dependencies: '@vue/compiler-ssr': 3.5.24 '@vue/shared': 3.5.24 - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) '@vue/shared@3.5.24': {} @@ -9271,30 +9432,30 @@ snapshots: js-beautify: 1.15.4 vue-component-type-helpers: 2.2.12 - '@vueuse/core@12.8.2(typescript@5.9.3)': + '@vueuse/core@12.8.2(typescript@6.0.2)': dependencies: '@types/web-bluetooth': 0.0.21 '@vueuse/metadata': 12.8.2 - '@vueuse/shared': 12.8.2(typescript@5.9.3) - vue: 3.5.24(typescript@5.9.3) + '@vueuse/shared': 12.8.2(typescript@6.0.2) + vue: 3.5.24(typescript@6.0.2) transitivePeerDependencies: - typescript - '@vueuse/core@9.13.0(@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3)))(vue@3.5.24(typescript@5.9.3))': + '@vueuse/core@9.13.0(@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2)))(vue@3.5.24(typescript@6.0.2))': dependencies: '@types/web-bluetooth': 0.0.16 '@vueuse/metadata': 9.13.0 - '@vueuse/shared': 9.13.0(@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3)))(vue@3.5.24(typescript@5.9.3)) - vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3)))(vue@3.5.24(typescript@5.9.3)) + '@vueuse/shared': 9.13.0(@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2)))(vue@3.5.24(typescript@6.0.2)) + vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2)))(vue@3.5.24(typescript@6.0.2)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/integrations@12.8.2(async-validator@4.2.5)(axios@1.13.2)(focus-trap@7.6.6)(qrcode@1.5.4)(sortablejs@1.15.6)(typescript@5.9.3)': + '@vueuse/integrations@12.8.2(async-validator@4.2.5)(axios@1.13.2)(focus-trap@7.6.6)(qrcode@1.5.4)(sortablejs@1.15.6)(typescript@6.0.2)': dependencies: - '@vueuse/core': 12.8.2(typescript@5.9.3) - '@vueuse/shared': 12.8.2(typescript@5.9.3) - vue: 3.5.24(typescript@5.9.3) + '@vueuse/core': 12.8.2(typescript@6.0.2) + '@vueuse/shared': 12.8.2(typescript@6.0.2) + vue: 3.5.24(typescript@6.0.2) optionalDependencies: async-validator: 4.2.5 axios: 1.13.2 @@ -9308,15 +9469,15 @@ snapshots: '@vueuse/metadata@9.13.0': {} - '@vueuse/shared@12.8.2(typescript@5.9.3)': + '@vueuse/shared@12.8.2(typescript@6.0.2)': dependencies: - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) transitivePeerDependencies: - typescript - '@vueuse/shared@9.13.0(@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3)))(vue@3.5.24(typescript@5.9.3))': + '@vueuse/shared@9.13.0(@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2)))(vue@3.5.24(typescript@6.0.2))': dependencies: - vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3)))(vue@3.5.24(typescript@5.9.3)) + vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2)))(vue@3.5.24(typescript@6.0.2)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -9744,10 +9905,10 @@ snapshots: commander@2.20.3: {} - commitizen@4.3.1(@types/node@24.0.10)(typescript@5.9.3): + commitizen@4.3.1(@types/node@24.0.10)(typescript@6.0.2): dependencies: cachedir: 2.3.0 - cz-conventional-changelog: 3.3.0(@types/node@24.0.10)(typescript@5.9.3) + cz-conventional-changelog: 3.3.0(@types/node@24.0.10)(typescript@6.0.2) dedent: 0.7.0 detect-indent: 6.1.0 find-node-modules: 2.1.3 @@ -9884,21 +10045,21 @@ snapshots: core-js@3.49.0: {} - cosmiconfig-typescript-loader@6.2.0(@types/node@24.0.10)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3): + cosmiconfig-typescript-loader@6.2.0(@types/node@24.0.10)(cosmiconfig@9.0.0(typescript@6.0.2))(typescript@6.0.2): dependencies: '@types/node': 24.0.10 - cosmiconfig: 9.0.0(typescript@5.9.3) + cosmiconfig: 9.0.0(typescript@6.0.2) jiti: 2.6.1 - typescript: 5.9.3 + typescript: 6.0.2 - cosmiconfig@9.0.0(typescript@5.9.3): + cosmiconfig@9.0.0(typescript@6.0.2): dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 js-yaml: 4.1.1 parse-json: 5.2.0 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 croact-css-styled@1.1.9: dependencies: @@ -9975,16 +10136,16 @@ snapshots: csstype@3.2.3: {} - cz-conventional-changelog@3.3.0(@types/node@24.0.10)(typescript@5.9.3): + cz-conventional-changelog@3.3.0(@types/node@24.0.10)(typescript@6.0.2): dependencies: chalk: 2.4.2 - commitizen: 4.3.1(@types/node@24.0.10)(typescript@5.9.3) + commitizen: 4.3.1(@types/node@24.0.10)(typescript@6.0.2) conventional-commit-types: 3.0.0 lodash.map: 4.6.0 longest: 2.0.1 word-wrap: 1.2.5 optionalDependencies: - '@commitlint/load': 20.1.0(@types/node@24.0.10)(typescript@5.9.3) + '@commitlint/load': 20.1.0(@types/node@24.0.10)(typescript@6.0.2) transitivePeerDependencies: - '@types/node' - typescript @@ -10104,15 +10265,15 @@ snapshots: electron-to-chromium@1.5.313: {} - element-plus@2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3)))(vue@3.5.24(typescript@5.9.3)): + element-plus@2.11.8(@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2)))(vue@3.5.24(typescript@6.0.2)): dependencies: '@ctrl/tinycolor': 3.6.1 - '@element-plus/icons-vue': 2.3.2(vue@3.5.24(typescript@5.9.3)) + '@element-plus/icons-vue': 2.3.2(vue@3.5.24(typescript@6.0.2)) '@floating-ui/dom': 1.7.4 '@popperjs/core': '@sxzz/popperjs-es@2.11.7' '@types/lodash': 4.17.20 '@types/lodash-es': 4.17.12 - '@vueuse/core': 9.13.0(@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3)))(vue@3.5.24(typescript@5.9.3)) + '@vueuse/core': 9.13.0(@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2)))(vue@3.5.24(typescript@6.0.2)) async-validator: 4.2.5 dayjs: 1.11.19 lodash: 4.17.21 @@ -10120,7 +10281,7 @@ snapshots: lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21) memoize-one: 6.0.0 normalize-wheel-es: 1.2.0 - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) transitivePeerDependencies: - '@vue/composition-api' @@ -10289,17 +10450,17 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@10.0.3(jiti@2.6.1)): + eslint-module-utils@2.12.1(@typescript-eslint/parser@8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2))(eslint-import-resolver-node@0.3.9)(eslint@10.0.3(jiti@2.6.1)): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2) eslint: 10.0.3(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3))(eslint@10.0.3(jiti@2.6.1)): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2))(eslint@10.0.3(jiti@2.6.1)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.9 @@ -10310,7 +10471,7 @@ snapshots: doctrine: 2.1.0 eslint: 10.0.3(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@10.0.3(jiti@2.6.1)) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2))(eslint-import-resolver-node@0.3.9)(eslint@10.0.3(jiti@2.6.1)) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -10322,26 +10483,26 @@ snapshots: string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-prettier@5.5.4(eslint-config-prettier@10.1.8(eslint@10.0.3(jiti@2.6.1)))(eslint@10.0.3(jiti@2.6.1))(prettier@3.8.1): + eslint-plugin-prettier@5.5.5(eslint-config-prettier@10.1.8(eslint@10.0.3(jiti@2.6.1)))(eslint@10.0.3(jiti@2.6.1))(prettier@3.8.1): dependencies: eslint: 10.0.3(jiti@2.6.1) prettier: 3.8.1 - prettier-linter-helpers: 1.0.0 - synckit: 0.11.11 + prettier-linter-helpers: 1.0.1 + synckit: 0.11.12 optionalDependencies: eslint-config-prettier: 10.1.8(eslint@10.0.3(jiti@2.6.1)) - eslint-plugin-simple-import-sort@12.1.1(eslint@10.0.3(jiti@2.6.1)): + eslint-plugin-simple-import-sort@13.0.0(eslint@10.0.3(jiti@2.6.1)): dependencies: eslint: 10.0.3(jiti@2.6.1) - eslint-plugin-vue@10.8.0(@stylistic/eslint-plugin@5.10.0(eslint@10.0.3(jiti@2.6.1)))(@typescript-eslint/parser@8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3))(eslint@10.0.3(jiti@2.6.1))(vue-eslint-parser@10.4.0(eslint@10.0.3(jiti@2.6.1))): + eslint-plugin-vue@10.8.0(@stylistic/eslint-plugin@5.10.0(eslint@10.0.3(jiti@2.6.1)))(@typescript-eslint/parser@8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2))(eslint@10.0.3(jiti@2.6.1))(vue-eslint-parser@10.4.0(eslint@10.0.3(jiti@2.6.1))): dependencies: '@eslint-community/eslint-utils': 4.9.0(eslint@10.0.3(jiti@2.6.1)) eslint: 10.0.3(jiti@2.6.1) @@ -10353,7 +10514,7 @@ snapshots: xml-name-validator: 4.0.0 optionalDependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@10.0.3(jiti@2.6.1)) - '@typescript-eslint/parser': 8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2) eslint-scope@9.1.2: dependencies: @@ -11618,6 +11779,8 @@ snapshots: picomatch@4.0.3: {} + picomatch@4.0.4: {} + pidtree@0.6.0: {} pngjs@5.0.0: {} @@ -11645,7 +11808,7 @@ snapshots: prelude-ls@1.2.1: {} - prettier-linter-helpers@1.0.0: + prettier-linter-helpers@1.0.1: dependencies: fast-diff: 1.3.0 @@ -11841,7 +12004,7 @@ snapshots: dependencies: glob: 7.2.3 - rolldown-plugin-dts@0.22.5(rolldown@1.0.0-rc.9)(typescript@5.9.3)(vue-tsc@3.2.6(typescript@5.9.3)): + rolldown-plugin-dts@0.22.5(rolldown@1.0.0-rc.9)(typescript@6.0.2)(vue-tsc@3.2.6(typescript@6.0.2)): dependencies: '@babel/generator': 8.0.0-rc.2 '@babel/helper-validator-identifier': 8.0.0-rc.2 @@ -11854,11 +12017,32 @@ snapshots: obug: 2.1.1 rolldown: 1.0.0-rc.9 optionalDependencies: - typescript: 5.9.3 - vue-tsc: 3.2.6(typescript@5.9.3) + typescript: 6.0.2 + vue-tsc: 3.2.6(typescript@6.0.2) transitivePeerDependencies: - oxc-resolver + rolldown@1.0.0-rc.12: + dependencies: + '@oxc-project/types': 0.122.0 + '@rolldown/pluginutils': 1.0.0-rc.12 + optionalDependencies: + '@rolldown/binding-android-arm64': 1.0.0-rc.12 + '@rolldown/binding-darwin-arm64': 1.0.0-rc.12 + '@rolldown/binding-darwin-x64': 1.0.0-rc.12 + '@rolldown/binding-freebsd-x64': 1.0.0-rc.12 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.12 + '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.12 + '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.12 + '@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.12 + '@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.12 + '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.12 + '@rolldown/binding-linux-x64-musl': 1.0.0-rc.12 + '@rolldown/binding-openharmony-arm64': 1.0.0-rc.12 + '@rolldown/binding-wasm32-wasi': 1.0.0-rc.12 + '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.12 + '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.12 + rolldown@1.0.0-rc.9: dependencies: '@oxc-project/types': 0.115.0 @@ -12303,7 +12487,7 @@ snapshots: sync-message-port@1.1.3: {} - synckit@0.11.11: + synckit@0.11.12: dependencies: '@pkgr/core': 0.2.9 @@ -12313,12 +12497,12 @@ snapshots: tagged-tag@1.0.0: {} - tdesign-icons-vue-next@0.4.1(vue@3.5.24(typescript@5.9.3)): + tdesign-icons-vue-next@0.4.1(vue@3.5.24(typescript@6.0.2)): dependencies: '@babel/runtime': 7.28.4 - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) - tdesign-vue-next@1.17.3(vue@3.5.24(typescript@5.9.3)): + tdesign-vue-next@1.17.3(vue@3.5.24(typescript@6.0.2)): dependencies: '@babel/runtime': 7.28.4 '@popperjs/core': 2.11.8 @@ -12330,10 +12514,10 @@ snapshots: lodash-es: 4.17.21 mitt: 3.0.1 sortablejs: 1.15.6 - tdesign-icons-vue-next: 0.4.1(vue@3.5.24(typescript@5.9.3)) + tdesign-icons-vue-next: 0.4.1(vue@3.5.24(typescript@6.0.2)) tinycolor2: 1.6.0 validator: 13.15.23 - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) temp-dir@3.0.0: {} @@ -12397,9 +12581,9 @@ snapshots: trim-lines@3.0.1: {} - ts-api-utils@2.4.0(typescript@5.9.3): + ts-api-utils@2.5.0(typescript@6.0.2): dependencies: - typescript: 5.9.3 + typescript: 6.0.2 tsconfig-paths@3.15.0: dependencies: @@ -12455,18 +12639,18 @@ snapshots: possible-typed-array-names: 1.1.0 reflect.getprototypeof: 1.0.10 - typescript-eslint@8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3): + typescript-eslint@8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2): dependencies: - '@typescript-eslint/eslint-plugin': 8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3))(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/parser': 8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/typescript-estree': 8.57.1(typescript@5.9.3) - '@typescript-eslint/utils': 8.57.1(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.58.0(@typescript-eslint/parser@8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2))(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2) + '@typescript-eslint/parser': 8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2) + '@typescript-eslint/typescript-estree': 8.58.0(typescript@6.0.2) + '@typescript-eslint/utils': 8.58.0(eslint@10.0.3(jiti@2.6.1))(typescript@6.0.2) eslint: 10.0.3(jiti@2.6.1) - typescript: 5.9.3 + typescript: 6.0.2 transitivePeerDependencies: - supports-color - typescript@5.9.3: {} + typescript@6.0.2: {} uglify-js@3.19.3: optional: true @@ -12589,13 +12773,12 @@ snapshots: sass-embedded: 1.93.3 terser: 5.44.1 - vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1): + vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1): dependencies: - '@oxc-project/runtime': 0.115.0 lightningcss: 1.32.0 - picomatch: 4.0.3 + picomatch: 4.0.4 postcss: 8.5.8 - rolldown: 1.0.0-rc.9 + rolldown: 1.0.0-rc.12 tinyglobby: 0.2.15 optionalDependencies: '@types/node': 24.0.10 @@ -12606,7 +12789,7 @@ snapshots: terser: 5.44.1 yaml: 2.8.1 - vitepress@1.6.4(@algolia/client-search@5.44.0)(@types/node@24.0.10)(@types/react@18.3.27)(async-validator@4.2.5)(axios@1.13.2)(lightningcss@1.32.0)(postcss@8.5.8)(qrcode@1.5.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass-embedded@1.93.3)(sass@1.93.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@5.9.3): + vitepress@1.6.4(@algolia/client-search@5.44.0)(@types/node@24.0.10)(@types/react@18.3.27)(async-validator@4.2.5)(axios@1.13.2)(lightningcss@1.32.0)(postcss@8.5.8)(qrcode@1.5.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass-embedded@1.93.3)(sass@1.93.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.44.1)(typescript@6.0.2): dependencies: '@docsearch/css': 3.8.2 '@docsearch/js': 3.8.2(@algolia/client-search@5.44.0)(@types/react@18.3.27)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3) @@ -12615,17 +12798,17 @@ snapshots: '@shikijs/transformers': 2.5.0 '@shikijs/types': 2.5.0 '@types/markdown-it': 14.1.2 - '@vitejs/plugin-vue': 5.2.4(vite@5.4.21(@types/node@24.0.10)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1))(vue@3.5.24(typescript@5.9.3)) + '@vitejs/plugin-vue': 5.2.4(vite@5.4.21(@types/node@24.0.10)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1))(vue@3.5.24(typescript@6.0.2)) '@vue/devtools-api': 7.7.9 '@vue/shared': 3.5.24 - '@vueuse/core': 12.8.2(typescript@5.9.3) - '@vueuse/integrations': 12.8.2(async-validator@4.2.5)(axios@1.13.2)(focus-trap@7.6.6)(qrcode@1.5.4)(sortablejs@1.15.6)(typescript@5.9.3) + '@vueuse/core': 12.8.2(typescript@6.0.2) + '@vueuse/integrations': 12.8.2(async-validator@4.2.5)(axios@1.13.2)(focus-trap@7.6.6)(qrcode@1.5.4)(sortablejs@1.15.6)(typescript@6.0.2) focus-trap: 7.6.6 mark.js: 8.11.1 minisearch: 7.2.0 shiki: 2.5.0 vite: 5.4.21(@types/node@24.0.10)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1) - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) optionalDependencies: postcss: 8.5.8 transitivePeerDependencies: @@ -12655,10 +12838,10 @@ snapshots: - typescript - universal-cookie - vitest@4.1.0(@types/node@24.0.10)(jsdom@27.2.0)(vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1)): + vitest@4.1.0(@types/node@24.0.10)(jsdom@27.2.0)(vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1)): dependencies: '@vitest/expect': 4.1.0 - '@vitest/mocker': 4.1.0(vite@8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1)) + '@vitest/mocker': 4.1.0(vite@8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1)) '@vitest/pretty-format': 4.1.0 '@vitest/runner': 4.1.0 '@vitest/snapshot': 4.1.0 @@ -12675,7 +12858,7 @@ snapshots: tinyexec: 1.0.2 tinyglobby: 0.2.15 tinyrainbow: 3.0.3 - vite: 8.0.0(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1) + vite: 8.0.3(@types/node@24.0.10)(jiti@2.6.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.44.1)(yaml@2.8.1) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 24.0.10 @@ -12687,11 +12870,11 @@ snapshots: vue-component-type-helpers@2.2.12: {} - vue-demi@0.14.10(@vue/composition-api@1.7.2(vue@3.5.24(typescript@5.9.3)))(vue@3.5.24(typescript@5.9.3)): + vue-demi@0.14.10(@vue/composition-api@1.7.2(vue@3.5.24(typescript@6.0.2)))(vue@3.5.24(typescript@6.0.2)): dependencies: - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) optionalDependencies: - '@vue/composition-api': 1.7.2(vue@3.5.24(typescript@5.9.3)) + '@vue/composition-api': 1.7.2(vue@3.5.24(typescript@6.0.2)) vue-eslint-parser@10.4.0(eslint@10.0.3(jiti@2.6.1)): dependencies: @@ -12705,26 +12888,26 @@ snapshots: transitivePeerDependencies: - supports-color - vue-router@4.6.3(vue@3.5.24(typescript@5.9.3)): + vue-router@4.6.3(vue@3.5.24(typescript@6.0.2)): dependencies: '@vue/devtools-api': 6.6.4 - vue: 3.5.24(typescript@5.9.3) + vue: 3.5.24(typescript@6.0.2) - vue-tsc@3.2.6(typescript@5.9.3): + vue-tsc@3.2.6(typescript@6.0.2): dependencies: '@volar/typescript': 2.4.28 '@vue/language-core': 3.2.6 - typescript: 5.9.3 + typescript: 6.0.2 - vue@3.5.24(typescript@5.9.3): + vue@3.5.24(typescript@6.0.2): dependencies: '@vue/compiler-dom': 3.5.24 '@vue/compiler-sfc': 3.5.24 '@vue/runtime-dom': 3.5.24 - '@vue/server-renderer': 3.5.24(vue@3.5.24(typescript@5.9.3)) + '@vue/server-renderer': 3.5.24(vue@3.5.24(typescript@6.0.2)) '@vue/shared': 3.5.24 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 w3c-xmlserializer@5.0.0: dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 45a2e2d2..9957ea0f 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -9,6 +9,6 @@ packages: catalog: vue: ^3.5.24 '@vue/compiler-sfc': ^3.5.24 - vite: ^8.0.0 - typescript: "^5.9.3" + vite: ^8.0.3 + typescript: "^6.0.2" \ No newline at end of file diff --git a/runtime/react-runtime-help/src/hooks/use-dsl.ts b/runtime/react-runtime-help/src/hooks/use-dsl.ts index a65f5bee..2f97b842 100644 --- a/runtime/react-runtime-help/src/hooks/use-dsl.ts +++ b/runtime/react-runtime-help/src/hooks/use-dsl.ts @@ -1,8 +1,8 @@ import { useEffect, useState } from 'react'; import { cloneDeep } from 'lodash-es'; -import type { ChangeEvent, MNode } from '@tmagic/core'; import type TMagicApp from '@tmagic/core'; +import type { ChangeEvent, MNode } from '@tmagic/core'; import { isPage, replaceChildNode } from '@tmagic/core'; export const useDsl = (app: TMagicApp | undefined) => { diff --git a/runtime/react-runtime-help/src/hooks/use-editor-dsl.ts b/runtime/react-runtime-help/src/hooks/use-editor-dsl.ts index b0f3eff3..faeba19a 100644 --- a/runtime/react-runtime-help/src/hooks/use-editor-dsl.ts +++ b/runtime/react-runtime-help/src/hooks/use-editor-dsl.ts @@ -1,7 +1,7 @@ import { cloneDeep } from 'lodash-es'; -import type { Id, MApp } from '@tmagic/core'; import type TMagicApp from '@tmagic/core'; +import type { Id, MApp } from '@tmagic/core'; import { getElById, replaceChildNode } from '@tmagic/core'; import type { Magic, RemoveData, SortEventData, UpdateData } from '@tmagic/stage'; diff --git a/runtime/react/tsconfig.json b/runtime/react/tsconfig.json index 6a118e44..c96258cc 100644 --- a/runtime/react/tsconfig.json +++ b/runtime/react/tsconfig.json @@ -1,7 +1,6 @@ { "extends": "../../tsconfig.json", "compilerOptions": { - "baseUrl": "./", "jsx": "react", "forceConsistentCasingInFileNames": true, "types": ["node"], diff --git a/tsconfig.json b/tsconfig.json index 3e6a9672..13b94a6b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,5 @@ { "compilerOptions": { - "baseUrl": ".", "outDir": "temp", "target": "ESNext", "module": "ESNext",