cabloy 5.1.53 → 5.1.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (218) hide show
  1. package/.github/workflows/docs-pages.yml +1 -1
  2. package/.github/workflows/vona-cov-pg.yml +1 -1
  3. package/.github/workflows/vona-test-crud.yml +1 -1
  4. package/.github/workflows/vona-test-mysql.yml +1 -1
  5. package/.github/workflows/vona-test-pg.yml +1 -1
  6. package/.github/workflows/vona-test-sqlite3.yml +1 -1
  7. package/.github/workflows/vona-tsc.yml +1 -1
  8. package/.github/workflows/zova-ui.yml +1 -1
  9. package/CHANGELOG.md +16 -0
  10. package/README.md +8 -8
  11. package/cabloy-docs/backend/model-guide.md +7 -0
  12. package/cabloy-docs/backend/orm-mutation-guide.md +10 -0
  13. package/cabloy-docs/backend/orm-select-guide.md +7 -6
  14. package/cabloy-docs/backend/quickstart.md +8 -8
  15. package/cabloy-docs/fullstack/quickstart.md +8 -8
  16. package/cabloy-docs/pnpm-workspace.yaml +2 -0
  17. package/cabloy-docs/reference/cli-reference.md +65 -20
  18. package/package.json +3 -3
  19. package/scripts/init.ts +18 -0
  20. package/vona/README.md +5 -5
  21. package/vona/README.zh-CN.md +5 -5
  22. package/vona/package.original.json +1 -6
  23. package/vona/packages-cli/cabloy-cli/package.json +2 -2
  24. package/vona/packages-cli/cli/README.md +56 -0
  25. package/vona/packages-cli/cli/package.json +1 -1
  26. package/vona/packages-cli/cli/src/bin/vona.ts +0 -26
  27. package/vona/packages-cli/cli-set-api/README.md +48 -0
  28. package/vona/packages-cli/cli-set-api/cli/templates/create/module/boilerplate/_package.json +1 -1
  29. package/vona/packages-cli/cli-set-api/package.json +2 -2
  30. package/vona/packages-cli/cli-set-api/src/lib/bean/cli.bin.test.ts +16 -5
  31. package/vona/packages-cli/cli-set-api/src/lib/command/bin.build.ts +2 -2
  32. package/vona/packages-cli/cli-set-api/src/lib/command/bin.buildGeneral.ts +1 -1
  33. package/vona/packages-cli/cli-set-api/src/lib/command/bin.buildModule.ts +1 -1
  34. package/vona/packages-cli/cli-set-api/src/lib/command/bin.play.ts +2 -1
  35. package/vona/packages-cli/cli-set-api/src/lib/command/bin.test.ts +1 -1
  36. package/vona/packages-utils/cascade-extend/package.json +2 -2
  37. package/vona/packages-utils/compose/package.json +2 -2
  38. package/vona/packages-utils/deps/package.json +2 -2
  39. package/vona/packages-utils/dotenv/package.json +2 -2
  40. package/vona/packages-utils/extend/package.json +2 -2
  41. package/vona/packages-utils/json5/package.json +2 -2
  42. package/vona/packages-utils/lint/package.json +1 -1
  43. package/vona/packages-utils/lint/src/oxc/lint.ts +1 -4
  44. package/vona/packages-utils/lint/src/oxc/lintVue.ts +1 -4
  45. package/vona/packages-utils/localeutil/package.json +2 -2
  46. package/vona/packages-utils/module-glob/package.json +2 -2
  47. package/vona/packages-utils/module-info-pro/package.json +2 -2
  48. package/vona/packages-utils/password-hash-salt/package.json +2 -2
  49. package/vona/packages-utils/process-helper/package.json +2 -2
  50. package/vona/packages-utils/socket/package.json +2 -2
  51. package/vona/packages-utils/table-identity/package.json +2 -2
  52. package/vona/packages-utils/utils/package.json +2 -2
  53. package/vona/packages-utils/zod-errors-custom/package.json +2 -2
  54. package/vona/packages-utils/zod-openapi/package.json +2 -2
  55. package/vona/packages-utils/zod-query/package.json +2 -2
  56. package/vona/packages-vona/vona/package.json +2 -2
  57. package/vona/packages-vona/vona-core/package.json +2 -2
  58. package/vona/packages-vona/vona-mock/package.json +2 -2
  59. package/vona/packages-vona/vona-shared/package.json +2 -2
  60. package/vona/pnpm-lock.yaml +1520 -1826
  61. package/vona/pnpm-workspace.yaml +28 -7
  62. package/vona/src/suite/a-demo/modules/demo-basic/package.json +1 -1
  63. package/vona/src/suite/a-home/modules/home-base/package.json +1 -1
  64. package/vona/src/suite/a-home/modules/home-index/package.json +1 -1
  65. package/vona/src/suite/a-home/modules/home-user/package.json +1 -1
  66. package/vona/src/suite/cabloy-basic/modules/basic-siteadmin/package.json +1 -1
  67. package/vona/src/suite/cabloy-basic/modules/basic-siteweb/package.json +1 -1
  68. package/vona/src/suite-vendor/a-auth/modules/a-auth/package.json +2 -2
  69. package/vona/src/suite-vendor/a-auth/modules/auth-oauth/package.json +2 -2
  70. package/vona/src/suite-vendor/a-auth/modules/auth-simple/package.json +2 -2
  71. package/vona/src/suite-vendor/a-auth/package.json +2 -2
  72. package/vona/src/suite-vendor/a-cabloy/modules/a-cabloy/package.json +2 -2
  73. package/vona/src/suite-vendor/a-cabloy/modules/a-datasharding/package.json +2 -2
  74. package/vona/src/suite-vendor/a-cabloy/modules/a-datasource/package.json +2 -2
  75. package/vona/src/suite-vendor/a-cabloy/modules/a-socket/package.json +2 -2
  76. package/vona/src/suite-vendor/a-cabloy/modules/a-ssr/package.json +2 -2
  77. package/vona/src/suite-vendor/a-cabloy/modules/a-ssrhmr/package.json +2 -2
  78. package/vona/src/suite-vendor/a-cabloy/modules/a-status/package.json +2 -2
  79. package/vona/src/suite-vendor/a-cabloy/package.json +1 -1
  80. package/vona/src/suite-vendor/a-captcha/modules/a-captcha/package.json +2 -2
  81. package/vona/src/suite-vendor/a-captcha/modules/captcha-simple/package.json +2 -2
  82. package/vona/src/suite-vendor/a-captcha/package.json +1 -1
  83. package/vona/src/suite-vendor/a-paypal/modules/a-paypal/package.json +2 -2
  84. package/vona/src/suite-vendor/a-paypal/package.json +1 -1
  85. package/vona/src/suite-vendor/a-vona/modules/a-aspect/package.json +2 -2
  86. package/vona/src/suite-vendor/a-vona/modules/a-aspectutils/package.json +2 -2
  87. package/vona/src/suite-vendor/a-vona/modules/a-bean/package.json +2 -2
  88. package/vona/src/suite-vendor/a-vona/modules/a-beanmutate/package.json +2 -2
  89. package/vona/src/suite-vendor/a-vona/modules/a-body/package.json +2 -2
  90. package/vona/src/suite-vendor/a-vona/modules/a-broadcast/package.json +2 -2
  91. package/vona/src/suite-vendor/a-vona/modules/a-cache/package.json +2 -2
  92. package/vona/src/suite-vendor/a-vona/modules/a-caching/package.json +2 -2
  93. package/vona/src/suite-vendor/a-vona/modules/a-core/package.json +2 -2
  94. package/vona/src/suite-vendor/a-vona/modules/a-election/package.json +2 -2
  95. package/vona/src/suite-vendor/a-vona/modules/a-error/package.json +2 -2
  96. package/vona/src/suite-vendor/a-vona/modules/a-event/package.json +2 -2
  97. package/vona/src/suite-vendor/a-vona/modules/a-executor/package.json +2 -2
  98. package/vona/src/suite-vendor/a-vona/modules/a-hmr/package.json +2 -2
  99. package/vona/src/suite-vendor/a-vona/modules/a-hmrbase/package.json +2 -2
  100. package/vona/src/suite-vendor/a-vona/modules/a-index/package.json +2 -2
  101. package/vona/src/suite-vendor/a-vona/modules/a-instance/package.json +2 -2
  102. package/vona/src/suite-vendor/a-vona/modules/a-jwt/package.json +2 -2
  103. package/vona/src/suite-vendor/a-vona/modules/a-locale/package.json +2 -2
  104. package/vona/src/suite-vendor/a-vona/modules/a-logger/package.json +2 -2
  105. package/vona/src/suite-vendor/a-vona/modules/a-mail/package.json +2 -2
  106. package/vona/src/suite-vendor/a-vona/modules/a-mailconfirm/package.json +2 -2
  107. package/vona/src/suite-vendor/a-vona/modules/a-menu/package.json +2 -2
  108. package/vona/src/suite-vendor/a-vona/modules/a-meta/package.json +2 -2
  109. package/vona/src/suite-vendor/a-vona/modules/a-onion/package.json +2 -2
  110. package/vona/src/suite-vendor/a-vona/modules/a-openapi/package.json +2 -2
  111. package/vona/src/suite-vendor/a-vona/modules/a-openapischema/package.json +2 -2
  112. package/vona/src/suite-vendor/a-vona/modules/a-openapiutils/package.json +2 -2
  113. package/vona/src/suite-vendor/a-vona/modules/a-orm/package.json +2 -2
  114. package/vona/src/suite-vendor/a-vona/modules/a-orm/src/common/buildWhere.ts +8 -9
  115. package/vona/src/suite-vendor/a-vona/modules/a-orm/src/lib/bean.model/bean.model_cache.ts +15 -9
  116. package/vona/src/suite-vendor/a-vona/modules/a-orm/src/types/modelWhere.ts +2 -2
  117. package/vona/src/suite-vendor/a-vona/modules/a-ormdialect/package.json +2 -2
  118. package/vona/src/suite-vendor/a-vona/modules/a-ormutils/package.json +2 -2
  119. package/vona/src/suite-vendor/a-vona/modules/a-permission/package.json +2 -2
  120. package/vona/src/suite-vendor/a-vona/modules/a-play/package.json +2 -2
  121. package/vona/src/suite-vendor/a-vona/modules/a-printtip/package.json +2 -2
  122. package/vona/src/suite-vendor/a-vona/modules/a-queue/package.json +2 -2
  123. package/vona/src/suite-vendor/a-vona/modules/a-redis/package.json +2 -2
  124. package/vona/src/suite-vendor/a-vona/modules/a-redlock/package.json +2 -2
  125. package/vona/src/suite-vendor/a-vona/modules/a-runtime/package.json +2 -2
  126. package/vona/src/suite-vendor/a-vona/modules/a-schedule/package.json +2 -2
  127. package/vona/src/suite-vendor/a-vona/modules/a-security/package.json +2 -2
  128. package/vona/src/suite-vendor/a-vona/modules/a-serialization/package.json +2 -2
  129. package/vona/src/suite-vendor/a-vona/modules/a-startup/package.json +2 -2
  130. package/vona/src/suite-vendor/a-vona/modules/a-static/package.json +2 -2
  131. package/vona/src/suite-vendor/a-vona/modules/a-summer/package.json +2 -2
  132. package/vona/src/suite-vendor/a-vona/modules/a-swagger/package.json +2 -2
  133. package/vona/src/suite-vendor/a-vona/modules/a-upload/package.json +2 -2
  134. package/vona/src/suite-vendor/a-vona/modules/a-user/package.json +2 -2
  135. package/vona/src/suite-vendor/a-vona/modules/a-validation/package.json +2 -2
  136. package/vona/src/suite-vendor/a-vona/modules/a-version/package.json +2 -2
  137. package/vona/src/suite-vendor/a-vona/modules/a-vona/package.json +2 -2
  138. package/vona/src/suite-vendor/a-vona/modules/a-web/package.json +2 -2
  139. package/vona/src/suite-vendor/a-vona/modules/a-worker/package.json +2 -2
  140. package/vona/src/suite-vendor/a-vona/modules/a-zod/package.json +2 -2
  141. package/vona/src/suite-vendor/a-vona/package.json +1 -1
  142. package/zova/package.original.json +2 -15
  143. package/zova/packages-cli/cli/README.md +58 -0
  144. package/zova/packages-cli/cli/package.json +4 -4
  145. package/zova/packages-cli/cli/src/bin/zova.ts +0 -25
  146. package/zova/packages-cli/cli-set-front/README.md +50 -0
  147. package/zova/packages-cli/cli-set-front/cli/templates/create/module/boilerplate/_package.json +1 -1
  148. package/zova/packages-cli/cli-set-front/package.json +7 -7
  149. package/zova/packages-cli/cli-set-front/src/lib/bean/cli.bin.buildRest.ts +49 -15
  150. package/zova/packages-cli/cli-set-front/src/lib/beans.ts +0 -4
  151. package/zova/packages-cli/cli-set-front/src/lib/command/bin.buildModule.ts +1 -1
  152. package/zova/packages-cli/cli-set-front/src/lib/command/bin.buildRest.ts +1 -1
  153. package/zova/packages-utils/logger/package.json +3 -3
  154. package/zova/packages-utils/zova-jsx/package.json +6 -6
  155. package/zova/packages-utils/zova-openapi/package.json +2 -2
  156. package/zova/packages-utils/zova-vite/package.json +5 -5
  157. package/zova/packages-zova/zova/package.json +4 -4
  158. package/zova/packages-zova/zova-core/package.json +12 -12
  159. package/zova/pnpm-lock.yaml +264 -212
  160. package/zova/pnpm-workspace.yaml +21 -0
  161. package/zova/src/suite/a-demo/modules/demo-basic/package.json +1 -1
  162. package/zova/src/suite/a-demo/modules/demo-todo/package.json +1 -1
  163. package/zova/src/suite/a-devui/modules/devui-adapter/package.json +1 -1
  164. package/zova/src/suite/a-home/modules/home-api/package.json +1 -1
  165. package/zova/src/suite/a-home/modules/home-base/package.json +1 -1
  166. package/zova/src/suite/a-home/modules/home-icon/package.json +1 -1
  167. package/zova/src/suite/a-home/modules/home-indexadmin/package.json +1 -1
  168. package/zova/src/suite/a-home/modules/home-indexweb/package.json +1 -1
  169. package/zova/src/suite/a-home/modules/home-layoutadmin/package.json +1 -1
  170. package/zova/src/suite/a-home/modules/home-layoutempty/package.json +1 -1
  171. package/zova/src/suite/a-home/modules/home-layoutweb/package.json +1 -1
  172. package/zova/src/suite/a-home/modules/home-login/package.json +1 -1
  173. package/zova/src/suite/a-home/modules/home-passport/package.json +1 -1
  174. package/zova/src/suite/a-home/modules/home-theme/package.json +1 -1
  175. package/zova/src/suite/cabloy-basic/modules/basic-adapter/package.json +1 -1
  176. package/zova/src/suite/cabloy-basic/modules/basic-captcha/package.json +1 -1
  177. package/zova/src/suite/cabloy-basic/modules/basic-commands/package.json +1 -1
  178. package/zova/src/suite/cabloy-basic/modules/basic-commandssync/package.json +1 -1
  179. package/zova/src/suite/cabloy-basic/modules/basic-currency/package.json +1 -1
  180. package/zova/src/suite/cabloy-basic/modules/basic-date/package.json +1 -1
  181. package/zova/src/suite/cabloy-basic/modules/basic-form/package.json +1 -1
  182. package/zova/src/suite/cabloy-basic/modules/basic-input/package.json +1 -1
  183. package/zova/src/suite/cabloy-basic/modules/basic-page/package.json +1 -1
  184. package/zova/src/suite/cabloy-basic/modules/basic-pageentry/package.json +1 -1
  185. package/zova/src/suite/cabloy-basic/modules/basic-select/package.json +1 -1
  186. package/zova/src/suite/cabloy-basic/modules/basic-table/package.json +1 -1
  187. package/zova/src/suite/cabloy-basic/modules/basic-text/package.json +1 -1
  188. package/zova/src/suite-vendor/a-cabloy/modules/rest-resource/package.json +2 -2
  189. package/zova/src/suite-vendor/a-cabloy/package.json +2 -2
  190. package/zova/src/suite-vendor/a-zova/modules/a-api/package.json +2 -2
  191. package/zova/src/suite-vendor/a-zova/modules/a-app/package.json +2 -2
  192. package/zova/src/suite-vendor/a-zova/modules/a-bean/package.json +2 -2
  193. package/zova/src/suite-vendor/a-zova/modules/a-behavior/package.json +2 -2
  194. package/zova/src/suite-vendor/a-zova/modules/a-behaviors/package.json +2 -2
  195. package/zova/src/suite-vendor/a-zova/modules/a-boundary/package.json +2 -2
  196. package/zova/src/suite-vendor/a-zova/modules/a-command/package.json +2 -2
  197. package/zova/src/suite-vendor/a-zova/modules/a-fetch/package.json +2 -2
  198. package/zova/src/suite-vendor/a-zova/modules/a-form/package.json +2 -2
  199. package/zova/src/suite-vendor/a-zova/modules/a-icon/package.json +2 -2
  200. package/zova/src/suite-vendor/a-zova/modules/a-interceptor/package.json +2 -2
  201. package/zova/src/suite-vendor/a-zova/modules/a-logger/package.json +3 -3
  202. package/zova/src/suite-vendor/a-zova/modules/a-meta/package.json +2 -2
  203. package/zova/src/suite-vendor/a-zova/modules/a-model/package.json +3 -3
  204. package/zova/src/suite-vendor/a-zova/modules/a-openapi/package.json +2 -2
  205. package/zova/src/suite-vendor/a-zova/modules/a-router/package.json +2 -2
  206. package/zova/src/suite-vendor/a-zova/modules/a-routerstack/package.json +2 -2
  207. package/zova/src/suite-vendor/a-zova/modules/a-routertabs/package.json +2 -2
  208. package/zova/src/suite-vendor/a-zova/modules/a-ssr/package.json +2 -2
  209. package/zova/src/suite-vendor/a-zova/modules/a-ssrhmr/package.json +3 -3
  210. package/zova/src/suite-vendor/a-zova/modules/a-ssrserver/package.json +2 -2
  211. package/zova/src/suite-vendor/a-zova/modules/a-style/package.json +2 -2
  212. package/zova/src/suite-vendor/a-zova/modules/a-table/package.json +2 -2
  213. package/zova/src/suite-vendor/a-zova/modules/a-zod/package.json +5 -5
  214. package/zova/src/suite-vendor/a-zova/modules/a-zova/package.json +9 -9
  215. package/zova/src/suite-vendor/a-zova/package.json +26 -26
  216. package/zova/packages-cli/cli-set-front/src/lib/command/init.legacy.ts +0 -10
  217. package/zova/packages-cli/cli-set-front/src/lib/command/refactor.componentEmits.ts +0 -33
  218. package/zova/packages-cli/cli-set-front/src/lib/command/refactor.componentSlots.ts +0 -33
