cabloy 5.1.71 → 5.1.73
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.
- package/.claude/skills/cabloy-backend-scaffold/SKILL.md +3 -1
- package/.claude/skills/cabloy-master-detail/SKILL.md +198 -0
- package/.claude/skills/cabloy-workflow/SKILL.md +3 -1
- package/CHANGELOG.md +28 -0
- package/cabloy-docs/.vitepress/config.mjs +5 -0
- package/cabloy-docs/backend/dto-guide.md +1 -1
- package/cabloy-docs/backend/dto-infer-generation.md +38 -0
- package/cabloy-docs/backend/master-detail-source-reading-map.md +260 -0
- package/cabloy-docs/backend/master-detail-workflow.md +174 -23
- package/cabloy-docs/backend/relations-guide.md +4 -0
- package/package.json +2 -2
- package/vona/packages-cli/cabloy-cli/package.json +1 -1
- package/vona/packages-cli/cli/package.json +1 -1
- package/vona/packages-cli/cli-set-api/package.json +1 -1
- package/vona/packages-cli/cli-set-api/src/lib/bean/cli.bin.dev.ts +1 -0
- package/vona/packages-utils/module-glob/package.json +1 -1
- package/vona/packages-utils/utils/package.json +1 -1
- package/vona/packages-utils/utils/src/celjs/base.ts +6 -6
- package/vona/packages-vona/vona/package.json +1 -1
- package/vona/packages-vona/vona-core/package.json +1 -1
- package/vona/packages-vona/vona-mock/package.json +1 -1
- package/vona/patches/zova-core@5.1.61.patch +57 -0
- package/vona/pnpm-lock.yaml +144 -138
- package/vona/pnpm-workspace.yaml +3 -0
- package/vona/src/suite/a-training/modules/training-record/src/dto/recordCreate.tsx +2 -0
- package/vona/src/suite/a-training/modules/training-record/src/dto/recordUpdate.tsx +2 -0
- package/vona/src/suite/a-training/modules/training-record/src/entity/record.tsx +2 -29
- package/vona/src/suite/a-training/modules/training-record/src/index.ts +1 -0
- package/vona/src/suite/a-training/modules/training-record/src/lib/index.ts +2 -0
- package/vona/src/suite/a-training/modules/training-record/src/lib/onEffectForAverageScore.tsx +29 -0
- package/vona/src/suite/a-training/modules/training-record/src/lib/onEffectForTrainingRecordSubjects.tsx +26 -0
- package/vona/src/suite/a-training/modules/training-student/src/dto/detailRecordBase.tsx +2 -1
- package/vona/src/suite-vendor/a-vona/modules/a-core/package.json +1 -1
- package/vona/src/suite-vendor/a-vona/package.json +1 -1
- package/zova/packages-cli/cli/package.json +3 -3
- package/zova/packages-cli/cli-set-front/package.json +4 -4
- package/zova/packages-utils/zova-jsx/package.json +3 -3
- package/zova/packages-utils/zova-vite/package.json +2 -2
- package/zova/packages-zova/zova/package.json +3 -3
- package/zova/packages-zova/zova-core/package.json +2 -2
- package/zova/pnpm-lock.yaml +42 -42
- package/zova/src/suite/a-home/modules/home-layoutadmin/src/component/layoutAdmin/render.tabs.tsx +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-zova/package.json +4 -4
- package/zova/src/suite-vendor/a-zova/package.json +2 -2
package/vona/pnpm-lock.yaml
CHANGED
|
@@ -15,6 +15,9 @@ overrides:
|
|
|
15
15
|
'@vue/shared': 3.5.36
|
|
16
16
|
zod: npm:@cabloy/zod@4.3.8
|
|
17
17
|
|
|
18
|
+
patchedDependencies:
|
|
19
|
+
zova-core@5.1.61: 0f4164c4d2bbb16d671beb5c26759dff37769be0709df941bc7b90b94261ac54
|
|
20
|
+
|
|
18
21
|
importers:
|
|
19
22
|
|
|
20
23
|
.:
|
|
@@ -81,7 +84,7 @@ importers:
|
|
|
81
84
|
version: 5.11.1(supports-color@5.5.0)
|
|
82
85
|
knex:
|
|
83
86
|
specifier: ^3.2.9
|
|
84
|
-
version: 3.
|
|
87
|
+
version: 3.3.0(better-sqlite3@12.11.1)
|
|
85
88
|
luxon:
|
|
86
89
|
specifier: ^3.7.2
|
|
87
90
|
version: 3.7.2
|
|
@@ -785,7 +788,7 @@ importers:
|
|
|
785
788
|
dependencies:
|
|
786
789
|
'@e18e/eslint-plugin':
|
|
787
790
|
specifier: ^0.2.0
|
|
788
|
-
version: 0.2.0(eslint@10.
|
|
791
|
+
version: 0.2.0(eslint@10.6.0)(oxlint@1.71.0)
|
|
789
792
|
'@eslint/json':
|
|
790
793
|
specifier: ^1.2.0
|
|
791
794
|
version: 1.2.0
|
|
@@ -794,46 +797,46 @@ importers:
|
|
|
794
797
|
version: 7.5.1(supports-color@5.5.0)
|
|
795
798
|
'@stylistic/eslint-plugin':
|
|
796
799
|
specifier: ^5.10.0
|
|
797
|
-
version: 5.10.0(eslint@10.
|
|
800
|
+
version: 5.10.0(eslint@10.6.0)
|
|
798
801
|
'@typescript-eslint/parser':
|
|
799
802
|
specifier: ^8.58.1
|
|
800
|
-
version: 8.62.0(eslint@10.
|
|
803
|
+
version: 8.62.0(eslint@10.6.0)(supports-color@5.5.0)(typescript@5.9.3)
|
|
801
804
|
eslint-plugin-antfu:
|
|
802
805
|
specifier: ^3.2.3
|
|
803
|
-
version: 3.2.3(eslint@10.
|
|
806
|
+
version: 3.2.3(eslint@10.6.0)
|
|
804
807
|
eslint-plugin-command:
|
|
805
808
|
specifier: ^3.5.2
|
|
806
|
-
version: 3.5.2(@typescript-eslint/rule-tester@8.62.0(eslint@10.
|
|
809
|
+
version: 3.5.2(@typescript-eslint/rule-tester@8.62.0(eslint@10.6.0)(typescript@5.9.3))(@typescript-eslint/typescript-estree@8.62.0(typescript@5.9.3))(@typescript-eslint/utils@8.62.0(eslint@10.6.0)(typescript@5.9.3))(eslint@10.6.0)
|
|
807
810
|
eslint-plugin-eslint-comments:
|
|
808
811
|
specifier: ^3.2.0
|
|
809
|
-
version: 3.2.0(eslint@10.
|
|
812
|
+
version: 3.2.0(eslint@10.6.0)
|
|
810
813
|
eslint-plugin-jsonc:
|
|
811
814
|
specifier: ^3.1.2
|
|
812
|
-
version: 3.2.0(@eslint/json@1.2.0)(eslint@10.
|
|
815
|
+
version: 3.2.0(@eslint/json@1.2.0)(eslint@10.6.0)
|
|
813
816
|
eslint-plugin-pnpm:
|
|
814
817
|
specifier: ^1.6.0
|
|
815
|
-
version: 1.6.1(eslint@10.
|
|
818
|
+
version: 1.6.1(eslint@10.6.0)
|
|
816
819
|
eslint-plugin-regexp:
|
|
817
820
|
specifier: ^3.1.0
|
|
818
|
-
version: 3.1.1(eslint@10.
|
|
821
|
+
version: 3.1.1(eslint@10.6.0)
|
|
819
822
|
eslint-plugin-toml:
|
|
820
823
|
specifier: ^1.3.1
|
|
821
|
-
version: 1.4.0(eslint@10.
|
|
824
|
+
version: 1.4.0(eslint@10.6.0)(supports-color@5.5.0)
|
|
822
825
|
eslint-plugin-unused-imports:
|
|
823
826
|
specifier: ^4.4.1
|
|
824
|
-
version: 4.4.1(@typescript-eslint/eslint-plugin@8.62.0(@typescript-eslint/parser@8.62.0(eslint@10.
|
|
827
|
+
version: 4.4.1(@typescript-eslint/eslint-plugin@8.62.0(@typescript-eslint/parser@8.62.0(eslint@10.6.0)(supports-color@5.5.0)(typescript@5.9.3))(eslint@10.6.0)(typescript@5.9.3))(eslint@10.6.0)
|
|
825
828
|
eslint-plugin-vue:
|
|
826
829
|
specifier: ^10.8.0
|
|
827
|
-
version: 10.9.2(@stylistic/eslint-plugin@5.10.0(eslint@10.
|
|
830
|
+
version: 10.9.2(@stylistic/eslint-plugin@5.10.0(eslint@10.6.0))(@typescript-eslint/parser@8.62.0(eslint@10.6.0)(supports-color@5.5.0)(typescript@5.9.3))(eslint@10.6.0)(vue-eslint-parser@10.4.1(eslint@10.6.0))
|
|
828
831
|
eslint-plugin-yml:
|
|
829
832
|
specifier: ^3.3.2
|
|
830
|
-
version: 3.5.0(eslint@10.
|
|
833
|
+
version: 3.5.0(eslint@10.6.0)
|
|
831
834
|
globals:
|
|
832
835
|
specifier: ^17.4.0
|
|
833
836
|
version: 17.7.0
|
|
834
837
|
typescript-eslint:
|
|
835
838
|
specifier: ^8.58.1
|
|
836
|
-
version: 8.62.0(eslint@10.
|
|
839
|
+
version: 8.62.0(eslint@10.6.0)(typescript@5.9.3)
|
|
837
840
|
devDependencies:
|
|
838
841
|
clean-package:
|
|
839
842
|
specifier: ^2.2.0
|
|
@@ -2033,7 +2036,7 @@ importers:
|
|
|
2033
2036
|
dependencies:
|
|
2034
2037
|
knex:
|
|
2035
2038
|
specifier: ^3.2.9
|
|
2036
|
-
version: 3.
|
|
2039
|
+
version: 3.3.0(better-sqlite3@12.11.1)
|
|
2037
2040
|
table-identity:
|
|
2038
2041
|
specifier: workspace:^
|
|
2039
2042
|
version: link:../../../../../packages-utils/table-identity
|
|
@@ -4604,8 +4607,8 @@ packages:
|
|
|
4604
4607
|
egg-path-matching@2.1.0:
|
|
4605
4608
|
resolution: {integrity: sha512-g2V2ohTSf/WN1UNtUdeUAhu/xbA97uAJHgqRpRInR2KT77MRxrG4XtcsjbZudQmB5XRPvYSbnny/1m/57+UadA==}
|
|
4606
4609
|
|
|
4607
|
-
electron-to-chromium@1.5.
|
|
4608
|
-
resolution: {integrity: sha512-
|
|
4610
|
+
electron-to-chromium@1.5.380:
|
|
4611
|
+
resolution: {integrity: sha512-W6d5AbuEoRayO447cqrg6lKJIlscgRnnxOZl/08kfV71BQDoEBC7Wwis68z87LjyK6f4kWyTaubuDbhHKrZkbA==}
|
|
4609
4612
|
|
|
4610
4613
|
emoji-regex@10.6.0:
|
|
4611
4614
|
resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==}
|
|
@@ -4791,8 +4794,8 @@ packages:
|
|
|
4791
4794
|
resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==}
|
|
4792
4795
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
4793
4796
|
|
|
4794
|
-
eslint@10.
|
|
4795
|
-
resolution: {integrity: sha512-
|
|
4797
|
+
eslint@10.6.0:
|
|
4798
|
+
resolution: {integrity: sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==}
|
|
4796
4799
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
4797
4800
|
hasBin: true
|
|
4798
4801
|
peerDependencies:
|
|
@@ -5478,8 +5481,8 @@ packages:
|
|
|
5478
5481
|
js-tokens@4.0.0:
|
|
5479
5482
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
5480
5483
|
|
|
5481
|
-
js-yaml@4.
|
|
5482
|
-
resolution: {integrity: sha512-
|
|
5484
|
+
js-yaml@4.3.0:
|
|
5485
|
+
resolution: {integrity: sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==}
|
|
5483
5486
|
hasBin: true
|
|
5484
5487
|
|
|
5485
5488
|
jsdoc-type-pratt-parser@7.1.1:
|
|
@@ -5554,12 +5557,13 @@ packages:
|
|
|
5554
5557
|
resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==}
|
|
5555
5558
|
engines: {node: '>=0.10.0'}
|
|
5556
5559
|
|
|
5557
|
-
knex@3.
|
|
5558
|
-
resolution: {integrity: sha512-
|
|
5560
|
+
knex@3.3.0:
|
|
5561
|
+
resolution: {integrity: sha512-LgWl031hNuLv9Lhxdd9093zULa2aNcoP04Bk29e5NidgRcEr/T0rAr2WYi4BhjTiCDoQiRU56meUE5rppLKZzQ==}
|
|
5559
5562
|
engines: {node: '>=16'}
|
|
5560
5563
|
hasBin: true
|
|
5561
5564
|
peerDependencies:
|
|
5562
5565
|
better-sqlite3: '*'
|
|
5566
|
+
mariadb: '*'
|
|
5563
5567
|
mysql: '*'
|
|
5564
5568
|
mysql2: '*'
|
|
5565
5569
|
pg: '*'
|
|
@@ -5570,6 +5574,8 @@ packages:
|
|
|
5570
5574
|
peerDependenciesMeta:
|
|
5571
5575
|
better-sqlite3:
|
|
5572
5576
|
optional: true
|
|
5577
|
+
mariadb:
|
|
5578
|
+
optional: true
|
|
5573
5579
|
mysql:
|
|
5574
5580
|
optional: true
|
|
5575
5581
|
mysql2:
|
|
@@ -6927,8 +6933,8 @@ packages:
|
|
|
6927
6933
|
resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==}
|
|
6928
6934
|
engines: {node: '>=6'}
|
|
6929
6935
|
|
|
6930
|
-
tarn@3.0
|
|
6931
|
-
resolution: {integrity: sha512-
|
|
6936
|
+
tarn@3.1.0:
|
|
6937
|
+
resolution: {integrity: sha512-QDihlHbXxQ4SnuQcRd1TPNBHUYo/hafDRDP82COYSVfRcx/3qnfGDkn1WFjozVl+AYr8ZyDKSQ/kIgHH1ri1yg==}
|
|
6932
6938
|
engines: {node: '>=8.0.0'}
|
|
6933
6939
|
|
|
6934
6940
|
term-size@2.2.1:
|
|
@@ -7382,11 +7388,11 @@ packages:
|
|
|
7382
7388
|
peerDependencies:
|
|
7383
7389
|
zod: ^3.25.28 || ^4
|
|
7384
7390
|
|
|
7385
|
-
zova-core@5.1.
|
|
7386
|
-
resolution: {integrity: sha512-
|
|
7391
|
+
zova-core@5.1.61:
|
|
7392
|
+
resolution: {integrity: sha512-NpIG/6+NzZfVNh1I+sqxP3u9mVNNdWLoeqUWBip0dcFhH/EvkEtgd89OXRl1K2PGZ5ikbLCAItQEp+yMjCm6nw==}
|
|
7387
7393
|
|
|
7388
|
-
zova-jsx@1.1.
|
|
7389
|
-
resolution: {integrity: sha512-
|
|
7394
|
+
zova-jsx@1.1.67:
|
|
7395
|
+
resolution: {integrity: sha512-w7Vq46Ggxy0Tjx3vM0E9ihb6SNfSnGaTUNuTZFhdkR+xkIYb40r7EypcSsB16YE2HZ/QD91SC5oduOOCmYLj5A==}
|
|
7390
7396
|
|
|
7391
7397
|
zova-module-a-api@5.1.21:
|
|
7392
7398
|
resolution: {integrity: sha512-qjm/hfjC4/+7Ap/uzJfBzV0PwRlp2idEmEKwCZYxquaXq6QtJBbTWTznw1iukT4lkJZip2KFkjOvXTzdvZA2UA==}
|
|
@@ -7412,8 +7418,8 @@ packages:
|
|
|
7412
7418
|
zova-module-a-fetch@5.1.23:
|
|
7413
7419
|
resolution: {integrity: sha512-druyz1WsNTnSuuXVuScRfkA7yv9oNWAEJuf+3PuuHH5Cv4Q2XYqf5i4DWKevc+Ewct6ls5QXPj4Z1X6D2HYrSQ==}
|
|
7414
7420
|
|
|
7415
|
-
zova-module-a-form@5.1.
|
|
7416
|
-
resolution: {integrity: sha512-
|
|
7421
|
+
zova-module-a-form@5.1.43:
|
|
7422
|
+
resolution: {integrity: sha512-CaETEh1Z3q1fyM31qbJghOk8n0kP6V72Yfptq63bEHxKrLiQUIXeOe0ef5gv5o61UmPEd864/LCxhu/pUkItTw==}
|
|
7417
7423
|
|
|
7418
7424
|
zova-module-a-icon@5.1.26:
|
|
7419
7425
|
resolution: {integrity: sha512-zV7hWilh3p+XfzvwPiWf2temW71kZNwqAyTs4RSHIoTJDO9XqjDFbuo39rfbDacgp0CLrbUp5yaCskRkG3lIbg==}
|
|
@@ -7454,14 +7460,14 @@ packages:
|
|
|
7454
7460
|
zova-module-a-style@5.1.32:
|
|
7455
7461
|
resolution: {integrity: sha512-2D7XKTWdqY0/Z7jPJQ31Fikl2wNxifF5R/RexfemeJtrJBYap46mpA++BhxgawfOgMDQ8mpT5iQfS5Ep9TILlw==}
|
|
7456
7462
|
|
|
7457
|
-
zova-module-a-table@5.1.
|
|
7458
|
-
resolution: {integrity: sha512-
|
|
7463
|
+
zova-module-a-table@5.1.37:
|
|
7464
|
+
resolution: {integrity: sha512-P1WdqTGLdbAh81NhF3+dN+Y91ZidOL87AzVh22jCTevk2NFYz48wBRH9b7EqMSk8HMbB22sbzIQclbnr7+BW3w==}
|
|
7459
7465
|
|
|
7460
7466
|
zova-module-a-zod@5.1.34:
|
|
7461
7467
|
resolution: {integrity: sha512-CURvuDMIID7iyIG3cP6RefJ53e7fMM8TPY/hvjMxJsfCphILK3ZG8DjPN3L1fAjhR1m9OOuXmkYUwrPaoRbtUw==}
|
|
7462
7468
|
|
|
7463
|
-
zova-module-a-zova@5.1.
|
|
7464
|
-
resolution: {integrity: sha512-
|
|
7469
|
+
zova-module-a-zova@5.1.81:
|
|
7470
|
+
resolution: {integrity: sha512-H5D3TwmGVi7C4syp6EZJSy0JZB8pk92gh4zWOelj8l/WT2Xqfc/98RtL/o21lsrOobSjJC8hfplSdJWuTUO60w==}
|
|
7465
7471
|
|
|
7466
7472
|
zova-module-rest-resource@5.1.40:
|
|
7467
7473
|
resolution: {integrity: sha512-rMqZaXSK6nJ4LW2O1yO/jZqxI7joCiWylzjutMTKpx7EfNmtK1t1nVoWFd+gCTxqgbbv9uXh0vfFaSFA7GKYFg==}
|
|
@@ -7472,11 +7478,11 @@ packages:
|
|
|
7472
7478
|
zova-rest-cabloy-basic-web@file:.zova-rest/cabloy-basic-web:
|
|
7473
7479
|
resolution: {directory: .zova-rest/cabloy-basic-web, type: directory}
|
|
7474
7480
|
|
|
7475
|
-
zova-suite-a-zova@5.1.
|
|
7476
|
-
resolution: {integrity: sha512-
|
|
7481
|
+
zova-suite-a-zova@5.1.117:
|
|
7482
|
+
resolution: {integrity: sha512-Ceo7CqXmmDHCGKvwQ9cb90DLbF5P0s2qT/jYyBeTf8BllpSjIqYqxUPE0Eh88XYWHlTWgH28wP6SD7DeGfPaCA==}
|
|
7477
7483
|
|
|
7478
|
-
zova@5.1.
|
|
7479
|
-
resolution: {integrity: sha512-
|
|
7484
|
+
zova@5.1.118:
|
|
7485
|
+
resolution: {integrity: sha512-hgj4FKy68B2Mve47NrhqhQEaESbdZUci/7WtlGagaZgyFzfBn19CHkWDRkJNToeBVb/LD1Zwt0HY7TDEe7WPDw==}
|
|
7480
7486
|
|
|
7481
7487
|
zwitch@1.0.5:
|
|
7482
7488
|
resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==}
|
|
@@ -7910,11 +7916,11 @@ snapshots:
|
|
|
7910
7916
|
enabled: 2.0.0
|
|
7911
7917
|
kuler: 2.0.0
|
|
7912
7918
|
|
|
7913
|
-
'@e18e/eslint-plugin@0.2.0(eslint@10.
|
|
7919
|
+
'@e18e/eslint-plugin@0.2.0(eslint@10.6.0)(oxlint@1.71.0)':
|
|
7914
7920
|
dependencies:
|
|
7915
|
-
eslint-plugin-depend: 1.5.0(eslint@10.
|
|
7921
|
+
eslint-plugin-depend: 1.5.0(eslint@10.6.0)
|
|
7916
7922
|
optionalDependencies:
|
|
7917
|
-
eslint: 10.
|
|
7923
|
+
eslint: 10.6.0
|
|
7918
7924
|
oxlint: 1.71.0
|
|
7919
7925
|
|
|
7920
7926
|
'@eggjs/ip@2.1.0': {}
|
|
@@ -7932,9 +7938,9 @@ snapshots:
|
|
|
7932
7938
|
esquery: 1.7.0
|
|
7933
7939
|
jsdoc-type-pratt-parser: 7.1.1
|
|
7934
7940
|
|
|
7935
|
-
'@eslint-community/eslint-utils@4.9.1(eslint@10.
|
|
7941
|
+
'@eslint-community/eslint-utils@4.9.1(eslint@10.6.0)':
|
|
7936
7942
|
dependencies:
|
|
7937
|
-
eslint: 10.
|
|
7943
|
+
eslint: 10.6.0
|
|
7938
7944
|
eslint-visitor-keys: 3.4.3
|
|
7939
7945
|
|
|
7940
7946
|
'@eslint-community/regexpp@4.12.2': {}
|
|
@@ -8454,11 +8460,11 @@ snapshots:
|
|
|
8454
8460
|
color: 5.0.3
|
|
8455
8461
|
text-hex: 1.0.0
|
|
8456
8462
|
|
|
8457
|
-
'@stylistic/eslint-plugin@5.10.0(eslint@10.
|
|
8463
|
+
'@stylistic/eslint-plugin@5.10.0(eslint@10.6.0)':
|
|
8458
8464
|
dependencies:
|
|
8459
|
-
'@eslint-community/eslint-utils': 4.9.1(eslint@10.
|
|
8465
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0)
|
|
8460
8466
|
'@typescript-eslint/types': 8.62.0
|
|
8461
|
-
eslint: 10.
|
|
8467
|
+
eslint: 10.6.0
|
|
8462
8468
|
eslint-visitor-keys: 4.2.1
|
|
8463
8469
|
espree: 10.4.0
|
|
8464
8470
|
estraverse: 5.3.0
|
|
@@ -8645,7 +8651,7 @@ snapshots:
|
|
|
8645
8651
|
'@textlint/types': 15.7.1
|
|
8646
8652
|
chalk: 4.1.2
|
|
8647
8653
|
debug: 4.4.3(supports-color@5.5.0)
|
|
8648
|
-
js-yaml: 4.
|
|
8654
|
+
js-yaml: 4.3.0
|
|
8649
8655
|
lodash: 4.18.1
|
|
8650
8656
|
pluralize: 2.0.0
|
|
8651
8657
|
string-width: 4.2.3
|
|
@@ -8878,15 +8884,15 @@ snapshots:
|
|
|
8878
8884
|
dependencies:
|
|
8879
8885
|
'@types/node': 22.20.0
|
|
8880
8886
|
|
|
8881
|
-
'@typescript-eslint/eslint-plugin@8.62.0(@typescript-eslint/parser@8.62.0(eslint@10.
|
|
8887
|
+
'@typescript-eslint/eslint-plugin@8.62.0(@typescript-eslint/parser@8.62.0(eslint@10.6.0)(supports-color@5.5.0)(typescript@5.9.3))(eslint@10.6.0)(typescript@5.9.3)':
|
|
8882
8888
|
dependencies:
|
|
8883
8889
|
'@eslint-community/regexpp': 4.12.2
|
|
8884
|
-
'@typescript-eslint/parser': 8.62.0(eslint@10.
|
|
8890
|
+
'@typescript-eslint/parser': 8.62.0(eslint@10.6.0)(supports-color@5.5.0)(typescript@5.9.3)
|
|
8885
8891
|
'@typescript-eslint/scope-manager': 8.62.0
|
|
8886
|
-
'@typescript-eslint/type-utils': 8.62.0(eslint@10.
|
|
8887
|
-
'@typescript-eslint/utils': 8.62.0(eslint@10.
|
|
8892
|
+
'@typescript-eslint/type-utils': 8.62.0(eslint@10.6.0)(typescript@5.9.3)
|
|
8893
|
+
'@typescript-eslint/utils': 8.62.0(eslint@10.6.0)(typescript@5.9.3)
|
|
8888
8894
|
'@typescript-eslint/visitor-keys': 8.62.0
|
|
8889
|
-
eslint: 10.
|
|
8895
|
+
eslint: 10.6.0
|
|
8890
8896
|
ignore: 7.0.5
|
|
8891
8897
|
natural-compare: 1.4.0
|
|
8892
8898
|
ts-api-utils: 2.5.0(typescript@5.9.3)
|
|
@@ -8894,14 +8900,14 @@ snapshots:
|
|
|
8894
8900
|
transitivePeerDependencies:
|
|
8895
8901
|
- supports-color
|
|
8896
8902
|
|
|
8897
|
-
'@typescript-eslint/parser@8.62.0(eslint@10.
|
|
8903
|
+
'@typescript-eslint/parser@8.62.0(eslint@10.6.0)(supports-color@5.5.0)(typescript@5.9.3)':
|
|
8898
8904
|
dependencies:
|
|
8899
8905
|
'@typescript-eslint/scope-manager': 8.62.0
|
|
8900
8906
|
'@typescript-eslint/types': 8.62.0
|
|
8901
8907
|
'@typescript-eslint/typescript-estree': 8.62.0(supports-color@5.5.0)(typescript@5.9.3)
|
|
8902
8908
|
'@typescript-eslint/visitor-keys': 8.62.0
|
|
8903
8909
|
debug: 4.4.3(supports-color@5.5.0)
|
|
8904
|
-
eslint: 10.
|
|
8910
|
+
eslint: 10.6.0
|
|
8905
8911
|
typescript: 5.9.3
|
|
8906
8912
|
transitivePeerDependencies:
|
|
8907
8913
|
- supports-color
|
|
@@ -8915,13 +8921,13 @@ snapshots:
|
|
|
8915
8921
|
transitivePeerDependencies:
|
|
8916
8922
|
- supports-color
|
|
8917
8923
|
|
|
8918
|
-
'@typescript-eslint/rule-tester@8.62.0(eslint@10.
|
|
8924
|
+
'@typescript-eslint/rule-tester@8.62.0(eslint@10.6.0)(typescript@5.9.3)':
|
|
8919
8925
|
dependencies:
|
|
8920
|
-
'@typescript-eslint/parser': 8.62.0(eslint@10.
|
|
8926
|
+
'@typescript-eslint/parser': 8.62.0(eslint@10.6.0)(supports-color@5.5.0)(typescript@5.9.3)
|
|
8921
8927
|
'@typescript-eslint/typescript-estree': 8.62.0(supports-color@5.5.0)(typescript@5.9.3)
|
|
8922
|
-
'@typescript-eslint/utils': 8.62.0(eslint@10.
|
|
8928
|
+
'@typescript-eslint/utils': 8.62.0(eslint@10.6.0)(typescript@5.9.3)
|
|
8923
8929
|
ajv: 6.15.0
|
|
8924
|
-
eslint: 10.
|
|
8930
|
+
eslint: 10.6.0
|
|
8925
8931
|
json-stable-stringify-without-jsonify: 1.0.1
|
|
8926
8932
|
lodash.merge: 4.6.2
|
|
8927
8933
|
semver: 7.8.5
|
|
@@ -8938,13 +8944,13 @@ snapshots:
|
|
|
8938
8944
|
dependencies:
|
|
8939
8945
|
typescript: 5.9.3
|
|
8940
8946
|
|
|
8941
|
-
'@typescript-eslint/type-utils@8.62.0(eslint@10.
|
|
8947
|
+
'@typescript-eslint/type-utils@8.62.0(eslint@10.6.0)(typescript@5.9.3)':
|
|
8942
8948
|
dependencies:
|
|
8943
8949
|
'@typescript-eslint/types': 8.62.0
|
|
8944
8950
|
'@typescript-eslint/typescript-estree': 8.62.0(supports-color@5.5.0)(typescript@5.9.3)
|
|
8945
|
-
'@typescript-eslint/utils': 8.62.0(eslint@10.
|
|
8951
|
+
'@typescript-eslint/utils': 8.62.0(eslint@10.6.0)(typescript@5.9.3)
|
|
8946
8952
|
debug: 4.4.3(supports-color@5.5.0)
|
|
8947
|
-
eslint: 10.
|
|
8953
|
+
eslint: 10.6.0
|
|
8948
8954
|
ts-api-utils: 2.5.0(typescript@5.9.3)
|
|
8949
8955
|
typescript: 5.9.3
|
|
8950
8956
|
transitivePeerDependencies:
|
|
@@ -8967,13 +8973,13 @@ snapshots:
|
|
|
8967
8973
|
transitivePeerDependencies:
|
|
8968
8974
|
- supports-color
|
|
8969
8975
|
|
|
8970
|
-
'@typescript-eslint/utils@8.62.0(eslint@10.
|
|
8976
|
+
'@typescript-eslint/utils@8.62.0(eslint@10.6.0)(typescript@5.9.3)':
|
|
8971
8977
|
dependencies:
|
|
8972
|
-
'@eslint-community/eslint-utils': 4.9.1(eslint@10.
|
|
8978
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0)
|
|
8973
8979
|
'@typescript-eslint/scope-manager': 8.62.0
|
|
8974
8980
|
'@typescript-eslint/types': 8.62.0
|
|
8975
8981
|
'@typescript-eslint/typescript-estree': 8.62.0(supports-color@5.5.0)(typescript@5.9.3)
|
|
8976
|
-
eslint: 10.
|
|
8982
|
+
eslint: 10.6.0
|
|
8977
8983
|
typescript: 5.9.3
|
|
8978
8984
|
transitivePeerDependencies:
|
|
8979
8985
|
- supports-color
|
|
@@ -9290,7 +9296,7 @@ snapshots:
|
|
|
9290
9296
|
dependencies:
|
|
9291
9297
|
baseline-browser-mapping: 2.10.40
|
|
9292
9298
|
caniuse-lite: 1.0.30001799
|
|
9293
|
-
electron-to-chromium: 1.5.
|
|
9299
|
+
electron-to-chromium: 1.5.380
|
|
9294
9300
|
node-releases: 2.0.50
|
|
9295
9301
|
update-browserslist-db: 1.2.3(browserslist@4.28.4)
|
|
9296
9302
|
|
|
@@ -9733,7 +9739,7 @@ snapshots:
|
|
|
9733
9739
|
dependencies:
|
|
9734
9740
|
path-to-regexp: 6.3.0
|
|
9735
9741
|
|
|
9736
|
-
electron-to-chromium@1.5.
|
|
9742
|
+
electron-to-chromium@1.5.380: {}
|
|
9737
9743
|
|
|
9738
9744
|
emoji-regex@10.6.0: {}
|
|
9739
9745
|
|
|
@@ -9801,58 +9807,58 @@ snapshots:
|
|
|
9801
9807
|
|
|
9802
9808
|
escape-string-regexp@5.0.0: {}
|
|
9803
9809
|
|
|
9804
|
-
eslint-json-compat-utils@0.2.3(@eslint/json@1.2.0)(eslint@10.
|
|
9810
|
+
eslint-json-compat-utils@0.2.3(@eslint/json@1.2.0)(eslint@10.6.0)(jsonc-eslint-parser@3.1.0):
|
|
9805
9811
|
dependencies:
|
|
9806
|
-
eslint: 10.
|
|
9812
|
+
eslint: 10.6.0
|
|
9807
9813
|
esquery: 1.7.0
|
|
9808
9814
|
jsonc-eslint-parser: 3.1.0
|
|
9809
9815
|
optionalDependencies:
|
|
9810
9816
|
'@eslint/json': 1.2.0
|
|
9811
9817
|
|
|
9812
|
-
eslint-plugin-antfu@3.2.3(eslint@10.
|
|
9818
|
+
eslint-plugin-antfu@3.2.3(eslint@10.6.0):
|
|
9813
9819
|
dependencies:
|
|
9814
|
-
eslint: 10.
|
|
9820
|
+
eslint: 10.6.0
|
|
9815
9821
|
|
|
9816
|
-
eslint-plugin-command@3.5.2(@typescript-eslint/rule-tester@8.62.0(eslint@10.
|
|
9822
|
+
eslint-plugin-command@3.5.2(@typescript-eslint/rule-tester@8.62.0(eslint@10.6.0)(typescript@5.9.3))(@typescript-eslint/typescript-estree@8.62.0(typescript@5.9.3))(@typescript-eslint/utils@8.62.0(eslint@10.6.0)(typescript@5.9.3))(eslint@10.6.0):
|
|
9817
9823
|
dependencies:
|
|
9818
9824
|
'@es-joy/jsdoccomment': 0.84.0
|
|
9819
|
-
'@typescript-eslint/rule-tester': 8.62.0(eslint@10.
|
|
9825
|
+
'@typescript-eslint/rule-tester': 8.62.0(eslint@10.6.0)(typescript@5.9.3)
|
|
9820
9826
|
'@typescript-eslint/typescript-estree': 8.62.0(supports-color@5.5.0)(typescript@5.9.3)
|
|
9821
|
-
'@typescript-eslint/utils': 8.62.0(eslint@10.
|
|
9822
|
-
eslint: 10.
|
|
9827
|
+
'@typescript-eslint/utils': 8.62.0(eslint@10.6.0)(typescript@5.9.3)
|
|
9828
|
+
eslint: 10.6.0
|
|
9823
9829
|
|
|
9824
|
-
eslint-plugin-depend@1.5.0(eslint@10.
|
|
9830
|
+
eslint-plugin-depend@1.5.0(eslint@10.6.0):
|
|
9825
9831
|
dependencies:
|
|
9826
9832
|
empathic: 2.0.1
|
|
9827
|
-
eslint: 10.
|
|
9833
|
+
eslint: 10.6.0
|
|
9828
9834
|
module-replacements: 2.11.0
|
|
9829
9835
|
semver: 7.8.5
|
|
9830
9836
|
|
|
9831
|
-
eslint-plugin-eslint-comments@3.2.0(eslint@10.
|
|
9837
|
+
eslint-plugin-eslint-comments@3.2.0(eslint@10.6.0):
|
|
9832
9838
|
dependencies:
|
|
9833
9839
|
escape-string-regexp: 1.0.5
|
|
9834
|
-
eslint: 10.
|
|
9840
|
+
eslint: 10.6.0
|
|
9835
9841
|
ignore: 5.3.2
|
|
9836
9842
|
|
|
9837
|
-
eslint-plugin-jsonc@3.2.0(@eslint/json@1.2.0)(eslint@10.
|
|
9843
|
+
eslint-plugin-jsonc@3.2.0(@eslint/json@1.2.0)(eslint@10.6.0):
|
|
9838
9844
|
dependencies:
|
|
9839
|
-
'@eslint-community/eslint-utils': 4.9.1(eslint@10.
|
|
9845
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0)
|
|
9840
9846
|
'@eslint/core': 1.2.1
|
|
9841
9847
|
'@eslint/plugin-kit': 0.7.2
|
|
9842
9848
|
'@ota-meshi/ast-token-store': 0.3.0
|
|
9843
9849
|
diff-sequences: 29.6.3
|
|
9844
|
-
eslint: 10.
|
|
9845
|
-
eslint-json-compat-utils: 0.2.3(@eslint/json@1.2.0)(eslint@10.
|
|
9850
|
+
eslint: 10.6.0
|
|
9851
|
+
eslint-json-compat-utils: 0.2.3(@eslint/json@1.2.0)(eslint@10.6.0)(jsonc-eslint-parser@3.1.0)
|
|
9846
9852
|
jsonc-eslint-parser: 3.1.0
|
|
9847
9853
|
natural-compare: 1.4.0
|
|
9848
9854
|
synckit: 0.11.13
|
|
9849
9855
|
transitivePeerDependencies:
|
|
9850
9856
|
- '@eslint/json'
|
|
9851
9857
|
|
|
9852
|
-
eslint-plugin-pnpm@1.6.1(eslint@10.
|
|
9858
|
+
eslint-plugin-pnpm@1.6.1(eslint@10.6.0):
|
|
9853
9859
|
dependencies:
|
|
9854
9860
|
empathic: 2.0.1
|
|
9855
|
-
eslint: 10.
|
|
9861
|
+
eslint: 10.6.0
|
|
9856
9862
|
jsonc-eslint-parser: 3.1.0
|
|
9857
9863
|
pathe: 2.0.3
|
|
9858
9864
|
pnpm-workspace-yaml: 1.6.1
|
|
@@ -9860,56 +9866,56 @@ snapshots:
|
|
|
9860
9866
|
yaml: 2.9.0
|
|
9861
9867
|
yaml-eslint-parser: 2.0.0
|
|
9862
9868
|
|
|
9863
|
-
eslint-plugin-regexp@3.1.1(eslint@10.
|
|
9869
|
+
eslint-plugin-regexp@3.1.1(eslint@10.6.0):
|
|
9864
9870
|
dependencies:
|
|
9865
|
-
'@eslint-community/eslint-utils': 4.9.1(eslint@10.
|
|
9871
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0)
|
|
9866
9872
|
'@eslint-community/regexpp': 4.12.2
|
|
9867
9873
|
comment-parser: 1.4.7
|
|
9868
|
-
eslint: 10.
|
|
9874
|
+
eslint: 10.6.0
|
|
9869
9875
|
jsdoc-type-pratt-parser: 7.2.0
|
|
9870
9876
|
refa: 0.12.1
|
|
9871
9877
|
regexp-ast-analysis: 0.7.1
|
|
9872
9878
|
scslre: 0.3.0
|
|
9873
9879
|
|
|
9874
|
-
eslint-plugin-toml@1.4.0(eslint@10.
|
|
9880
|
+
eslint-plugin-toml@1.4.0(eslint@10.6.0)(supports-color@5.5.0):
|
|
9875
9881
|
dependencies:
|
|
9876
9882
|
'@eslint/core': 1.2.1
|
|
9877
9883
|
'@eslint/plugin-kit': 0.7.2
|
|
9878
9884
|
'@ota-meshi/ast-token-store': 0.3.0
|
|
9879
9885
|
debug: 4.4.3(supports-color@5.5.0)
|
|
9880
|
-
eslint: 10.
|
|
9886
|
+
eslint: 10.6.0
|
|
9881
9887
|
toml-eslint-parser: 1.0.3
|
|
9882
9888
|
transitivePeerDependencies:
|
|
9883
9889
|
- supports-color
|
|
9884
9890
|
|
|
9885
|
-
eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.62.0(@typescript-eslint/parser@8.62.0(eslint@10.
|
|
9891
|
+
eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.62.0(@typescript-eslint/parser@8.62.0(eslint@10.6.0)(supports-color@5.5.0)(typescript@5.9.3))(eslint@10.6.0)(typescript@5.9.3))(eslint@10.6.0):
|
|
9886
9892
|
dependencies:
|
|
9887
|
-
eslint: 10.
|
|
9893
|
+
eslint: 10.6.0
|
|
9888
9894
|
optionalDependencies:
|
|
9889
|
-
'@typescript-eslint/eslint-plugin': 8.62.0(@typescript-eslint/parser@8.62.0(eslint@10.
|
|
9895
|
+
'@typescript-eslint/eslint-plugin': 8.62.0(@typescript-eslint/parser@8.62.0(eslint@10.6.0)(supports-color@5.5.0)(typescript@5.9.3))(eslint@10.6.0)(typescript@5.9.3)
|
|
9890
9896
|
|
|
9891
|
-
eslint-plugin-vue@10.9.2(@stylistic/eslint-plugin@5.10.0(eslint@10.
|
|
9897
|
+
eslint-plugin-vue@10.9.2(@stylistic/eslint-plugin@5.10.0(eslint@10.6.0))(@typescript-eslint/parser@8.62.0(eslint@10.6.0)(supports-color@5.5.0)(typescript@5.9.3))(eslint@10.6.0)(vue-eslint-parser@10.4.1(eslint@10.6.0)):
|
|
9892
9898
|
dependencies:
|
|
9893
|
-
'@eslint-community/eslint-utils': 4.9.1(eslint@10.
|
|
9894
|
-
eslint: 10.
|
|
9899
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0)
|
|
9900
|
+
eslint: 10.6.0
|
|
9895
9901
|
natural-compare: 1.4.0
|
|
9896
9902
|
nth-check: 2.1.1
|
|
9897
9903
|
postcss-selector-parser: 7.1.4
|
|
9898
9904
|
semver: 7.8.5
|
|
9899
|
-
vue-eslint-parser: 10.4.1(eslint@10.
|
|
9905
|
+
vue-eslint-parser: 10.4.1(eslint@10.6.0)
|
|
9900
9906
|
xml-name-validator: 4.0.0
|
|
9901
9907
|
optionalDependencies:
|
|
9902
|
-
'@stylistic/eslint-plugin': 5.10.0(eslint@10.
|
|
9903
|
-
'@typescript-eslint/parser': 8.62.0(eslint@10.
|
|
9908
|
+
'@stylistic/eslint-plugin': 5.10.0(eslint@10.6.0)
|
|
9909
|
+
'@typescript-eslint/parser': 8.62.0(eslint@10.6.0)(supports-color@5.5.0)(typescript@5.9.3)
|
|
9904
9910
|
|
|
9905
|
-
eslint-plugin-yml@3.5.0(eslint@10.
|
|
9911
|
+
eslint-plugin-yml@3.5.0(eslint@10.6.0):
|
|
9906
9912
|
dependencies:
|
|
9907
9913
|
'@eslint/core': 1.2.1
|
|
9908
9914
|
'@eslint/plugin-kit': 0.7.2
|
|
9909
9915
|
'@ota-meshi/ast-token-store': 0.3.0
|
|
9910
9916
|
diff-sequences: 29.6.3
|
|
9911
9917
|
escape-string-regexp: 5.0.0
|
|
9912
|
-
eslint: 10.
|
|
9918
|
+
eslint: 10.6.0
|
|
9913
9919
|
natural-compare: 1.4.0
|
|
9914
9920
|
yaml-eslint-parser: 2.0.0
|
|
9915
9921
|
|
|
@@ -9926,9 +9932,9 @@ snapshots:
|
|
|
9926
9932
|
|
|
9927
9933
|
eslint-visitor-keys@5.0.1: {}
|
|
9928
9934
|
|
|
9929
|
-
eslint@10.
|
|
9935
|
+
eslint@10.6.0:
|
|
9930
9936
|
dependencies:
|
|
9931
|
-
'@eslint-community/eslint-utils': 4.9.1(eslint@10.
|
|
9937
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0)
|
|
9932
9938
|
'@eslint-community/regexpp': 4.12.2
|
|
9933
9939
|
'@eslint/config-array': 0.23.5
|
|
9934
9940
|
'@eslint/config-helpers': 0.6.0
|
|
@@ -10645,7 +10651,7 @@ snapshots:
|
|
|
10645
10651
|
|
|
10646
10652
|
js-tokens@4.0.0: {}
|
|
10647
10653
|
|
|
10648
|
-
js-yaml@4.
|
|
10654
|
+
js-yaml@4.3.0:
|
|
10649
10655
|
dependencies:
|
|
10650
10656
|
argparse: 2.0.1
|
|
10651
10657
|
|
|
@@ -10723,7 +10729,7 @@ snapshots:
|
|
|
10723
10729
|
|
|
10724
10730
|
kind-of@6.0.3: {}
|
|
10725
10731
|
|
|
10726
|
-
knex@3.
|
|
10732
|
+
knex@3.3.0(better-sqlite3@12.11.1):
|
|
10727
10733
|
dependencies:
|
|
10728
10734
|
colorette: 2.0.19
|
|
10729
10735
|
commander: 10.0.1
|
|
@@ -10737,7 +10743,7 @@ snapshots:
|
|
|
10737
10743
|
pg-connection-string: 2.6.2
|
|
10738
10744
|
rechoir: 0.8.0
|
|
10739
10745
|
resolve-from: 5.0.0
|
|
10740
|
-
tarn: 3.0
|
|
10746
|
+
tarn: 3.1.0
|
|
10741
10747
|
tildify: 2.0.0
|
|
10742
10748
|
optionalDependencies:
|
|
10743
10749
|
better-sqlite3: 12.11.1
|
|
@@ -11944,7 +11950,7 @@ snapshots:
|
|
|
11944
11950
|
rc-config-loader@4.1.4:
|
|
11945
11951
|
dependencies:
|
|
11946
11952
|
debug: 4.4.3(supports-color@5.5.0)
|
|
11947
|
-
js-yaml: 4.
|
|
11953
|
+
js-yaml: 4.3.0
|
|
11948
11954
|
json5: 2.2.3
|
|
11949
11955
|
require-from-string: 2.0.2
|
|
11950
11956
|
transitivePeerDependencies:
|
|
@@ -12436,7 +12442,7 @@ snapshots:
|
|
|
12436
12442
|
inherits: 2.0.4
|
|
12437
12443
|
readable-stream: 3.6.2
|
|
12438
12444
|
|
|
12439
|
-
tarn@3.0
|
|
12445
|
+
tarn@3.1.0: {}
|
|
12440
12446
|
|
|
12441
12447
|
term-size@2.2.1: {}
|
|
12442
12448
|
|
|
@@ -12611,13 +12617,13 @@ snapshots:
|
|
|
12611
12617
|
es-errors: 1.3.0
|
|
12612
12618
|
is-typed-array: 1.1.15
|
|
12613
12619
|
|
|
12614
|
-
typescript-eslint@8.62.0(eslint@10.
|
|
12620
|
+
typescript-eslint@8.62.0(eslint@10.6.0)(typescript@5.9.3):
|
|
12615
12621
|
dependencies:
|
|
12616
|
-
'@typescript-eslint/eslint-plugin': 8.62.0(@typescript-eslint/parser@8.62.0(eslint@10.
|
|
12617
|
-
'@typescript-eslint/parser': 8.62.0(eslint@10.
|
|
12622
|
+
'@typescript-eslint/eslint-plugin': 8.62.0(@typescript-eslint/parser@8.62.0(eslint@10.6.0)(supports-color@5.5.0)(typescript@5.9.3))(eslint@10.6.0)(typescript@5.9.3)
|
|
12623
|
+
'@typescript-eslint/parser': 8.62.0(eslint@10.6.0)(supports-color@5.5.0)(typescript@5.9.3)
|
|
12618
12624
|
'@typescript-eslint/typescript-estree': 8.62.0(supports-color@5.5.0)(typescript@5.9.3)
|
|
12619
|
-
'@typescript-eslint/utils': 8.62.0(eslint@10.
|
|
12620
|
-
eslint: 10.
|
|
12625
|
+
'@typescript-eslint/utils': 8.62.0(eslint@10.6.0)(typescript@5.9.3)
|
|
12626
|
+
eslint: 10.6.0
|
|
12621
12627
|
typescript: 5.9.3
|
|
12622
12628
|
transitivePeerDependencies:
|
|
12623
12629
|
- supports-color
|
|
@@ -12758,10 +12764,10 @@ snapshots:
|
|
|
12758
12764
|
dependencies:
|
|
12759
12765
|
vue: 3.5.39(typescript@5.9.3)
|
|
12760
12766
|
|
|
12761
|
-
vue-eslint-parser@10.4.1(eslint@10.
|
|
12767
|
+
vue-eslint-parser@10.4.1(eslint@10.6.0):
|
|
12762
12768
|
dependencies:
|
|
12763
12769
|
debug: 4.4.3(supports-color@5.5.0)
|
|
12764
|
-
eslint: 10.
|
|
12770
|
+
eslint: 10.6.0
|
|
12765
12771
|
eslint-scope: 9.1.2
|
|
12766
12772
|
eslint-visitor-keys: 5.0.1
|
|
12767
12773
|
espree: 11.2.0
|
|
@@ -12945,7 +12951,7 @@ snapshots:
|
|
|
12945
12951
|
dependencies:
|
|
12946
12952
|
zod: '@cabloy/zod@4.3.8'
|
|
12947
12953
|
|
|
12948
|
-
zova-core@5.1.
|
|
12954
|
+
zova-core@5.1.61(patch_hash=0f4164c4d2bbb16d671beb5c26759dff37769be0709df941bc7b90b94261ac54)(typescript@5.9.3):
|
|
12949
12955
|
dependencies:
|
|
12950
12956
|
'@cabloy/compose': link:packages-utils/compose
|
|
12951
12957
|
'@cabloy/extend': link:packages-utils/extend
|
|
@@ -12974,14 +12980,14 @@ snapshots:
|
|
|
12974
12980
|
transitivePeerDependencies:
|
|
12975
12981
|
- typescript
|
|
12976
12982
|
|
|
12977
|
-
zova-jsx@1.1.
|
|
12983
|
+
zova-jsx@1.1.67(typescript@5.9.3):
|
|
12978
12984
|
dependencies:
|
|
12979
12985
|
'@cabloy/compose': link:packages-utils/compose
|
|
12980
12986
|
'@cabloy/utils': link:packages-utils/utils
|
|
12981
12987
|
'@cabloy/word-utils': 2.1.14
|
|
12982
12988
|
typestyle: 2.4.0
|
|
12983
12989
|
vue: 3.5.39(typescript@5.9.3)
|
|
12984
|
-
zova-core: 5.1.
|
|
12990
|
+
zova-core: 5.1.61(patch_hash=0f4164c4d2bbb16d671beb5c26759dff37769be0709df941bc7b90b94261ac54)(typescript@5.9.3)
|
|
12985
12991
|
transitivePeerDependencies:
|
|
12986
12992
|
- typescript
|
|
12987
12993
|
|
|
@@ -13008,7 +13014,7 @@ snapshots:
|
|
|
13008
13014
|
- debug
|
|
13009
13015
|
- supports-color
|
|
13010
13016
|
|
|
13011
|
-
zova-module-a-form@5.1.
|
|
13017
|
+
zova-module-a-form@5.1.43(vue@3.5.39(typescript@5.9.3)):
|
|
13012
13018
|
dependencies:
|
|
13013
13019
|
'@tanstack/vue-form': 1.33.0(vue@3.5.39(typescript@5.9.3))
|
|
13014
13020
|
transitivePeerDependencies:
|
|
@@ -13068,7 +13074,7 @@ snapshots:
|
|
|
13068
13074
|
csx: 10.0.2
|
|
13069
13075
|
typestyle: 2.4.0
|
|
13070
13076
|
|
|
13071
|
-
zova-module-a-table@5.1.
|
|
13077
|
+
zova-module-a-table@5.1.37(vue@3.5.39(typescript@5.9.3)):
|
|
13072
13078
|
dependencies:
|
|
13073
13079
|
'@tanstack/table-core': 8.21.3
|
|
13074
13080
|
'@tanstack/vue-table': 8.21.3(vue@3.5.39(typescript@5.9.3))
|
|
@@ -13082,7 +13088,7 @@ snapshots:
|
|
|
13082
13088
|
'@cabloy/zod-query': link:packages-utils/zod-query
|
|
13083
13089
|
zod: '@cabloy/zod@4.3.8'
|
|
13084
13090
|
|
|
13085
|
-
zova-module-a-zova@5.1.
|
|
13091
|
+
zova-module-a-zova@5.1.81(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)):
|
|
13086
13092
|
dependencies:
|
|
13087
13093
|
'@cabloy/compose': link:packages-utils/compose
|
|
13088
13094
|
'@cabloy/deps': link:packages-utils/deps
|
|
@@ -13093,7 +13099,7 @@ snapshots:
|
|
|
13093
13099
|
'@cabloy/word-utils': 2.1.14
|
|
13094
13100
|
defu: 6.1.7
|
|
13095
13101
|
luxon: 3.7.2
|
|
13096
|
-
zova-jsx: 1.1.
|
|
13102
|
+
zova-jsx: 1.1.67(typescript@5.9.3)
|
|
13097
13103
|
transitivePeerDependencies:
|
|
13098
13104
|
- typescript
|
|
13099
13105
|
- vue
|
|
@@ -13108,13 +13114,13 @@ snapshots:
|
|
|
13108
13114
|
table-identity: link:packages-utils/table-identity
|
|
13109
13115
|
vue: 3.5.39(typescript@5.9.3)
|
|
13110
13116
|
zod: '@cabloy/zod@4.3.8'
|
|
13111
|
-
zova: 5.1.
|
|
13112
|
-
zova-jsx: 1.1.
|
|
13117
|
+
zova: 5.1.118(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3))
|
|
13118
|
+
zova-jsx: 1.1.67(typescript@5.9.3)
|
|
13113
13119
|
zova-module-a-api: 5.1.21
|
|
13114
13120
|
zova-module-a-bean: 5.1.31
|
|
13115
13121
|
zova-module-a-behavior: 5.1.25
|
|
13116
13122
|
zova-module-a-command: 5.1.33
|
|
13117
|
-
zova-module-a-form: 5.1.
|
|
13123
|
+
zova-module-a-form: 5.1.43(vue@3.5.39(typescript@5.9.3))
|
|
13118
13124
|
zova-module-a-icon: 5.1.26
|
|
13119
13125
|
zova-module-a-interceptor: 5.1.29
|
|
13120
13126
|
zova-module-a-model: 5.1.30(vue@3.5.39(typescript@5.9.3))
|
|
@@ -13123,7 +13129,7 @@ snapshots:
|
|
|
13123
13129
|
zova-module-a-routertabs: 5.1.32
|
|
13124
13130
|
zova-module-a-ssr: 5.1.26
|
|
13125
13131
|
zova-module-a-style: 5.1.32
|
|
13126
|
-
zova-module-a-table: 5.1.
|
|
13132
|
+
zova-module-a-table: 5.1.37(vue@3.5.39(typescript@5.9.3))
|
|
13127
13133
|
zova-module-rest-resource: 5.1.40
|
|
13128
13134
|
transitivePeerDependencies:
|
|
13129
13135
|
- '@vue/composition-api'
|
|
@@ -13139,13 +13145,13 @@ snapshots:
|
|
|
13139
13145
|
table-identity: link:packages-utils/table-identity
|
|
13140
13146
|
vue: 3.5.39(typescript@5.9.3)
|
|
13141
13147
|
zod: '@cabloy/zod@4.3.8'
|
|
13142
|
-
zova: 5.1.
|
|
13143
|
-
zova-jsx: 1.1.
|
|
13148
|
+
zova: 5.1.118(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3))
|
|
13149
|
+
zova-jsx: 1.1.67(typescript@5.9.3)
|
|
13144
13150
|
zova-module-a-api: 5.1.21
|
|
13145
13151
|
zova-module-a-bean: 5.1.31
|
|
13146
13152
|
zova-module-a-behavior: 5.1.25
|
|
13147
13153
|
zova-module-a-command: 5.1.33
|
|
13148
|
-
zova-module-a-form: 5.1.
|
|
13154
|
+
zova-module-a-form: 5.1.43(vue@3.5.39(typescript@5.9.3))
|
|
13149
13155
|
zova-module-a-icon: 5.1.26
|
|
13150
13156
|
zova-module-a-interceptor: 5.1.29
|
|
13151
13157
|
zova-module-a-model: 5.1.30(vue@3.5.39(typescript@5.9.3))
|
|
@@ -13154,7 +13160,7 @@ snapshots:
|
|
|
13154
13160
|
zova-module-a-routertabs: 5.1.32
|
|
13155
13161
|
zova-module-a-ssr: 5.1.26
|
|
13156
13162
|
zova-module-a-style: 5.1.32
|
|
13157
|
-
zova-module-a-table: 5.1.
|
|
13163
|
+
zova-module-a-table: 5.1.37(vue@3.5.39(typescript@5.9.3))
|
|
13158
13164
|
zova-module-rest-resource: 5.1.40
|
|
13159
13165
|
transitivePeerDependencies:
|
|
13160
13166
|
- '@vue/composition-api'
|
|
@@ -13162,7 +13168,7 @@ snapshots:
|
|
|
13162
13168
|
- supports-color
|
|
13163
13169
|
- typescript
|
|
13164
13170
|
|
|
13165
|
-
zova-suite-a-zova@5.1.
|
|
13171
|
+
zova-suite-a-zova@5.1.117(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)):
|
|
13166
13172
|
dependencies:
|
|
13167
13173
|
zova-module-a-api: 5.1.21
|
|
13168
13174
|
zova-module-a-app: 5.1.24
|
|
@@ -13172,7 +13178,7 @@ snapshots:
|
|
|
13172
13178
|
zova-module-a-boundary: 5.1.21
|
|
13173
13179
|
zova-module-a-command: 5.1.33
|
|
13174
13180
|
zova-module-a-fetch: 5.1.23
|
|
13175
|
-
zova-module-a-form: 5.1.
|
|
13181
|
+
zova-module-a-form: 5.1.43(vue@3.5.39(typescript@5.9.3))
|
|
13176
13182
|
zova-module-a-icon: 5.1.26
|
|
13177
13183
|
zova-module-a-interceptor: 5.1.29
|
|
13178
13184
|
zova-module-a-logger: 5.1.26
|
|
@@ -13186,9 +13192,9 @@ snapshots:
|
|
|
13186
13192
|
zova-module-a-ssrhmr: 5.1.22
|
|
13187
13193
|
zova-module-a-ssrserver: 5.1.22
|
|
13188
13194
|
zova-module-a-style: 5.1.32
|
|
13189
|
-
zova-module-a-table: 5.1.
|
|
13195
|
+
zova-module-a-table: 5.1.37(vue@3.5.39(typescript@5.9.3))
|
|
13190
13196
|
zova-module-a-zod: 5.1.34
|
|
13191
|
-
zova-module-a-zova: 5.1.
|
|
13197
|
+
zova-module-a-zova: 5.1.81(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3))
|
|
13192
13198
|
transitivePeerDependencies:
|
|
13193
13199
|
- '@vue/composition-api'
|
|
13194
13200
|
- debug
|
|
@@ -13196,10 +13202,10 @@ snapshots:
|
|
|
13196
13202
|
- typescript
|
|
13197
13203
|
- vue
|
|
13198
13204
|
|
|
13199
|
-
zova@5.1.
|
|
13205
|
+
zova@5.1.118(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)):
|
|
13200
13206
|
dependencies:
|
|
13201
|
-
zova-core: 5.1.
|
|
13202
|
-
zova-suite-a-zova: 5.1.
|
|
13207
|
+
zova-core: 5.1.61(patch_hash=0f4164c4d2bbb16d671beb5c26759dff37769be0709df941bc7b90b94261ac54)(typescript@5.9.3)
|
|
13208
|
+
zova-suite-a-zova: 5.1.117(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3))
|
|
13203
13209
|
transitivePeerDependencies:
|
|
13204
13210
|
- '@vue/composition-api'
|
|
13205
13211
|
- debug
|