@@ -7,11 +7,13 @@ settings:
7
7
  overrides:
8
8
  '@quasar/app-vite': npm:@cabloy/quasar-app-vite@^2.5.10
9
9
  '@vue/babel-plugin-jsx': npm:@cabloy/vue-babel-plugin-jsx@^2.0.1
10
+ '@vue/compiler-dom': 3.5.13
10
11
  '@vue/compiler-sfc': npm:@cabloy/vue-compiler-sfc@^3.5.14
11
12
  '@vue/runtime-core': npm:@cabloy/vue-runtime-core@^3.5.57
12
13
  '@vue/runtime-dom': npm:@cabloy/vue-runtime-dom@^3.5.13
13
14
  '@vue/reactivity': npm:@cabloy/vue-reactivity@^3.5.16
14
15
  '@vue/server-renderer': npm:@cabloy/vue-server-renderer@^3.5.18
16
+ '@vue/shared': 3.5.13
15
17
  vue-router: npm:@cabloy/vue-router@^4.4.16
16
18
  zod: npm:@cabloy/zod@4.3.6
17
19
 
@@ -39,7 +41,7 @@ importers:
39
41
  version: 2.1.19
40
42
  '@cabloy/vue-router':
41
43
  specifier: ^4.4.16
42
- version: 4.4.16(vue@3.5.37(typescript@5.9.3))
44
+ version: 4.4.16(vue@3.5.38(typescript@5.9.3))
43
45
  '@cabloy/word-utils':
44
46
  specifier: ^2.1.14
45
47
  version: link:packages-utils/word-utils
@@ -60,13 +62,13 @@ importers:
60
62
  version: 8.21.3
61
63
  '@tanstack/vue-form':
62
64
  specifier: ^1.32.0
63
- version: 1.33.0(vue@3.5.37(typescript@5.9.3))
65
+ version: 1.33.0(vue@3.5.38(typescript@5.9.3))
64
66
  '@tanstack/vue-query':
65
67
  specifier: ^5.100.10
66
- version: 5.101.0(vue@3.5.37(typescript@5.9.3))
68
+ version: 5.101.0(vue@3.5.38(typescript@5.9.3))
67
69
  '@tanstack/vue-table':
68
70
  specifier: ^8.21.3
69
- version: 8.21.3(vue@3.5.37(typescript@5.9.3))
71
+ version: 8.21.3(vue@3.5.38(typescript@5.9.3))
70
72
  autoprefixer:
71
73
  specifier: ^10.4.27
72
74
  version: 10.5.0(postcss@8.5.15)
@@ -93,7 +95,7 @@ importers:
93
95
  version: 6.1.7
94
96
  express:
95
97
  specifier: ^5.2.1
96
- version: 5.2.1
98
+ version: 5.2.1(supports-color@10.2.2)
97
99
  luxon:
98
100
  specifier: ^3.7.2
99
101
  version: 3.7.2
@@ -119,11 +121,11 @@ importers:
119
121
  specifier: ^2.4.0
120
122
  version: 2.4.0
121
123
  vue:
122
- specifier: ^3.5.32
123
- version: 3.5.37(typescript@5.9.3)
124
+ specifier: ^3.5.38
125
+ version: 3.5.38(typescript@5.9.3)
124
126
  vue-router:
125
127
  specifier: npm:@cabloy/vue-router@^4.4.16
126
- version: '@cabloy/vue-router@4.4.16(vue@3.5.37(typescript@5.9.3))'
128
+ version: '@cabloy/vue-router@4.4.16(vue@3.5.38(typescript@5.9.3))'
127
129
  zod:
128
130
  specifier: npm:@cabloy/zod@4.3.6
129
131
  version: '@cabloy/zod@4.3.6'
@@ -131,7 +133,7 @@ importers:
131
133
  specifier: workspace:^
132
134
  version: link:packages-zova/zova
133
135
  zova-jsx:
134
- specifier: ^1.1.55
136
+ specifier: ^1.1.56
135
137
  version: link:packages-utils/zova-jsx
136
138
  zova-module-a-api:
137
139
  specifier: workspace:^
@@ -298,16 +300,16 @@ importers:
298
300
  devDependencies:
299
301
  '@cabloy/cli':
300
302
  specifier: ^3.1.14
301
- version: 3.1.14(vue@3.5.37(typescript@5.9.3))
303
+ version: 3.1.14(vue@3.5.38(typescript@5.9.3))
302
304
  '@cabloy/lint':
303
305
  specifier: ^5.1.27
304
- version: 5.1.27(@typescript-eslint/eslint-plugin@8.61.0(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(@typescript-eslint/rule-tester@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(@typescript-eslint/typescript-estree@8.61.0(typescript@5.9.3))(@typescript-eslint/utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(oxfmt@0.45.0)(oxlint@1.69.0)(typescript@5.9.3)(vue-eslint-parser@10.4.1(eslint@10.4.1(jiti@2.7.0)))
306
+ version: 5.1.27(@typescript-eslint/eslint-plugin@8.61.0(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(@typescript-eslint/rule-tester@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(@typescript-eslint/typescript-estree@8.61.0(typescript@5.9.3))(@typescript-eslint/utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(oxfmt@0.45.0)(oxlint@1.69.0)(supports-color@10.2.2)(typescript@5.9.3)(vue-eslint-parser@10.4.1(eslint@10.4.1(jiti@2.7.0)))
305
307
  '@cabloy/openapi-typescript':
306
308
  specifier: ^7.9.2
307
309
  version: 7.9.2(typescript@5.9.3)
308
310
  '@quasar/app-vite':
309
311
  specifier: npm:@cabloy/quasar-app-vite@^2.5.10
310
- version: '@cabloy/quasar-app-vite@2.5.10(@cabloy/vue-router@4.4.16(vue@3.5.37(typescript@5.9.3)))(@types/node@22.19.21)(eslint@10.4.1(jiti@2.7.0))(jiti@2.7.0)(quasar@2.19.3)(rolldown@1.1.0)(rollup@4.61.1)(sass@1.100.0)(terser@5.48.0)(typescript@5.9.3)(vue@3.5.37(typescript@5.9.3))(yaml@2.9.0)'
312
+ version: '@cabloy/quasar-app-vite@2.5.10(@cabloy/vue-router@4.4.16(vue@3.5.38(typescript@5.9.3)))(@types/node@22.19.21)(eslint@10.4.1(jiti@2.7.0))(jiti@2.7.0)(quasar@2.19.3)(rolldown@1.1.0)(rollup@4.61.1)(sass@1.100.0)(terser@5.48.0)(typescript@5.9.3)(vue@3.5.38(typescript@5.9.3))(yaml@2.9.0)'
311
313
  '@types/luxon':
312
314
  specifier: ^3.7.1
313
315
  version: 3.7.1
@@ -316,7 +318,7 @@ importers:
316
318
  version: 22.19.21
317
319
  '@vitejs/plugin-vue':
318
320
  specifier: ^6.0.7
319
- version: 6.0.7(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.37(typescript@5.9.3))
321
+ version: 6.0.7(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@5.9.3))
320
322
  concurrently:
321
323
  specifier: ^8.2.2
322
324
  version: 8.2.2
@@ -331,13 +333,13 @@ importers:
331
333
  version: 1.69.0
332
334
  quasar-app-extension-zova:
333
335
  specifier: ^1.3.1
334
- version: 1.3.1(@cabloy/vue-router@4.4.16(vue@3.5.37(typescript@5.9.3)))(@types/node@22.19.21)(eslint@10.4.1(jiti@2.7.0))(jiti@2.7.0)(quasar@2.19.3)(rolldown@1.1.0)(rollup@4.61.1)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(typescript@5.9.3)(vue@3.5.37(typescript@5.9.3))(yaml@2.9.0)
336
+ version: 1.3.1(@cabloy/vue-router@4.4.16(vue@3.5.38(typescript@5.9.3)))(@types/node@22.19.21)(eslint@10.4.1(jiti@2.7.0))(jiti@2.7.0)(quasar@2.19.3)(rolldown@1.1.0)(rollup@4.61.1)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(typescript@5.9.3)(vue@3.5.38(typescript@5.9.3))(yaml@2.9.0)
335
337
  sass:
336
338
  specifier: ^1.99.0
337
339
  version: 1.100.0
338
340
  textlint:
339
341
  specifier: ^15.7.0
340
- version: 15.7.1
342
+ version: 15.7.1(supports-color@10.2.2)
341
343
  textlint-rule-en-no-mixed-period:
342
344
  specifier: ^3.0.2
343
345
  version: 3.0.2
@@ -373,7 +375,7 @@ importers:
373
375
  dependencies:
374
376
  '@cabloy/cli':
375
377
  specifier: ^3.1.14
376
- version: 3.1.14(vue@3.5.37(typescript@5.9.3))
378
+ version: 3.1.14(vue@3.5.38(typescript@5.9.3))
377
379
  '@cabloy/process-helper':
378
380
  specifier: ^3.0.0
379
381
  version: 3.1.5
@@ -384,7 +386,7 @@ importers:
384
386
  specifier: ^7.6.2
385
387
  version: 7.8.4
386
388
  zova-cli-set-front:
387
- specifier: ^1.2.72
389
+ specifier: ^1.2.73
388
390
  version: link:../cli-set-front
389
391
  devDependencies:
390
392
  clean-package:
@@ -407,7 +409,7 @@ importers:
407
409
  version: 7.29.7(@babel/core@7.29.7)
408
410
  '@cabloy/cli':
409
411
  specifier: ^3.1.14
410
- version: 3.1.14(vue@3.5.37(typescript@5.9.3))
412
+ version: 3.1.14(vue@3.5.38(typescript@5.9.3))
411
413
  '@cabloy/extend':
412
414
  specifier: ^3.1.0
413
415
  version: 3.2.5
@@ -434,7 +436,7 @@ importers:
434
436
  version: 7.0.0-dev.20260610.1
435
437
  '@vitejs/plugin-vue-jsx':
436
438
  specifier: ^5.1.5
437
- version: 5.1.5(vite@8.0.16(@types/node@22.19.21)(esbuild@0.27.7)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.37(typescript@5.9.3))
439
+ version: 5.1.5(vite@8.0.16(@types/node@22.19.21)(esbuild@0.27.7)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@5.9.3))
438
440
  babel-plugin-transform-typescript-metadata:
439
441
  specifier: ^0.4.0
440
442
  version: 0.4.0(@babel/core@7.29.7)
@@ -461,7 +463,7 @@ importers:
461
463
  version: 14.1.0
462
464
  gogocode:
463
465
  specifier: ^1.0.55
464
- version: 1.0.55(vue@3.5.37(typescript@5.9.3))
466
+ version: 1.0.55(vue@3.5.38(typescript@5.9.3))
465
467
  rimraf:
466
468
  specifier: ^5.0.5
467
469
  version: 5.0.10
@@ -493,7 +495,7 @@ importers:
493
495
  specifier: ^1.1.14
494
496
  version: link:../../packages-utils/zova-openapi
495
497
  zova-vite:
496
- specifier: ^1.1.34
498
+ specifier: ^1.1.35
497
499
  version: link:../../packages-utils/zova-vite
498
500
  devDependencies:
499
501
  clean-package:
@@ -664,10 +666,10 @@ importers:
664
666
  specifier: ^2.4.0
665
667
  version: 2.4.0
666
668
  vue:
667
- specifier: ^3.5.32
668
- version: 3.5.37(typescript@5.9.3)
669
+ specifier: ^3.5.38
670
+ version: 3.5.38(typescript@5.9.3)
669
671
  zova-core:
670
- specifier: ^5.1.49
672
+ specifier: ^5.1.50
671
673
  version: link:../../packages-zova/zova-core
672
674
  devDependencies:
673
675
  clean-package:
@@ -727,7 +729,7 @@ importers:
727
729
  version: 3.5.16
728
730
  '@cabloy/vue-router':
729
731
  specifier: ^4.4.16
730
- version: 4.4.16(vue@3.5.37(typescript@5.9.3))
732
+ version: 4.4.16(vue@3.5.38(typescript@5.9.3))
731
733
  '@cabloy/vue-runtime-core':
732
734
  specifier: ^3.5.57
733
735
  version: 3.5.57
@@ -736,7 +738,7 @@ importers:
736
738
  version: 3.5.13
737
739
  '@cabloy/vue-server-renderer':
738
740
  specifier: ^3.5.18
739
- version: 3.5.18(vue@3.5.37(typescript@5.9.3))
741
+ version: 3.5.18(vue@3.5.38(typescript@5.9.3))
740
742
  '@faker-js/faker':
741
743
  specifier: ^8.4.1
742
744
  version: 8.4.1
@@ -745,7 +747,7 @@ importers:
745
747
  version: 22.19.21
746
748
  '@vitejs/plugin-vue-jsx':
747
749
  specifier: ^5.1.5
748
- version: 5.1.5(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.37(typescript@5.9.3))
750
+ version: 5.1.5(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@5.9.3))
749
751
  babel-plugin-transform-typescript-metadata:
750
752
  specifier: ^0.4.0
751
753
  version: 0.4.0(@babel/core@7.29.7)
@@ -808,10 +810,10 @@ importers:
808
810
  packages-zova/zova:
809
811
  dependencies:
810
812
  zova-core:
811
- specifier: ^5.1.49
813
+ specifier: ^5.1.50
812
814
  version: link:../zova-core
813
815
  zova-suite-a-zova:
814
- specifier: ^5.1.93
816
+ specifier: ^5.1.94
815
817
  version: link:../../src/suite-vendor/a-zova
816
818
  devDependencies:
817
819
  clean-package:
@@ -852,7 +854,7 @@ importers:
852
854
  version: 3.5.16
853
855
  '@cabloy/vue-router':
854
856
  specifier: ^4.4.16
855
- version: 4.4.16(vue@3.5.37(typescript@5.9.3))
857
+ version: 4.4.16(vue@3.5.38(typescript@5.9.3))
856
858
  '@cabloy/vue-runtime-core':
857
859
  specifier: ^3.5.57
858
860
  version: 3.5.57
@@ -861,7 +863,7 @@ importers:
861
863
  version: 3.5.13
862
864
  '@cabloy/vue-server-renderer':
863
865
  specifier: ^3.5.18
864
- version: 3.5.18(vue@3.5.37(typescript@5.9.3))
866
+ version: 3.5.18(vue@3.5.38(typescript@5.9.3))
865
867
  '@cabloy/word-utils':
866
868
  specifier: ^2.1.14
867
869
  version: link:../../packages-utils/word-utils
@@ -878,8 +880,8 @@ importers:
878
880
  specifier: ^3.0.6
879
881
  version: 3.0.6
880
882
  '@vue/shared':
881
- specifier: ^3.5.32
882
- version: 3.5.37
883
+ specifier: 3.5.13
884
+ version: 3.5.13
883
885
  deep-equal:
884
886
  specifier: ^2.2.3
885
887
  version: 2.2.3
@@ -887,11 +889,11 @@ importers:
887
889
  specifier: ^0.2.2
888
890
  version: 0.2.2
889
891
  vue:
890
- specifier: ^3.5.32
891
- version: 3.5.37(typescript@5.9.3)
892
+ specifier: ^3.5.38
893
+ version: 3.5.38(typescript@5.9.3)
892
894
  vue-plugin-render-freeze:
893
895
  specifier: ^2.0.4
894
- version: 2.0.4(vue@3.5.37(typescript@5.9.3))
896
+ version: 2.0.4(vue@3.5.38(typescript@5.9.3))
895
897
  zod:
896
898
  specifier: npm:@cabloy/zod@4.3.6
897
899
  version: '@cabloy/zod@4.3.6'
@@ -963,7 +965,7 @@ importers:
963
965
  specifier: ^5.1.20
964
966
  version: link:modules/a-icon
965
967
  zova-module-a-interceptor:
966
- specifier: ^5.1.22
968
+ specifier: ^5.1.23
967
969
  version: link:modules/a-interceptor
968
970
  zova-module-a-logger:
969
971
  specifier: ^5.1.20
@@ -987,7 +989,7 @@ importers:
987
989
  specifier: ^5.1.25
988
990
  version: link:modules/a-routertabs
989
991
  zova-module-a-ssr:
990
- specifier: ^5.1.19
992
+ specifier: ^5.1.20
991
993
  version: link:modules/a-ssr
992
994
  zova-module-a-ssrhmr:
993
995
  specifier: ^5.1.16
@@ -996,16 +998,16 @@ importers:
996
998
  specifier: ^5.1.16
997
999
  version: link:modules/a-ssrserver
998
1000
  zova-module-a-style:
999
- specifier: ^5.1.25
1001
+ specifier: ^5.1.26
1000
1002
  version: link:modules/a-style
1001
1003
  zova-module-a-table:
1002
1004
  specifier: ^5.1.27
1003
1005
  version: link:modules/a-table
1004
1006
  zova-module-a-zod:
1005
- specifier: ^5.1.23
1007
+ specifier: ^5.1.24
1006
1008
  version: link:modules/a-zod
1007
1009
  zova-module-a-zova:
1008
- specifier: ^5.1.61
1010
+ specifier: ^5.1.62
1009
1011
  version: link:modules/a-zova
1010
1012
 
1011
1013
  src/suite-vendor/a-zova/modules/a-api:
@@ -1092,7 +1094,7 @@ importers:
1092
1094
  dependencies:
1093
1095
  '@tanstack/vue-form':
1094
1096
  specifier: ^1.32.0
1095
- version: 1.33.0(vue@3.5.37(typescript@5.9.3))
1097
+ version: 1.33.0(vue@3.5.38(typescript@5.9.3))
1096
1098
  devDependencies:
1097
1099
  clean-package:
1098
1100
  specifier: ^2.2.0
@@ -1151,7 +1153,7 @@ importers:
1151
1153
  version: 5.101.0
1152
1154
  '@tanstack/vue-query':
1153
1155
  specifier: ^5.100.10
1154
- version: 5.101.0(vue@3.5.37(typescript@5.9.3))
1156
+ version: 5.101.0(vue@3.5.38(typescript@5.9.3))
1155
1157
  localforage:
1156
1158
  specifier: ^1.10.0
1157
1159
  version: 1.10.0
@@ -1283,7 +1285,7 @@ importers:
1283
1285
  version: 8.21.3
1284
1286
  '@tanstack/vue-table':
1285
1287
  specifier: ^8.21.3
1286
- version: 8.21.3(vue@3.5.37(typescript@5.9.3))
1288
+ version: 8.21.3(vue@3.5.38(typescript@5.9.3))
1287
1289
  devDependencies:
1288
1290
  clean-package:
1289
1291
  specifier: ^2.2.0
@@ -1333,7 +1335,7 @@ importers:
1333
1335
  version: 2.1.19
1334
1336
  '@cabloy/vue-router':
1335
1337
  specifier: ^4.4.16
1336
- version: 4.4.16(vue@3.5.37(typescript@5.9.3))
1338
+ version: 4.4.16(vue@3.5.38(typescript@5.9.3))
1337
1339
  '@cabloy/word-utils':
1338
1340
  specifier: ^2.1.14
1339
1341
  version: link:../../../../../packages-utils/word-utils
@@ -1344,12 +1346,12 @@ importers:
1344
1346
  specifier: ^3.7.2
1345
1347
  version: 3.7.2
1346
1348
  zova-jsx:
1347
- specifier: ^1.1.55
1349
+ specifier: ^1.1.56
1348
1350
  version: link:../../../../../packages-utils/zova-jsx
1349
1351
  devDependencies:
1350
1352
  '@cabloy/cli':
1351
1353
  specifier: ^3.1.14
1352
- version: 3.1.14(vue@3.5.37(typescript@5.9.3))
1354
+ version: 3.1.14(vue@3.5.38(typescript@5.9.3))
1353
1355
  '@types/luxon':
1354
1356
  specifier: ^3.7.1
1355
1357
  version: 3.7.1
@@ -3442,48 +3444,56 @@ packages:
3442
3444
  engines: {node: ^20.19.0 || >=22.12.0}
3443
3445
  cpu: [arm64]
3444
3446
  os: [linux]
3447
+ libc: [glibc]
3445
3448
 
3446
3449
  '@oxfmt/binding-linux-arm64-musl@0.45.0':
3447
3450
  resolution: {integrity: sha512-XQKXZIKYJC3GQJ8FnD3iMntpw69Wd9kDDK/Xt79p6xnFYlGGxSNv2vIBvRTDg5CKByWFWWZLCRDOXoP/m6YN4g==}
3448
3451
  engines: {node: ^20.19.0 || >=22.12.0}
3449
3452
  cpu: [arm64]
3450
3453
  os: [linux]
3454
+ libc: [musl]
3451
3455
 
3452
3456
  '@oxfmt/binding-linux-ppc64-gnu@0.45.0':
3453
3457
  resolution: {integrity: sha512-+g5RiG+xOkdrCWkKodv407nTvMq4vYM18Uox2MhZBm/YoqFxxJpWKsloskFFG5NU13HGPw1wzYjjOVcyd9moCA==}
3454
3458
  engines: {node: ^20.19.0 || >=22.12.0}
3455
3459
  cpu: [ppc64]
3456
3460
  os: [linux]
3461
+ libc: [glibc]
3457
3462
 
3458
3463
  '@oxfmt/binding-linux-riscv64-gnu@0.45.0':
3459
3464
  resolution: {integrity: sha512-V7dXKoSyEbWAkkSF4JJNtF+NJZDmJoSarSoP30WCsB3X636Rehd3CvxBj49FIJxEBFWhvcUjGSHVeU8Erck1bQ==}
3460
3465
  engines: {node: ^20.19.0 || >=22.12.0}
3461
3466
  cpu: [riscv64]
3462
3467
  os: [linux]
3468
+ libc: [glibc]
3463
3469
 
3464
3470
  '@oxfmt/binding-linux-riscv64-musl@0.45.0':
3465
3471
  resolution: {integrity: sha512-Vdelft1sAEYojVGgcODEFXSWYQYlIvoyIGWebKCuUibd1tvS1TjTx413xG2ZLuHpYj45CkN/ztMLMX6jrgqpgg==}
3466
3472
  engines: {node: ^20.19.0 || >=22.12.0}
3467
3473
  cpu: [riscv64]
3468
3474
  os: [linux]
3475
+ libc: [musl]
3469
3476
 
3470
3477
  '@oxfmt/binding-linux-s390x-gnu@0.45.0':
3471
3478
  resolution: {integrity: sha512-RR7xKgNpqwENnK0aYCGYg0JycY2n93J0reNjHyes+I9Gq52dH95x+CBlnlAQHCPfz6FGnKA9HirgUl14WO6o7w==}
3472
3479
  engines: {node: ^20.19.0 || >=22.12.0}
3473
3480
  cpu: [s390x]
3474
3481
  os: [linux]
3482
+ libc: [glibc]
3475
3483
 
3476
3484
  '@oxfmt/binding-linux-x64-gnu@0.45.0':
3477
3485
  resolution: {integrity: sha512-U/QQ0+BQNSHxjuXR/utvXnQ50Vu5kUuqEomZvQ1/3mhgbBiMc2WU9q5kZ5WwLp3gnFIx9ibkveoRSe2EZubkqg==}
3478
3486
  engines: {node: ^20.19.0 || >=22.12.0}
3479
3487
  cpu: [x64]
3480
3488
  os: [linux]
3489
+ libc: [glibc]
3481
3490
 
3482
3491
  '@oxfmt/binding-linux-x64-musl@0.45.0':
3483
3492
  resolution: {integrity: sha512-o5TLOUCF0RWQjsIS06yVC+kFgp092/yLe6qBGSUvtnmTVw9gxjpdQSXc3VN5Cnive4K11HNstEZF8ROKHfDFSw==}
3484
3493
  engines: {node: ^20.19.0 || >=22.12.0}
3485
3494
  cpu: [x64]
3486
3495
  os: [linux]
3496
+ libc: [musl]
3487
3497
 
3488
3498
  '@oxfmt/binding-openharmony-arm64@0.45.0':
3489
3499
  resolution: {integrity: sha512-RnGcV3HgPuOjsGx/k9oyRNKmOp+NBLGzZTdPDYbc19r7NGeYPplnUU/BfU35bX2Y/O4ejvHxcfkvW2WoYL/gsg==}
@@ -3556,48 +3566,56 @@ packages:
3556
3566
  engines: {node: ^20.19.0 || >=22.12.0}
3557
3567
  cpu: [arm64]
3558
3568
  os: [linux]
3569
+ libc: [glibc]
3559
3570
 
3560
3571
  '@oxlint/binding-linux-arm64-musl@1.69.0':
3561
3572
  resolution: {integrity: sha512-xEPpNppTfN1l/nM7gYSf9iocscu/as+p/7vxkLeLEKnYU+09Dm+5V6IhDYDh+Uz6FajEupWwCLt5SOG0y1PCKg==}
3562
3573
  engines: {node: ^20.19.0 || >=22.12.0}
3563
3574
  cpu: [arm64]
3564
3575
  os: [linux]
3576
+ libc: [musl]
3565
3577
 
3566
3578
  '@oxlint/binding-linux-ppc64-gnu@1.69.0':
3567
3579
  resolution: {integrity: sha512-Ug0+eU7HJBlek+SjklYH62IlOMirEJsdxpihH0kSqX0XdrDD4NdHpQc10fK1JC35yn6KrrcN+uYzlHD38XAf8Q==}
3568
3580
  engines: {node: ^20.19.0 || >=22.12.0}
3569
3581
  cpu: [ppc64]
3570
3582
  os: [linux]
3583
+ libc: [glibc]
3571
3584
 
3572
3585
  '@oxlint/binding-linux-riscv64-gnu@1.69.0':
3573
3586
  resolution: {integrity: sha512-iEyI3GIg0l/s3G4qy2TlaaWKdzj4PJJStwtlocpDTC00PY9hZueotf6OKUj9+yfQh0lrpBW/pLMgTztbAHKJEg==}
3574
3587
  engines: {node: ^20.19.0 || >=22.12.0}
3575
3588
  cpu: [riscv64]
3576
3589
  os: [linux]
3590
+ libc: [glibc]
3577
3591
 
3578
3592
  '@oxlint/binding-linux-riscv64-musl@1.69.0':
3579
3593
  resolution: {integrity: sha512-NjHjpiI4WIKSMwuoJSZi5VToPeoYOS1FR52HLIDG6lidMdqquusgtODb4iLk0+lb1q3Z0nv2/aPRcC/olmpQGg==}
3580
3594
  engines: {node: ^20.19.0 || >=22.12.0}
3581
3595
  cpu: [riscv64]
3582
3596
  os: [linux]
3597
+ libc: [musl]
3583
3598
 
3584
3599
  '@oxlint/binding-linux-s390x-gnu@1.69.0':
3585
3600
  resolution: {integrity: sha512-Ai/prDewoItkDXbp38gwGZi41DycZbUTZJ3UidwoHgQC0/DaqC2TGdtBTQLJ6hSD+SAxASzh8+/eSBPmxfOacA==}
3586
3601
  engines: {node: ^20.19.0 || >=22.12.0}
3587
3602
  cpu: [s390x]
3588
3603
  os: [linux]
3604
+ libc: [glibc]
3589
3605
 
3590
3606
  '@oxlint/binding-linux-x64-gnu@1.69.0':
3591
3607
  resolution: {integrity: sha512-Gt3KHgp46mRKz4sJeaASmKvD8ayXookRw07RMf+NowhEztGGDZ7VrXpoW96XuKJLjFukWizOFVNjmYb/u7caNQ==}
3592
3608
  engines: {node: ^20.19.0 || >=22.12.0}
3593
3609
  cpu: [x64]
3594
3610
  os: [linux]
3611
+ libc: [glibc]
3595
3612
 
3596
3613
  '@oxlint/binding-linux-x64-musl@1.69.0':
3597
3614
  resolution: {integrity: sha512-7tQhJ2+p/oHv1zcfnjYI7YVzC/7iBaVOfIvFYtxdJ5F45mWgEdrCyXZXZGfiLey5t/5JhOhsaMnnv1kAzckd7g==}
3598
3615
  engines: {node: ^20.19.0 || >=22.12.0}
3599
3616
  cpu: [x64]
3600
3617
  os: [linux]
3618
+ libc: [musl]
3601
3619
 
3602
3620
  '@oxlint/binding-openharmony-arm64@1.69.0':
3603
3621
  resolution: {integrity: sha512-vmWz6TKp/3hfA4lksR0zHBv/6xuX1jhym6eqOjdH2DXsDDHZWcp2f0KG0VCAnlVbIrjk29G4wAWMXb/Hn1YobA==}
@@ -3652,36 +3670,42 @@ packages:
3652
3670
  engines: {node: '>= 10.0.0'}
3653
3671
  cpu: [arm]
3654
3672
  os: [linux]
3673
+ libc: [glibc]
3655
3674
 
3656
3675
  '@parcel/watcher-linux-arm-musl@2.5.6':
3657
3676
  resolution: {integrity: sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==}
3658
3677
  engines: {node: '>= 10.0.0'}
3659
3678
  cpu: [arm]
3660
3679
  os: [linux]
3680
+ libc: [musl]
3661
3681
 
3662
3682
  '@parcel/watcher-linux-arm64-glibc@2.5.6':
3663
3683
  resolution: {integrity: sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==}
3664
3684
  engines: {node: '>= 10.0.0'}
3665
3685
  cpu: [arm64]
3666
3686
  os: [linux]
3687
+ libc: [glibc]
3667
3688
 
3668
3689
  '@parcel/watcher-linux-arm64-musl@2.5.6':
3669
3690
  resolution: {integrity: sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==}
3670
3691
  engines: {node: '>= 10.0.0'}
3671
3692
  cpu: [arm64]
3672
3693
  os: [linux]
3694
+ libc: [musl]
3673
3695
 
3674
3696
  '@parcel/watcher-linux-x64-glibc@2.5.6':
3675
3697
  resolution: {integrity: sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==}
3676
3698
  engines: {node: '>= 10.0.0'}
3677
3699
  cpu: [x64]
3678
3700
  os: [linux]
3701
+ libc: [glibc]
3679
3702
 
3680
3703
  '@parcel/watcher-linux-x64-musl@2.5.6':
3681
3704
  resolution: {integrity: sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==}
3682
3705
  engines: {node: '>= 10.0.0'}
3683
3706
  cpu: [x64]
3684
3707
  os: [linux]
3708
+ libc: [musl]
3685
3709
 
3686
3710
  '@parcel/watcher-win32-arm64@2.5.6':
3687
3711
  resolution: {integrity: sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==}
@@ -3829,108 +3853,126 @@ packages:
3829
3853
  engines: {node: ^20.19.0 || >=22.12.0}
3830
3854
  cpu: [arm64]
3831
3855
  os: [linux]
3856
+ libc: [glibc]
3832
3857
 
3833
3858
  '@rolldown/binding-linux-arm64-gnu@1.0.3':
3834
3859
  resolution: {integrity: sha512-jsO7R8To+AdlYgUmN5sHSCZbfhtMBkO0WUx8iORQnPcMMdgr7qM2DQmMwgabs3GhNztdmoKkMKQFHD6DTMCIQw==}
3835
3860
  engines: {node: ^20.19.0 || >=22.12.0}
3836
3861
  cpu: [arm64]
3837
3862
  os: [linux]
3863
+ libc: [glibc]
3838
3864
 
3839
3865
  '@rolldown/binding-linux-arm64-gnu@1.1.0':
3840
3866
  resolution: {integrity: sha512-+tog7T66i+yFyIuuAnjL6xmW182W/qTBOUt6BtQ6lBIM1Eikh/fSMz4HGgvuCp5uU0zuIVWng7kDYthjCMOHcg==}
3841
3867
  engines: {node: ^20.19.0 || >=22.12.0}
3842
3868
  cpu: [arm64]
3843
3869
  os: [linux]
3870
+ libc: [glibc]
3844
3871
 
3845
3872
  '@rolldown/binding-linux-arm64-musl@1.0.0-rc.17':
3846
3873
  resolution: {integrity: sha512-b/CgbwAJpmrRLp02RPfhbudf5tZnN9nsPWK82znefso832etkem8H7FSZwxrOI9djcdTP7U6YfNhbRnh7djErg==}
3847
3874
  engines: {node: ^20.19.0 || >=22.12.0}
3848
3875
  cpu: [arm64]
3849
3876
  os: [linux]
3877
+ libc: [musl]
3850
3878
 
3851
3879
  '@rolldown/binding-linux-arm64-musl@1.0.3':
3852
3880
  resolution: {integrity: sha512-VWkUHwWriDciit80wleYwKILoR/KMvxh/IdwS/paX+ZgpuRpCrKLUdadJbc0NpBEiyhpYawsJ73j9aCvOH+f7Q==}
3853
3881
  engines: {node: ^20.19.0 || >=22.12.0}
3854
3882
  cpu: [arm64]
3855
3883
  os: [linux]
3884
+ libc: [musl]
3856
3885
 
3857
3886
  '@rolldown/binding-linux-arm64-musl@1.1.0':
3858
3887
  resolution: {integrity: sha512-4b7yruLIIj/oZ3GpcLOvxcLCLDMraohn3IhQfN2hBP4w9UekG0DTIajWguJosRGfySf/+h/NwRUiMKoCpxCrqQ==}
3859
3888
  engines: {node: ^20.19.0 || >=22.12.0}
3860
3889
  cpu: [arm64]
3861
3890
  os: [linux]
3891
+ libc: [musl]
3862
3892
 
3863
3893
  '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.17':
3864
3894
  resolution: {integrity: sha512-4EII1iNGRUN5WwGbF/kOh/EIkoDN9HsupgLQoXfY+D1oyJm7/F4t5PYU5n8SWZgG0FEwakyM8pGgwcBYruGTlA==}
3865
3895
  engines: {node: ^20.19.0 || >=22.12.0}
3866
3896
  cpu: [ppc64]
3867
3897
  os: [linux]
3898
+ libc: [glibc]
3868
3899
 
3869
3900
  '@rolldown/binding-linux-ppc64-gnu@1.0.3':
3870
3901
  resolution: {integrity: sha512-5f1laC0SlIR0yDbFCd8acUhvJIag6N3zC5P7oUPN6wX0aOma+uKJ0wBDH5aq7I1PVI2ttTlhJwzwRIBnLiSGEg==}
3871
3902
  engines: {node: ^20.19.0 || >=22.12.0}
3872
3903
  cpu: [ppc64]
3873
3904
  os: [linux]
3905
+ libc: [glibc]
3874
3906
 
3875
3907
  '@rolldown/binding-linux-ppc64-gnu@1.1.0':
3876
3908
  resolution: {integrity: sha512-QRDOVZd0bhQ5jLsUsCC3dUxDWdTSVY9WMznowZgCGOrZfLLgctWpelhUASEiBwsXfat/JwYnVd1EaxMhqyT+UQ==}
3877
3909
  engines: {node: ^20.19.0 || >=22.12.0}
3878
3910
  cpu: [ppc64]
3879
3911
  os: [linux]
3912
+ libc: [glibc]
3880
3913
 
3881
3914
  '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.17':
3882
3915
  resolution: {integrity: sha512-AH8oq3XqQo4IibpVXvPeLDI5pzkpYn0WiZAfT05kFzoJ6tQNzwRdDYQ45M8I/gslbodRZwW8uxLhbSBbkv96rA==}
3883
3916
  engines: {node: ^20.19.0 || >=22.12.0}
3884
3917
  cpu: [s390x]
3885
3918
  os: [linux]
3919
+ libc: [glibc]
3886
3920
 
3887
3921
  '@rolldown/binding-linux-s390x-gnu@1.0.3':
3888
3922
  resolution: {integrity: sha512-Iq4ko0r4XsgbrF/LunNgHtAGLRRVE2kXonAXQ/MV0mC6jQpMOhW1SvtZja2EhC/kd05++bP78dsqBeIQyYJ6Yg==}
3889
3923
  engines: {node: ^20.19.0 || >=22.12.0}
3890
3924
  cpu: [s390x]
3891
3925
  os: [linux]
3926
+ libc: [glibc]
3892
3927
 
3893
3928
  '@rolldown/binding-linux-s390x-gnu@1.1.0':
3894
3929
  resolution: {integrity: sha512-ypxT+Hq76NFG7woFbNbySnGEajFuYuIXeKz/jfCU+lXUoxfi3zLE6OG/ZQNeK3RpZSYJlAe2bokpsQ046CaieQ==}
3895
3930
  engines: {node: ^20.19.0 || >=22.12.0}
3896
3931
  cpu: [s390x]
3897
3932
  os: [linux]
3933
+ libc: [glibc]
3898
3934
 
3899
3935
  '@rolldown/binding-linux-x64-gnu@1.0.0-rc.17':
3900
3936
  resolution: {integrity: sha512-cLnjV3xfo7KslbU41Z7z8BH/E1y5mzUYzAqih1d1MDaIGZRCMqTijqLv76/P7fyHuvUcfGsIpqCdddbxLLK9rA==}
3901
3937
  engines: {node: ^20.19.0 || >=22.12.0}
3902
3938
  cpu: [x64]
3903
3939
  os: [linux]
3940
+ libc: [glibc]
3904
3941
 
3905
3942
  '@rolldown/binding-linux-x64-gnu@1.0.3':
3906
3943
  resolution: {integrity: sha512-B8m6tD5+/N5FeNQFbKlLA/2yVq9ycQP1SeedyEYYKWBNR3ZQbkvIUcNnDNM03lO1l5F2roiiFJGgvoLLyZXtSg==}
3907
3944
  engines: {node: ^20.19.0 || >=22.12.0}
3908
3945
  cpu: [x64]
3909
3946
  os: [linux]
3947
+ libc: [glibc]
3910
3948
 
3911
3949
  '@rolldown/binding-linux-x64-gnu@1.1.0':
3912
3950
  resolution: {integrity: sha512-IdovCmfROFmpTLahdecTDFL74aLERVYN68F/mLZjfVh6LfoplPfI6deyHNMTcVujbokDV5k05XrFO22zfv+qjg==}
3913
3951
  engines: {node: ^20.19.0 || >=22.12.0}
3914
3952
  cpu: [x64]
3915
3953
  os: [linux]
3954
+ libc: [glibc]
3916
3955
 
3917
3956
  '@rolldown/binding-linux-x64-musl@1.0.0-rc.17':
3918
3957
  resolution: {integrity: sha512-0phclDw1spsL7dUB37sIARuis2tAgomCJXAHZlpt8PXZ4Ba0dRP1e+66lsRqrfhISeN9bEGNjQs+T/Fbd7oYGw==}
3919
3958
  engines: {node: ^20.19.0 || >=22.12.0}
3920
3959
  cpu: [x64]
3921
3960
  os: [linux]
3961
+ libc: [musl]
3922
3962
 
3923
3963
  '@rolldown/binding-linux-x64-musl@1.0.3':
3924
3964
  resolution: {integrity: sha512-pSdpdUJHkuCxun9LE7jvgUB9qsRgaiyNNCX7m/AvHTcq67AiT/Yhoxvw5zPfhrM8k/BfP8ce/hMOpthKDpEUow==}
3925
3965
  engines: {node: ^20.19.0 || >=22.12.0}
3926
3966
  cpu: [x64]
3927
3967
  os: [linux]
3968
+ libc: [musl]
3928
3969
 
3929
3970
  '@rolldown/binding-linux-x64-musl@1.1.0':
3930
3971
  resolution: {integrity: sha512-pcA8xlFp2tyk9T2R6Fi/rPe3bQ1MA+sSMDNUU5Ogu80GHOatkE4P8YCreGAvZErm5Ho2YRXnyvNrWiRncfVysQ==}
3931
3972
  engines: {node: ^20.19.0 || >=22.12.0}
3932
3973
  cpu: [x64]
3933
3974
  os: [linux]
3975
+ libc: [musl]
3934
3976
 
3935
3977
  '@rolldown/binding-openharmony-arm64@1.0.0-rc.17':
3936
3978
  resolution: {integrity: sha512-0ag/hEgXOwgw4t8QyQvUCxvEg+V0KBcA6YuOx9g0r02MprutRF5dyljgm3EmR02O292UX7UeS6HzWHAl6KgyhA==}
@@ -4041,66 +4083,79 @@ packages:
4041
4083
  resolution: {integrity: sha512-Q8CBCCQtDFrYtXoeUXSrnFXKOnyUhx6bz+SkL6A0E7V8kAiCJ5pamq1WtbfpVGhR5TSpXY6ak3avmDc5fHTyJA==}
4042
4084
  cpu: [arm]
4043
4085
  os: [linux]
4086
+ libc: [glibc]
4044
4087
 
4045
4088
  '@rollup/rollup-linux-arm-musleabihf@4.61.1':
4046
4089
  resolution: {integrity: sha512-nwnhk1581l0FBVellGcVCAT0Oi06onEA3WB53sf01VO3I0UPBkMH9sXONYME2K0ovXcNayJfNtHfm6mpJElatQ==}
4047
4090
  cpu: [arm]
4048
4091
  os: [linux]
4092
+ libc: [musl]
4049
4093
 
4050
4094
  '@rollup/rollup-linux-arm64-gnu@4.61.1':
4051
4095
  resolution: {integrity: sha512-x5Xr49hwt3hdW75UOZm3395YwwzPyauktslv29KpWL/T+vVAzoT3azLcTWv0eMciBNrx+DYjH4paehHoLpPvpg==}
4052
4096
  cpu: [arm64]
4053
4097
  os: [linux]
4098
+ libc: [glibc]
4054
4099
 
4055
4100
  '@rollup/rollup-linux-arm64-musl@4.61.1':
4056
4101
  resolution: {integrity: sha512-unMS3H73DpaoPyyEVPjGKleM/s0mkmsauTENpw4INQY8y4+IuLNjkueQ5QCtC0D3N38Y38yhAU8OoZ20S2Tm6w==}
4057
4102
  cpu: [arm64]
4058
4103
  os: [linux]
4104
+ libc: [musl]
4059
4105
 
4060
4106
  '@rollup/rollup-linux-loong64-gnu@4.61.1':
4061
4107
  resolution: {integrity: sha512-zNZzGRnAhwjFEYmvphJRV5XaQGjs62cCmeYYHUT//NbvEnHauw+I85nGG+SiVg5ld4GX8D1IbKIX+ozITQnhMQ==}
4062
4108
  cpu: [loong64]
4063
4109
  os: [linux]
4110
+ libc: [glibc]
4064
4111
 
4065
4112
  '@rollup/rollup-linux-loong64-musl@4.61.1':
4066
4113
  resolution: {integrity: sha512-LdpWGL8X209B2SIvWjqlc8VZgM6PKfontSerGepuldQmHYrAOtnMCXeJkxXGbC+PPZVOuu5czJo7fNV6aeW8rQ==}
4067
4114
  cpu: [loong64]
4068
4115
  os: [linux]
4116
+ libc: [musl]
4069
4117
 
4070
4118
  '@rollup/rollup-linux-ppc64-gnu@4.61.1':
4071
4119
  resolution: {integrity: sha512-EC5kTtNaNGOmbMGqar8dvJy6y/hg99GAwjfBz++pxZhQATXGcRjd6c5en5wcbru0vkRmiMGsQKdMJOOf6sza4g==}
4072
4120
  cpu: [ppc64]
4073
4121
  os: [linux]
4122
+ libc: [glibc]
4074
4123
 
4075
4124
  '@rollup/rollup-linux-ppc64-musl@4.61.1':
4076
4125
  resolution: {integrity: sha512-8hiwp6D4acEcNK78I4rP0/XtS1sknWIAMJBPdR4l6zUtyTm5KiTDr5bXmWt4foY7nAN7AThDHgkLIEZOWKbzWw==}
4077
4126
  cpu: [ppc64]
4078
4127
  os: [linux]
4128
+ libc: [musl]
4079
4129
 
4080
4130
  '@rollup/rollup-linux-riscv64-gnu@4.61.1':
4081
4131
  resolution: {integrity: sha512-10dh/h/BqA7DuMPWSxkR8uks18FRwnwOEqr5zOTEl+NOwP/OMzKX8OFR/Of9xxDA7D5qef1Nzar5WDD2kCCr1g==}
4082
4132
  cpu: [riscv64]
4083
4133
  os: [linux]
4134
+ libc: [glibc]
4084
4135
 
4085
4136
  '@rollup/rollup-linux-riscv64-musl@4.61.1':
4086
4137
  resolution: {integrity: sha512-YKJ5lg35DP17gcAOggnihe+APw9HLyj1Xn7gsmGumBJAUDa6NGXNixJzmkWLhcK9TOuuyQjdamzvJefkO7qHZQ==}
4087
4138
  cpu: [riscv64]
4088
4139
  os: [linux]
4140
+ libc: [musl]
4089
4141
 
4090
4142
  '@rollup/rollup-linux-s390x-gnu@4.61.1':
4091
4143
  resolution: {integrity: sha512-Mlil5G2Jj6a7B3LWGctg+XPL9vdXYuzCtNXfxOQ0nPjc2m6ueUktocPGH9bnAM0bNRKb/bAWTujUU7IJQdQA+g==}
4092
4144
  cpu: [s390x]
4093
4145
  os: [linux]
4146
+ libc: [glibc]
4094
4147
 
4095
4148
  '@rollup/rollup-linux-x64-gnu@4.61.1':
4096
4149
  resolution: {integrity: sha512-bVWIOIk6pV01p4CdUbPP7CJ/434z+OooYjDuFcR+44N35YvKUC66G8MGnvcWx5mWKW3g61J+t74l3Kj15Kwn2Q==}
4097
4150
  cpu: [x64]
4098
4151
  os: [linux]
4152
+ libc: [glibc]
4099
4153
 
4100
4154
  '@rollup/rollup-linux-x64-musl@4.61.1':
4101
4155
  resolution: {integrity: sha512-qy5pBvZbqNFheBz61R1rzsezjm0J7O2oNGoWtGoY89SZYLUfxAJTBAqDChqAIdB4rCiIbi9nF7yZ83GnNiLwSw==}
4102
4156
  cpu: [x64]
4103
4157
  os: [linux]
4158
+ libc: [musl]
4104
4159
 
4105
4160
  '@rollup/rollup-openbsd-x64@4.61.1':
4106
4161
  resolution: {integrity: sha512-E83TXjI4zm0+5f2qO+UOudaCYIhYwpJ5jq6YCZNIZ+6CbfhKrkAGezeiASBL9ElxAxFsRS9ZhESv8mfnj6TKeg==}
@@ -4208,24 +4263,28 @@ packages:
4208
4263
  engines: {node: '>= 20'}
4209
4264
  cpu: [arm64]
4210
4265
  os: [linux]
4266
+ libc: [glibc]
4211
4267
 
4212
4268
  '@tailwindcss/oxide-linux-arm64-musl@4.3.0':
4213
4269
  resolution: {integrity: sha512-Z6sukiQsngnWO+l39X4pPbiWT81IC+PLKF+PHxIlyZbGNb9MODfYlXEVlFvej5BOZInWX01kVyzeLvHsXhfczQ==}
4214
4270
  engines: {node: '>= 20'}
4215
4271
  cpu: [arm64]
4216
4272
  os: [linux]
4273
+ libc: [musl]
4217
4274
 
4218
4275
  '@tailwindcss/oxide-linux-x64-gnu@4.3.0':
4219
4276
  resolution: {integrity: sha512-DRNdQRpSGzRGfARVuVkxvM8Q12nh19l4BF/G7zGA1oe+9wcC6saFBHTISrpIcKzhiXtSrlSrluCfvMuledoCTQ==}
4220
4277
  engines: {node: '>= 20'}
4221
4278
  cpu: [x64]
4222
4279
  os: [linux]
4280
+ libc: [glibc]
4223
4281
 
4224
4282
  '@tailwindcss/oxide-linux-x64-musl@4.3.0':
4225
4283
  resolution: {integrity: sha512-Z0IADbDo8bh6I7h2IQMx601AdXBLfFpEdUotft86evd/8ZPflZe9COPO8Q1vw+pfLWIUo9zN/JGZvwuAJqduqg==}
4226
4284
  engines: {node: '>= 20'}
4227
4285
  cpu: [x64]
4228
4286
  os: [linux]
4287
+ libc: [musl]
4229
4288
 
4230
4289
  '@tailwindcss/oxide-wasm32-wasi@4.3.0':
4231
4290
  resolution: {integrity: sha512-HNZGOUxEmElksYR7S6sC5jTeNGpobAsy9u7Gu0AskJ8/20FR9GqebUyB+HBcU/ax6BHuiuJi+Oda4B+YX6H1yA==}
@@ -4664,18 +4723,9 @@ packages:
4664
4723
  '@vue/compiler-core@3.5.13':
4665
4724
  resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==}
4666
4725
 
4667
- '@vue/compiler-core@3.5.37':
4668
- resolution: {integrity: sha512-TfQz4bsBQTPoTeBWTUPJPq+4FCTTXg2pbp8TjjAyrGaLAu9nfrZTxKLf6mdAlclnwtyUToFaMQu7QRS63Qek1g==}
4669
-
4670
- '@vue/compiler-dom@3.0.11':
4671
- resolution: {integrity: sha512-+3xB50uGeY5Fv9eMKVJs2WSRULfgwaTJsy23OIltKgMrynnIj8hTYY2UL97HCoz78aDw1VDXdrBQ4qepWjnQcw==}
4672
-
4673
4726
  '@vue/compiler-dom@3.5.13':
4674
4727
  resolution: {integrity: sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==}
4675
4728
 
4676
- '@vue/compiler-dom@3.5.37':
4677
- resolution: {integrity: sha512-oqfl/QaCVEWxphALFEZ7m+q9z+Sghz9ZCcoJ/oplTGxsOgx2czVzSZxkMkzQrWIahywOeyGHdg9ml/WUz3DMzw==}
4678
-
4679
4729
  '@vue/compiler-ssr@3.0.11':
4680
4730
  resolution: {integrity: sha512-66yUGI8SGOpNvOcrQybRIhl2M03PJ+OrDPm78i7tvVln86MHTKhM3ERbALK26F7tXl0RkjX4sZpucCpiKs3MnA==}
4681
4731
 
@@ -4697,15 +4747,9 @@ packages:
4697
4747
  '@vue/language-core@3.3.4':
4698
4748
  resolution: {integrity: sha512-IuHqQ5zGGOE7CXP72VX6A42IVeIzYv4WAhO6arej11TRNqtdZfGyH8Yr2FOCaDX0dSQG+JwULLoFHGY1igYVjQ==}
4699
4749
 
4700
- '@vue/shared@3.0.11':
4701
- resolution: {integrity: sha512-b+zB8A2so8eCE0JsxjL24J7vdGl8rzPQ09hZNhystm+KqSbKcAej1A+Hbva1rCMmTTqA+hFnUSDc5kouEo0JzA==}
4702
-
4703
4750
  '@vue/shared@3.5.13':
4704
4751
  resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==}
4705
4752
 
4706
- '@vue/shared@3.5.37':
4707
- resolution: {integrity: sha512-JzFx4aYGz+EtBl8zzw8XECNWSmNXTrU5jpub3T1lQ+2X5Ys9QzHWafxhE+E5qS2Ry/mVl8o2QqrwRGYYOFYguw==}
4708
-
4709
4753
  '@vueuse/core@12.8.2':
4710
4754
  resolution: {integrity: sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ==}
4711
4755
 
@@ -5566,10 +5610,6 @@ packages:
5566
5610
  resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
5567
5611
  engines: {node: '>=0.12'}
5568
5612
 
5569
- entities@7.0.1:
5570
- resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==}
5571
- engines: {node: '>=0.12'}
5572
-
5573
5613
  es-define-property@1.0.1:
5574
5614
  resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
5575
5615
  engines: {node: '>= 0.4'}
@@ -6565,24 +6605,28 @@ packages:
6565
6605
  engines: {node: '>= 12.0.0'}
6566
6606
  cpu: [arm64]
6567
6607
  os: [linux]
6608
+ libc: [glibc]
6568
6609
 
6569
6610
  lightningcss-linux-arm64-musl@1.32.0:
6570
6611
  resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==}
6571
6612
  engines: {node: '>= 12.0.0'}
6572
6613
  cpu: [arm64]
6573
6614
  os: [linux]
6615
+ libc: [musl]
6574
6616
 
6575
6617
  lightningcss-linux-x64-gnu@1.32.0:
6576
6618
  resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==}
6577
6619
  engines: {node: '>= 12.0.0'}
6578
6620
  cpu: [x64]
6579
6621
  os: [linux]
6622
+ libc: [glibc]
6580
6623
 
6581
6624
  lightningcss-linux-x64-musl@1.32.0:
6582
6625
  resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==}
6583
6626
  engines: {node: '>= 12.0.0'}
6584
6627
  cpu: [x64]
6585
6628
  os: [linux]
6629
+ libc: [musl]
6586
6630
 
6587
6631
  lightningcss-win32-arm64-msvc@1.32.0:
6588
6632
  resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==}
@@ -7618,48 +7662,56 @@ packages:
7618
7662
  engines: {node: '>=14.0.0'}
7619
7663
  cpu: [arm64]
7620
7664
  os: [linux]
7665
+ libc: glibc
7621
7666
 
7622
7667
  sass-embedded-linux-arm@1.100.0:
7623
7668
  resolution: {integrity: sha512-9Ul7O1eKrc5YlhwWjkp8tZPSe3UEwSZ1uwUZOQom1HL0pRlBA6F/IlGZYFTLwnHMIP1fc77MMNaBRfc05mKMpw==}
7624
7669
  engines: {node: '>=14.0.0'}
7625
7670
  cpu: [arm]
7626
7671
  os: [linux]
7672
+ libc: glibc
7627
7673
 
7628
7674
  sass-embedded-linux-musl-arm64@1.100.0:
7629
7675
  resolution: {integrity: sha512-XpACJB2KjSLjf2e9uuvGVdOURsoNrFqgRiihhXyUHK9W0t3LIHb7z5MA/7XGPIT9bWSOO2zyw+rH/FHtDV/Yrg==}
7630
7676
  engines: {node: '>=14.0.0'}
7631
7677
  cpu: [arm64]
7632
7678
  os: [linux]
7679
+ libc: musl
7633
7680
 
7634
7681
  sass-embedded-linux-musl-arm@1.100.0:
7635
7682
  resolution: {integrity: sha512-sl0JgbGloPyJg66XXx5UDSDScZ0oU85DpMQU4JU/sCUCFj1Z8zZ69SJWKTCNE4/jwnce7WI2zPCV5AG+RHOZJw==}
7636
7683
  engines: {node: '>=14.0.0'}
7637
7684
  cpu: [arm]
7638
7685
  os: [linux]
7686
+ libc: musl
7639
7687
 
7640
7688
  sass-embedded-linux-musl-riscv64@1.100.0:
7641
7689
  resolution: {integrity: sha512-ShvI0Kx04mwoCARwZ0UjiT97isQvzO80tAt91zmFyHLN9kelc/IrQi940farSm2xQVPCKdeVyeG0ekBsokSpYQ==}
7642
7690
  engines: {node: '>=14.0.0'}
7643
7691
  cpu: [riscv64]
7644
7692
  os: [linux]
7693
+ libc: musl
7645
7694
 
7646
7695
  sass-embedded-linux-musl-x64@1.100.0:
7647
7696
  resolution: {integrity: sha512-TDBCRWNuS4RDLQXvRc1gjZlWiWTWaWGp0Bwu/IKwJxov81lsvrCs3TihTyNXtW7V5aoN4Ky3r0QOkNb3mwmBnA==}
7648
7697
  engines: {node: '>=14.0.0'}
7649
7698
  cpu: [x64]
7650
7699
  os: [linux]
7700
+ libc: musl
7651
7701
 
7652
7702
  sass-embedded-linux-riscv64@1.100.0:
7653
7703
  resolution: {integrity: sha512-j4ENJGOheO+fm3j/yorLxCjBP6/XskrZx7dTLlT+lXYwN/qqCqoA/gsNLI0McS3DFM6GBwPiffzWsdWS8t6sEQ==}
7654
7704
  engines: {node: '>=14.0.0'}
7655
7705
  cpu: [riscv64]
7656
7706
  os: [linux]
7707
+ libc: glibc
7657
7708
 
7658
7709
  sass-embedded-linux-x64@1.100.0:
7659
7710
  resolution: {integrity: sha512-0vUSN8j0WGtCJIOPh//EmUvYGHW0QOe5iul8qyhPk50MAcw49MA0r34AhftjDdx94ILPF6vApFs0gwHPQRlpVA==}
7660
7711
  engines: {node: '>=14.0.0'}
7661
7712
  cpu: [x64]
7662
7713
  os: [linux]
7714
+ libc: glibc
7663
7715
 
7664
7716
  sass-embedded-unknown-all@1.100.0:
7665
7717
  resolution: {integrity: sha512-c+naBgWId4MIpToXcI0DgqetjdAkwTTAxFAuOaBz7HUXLdyG1oZRrEvSsbe41nEdQOKH0vgofVFCeSQgoXOG9A==}
@@ -8406,8 +8458,16 @@ packages:
8406
8458
  peerDependencies:
8407
8459
  vue: ^2.0.0||^3.0.0
8408
8460
 
8409
- vue@3.5.37:
8410
- resolution: {integrity: sha512-So4bMq165gsD4+hDVC1/bcbsOpTlUFGGkpuH2sx9vCflChIWahy4C0K4ZcX/COe0ad1IToIRT3VQz0dl4XPihg==}
8461
+ vue@3.5.36:
8462
+ resolution: {integrity: sha512-6hrCB+O4R6UipvOSR19tuRlhx43lwlqb8dbb6DW0EKotcb7wGho6TXLYvuStZGSmKWs43OjaCjwYk5DniiPkLA==}
8463
+ peerDependencies:
8464
+ typescript: '*'
8465
+ peerDependenciesMeta:
8466
+ typescript:
8467
+ optional: true
8468
+
8469
+ vue@3.5.38:
8470
+ resolution: {integrity: sha512-vAMKHfImQlYSy0C+PBue4s3ERZ2xGKfgZg5GXAsLInq1dyh2H78ILVP5sK0KPFPVW4kv+OGCIvBEondcjpZp7A==}
8411
8471
  peerDependencies:
8412
8472
  typescript: '*'
8413
8473
  peerDependenciesMeta:
@@ -8719,7 +8779,7 @@ snapshots:
8719
8779
 
8720
8780
  '@babel/generator@8.0.0-rc.2':
8721
8781
  dependencies:
8722
- '@babel/parser': 8.0.0-rc.2
8782
+ '@babel/parser': 8.0.0-rc.3
8723
8783
  '@babel/types': 8.0.0-rc.2
8724
8784
  '@jridgewell/gen-mapping': 0.3.13
8725
8785
  '@jridgewell/trace-mapping': 0.3.31
@@ -8916,7 +8976,7 @@ snapshots:
8916
8976
 
8917
8977
  '@bufbuild/protobuf@2.12.0': {}
8918
8978
 
8919
- '@cabloy/cli@3.1.14(vue@3.5.37(typescript@5.9.3))':
8979
+ '@cabloy/cli@3.1.14(vue@3.5.38(typescript@5.9.3))':
8920
8980
  dependencies:
8921
8981
  '@babel/parser': 7.29.7
8922
8982
  '@cabloy/module-glob': 5.3.10
@@ -8934,7 +8994,7 @@ snapshots:
8934
8994
  enquirer: 2.4.1
8935
8995
  fs-extra: 11.3.5
8936
8996
  globby: 16.2.0
8937
- gogocode: 1.0.55(vue@3.5.37(typescript@5.9.3))
8997
+ gogocode: 1.0.55(vue@3.5.38(typescript@5.9.3))
8938
8998
  is-type-of: 2.2.0
8939
8999
  istextorbinary: 3.3.0
8940
9000
  semver: 7.8.4
@@ -8963,20 +9023,20 @@ snapshots:
8963
9023
  dependencies:
8964
9024
  json5: 2.2.3
8965
9025
 
8966
- '@cabloy/lint@5.1.27(@typescript-eslint/eslint-plugin@8.61.0(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(@typescript-eslint/rule-tester@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(@typescript-eslint/typescript-estree@8.61.0(typescript@5.9.3))(@typescript-eslint/utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(oxfmt@0.45.0)(oxlint@1.69.0)(typescript@5.9.3)(vue-eslint-parser@10.4.1(eslint@10.4.1(jiti@2.7.0)))':
9026
+ '@cabloy/lint@5.1.27(@typescript-eslint/eslint-plugin@8.61.0(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(@typescript-eslint/rule-tester@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(@typescript-eslint/typescript-estree@8.61.0(typescript@5.9.3))(@typescript-eslint/utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(oxfmt@0.45.0)(oxlint@1.69.0)(supports-color@10.2.2)(typescript@5.9.3)(vue-eslint-parser@10.4.1(eslint@10.4.1(jiti@2.7.0)))':
8967
9027
  dependencies:
8968
9028
  '@e18e/eslint-plugin': 0.2.0(eslint@10.4.1(jiti@2.7.0))(oxlint@1.69.0)
8969
9029
  '@eslint/json': 1.2.0
8970
9030
  '@eslint/markdown': 7.5.1
8971
9031
  '@stylistic/eslint-plugin': 5.10.0(eslint@10.4.1(jiti@2.7.0))
8972
- '@typescript-eslint/parser': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
9032
+ '@typescript-eslint/parser': 8.61.0(eslint@10.4.1(jiti@2.7.0))(supports-color@10.2.2)(typescript@5.9.3)
8973
9033
  eslint-plugin-antfu: 3.2.3(eslint@10.4.1(jiti@2.7.0))
8974
9034
  eslint-plugin-command: 3.5.2(@typescript-eslint/rule-tester@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(@typescript-eslint/typescript-estree@8.61.0(typescript@5.9.3))(@typescript-eslint/utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))
8975
9035
  eslint-plugin-eslint-comments: 3.2.0(eslint@10.4.1(jiti@2.7.0))
8976
9036
  eslint-plugin-jsonc: 3.2.0(@eslint/json@1.2.0)(eslint@10.4.1(jiti@2.7.0))
8977
9037
  eslint-plugin-pnpm: 1.6.1(eslint@10.4.1(jiti@2.7.0))
8978
9038
  eslint-plugin-regexp: 3.1.0(eslint@10.4.1(jiti@2.7.0))
8979
- eslint-plugin-toml: 1.4.0(eslint@10.4.1(jiti@2.7.0))
9039
+ eslint-plugin-toml: 1.4.0(eslint@10.4.1(jiti@2.7.0))(supports-color@10.2.2)
8980
9040
  eslint-plugin-unused-imports: 4.4.1(@typescript-eslint/eslint-plugin@8.61.0(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))
8981
9041
  eslint-plugin-vue: 10.9.2(@stylistic/eslint-plugin@5.10.0(eslint@10.4.1(jiti@2.7.0)))(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(vue-eslint-parser@10.4.1(eslint@10.4.1(jiti@2.7.0)))
8982
9042
  eslint-plugin-yml: 3.4.0(eslint@10.4.1(jiti@2.7.0))
@@ -9020,16 +9080,16 @@ snapshots:
9020
9080
 
9021
9081
  '@cabloy/process-helper@3.1.5': {}
9022
9082
 
9023
- '@cabloy/quasar-app-vite@2.5.10(@cabloy/vue-router@4.4.16(vue@3.5.37(typescript@5.9.3)))(@types/node@22.19.21)(eslint@10.4.1(jiti@2.7.0))(jiti@2.7.0)(quasar@2.19.3)(rolldown@1.1.0)(rollup@4.61.1)(sass@1.100.0)(terser@5.48.0)(typescript@5.9.3)(vue@3.5.37(typescript@5.9.3))(yaml@2.9.0)':
9083
+ '@cabloy/quasar-app-vite@2.5.10(@cabloy/vue-router@4.4.16(vue@3.5.38(typescript@5.9.3)))(@types/node@22.19.21)(eslint@10.4.1(jiti@2.7.0))(jiti@2.7.0)(quasar@2.19.3)(rolldown@1.1.0)(rollup@4.61.1)(sass@1.100.0)(terser@5.48.0)(typescript@5.9.3)(vue@3.5.38(typescript@5.9.3))(yaml@2.9.0)':
9024
9084
  dependencies:
9025
9085
  '@quasar/render-ssr-error': 1.0.4
9026
9086
  '@quasar/ssl-certificate': 1.0.0
9027
- '@quasar/vite-plugin': '@cabloy/quasar-vite-plugin@1.11.0(@vitejs/plugin-vue@6.0.7(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.37(typescript@5.9.3)))(quasar@2.19.3)(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.37(typescript@5.9.3))'
9087
+ '@quasar/vite-plugin': '@cabloy/quasar-vite-plugin@1.11.0(@vitejs/plugin-vue@6.0.7(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@5.9.3)))(quasar@2.19.3)(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@5.9.3))'
9028
9088
  '@types/chrome': 0.1.43
9029
9089
  '@types/compression': 1.8.1
9030
9090
  '@types/cordova': 11.0.3
9031
9091
  '@types/express': 5.0.6
9032
- '@vitejs/plugin-vue': 6.0.7(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.37(typescript@5.9.3))
9092
+ '@vitejs/plugin-vue': 6.0.7(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@5.9.3))
9033
9093
  archiver: 7.0.1
9034
9094
  chokidar: 5.0.0
9035
9095
  ci-info: 4.4.0
@@ -9041,7 +9101,7 @@ snapshots:
9041
9101
  dotenv-expand: 12.0.3
9042
9102
  elementtree: 0.1.7
9043
9103
  esbuild: 0.27.7
9044
- express: 5.2.1
9104
+ express: 5.2.1(supports-color@10.2.2)
9045
9105
  fs-extra: 11.3.5
9046
9106
  html-minifier-terser: 7.2.0
9047
9107
  inquirer: 13.4.3(@types/node@22.19.21)
@@ -9059,8 +9119,8 @@ snapshots:
9059
9119
  tinyglobby: 0.2.17
9060
9120
  ts-essentials: 10.2.1(typescript@5.9.3)
9061
9121
  vite: 8.0.16(@types/node@22.19.21)(esbuild@0.27.7)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0)
9062
- vue: 3.5.37(typescript@5.9.3)
9063
- vue-router: '@cabloy/vue-router@4.4.16(vue@3.5.37(typescript@5.9.3))'
9122
+ vue: 3.5.38(typescript@5.9.3)
9123
+ vue-router: '@cabloy/vue-router@4.4.16(vue@3.5.38(typescript@5.9.3))'
9064
9124
  webpack-merge: 6.0.1
9065
9125
  zova-vite: link:packages-utils/zova-vite
9066
9126
  optionalDependencies:
@@ -9084,12 +9144,12 @@ snapshots:
9084
9144
  - tsx
9085
9145
  - yaml
9086
9146
 
9087
- '@cabloy/quasar-vite-plugin@1.11.0(@vitejs/plugin-vue@6.0.7(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.37(typescript@5.9.3)))(quasar@2.19.3)(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.37(typescript@5.9.3))':
9147
+ '@cabloy/quasar-vite-plugin@1.11.0(@vitejs/plugin-vue@6.0.7(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@5.9.3)))(quasar@2.19.3)(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@5.9.3))':
9088
9148
  dependencies:
9089
- '@vitejs/plugin-vue': 6.0.7(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.37(typescript@5.9.3))
9149
+ '@vitejs/plugin-vue': 6.0.7(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@5.9.3))
9090
9150
  quasar: 2.19.3
9091
9151
  vite: 8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0)
9092
- vue: 3.5.37(typescript@5.9.3)
9152
+ vue: 3.5.38(typescript@5.9.3)
9093
9153
 
9094
9154
  '@cabloy/socket@2.1.6': {}
9095
9155
 
@@ -9122,7 +9182,7 @@ snapshots:
9122
9182
  '@babel/types': 7.29.7
9123
9183
  '@vue/babel-helper-vue-transform-on': 2.0.1
9124
9184
  '@vue/babel-plugin-resolve-type': 2.0.1(@babel/core@7.29.7)
9125
- '@vue/shared': 3.5.37
9185
+ '@vue/shared': 3.5.13
9126
9186
  optionalDependencies:
9127
9187
  '@babel/core': 7.29.7
9128
9188
  transitivePeerDependencies:
@@ -9144,10 +9204,10 @@ snapshots:
9144
9204
  dependencies:
9145
9205
  '@vue/shared': 3.5.13
9146
9206
 
9147
- '@cabloy/vue-router@4.4.16(vue@3.5.37(typescript@5.9.3))':
9207
+ '@cabloy/vue-router@4.4.16(vue@3.5.38(typescript@5.9.3))':
9148
9208
  dependencies:
9149
9209
  '@vue/devtools-api': 6.6.4
9150
- vue: 3.5.37(typescript@5.9.3)
9210
+ vue: 3.5.38(typescript@5.9.3)
9151
9211
 
9152
9212
  '@cabloy/vue-runtime-core@3.5.57':
9153
9213
  dependencies:
@@ -9161,11 +9221,17 @@ snapshots:
9161
9221
  '@vue/shared': 3.5.13
9162
9222
  csstype: 3.2.3
9163
9223
 
9164
- '@cabloy/vue-server-renderer@3.5.18(vue@3.5.37(typescript@5.9.3))':
9224
+ '@cabloy/vue-server-renderer@3.5.18(vue@3.5.36(typescript@5.9.3))':
9225
+ dependencies:
9226
+ '@vue/compiler-ssr': 3.5.13
9227
+ '@vue/shared': 3.5.13
9228
+ vue: 3.5.36(typescript@5.9.3)
9229
+
9230
+ '@cabloy/vue-server-renderer@3.5.18(vue@3.5.38(typescript@5.9.3))':
9165
9231
  dependencies:
9166
9232
  '@vue/compiler-ssr': 3.5.13
9167
9233
  '@vue/shared': 3.5.13
9168
- vue: 3.5.37(typescript@5.9.3)
9234
+ vue: 3.5.38(typescript@5.9.3)
9169
9235
 
9170
9236
  '@cabloy/zod-errors-custom@2.1.6':
9171
9237
  dependencies:
@@ -9971,8 +10037,8 @@ snapshots:
9971
10037
  cross-spawn: 7.0.6
9972
10038
  eventsource: 3.0.7
9973
10039
  eventsource-parser: 3.1.0
9974
- express: 5.2.1
9975
- express-rate-limit: 8.5.2(express@5.2.1)
10040
+ express: 5.2.1(supports-color@10.2.2)
10041
+ express-rate-limit: 8.5.2(express@5.2.1(supports-color@10.2.2))
9976
10042
  hono: 4.12.25
9977
10043
  jose: 6.2.3
9978
10044
  json-schema-typed: 8.0.2
@@ -10649,32 +10715,32 @@ snapshots:
10649
10715
 
10650
10716
  '@tanstack/table-core@8.21.3': {}
10651
10717
 
10652
- '@tanstack/vue-form@1.33.0(vue@3.5.37(typescript@5.9.3))':
10718
+ '@tanstack/vue-form@1.33.0(vue@3.5.38(typescript@5.9.3))':
10653
10719
  dependencies:
10654
10720
  '@tanstack/form-core': 1.33.0
10655
- '@tanstack/vue-store': 0.11.0(vue@3.5.37(typescript@5.9.3))
10656
- vue: 3.5.37(typescript@5.9.3)
10721
+ '@tanstack/vue-store': 0.11.0(vue@3.5.38(typescript@5.9.3))
10722
+ vue: 3.5.38(typescript@5.9.3)
10657
10723
  transitivePeerDependencies:
10658
10724
  - '@vue/composition-api'
10659
10725
 
10660
- '@tanstack/vue-query@5.101.0(vue@3.5.37(typescript@5.9.3))':
10726
+ '@tanstack/vue-query@5.101.0(vue@3.5.38(typescript@5.9.3))':
10661
10727
  dependencies:
10662
10728
  '@tanstack/match-sorter-utils': 8.19.4
10663
10729
  '@tanstack/query-core': 5.101.0
10664
10730
  '@vue/devtools-api': 6.6.4
10665
- vue: 3.5.37(typescript@5.9.3)
10666
- vue-demi: 0.14.10(vue@3.5.37(typescript@5.9.3))
10731
+ vue: 3.5.38(typescript@5.9.3)
10732
+ vue-demi: 0.14.10(vue@3.5.38(typescript@5.9.3))
10667
10733
 
10668
- '@tanstack/vue-store@0.11.0(vue@3.5.37(typescript@5.9.3))':
10734
+ '@tanstack/vue-store@0.11.0(vue@3.5.38(typescript@5.9.3))':
10669
10735
  dependencies:
10670
10736
  '@tanstack/store': 0.11.0
10671
- vue: 3.5.37(typescript@5.9.3)
10672
- vue-demi: 0.14.10(vue@3.5.37(typescript@5.9.3))
10737
+ vue: 3.5.38(typescript@5.9.3)
10738
+ vue-demi: 0.14.10(vue@3.5.38(typescript@5.9.3))
10673
10739
 
10674
- '@tanstack/vue-table@8.21.3(vue@3.5.37(typescript@5.9.3))':
10740
+ '@tanstack/vue-table@8.21.3(vue@3.5.38(typescript@5.9.3))':
10675
10741
  dependencies:
10676
10742
  '@tanstack/table-core': 8.21.3
10677
- vue: 3.5.37(typescript@5.9.3)
10743
+ vue: 3.5.38(typescript@5.9.3)
10678
10744
 
10679
10745
  '@textlint/ast-node-types@15.7.1': {}
10680
10746
 
@@ -10689,7 +10755,7 @@ snapshots:
10689
10755
  dependencies:
10690
10756
  '@textlint/ast-node-types': 15.7.1
10691
10757
 
10692
- '@textlint/config-loader@15.7.1':
10758
+ '@textlint/config-loader@15.7.1(supports-color@10.2.2)':
10693
10759
  dependencies:
10694
10760
  '@textlint/kernel': 15.7.1
10695
10761
  '@textlint/module-interop': 15.7.1
@@ -10703,7 +10769,7 @@ snapshots:
10703
10769
 
10704
10770
  '@textlint/feature-flag@15.7.1': {}
10705
10771
 
10706
- '@textlint/fixer-formatter@15.7.1':
10772
+ '@textlint/fixer-formatter@15.7.1(supports-color@10.2.2)':
10707
10773
  dependencies:
10708
10774
  '@textlint/module-interop': 15.7.1
10709
10775
  '@textlint/resolver': 15.7.1
@@ -10732,7 +10798,7 @@ snapshots:
10732
10798
  transitivePeerDependencies:
10733
10799
  - supports-color
10734
10800
 
10735
- '@textlint/linter-formatter@15.7.1':
10801
+ '@textlint/linter-formatter@15.7.1(supports-color@10.2.2)':
10736
10802
  dependencies:
10737
10803
  '@azu/format-text': 1.0.2
10738
10804
  '@azu/style-format': 1.0.1
@@ -10751,11 +10817,11 @@ snapshots:
10751
10817
  transitivePeerDependencies:
10752
10818
  - supports-color
10753
10819
 
10754
- '@textlint/markdown-to-ast@15.7.1':
10820
+ '@textlint/markdown-to-ast@15.7.1(supports-color@10.2.2)':
10755
10821
  dependencies:
10756
10822
  '@textlint/ast-node-types': 15.7.1
10757
10823
  debug: 4.4.3(supports-color@10.2.2)
10758
- mdast-util-gfm-autolink-literal: 0.1.3
10824
+ mdast-util-gfm-autolink-literal: 0.1.3(supports-color@10.2.2)
10759
10825
  neotraverse: 0.6.18
10760
10826
  remark-footnotes: 3.0.0
10761
10827
  remark-frontmatter: 3.0.0
@@ -10788,9 +10854,9 @@ snapshots:
10788
10854
  dependencies:
10789
10855
  '@textlint/ast-node-types': 15.7.1
10790
10856
 
10791
- '@textlint/textlint-plugin-markdown@15.7.1':
10857
+ '@textlint/textlint-plugin-markdown@15.7.1(supports-color@10.2.2)':
10792
10858
  dependencies:
10793
- '@textlint/markdown-to-ast': 15.7.1
10859
+ '@textlint/markdown-to-ast': 15.7.1(supports-color@10.2.2)
10794
10860
  '@textlint/types': 15.7.1
10795
10861
  transitivePeerDependencies:
10796
10862
  - supports-color
@@ -10958,7 +11024,7 @@ snapshots:
10958
11024
  '@typescript-eslint/eslint-plugin@8.61.0(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)':
10959
11025
  dependencies:
10960
11026
  '@eslint-community/regexpp': 4.12.2
10961
- '@typescript-eslint/parser': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
11027
+ '@typescript-eslint/parser': 8.61.0(eslint@10.4.1(jiti@2.7.0))(supports-color@10.2.2)(typescript@5.9.3)
10962
11028
  '@typescript-eslint/scope-manager': 8.61.0
10963
11029
  '@typescript-eslint/type-utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
10964
11030
  '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
@@ -10971,11 +11037,11 @@ snapshots:
10971
11037
  transitivePeerDependencies:
10972
11038
  - supports-color
10973
11039
 
10974
- '@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)':
11040
+ '@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(supports-color@10.2.2)(typescript@5.9.3)':
10975
11041
  dependencies:
10976
11042
  '@typescript-eslint/scope-manager': 8.61.0
10977
11043
  '@typescript-eslint/types': 8.61.0
10978
- '@typescript-eslint/typescript-estree': 8.61.0(typescript@5.9.3)
11044
+ '@typescript-eslint/typescript-estree': 8.61.0(supports-color@10.2.2)(typescript@5.9.3)
10979
11045
  '@typescript-eslint/visitor-keys': 8.61.0
10980
11046
  debug: 4.4.3(supports-color@10.2.2)
10981
11047
  eslint: 10.4.1(jiti@2.7.0)
@@ -10983,7 +11049,7 @@ snapshots:
10983
11049
  transitivePeerDependencies:
10984
11050
  - supports-color
10985
11051
 
10986
- '@typescript-eslint/project-service@8.61.0(typescript@5.9.3)':
11052
+ '@typescript-eslint/project-service@8.61.0(supports-color@10.2.2)(typescript@5.9.3)':
10987
11053
  dependencies:
10988
11054
  '@typescript-eslint/tsconfig-utils': 8.61.0(typescript@5.9.3)
10989
11055
  '@typescript-eslint/types': 8.61.0
@@ -10994,8 +11060,8 @@ snapshots:
10994
11060
 
10995
11061
  '@typescript-eslint/rule-tester@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)':
10996
11062
  dependencies:
10997
- '@typescript-eslint/parser': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
10998
- '@typescript-eslint/typescript-estree': 8.61.0(typescript@5.9.3)
11063
+ '@typescript-eslint/parser': 8.61.0(eslint@10.4.1(jiti@2.7.0))(supports-color@10.2.2)(typescript@5.9.3)
11064
+ '@typescript-eslint/typescript-estree': 8.61.0(supports-color@10.2.2)(typescript@5.9.3)
10999
11065
  '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
11000
11066
  ajv: 6.15.0
11001
11067
  eslint: 10.4.1(jiti@2.7.0)
@@ -11018,7 +11084,7 @@ snapshots:
11018
11084
  '@typescript-eslint/type-utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)':
11019
11085
  dependencies:
11020
11086
  '@typescript-eslint/types': 8.61.0
11021
- '@typescript-eslint/typescript-estree': 8.61.0(typescript@5.9.3)
11087
+ '@typescript-eslint/typescript-estree': 8.61.0(supports-color@10.2.2)(typescript@5.9.3)
11022
11088
  '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
11023
11089
  debug: 4.4.3(supports-color@10.2.2)
11024
11090
  eslint: 10.4.1(jiti@2.7.0)
@@ -11029,9 +11095,9 @@ snapshots:
11029
11095
 
11030
11096
  '@typescript-eslint/types@8.61.0': {}
11031
11097
 
11032
- '@typescript-eslint/typescript-estree@8.61.0(typescript@5.9.3)':
11098
+ '@typescript-eslint/typescript-estree@8.61.0(supports-color@10.2.2)(typescript@5.9.3)':
11033
11099
  dependencies:
11034
- '@typescript-eslint/project-service': 8.61.0(typescript@5.9.3)
11100
+ '@typescript-eslint/project-service': 8.61.0(supports-color@10.2.2)(typescript@5.9.3)
11035
11101
  '@typescript-eslint/tsconfig-utils': 8.61.0(typescript@5.9.3)
11036
11102
  '@typescript-eslint/types': 8.61.0
11037
11103
  '@typescript-eslint/visitor-keys': 8.61.0
@@ -11049,7 +11115,7 @@ snapshots:
11049
11115
  '@eslint-community/eslint-utils': 4.9.1(eslint@10.4.1(jiti@2.7.0))
11050
11116
  '@typescript-eslint/scope-manager': 8.61.0
11051
11117
  '@typescript-eslint/types': 8.61.0
11052
- '@typescript-eslint/typescript-estree': 8.61.0(typescript@5.9.3)
11118
+ '@typescript-eslint/typescript-estree': 8.61.0(supports-color@10.2.2)(typescript@5.9.3)
11053
11119
  eslint: 10.4.1(jiti@2.7.0)
11054
11120
  typescript: 5.9.3
11055
11121
  transitivePeerDependencies:
@@ -11093,7 +11159,7 @@ snapshots:
11093
11159
 
11094
11160
  '@ungap/structured-clone@1.3.1': {}
11095
11161
 
11096
- '@vitejs/plugin-vue-jsx@5.1.5(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.37(typescript@5.9.3))':
11162
+ '@vitejs/plugin-vue-jsx@5.1.5(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@5.9.3))':
11097
11163
  dependencies:
11098
11164
  '@babel/core': 7.29.7
11099
11165
  '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7)
@@ -11101,11 +11167,11 @@ snapshots:
11101
11167
  '@rolldown/pluginutils': 1.0.1
11102
11168
  '@vue/babel-plugin-jsx': '@cabloy/vue-babel-plugin-jsx@2.0.1(@babel/core@7.29.7)'
11103
11169
  vite: 8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0)
11104
- vue: 3.5.37(typescript@5.9.3)
11170
+ vue: 3.5.38(typescript@5.9.3)
11105
11171
  transitivePeerDependencies:
11106
11172
  - supports-color
11107
11173
 
11108
- '@vitejs/plugin-vue-jsx@5.1.5(vite@8.0.16(@types/node@22.19.21)(esbuild@0.27.7)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.37(typescript@5.9.3))':
11174
+ '@vitejs/plugin-vue-jsx@5.1.5(vite@8.0.16(@types/node@22.19.21)(esbuild@0.27.7)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@5.9.3))':
11109
11175
  dependencies:
11110
11176
  '@babel/core': 7.29.7
11111
11177
  '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7)
@@ -11113,20 +11179,20 @@ snapshots:
11113
11179
  '@rolldown/pluginutils': 1.0.1
11114
11180
  '@vue/babel-plugin-jsx': '@cabloy/vue-babel-plugin-jsx@2.0.1(@babel/core@7.29.7)'
11115
11181
  vite: 8.0.16(@types/node@22.19.21)(esbuild@0.27.7)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0)
11116
- vue: 3.5.37(typescript@5.9.3)
11182
+ vue: 3.5.38(typescript@5.9.3)
11117
11183
  transitivePeerDependencies:
11118
11184
  - supports-color
11119
11185
 
11120
- '@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@22.19.21)(lightningcss@1.32.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0))(vue@3.5.37(typescript@5.9.3))':
11186
+ '@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@22.19.21)(lightningcss@1.32.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0))(vue@3.5.36(typescript@5.9.3))':
11121
11187
  dependencies:
11122
11188
  vite: 5.4.21(@types/node@22.19.21)(lightningcss@1.32.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)
11123
- vue: 3.5.37(typescript@5.9.3)
11189
+ vue: 3.5.36(typescript@5.9.3)
11124
11190
 
11125
- '@vitejs/plugin-vue@6.0.7(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.37(typescript@5.9.3))':
11191
+ '@vitejs/plugin-vue@6.0.7(vite@8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@5.9.3))':
11126
11192
  dependencies:
11127
11193
  '@rolldown/pluginutils': 1.0.1
11128
11194
  vite: 8.0.16(@types/node@22.19.21)(esbuild@0.25.12)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(yaml@2.9.0)
11129
- vue: 3.5.37(typescript@5.9.3)
11195
+ vue: 3.5.38(typescript@5.9.3)
11130
11196
 
11131
11197
  '@volar/language-core@2.4.28':
11132
11198
  dependencies:
@@ -11157,7 +11223,7 @@ snapshots:
11157
11223
  dependencies:
11158
11224
  '@babel/parser': 7.29.7
11159
11225
  '@babel/types': 7.29.7
11160
- '@vue/shared': 3.0.11
11226
+ '@vue/shared': 3.5.13
11161
11227
  estree-walker: 2.0.2
11162
11228
  source-map: 0.6.1
11163
11229
 
@@ -11169,33 +11235,15 @@ snapshots:
11169
11235
  estree-walker: 2.0.2
11170
11236
  source-map-js: 1.2.1
11171
11237
 
11172
- '@vue/compiler-core@3.5.37':
11173
- dependencies:
11174
- '@babel/parser': 7.29.7
11175
- '@vue/shared': 3.5.37
11176
- entities: 7.0.1
11177
- estree-walker: 2.0.2
11178
- source-map-js: 1.2.1
11179
-
11180
- '@vue/compiler-dom@3.0.11':
11181
- dependencies:
11182
- '@vue/compiler-core': 3.0.11
11183
- '@vue/shared': 3.0.11
11184
-
11185
11238
  '@vue/compiler-dom@3.5.13':
11186
11239
  dependencies:
11187
11240
  '@vue/compiler-core': 3.5.13
11188
11241
  '@vue/shared': 3.5.13
11189
11242
 
11190
- '@vue/compiler-dom@3.5.37':
11191
- dependencies:
11192
- '@vue/compiler-core': 3.5.37
11193
- '@vue/shared': 3.5.37
11194
-
11195
11243
  '@vue/compiler-ssr@3.0.11':
11196
11244
  dependencies:
11197
- '@vue/compiler-dom': 3.0.11
11198
- '@vue/shared': 3.0.11
11245
+ '@vue/compiler-dom': 3.5.13
11246
+ '@vue/shared': 3.5.13
11199
11247
 
11200
11248
  '@vue/compiler-ssr@3.5.13':
11201
11249
  dependencies:
@@ -11225,25 +11273,21 @@ snapshots:
11225
11273
  '@vue/language-core@3.3.4':
11226
11274
  dependencies:
11227
11275
  '@volar/language-core': 2.4.28
11228
- '@vue/compiler-dom': 3.5.37
11229
- '@vue/shared': 3.5.37
11276
+ '@vue/compiler-dom': 3.5.13
11277
+ '@vue/shared': 3.5.13
11230
11278
  alien-signals: 3.2.1
11231
11279
  muggle-string: 0.4.1
11232
11280
  path-browserify: 1.0.1
11233
11281
  picomatch: 4.0.4
11234
11282
 
11235
- '@vue/shared@3.0.11': {}
11236
-
11237
11283
  '@vue/shared@3.5.13': {}
11238
11284
 
11239
- '@vue/shared@3.5.37': {}
11240
-
11241
11285
  '@vueuse/core@12.8.2(typescript@5.9.3)':
11242
11286
  dependencies:
11243
11287
  '@types/web-bluetooth': 0.0.21
11244
11288
  '@vueuse/metadata': 12.8.2
11245
11289
  '@vueuse/shared': 12.8.2(typescript@5.9.3)
11246
- vue: 3.5.37(typescript@5.9.3)
11290
+ vue: 3.5.36(typescript@5.9.3)
11247
11291
  transitivePeerDependencies:
11248
11292
  - typescript
11249
11293
 
@@ -11251,7 +11295,7 @@ snapshots:
11251
11295
  dependencies:
11252
11296
  '@vueuse/core': 12.8.2(typescript@5.9.3)
11253
11297
  '@vueuse/shared': 12.8.2(typescript@5.9.3)
11254
- vue: 3.5.37(typescript@5.9.3)
11298
+ vue: 3.5.36(typescript@5.9.3)
11255
11299
  optionalDependencies:
11256
11300
  axios: 1.17.0
11257
11301
  change-case: 5.4.4
@@ -11263,7 +11307,7 @@ snapshots:
11263
11307
 
11264
11308
  '@vueuse/shared@12.8.2(typescript@5.9.3)':
11265
11309
  dependencies:
11266
- vue: 3.5.37(typescript@5.9.3)
11310
+ vue: 3.5.36(typescript@5.9.3)
11267
11311
  transitivePeerDependencies:
11268
11312
  - typescript
11269
11313
 
@@ -11403,7 +11447,7 @@ snapshots:
11403
11447
 
11404
11448
  ast-kit@3.0.0-beta.1:
11405
11449
  dependencies:
11406
- '@babel/parser': 8.0.0-rc.2
11450
+ '@babel/parser': 8.0.0-rc.3
11407
11451
  estree-walker: 3.0.3
11408
11452
  pathe: 2.0.3
11409
11453
 
@@ -11502,7 +11546,7 @@ snapshots:
11502
11546
  readable-stream: 2.3.8
11503
11547
  safe-buffer: 5.2.1
11504
11548
 
11505
- body-parser@2.2.2:
11549
+ body-parser@2.2.2(supports-color@10.2.2):
11506
11550
  dependencies:
11507
11551
  bytes: 3.1.2
11508
11552
  content-type: 1.0.5
@@ -12098,8 +12142,6 @@ snapshots:
12098
12142
 
12099
12143
  entities@4.5.0: {}
12100
12144
 
12101
- entities@7.0.1: {}
12102
-
12103
12145
  es-define-property@1.0.1: {}
12104
12146
 
12105
12147
  es-errors@1.3.0: {}
@@ -12319,7 +12361,7 @@ snapshots:
12319
12361
  dependencies:
12320
12362
  '@es-joy/jsdoccomment': 0.84.0
12321
12363
  '@typescript-eslint/rule-tester': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
12322
- '@typescript-eslint/typescript-estree': 8.61.0(typescript@5.9.3)
12364
+ '@typescript-eslint/typescript-estree': 8.61.0(supports-color@10.2.2)(typescript@5.9.3)
12323
12365
  '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
12324
12366
  eslint: 10.4.1(jiti@2.7.0)
12325
12367
 
@@ -12373,7 +12415,7 @@ snapshots:
12373
12415
  regexp-ast-analysis: 0.7.1
12374
12416
  scslre: 0.3.0
12375
12417
 
12376
- eslint-plugin-toml@1.4.0(eslint@10.4.1(jiti@2.7.0)):
12418
+ eslint-plugin-toml@1.4.0(eslint@10.4.1(jiti@2.7.0))(supports-color@10.2.2):
12377
12419
  dependencies:
12378
12420
  '@eslint/core': 1.2.1
12379
12421
  '@eslint/plugin-kit': 0.7.2
@@ -12402,7 +12444,7 @@ snapshots:
12402
12444
  xml-name-validator: 4.0.0
12403
12445
  optionalDependencies:
12404
12446
  '@stylistic/eslint-plugin': 5.10.0(eslint@10.4.1(jiti@2.7.0))
12405
- '@typescript-eslint/parser': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
12447
+ '@typescript-eslint/parser': 8.61.0(eslint@10.4.1(jiti@2.7.0))(supports-color@10.2.2)(typescript@5.9.3)
12406
12448
 
12407
12449
  eslint-plugin-yml@3.4.0(eslint@10.4.1(jiti@2.7.0)):
12408
12450
  dependencies:
@@ -12515,15 +12557,15 @@ snapshots:
12515
12557
  dependencies:
12516
12558
  eventsource-parser: 3.1.0
12517
12559
 
12518
- express-rate-limit@8.5.2(express@5.2.1):
12560
+ express-rate-limit@8.5.2(express@5.2.1(supports-color@10.2.2)):
12519
12561
  dependencies:
12520
- express: 5.2.1
12562
+ express: 5.2.1(supports-color@10.2.2)
12521
12563
  ip-address: 10.2.0
12522
12564
 
12523
- express@5.2.1:
12565
+ express@5.2.1(supports-color@10.2.2):
12524
12566
  dependencies:
12525
12567
  accepts: 2.0.0
12526
- body-parser: 2.2.2
12568
+ body-parser: 2.2.2(supports-color@10.2.2)
12527
12569
  content-disposition: 1.1.0
12528
12570
  content-type: 1.0.5
12529
12571
  cookie: 0.7.2
@@ -12533,7 +12575,7 @@ snapshots:
12533
12575
  encodeurl: 2.0.0
12534
12576
  escape-html: 1.0.3
12535
12577
  etag: 1.8.1
12536
- finalhandler: 2.1.1
12578
+ finalhandler: 2.1.1(supports-color@10.2.2)
12537
12579
  fresh: 2.0.0
12538
12580
  http-errors: 2.0.1
12539
12581
  merge-descriptors: 2.0.0
@@ -12544,8 +12586,8 @@ snapshots:
12544
12586
  proxy-addr: 2.0.7
12545
12587
  qs: 6.15.2
12546
12588
  range-parser: 1.2.1
12547
- router: 2.2.0
12548
- send: 1.2.1
12589
+ router: 2.2.0(supports-color@10.2.2)
12590
+ send: 1.2.1(supports-color@10.2.2)
12549
12591
  serve-static: 2.2.1
12550
12592
  statuses: 2.0.2
12551
12593
  type-is: 2.1.0
@@ -12631,7 +12673,7 @@ snapshots:
12631
12673
  transitivePeerDependencies:
12632
12674
  - supports-color
12633
12675
 
12634
- finalhandler@2.1.1:
12676
+ finalhandler@2.1.1(supports-color@10.2.2):
12635
12677
  dependencies:
12636
12678
  debug: 4.4.3(supports-color@10.2.2)
12637
12679
  encodeurl: 2.0.0
@@ -12815,14 +12857,14 @@ snapshots:
12815
12857
  slash: 5.1.0
12816
12858
  unicorn-magic: 0.4.0
12817
12859
 
12818
- gogocode@1.0.55(vue@3.5.37(typescript@5.9.3)):
12860
+ gogocode@1.0.55(vue@3.5.38(typescript@5.9.3)):
12819
12861
  dependencies:
12820
12862
  '@babel/parser': 7.29.7
12821
12863
  glob: 7.2.3
12822
12864
  hyntax-yx: 1.0.9
12823
12865
  indent-string: 4.0.0
12824
12866
  recast-yx: 0.18.12
12825
- vue3-browser-compiler-yx: 1.0.4(vue@3.5.37(typescript@5.9.3))
12867
+ vue3-browser-compiler-yx: 1.0.4(vue@3.5.38(typescript@5.9.3))
12826
12868
  transitivePeerDependencies:
12827
12869
  - vue
12828
12870
 
@@ -13385,7 +13427,7 @@ snapshots:
13385
13427
  mdast-util-footnote@0.1.7:
13386
13428
  dependencies:
13387
13429
  mdast-util-to-markdown: 0.6.5
13388
- micromark: 2.11.4
13430
+ micromark: 2.11.4(supports-color@10.2.2)
13389
13431
  transitivePeerDependencies:
13390
13432
  - supports-color
13391
13433
 
@@ -13393,7 +13435,7 @@ snapshots:
13393
13435
  dependencies:
13394
13436
  '@types/mdast': 3.0.15
13395
13437
  mdast-util-to-string: 2.0.0
13396
- micromark: 2.11.4
13438
+ micromark: 2.11.4(supports-color@10.2.2)
13397
13439
  parse-entities: 2.0.0
13398
13440
  unist-util-stringify-position: 2.0.3
13399
13441
  transitivePeerDependencies:
@@ -13431,11 +13473,11 @@ snapshots:
13431
13473
  transitivePeerDependencies:
13432
13474
  - supports-color
13433
13475
 
13434
- mdast-util-gfm-autolink-literal@0.1.3:
13476
+ mdast-util-gfm-autolink-literal@0.1.3(supports-color@10.2.2):
13435
13477
  dependencies:
13436
13478
  ccount: 1.1.0
13437
13479
  mdast-util-find-and-replace: 1.1.1
13438
- micromark: 2.11.4
13480
+ micromark: 2.11.4(supports-color@10.2.2)
13439
13481
  transitivePeerDependencies:
13440
13482
  - supports-color
13441
13483
 
@@ -13499,7 +13541,7 @@ snapshots:
13499
13541
 
13500
13542
  mdast-util-gfm@0.1.2:
13501
13543
  dependencies:
13502
- mdast-util-gfm-autolink-literal: 0.1.3
13544
+ mdast-util-gfm-autolink-literal: 0.1.3(supports-color@10.2.2)
13503
13545
  mdast-util-gfm-strikethrough: 0.2.3
13504
13546
  mdast-util-gfm-table: 0.1.6
13505
13547
  mdast-util-gfm-task-list-item: 0.1.6
@@ -13598,7 +13640,7 @@ snapshots:
13598
13640
 
13599
13641
  micromark-extension-footnote@0.3.2:
13600
13642
  dependencies:
13601
- micromark: 2.11.4
13643
+ micromark: 2.11.4(supports-color@10.2.2)
13602
13644
  transitivePeerDependencies:
13603
13645
  - supports-color
13604
13646
 
@@ -13615,7 +13657,7 @@ snapshots:
13615
13657
 
13616
13658
  micromark-extension-gfm-autolink-literal@0.5.7:
13617
13659
  dependencies:
13618
- micromark: 2.11.4
13660
+ micromark: 2.11.4(supports-color@10.2.2)
13619
13661
  transitivePeerDependencies:
13620
13662
  - supports-color
13621
13663
 
@@ -13639,7 +13681,7 @@ snapshots:
13639
13681
 
13640
13682
  micromark-extension-gfm-strikethrough@0.6.5:
13641
13683
  dependencies:
13642
- micromark: 2.11.4
13684
+ micromark: 2.11.4(supports-color@10.2.2)
13643
13685
  transitivePeerDependencies:
13644
13686
  - supports-color
13645
13687
 
@@ -13654,7 +13696,7 @@ snapshots:
13654
13696
 
13655
13697
  micromark-extension-gfm-table@0.4.3:
13656
13698
  dependencies:
13657
- micromark: 2.11.4
13699
+ micromark: 2.11.4(supports-color@10.2.2)
13658
13700
  transitivePeerDependencies:
13659
13701
  - supports-color
13660
13702
 
@@ -13674,7 +13716,7 @@ snapshots:
13674
13716
 
13675
13717
  micromark-extension-gfm-task-list-item@0.3.3:
13676
13718
  dependencies:
13677
- micromark: 2.11.4
13719
+ micromark: 2.11.4(supports-color@10.2.2)
13678
13720
  transitivePeerDependencies:
13679
13721
  - supports-color
13680
13722
 
@@ -13688,7 +13730,7 @@ snapshots:
13688
13730
 
13689
13731
  micromark-extension-gfm@0.3.3:
13690
13732
  dependencies:
13691
- micromark: 2.11.4
13733
+ micromark: 2.11.4(supports-color@10.2.2)
13692
13734
  micromark-extension-gfm-autolink-literal: 0.5.7
13693
13735
  micromark-extension-gfm-strikethrough: 0.6.5
13694
13736
  micromark-extension-gfm-table: 0.4.3
@@ -13800,7 +13842,7 @@ snapshots:
13800
13842
 
13801
13843
  micromark-util-types@2.0.2: {}
13802
13844
 
13803
- micromark@2.11.4:
13845
+ micromark@2.11.4(supports-color@10.2.2):
13804
13846
  dependencies:
13805
13847
  debug: 4.4.3(supports-color@10.2.2)
13806
13848
  parse-entities: 2.0.0
@@ -14282,10 +14324,10 @@ snapshots:
14282
14324
 
14283
14325
  quansync@1.0.0: {}
14284
14326
 
14285
- quasar-app-extension-zova@1.3.1(@cabloy/vue-router@4.4.16(vue@3.5.37(typescript@5.9.3)))(@types/node@22.19.21)(eslint@10.4.1(jiti@2.7.0))(jiti@2.7.0)(quasar@2.19.3)(rolldown@1.1.0)(rollup@4.61.1)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(typescript@5.9.3)(vue@3.5.37(typescript@5.9.3))(yaml@2.9.0):
14327
+ quasar-app-extension-zova@1.3.1(@cabloy/vue-router@4.4.16(vue@3.5.38(typescript@5.9.3)))(@types/node@22.19.21)(eslint@10.4.1(jiti@2.7.0))(jiti@2.7.0)(quasar@2.19.3)(rolldown@1.1.0)(rollup@4.61.1)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(typescript@5.9.3)(vue@3.5.38(typescript@5.9.3))(yaml@2.9.0):
14286
14328
  dependencies:
14287
14329
  '@cabloy/module-info': 2.0.0
14288
- '@quasar/app-vite': '@cabloy/quasar-app-vite@2.5.10(@cabloy/vue-router@4.4.16(vue@3.5.37(typescript@5.9.3)))(@types/node@22.19.21)(eslint@10.4.1(jiti@2.7.0))(jiti@2.7.0)(quasar@2.19.3)(rolldown@1.1.0)(rollup@4.61.1)(sass@1.100.0)(terser@5.48.0)(typescript@5.9.3)(vue@3.5.37(typescript@5.9.3))(yaml@2.9.0)'
14330
+ '@quasar/app-vite': '@cabloy/quasar-app-vite@2.5.10(@cabloy/vue-router@4.4.16(vue@3.5.38(typescript@5.9.3)))(@types/node@22.19.21)(eslint@10.4.1(jiti@2.7.0))(jiti@2.7.0)(quasar@2.19.3)(rolldown@1.1.0)(rollup@4.61.1)(sass@1.100.0)(terser@5.48.0)(typescript@5.9.3)(vue@3.5.38(typescript@5.9.3))(yaml@2.9.0)'
14289
14331
  chalk: 3.0.0
14290
14332
  esbuild: 0.25.12
14291
14333
  fs-extra: 11.3.5
@@ -14613,7 +14655,7 @@ snapshots:
14613
14655
  '@rollup/rollup-win32-x64-msvc': 4.61.1
14614
14656
  fsevents: 2.3.3
14615
14657
 
14616
- router@2.2.0:
14658
+ router@2.2.0(supports-color@10.2.2):
14617
14659
  dependencies:
14618
14660
  debug: 4.4.3(supports-color@10.2.2)
14619
14661
  depd: 2.0.0
@@ -14763,7 +14805,7 @@ snapshots:
14763
14805
 
14764
14806
  semver@7.8.4: {}
14765
14807
 
14766
- send@1.2.1:
14808
+ send@1.2.1(supports-color@10.2.2):
14767
14809
  dependencies:
14768
14810
  debug: 4.4.3(supports-color@10.2.2)
14769
14811
  encodeurl: 2.0.0
@@ -14792,7 +14834,7 @@ snapshots:
14792
14834
  encodeurl: 2.0.0
14793
14835
  escape-html: 1.0.3
14794
14836
  parseurl: 1.3.3
14795
- send: 1.2.1
14837
+ send: 1.2.1(supports-color@10.2.2)
14796
14838
  transitivePeerDependencies:
14797
14839
  - supports-color
14798
14840
 
@@ -15124,19 +15166,19 @@ snapshots:
15124
15166
  dependencies:
15125
15167
  check-ends-with-period: 3.0.2
15126
15168
 
15127
- textlint@15.7.1:
15169
+ textlint@15.7.1(supports-color@10.2.2):
15128
15170
  dependencies:
15129
15171
  '@modelcontextprotocol/sdk': 1.29.0(@cabloy/zod@4.3.6)
15130
15172
  '@textlint/ast-node-types': 15.7.1
15131
15173
  '@textlint/ast-traverse': 15.7.1
15132
- '@textlint/config-loader': 15.7.1
15174
+ '@textlint/config-loader': 15.7.1(supports-color@10.2.2)
15133
15175
  '@textlint/feature-flag': 15.7.1
15134
- '@textlint/fixer-formatter': 15.7.1
15176
+ '@textlint/fixer-formatter': 15.7.1(supports-color@10.2.2)
15135
15177
  '@textlint/kernel': 15.7.1
15136
- '@textlint/linter-formatter': 15.7.1
15178
+ '@textlint/linter-formatter': 15.7.1(supports-color@10.2.2)
15137
15179
  '@textlint/module-interop': 15.7.1
15138
15180
  '@textlint/resolver': 15.7.1
15139
- '@textlint/textlint-plugin-markdown': 15.7.1
15181
+ '@textlint/textlint-plugin-markdown': 15.7.1(supports-color@10.2.2)
15140
15182
  '@textlint/textlint-plugin-text': 15.7.1
15141
15183
  '@textlint/types': 15.7.1
15142
15184
  '@textlint/utils': 15.7.1
@@ -15253,8 +15295,8 @@ snapshots:
15253
15295
  typescript-eslint@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3):
15254
15296
  dependencies:
15255
15297
  '@typescript-eslint/eslint-plugin': 8.61.0(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
15256
- '@typescript-eslint/parser': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
15257
- '@typescript-eslint/typescript-estree': 8.61.0(typescript@5.9.3)
15298
+ '@typescript-eslint/parser': 8.61.0(eslint@10.4.1(jiti@2.7.0))(supports-color@10.2.2)(typescript@5.9.3)
15299
+ '@typescript-eslint/typescript-estree': 8.61.0(supports-color@10.2.2)(typescript@5.9.3)
15258
15300
  '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
15259
15301
  eslint: 10.4.1(jiti@2.7.0)
15260
15302
  typescript: 5.9.3
@@ -15489,9 +15531,9 @@ snapshots:
15489
15531
  '@shikijs/transformers': 2.5.0
15490
15532
  '@shikijs/types': 2.5.0
15491
15533
  '@types/markdown-it': 14.1.2
15492
- '@vitejs/plugin-vue': 5.2.4(vite@5.4.21(@types/node@22.19.21)(lightningcss@1.32.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0))(vue@3.5.37(typescript@5.9.3))
15534
+ '@vitejs/plugin-vue': 5.2.4(vite@5.4.21(@types/node@22.19.21)(lightningcss@1.32.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0))(vue@3.5.36(typescript@5.9.3))
15493
15535
  '@vue/devtools-api': 7.7.9
15494
- '@vue/shared': 3.5.37
15536
+ '@vue/shared': 3.5.13
15495
15537
  '@vueuse/core': 12.8.2(typescript@5.9.3)
15496
15538
  '@vueuse/integrations': 12.8.2(axios@1.17.0)(change-case@5.4.4)(focus-trap@7.8.0)(typescript@5.9.3)
15497
15539
  focus-trap: 7.8.0
@@ -15499,7 +15541,7 @@ snapshots:
15499
15541
  minisearch: 7.2.0
15500
15542
  shiki: 2.5.0
15501
15543
  vite: 5.4.21(@types/node@22.19.21)(lightningcss@1.32.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)
15502
- vue: 3.5.37(typescript@5.9.3)
15544
+ vue: 3.5.36(typescript@5.9.3)
15503
15545
  optionalDependencies:
15504
15546
  postcss: 8.5.15
15505
15547
  transitivePeerDependencies:
@@ -15531,9 +15573,9 @@ snapshots:
15531
15573
 
15532
15574
  vscode-uri@3.1.0: {}
15533
15575
 
15534
- vue-demi@0.14.10(vue@3.5.37(typescript@5.9.3)):
15576
+ vue-demi@0.14.10(vue@3.5.38(typescript@5.9.3)):
15535
15577
  dependencies:
15536
- vue: 3.5.37(typescript@5.9.3)
15578
+ vue: 3.5.38(typescript@5.9.3)
15537
15579
 
15538
15580
  vue-eslint-parser@10.4.1(eslint@10.4.1(jiti@2.7.0)):
15539
15581
  dependencies:
@@ -15547,9 +15589,9 @@ snapshots:
15547
15589
  transitivePeerDependencies:
15548
15590
  - supports-color
15549
15591
 
15550
- vue-plugin-render-freeze@2.0.4(vue@3.5.37(typescript@5.9.3)):
15592
+ vue-plugin-render-freeze@2.0.4(vue@3.5.38(typescript@5.9.3)):
15551
15593
  dependencies:
15552
- vue: 3.5.37(typescript@5.9.3)
15594
+ vue: 3.5.38(typescript@5.9.3)
15553
15595
 
15554
15596
  vue-tsc@3.3.4(typescript@5.9.3):
15555
15597
  dependencies:
@@ -15557,14 +15599,14 @@ snapshots:
15557
15599
  '@vue/language-core': 3.3.4
15558
15600
  typescript: 5.9.3
15559
15601
 
15560
- vue3-browser-compiler-yx@1.0.4(vue@3.5.37(typescript@5.9.3)):
15602
+ vue3-browser-compiler-yx@1.0.4(vue@3.5.38(typescript@5.9.3)):
15561
15603
  dependencies:
15562
15604
  '@babel/parser': 7.29.7
15563
15605
  '@babel/types': 7.29.7
15564
15606
  '@vue/compiler-core': 3.0.11
15565
- '@vue/compiler-dom': 3.0.11
15607
+ '@vue/compiler-dom': 3.5.13
15566
15608
  '@vue/compiler-ssr': 3.0.11
15567
- '@vue/shared': 3.0.11
15609
+ '@vue/shared': 3.5.13
15568
15610
  estree-walker: 2.0.2
15569
15611
  hash-sum: 2.0.0
15570
15612
  lru-cache: 5.1.1
@@ -15574,15 +15616,25 @@ snapshots:
15574
15616
  postcss-modules: 4.0.0(postcss@8.1.10)
15575
15617
  postcss-selector-parser: 6.0.4
15576
15618
  source-map: 0.6.1
15577
- vue: 3.5.37(typescript@5.9.3)
15619
+ vue: 3.5.38(typescript@5.9.3)
15620
+
15621
+ vue@3.5.36(typescript@5.9.3):
15622
+ dependencies:
15623
+ '@vue/compiler-dom': 3.5.13
15624
+ '@vue/compiler-sfc': '@cabloy/vue-compiler-sfc@3.5.14'
15625
+ '@vue/runtime-dom': '@cabloy/vue-runtime-dom@3.5.13'
15626
+ '@vue/server-renderer': '@cabloy/vue-server-renderer@3.5.18(vue@3.5.36(typescript@5.9.3))'
15627
+ '@vue/shared': 3.5.13
15628
+ optionalDependencies:
15629
+ typescript: 5.9.3
15578
15630
 
15579
- vue@3.5.37(typescript@5.9.3):
15631
+ vue@3.5.38(typescript@5.9.3):
15580
15632
  dependencies:
15581
- '@vue/compiler-dom': 3.5.37
15633
+ '@vue/compiler-dom': 3.5.13
15582
15634
  '@vue/compiler-sfc': '@cabloy/vue-compiler-sfc@3.5.14'
15583
15635
  '@vue/runtime-dom': '@cabloy/vue-runtime-dom@3.5.13'
15584
- '@vue/server-renderer': '@cabloy/vue-server-renderer@3.5.18(vue@3.5.37(typescript@5.9.3))'
15585
- '@vue/shared': 3.5.37
15636
+ '@vue/server-renderer': '@cabloy/vue-server-renderer@3.5.18(vue@3.5.38(typescript@5.9.3))'
15637
+ '@vue/shared': 3.5.13
15586
15638
  optionalDependencies:
15587
15639
  typescript: 5.9.3
15588
15640