@adriankulik/create-fullstack-app 1.15.0 → 1.17.0

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.
@@ -15,14 +15,14 @@
15
15
  "@vitejs/plugin-vue": "^6.0.8",
16
16
  "@vue/test-utils": "^2.5.0",
17
17
  "eslint": "^10.4.0",
18
- "eslint-plugin-vue": "^10.10.0",
19
- "globals": "^17.11.0",
18
+ "eslint-plugin-vue": "^10.11.0",
19
+ "globals": "^17.12.0",
20
20
  "jsdom": "^30.0.1",
21
21
  "prettier": "^3.9.6",
22
22
  "typescript": "^5.9.0",
23
- "typescript-eslint": "^8.68.0",
23
+ "typescript-eslint": "^8.70.0",
24
24
  "vite": "^8.2.2",
25
- "vitest": "^4.1.11"
25
+ "vitest": "^5.0.0"
26
26
  }
27
27
  },
28
28
  "node_modules/@asamuzakjp/css-color": {
@@ -469,12 +469,33 @@
469
469
  "url": "https://github.com/sponsors/nzakas"
470
470
  }
471
471
  },
472
+ "node_modules/@jridgewell/resolve-uri": {
473
+ "version": "3.1.2",
474
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
475
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
476
+ "dev": true,
477
+ "license": "MIT",
478
+ "engines": {
479
+ "node": ">=6.0.0"
480
+ }
481
+ },
472
482
  "node_modules/@jridgewell/sourcemap-codec": {
473
483
  "version": "1.5.5",
474
484
  "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
475
485
  "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
476
486
  "license": "MIT"
477
487
  },
488
+ "node_modules/@jridgewell/trace-mapping": {
489
+ "version": "0.3.31",
490
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
491
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
492
+ "dev": true,
493
+ "license": "MIT",
494
+ "dependencies": {
495
+ "@jridgewell/resolve-uri": "^3.1.0",
496
+ "@jridgewell/sourcemap-codec": "^1.4.14"
497
+ }
498
+ },
478
499
  "node_modules/@one-ini/wasm": {
479
500
  "version": "0.2.1",
480
501
  "resolved": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.2.1.tgz",
@@ -772,13 +793,6 @@
772
793
  "dev": true,
773
794
  "license": "MIT"
774
795
  },
775
- "node_modules/@standard-schema/spec": {
776
- "version": "1.1.0",
777
- "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
778
- "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
779
- "dev": true,
780
- "license": "MIT"
781
- },
782
796
  "node_modules/@types/chai": {
783
797
  "version": "5.2.3",
784
798
  "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
@@ -819,17 +833,17 @@
819
833
  "license": "MIT"
820
834
  },
821
835
  "node_modules/@typescript-eslint/eslint-plugin": {
822
- "version": "8.68.0",
823
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.68.0.tgz",
824
- "integrity": "sha512-WASHDpCm6qO5jj9g1a+8NiW5+GCkAyLReR56/4VruYmNgfUmqpxOfZ2Yfb8xGfJPWv5Qi6LSD8sXdces3vbp/Q==",
836
+ "version": "8.70.0",
837
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.70.0.tgz",
838
+ "integrity": "sha512-/v8HZt6RlyIZxB3ntehELOcUcfxKPVGWXnQdJuHRmzrqgF8nQypcC/oxGW+Ot4VGKDq81XugPKxx0n5PBtf9PA==",
825
839
  "dev": true,
826
840
  "license": "MIT",
827
841
  "dependencies": {
828
842
  "@eslint-community/regexpp": "^4.12.2",
829
- "@typescript-eslint/scope-manager": "8.68.0",
830
- "@typescript-eslint/type-utils": "8.68.0",
831
- "@typescript-eslint/utils": "8.68.0",
832
- "@typescript-eslint/visitor-keys": "8.68.0",
843
+ "@typescript-eslint/scope-manager": "8.70.0",
844
+ "@typescript-eslint/type-utils": "8.70.0",
845
+ "@typescript-eslint/utils": "8.70.0",
846
+ "@typescript-eslint/visitor-keys": "8.70.0",
833
847
  "ignore": "^7.0.5",
834
848
  "natural-compare": "^1.4.0",
835
849
  "ts-api-utils": "^2.5.0"
@@ -842,15 +856,15 @@
842
856
  "url": "https://opencollective.com/typescript-eslint"
843
857
  },
844
858
  "peerDependencies": {
845
- "@typescript-eslint/parser": "^8.68.0",
859
+ "@typescript-eslint/parser": "^8.70.0",
846
860
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
847
861
  "typescript": ">=4.8.4 <6.1.0"
848
862
  }
849
863
  },
850
864
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
851
- "version": "7.0.7",
852
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.7.tgz",
853
- "integrity": "sha512-dML0wP6oak21rsNYCJpJB6O1BJIEwNpGrTw0URPfAk4hm0e3pRfCtzkfB6olBcXcVlU2rouCyz7lCyRB0OMVCA==",
865
+ "version": "7.0.9",
866
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.9.tgz",
867
+ "integrity": "sha512-brTTsvFRt5C1gGHtPst/281UjPD5t9fBqbgoMPlVWy11ZLTPfu7HxK4ZYqO9H7o/yC9rSTCI85EaQ4OoY12qYw==",
854
868
  "dev": true,
855
869
  "license": "MIT",
856
870
  "engines": {
@@ -858,16 +872,16 @@
858
872
  }
859
873
  },
860
874
  "node_modules/@typescript-eslint/parser": {
861
- "version": "8.68.0",
862
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.68.0.tgz",
863
- "integrity": "sha512-fHq2VC1kpyYfvEcbiMjOpySY4WS7voEp89yAThrHRX5sm9j2lzYppCb2umFMEed4fWcyeLjHxrz0mpjNBaBxMQ==",
875
+ "version": "8.70.0",
876
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.70.0.tgz",
877
+ "integrity": "sha512-zYvrmj9Yxd63UGaXw+kdt6A0F0s0qveJyuatIM77bYC2DE4pgmg7a50u8LR7PRtXd0x+h+Tl3eXabGm06SWd3Q==",
864
878
  "dev": true,
865
879
  "license": "MIT",
866
880
  "dependencies": {
867
- "@typescript-eslint/scope-manager": "8.68.0",
868
- "@typescript-eslint/types": "8.68.0",
869
- "@typescript-eslint/typescript-estree": "8.68.0",
870
- "@typescript-eslint/visitor-keys": "8.68.0",
881
+ "@typescript-eslint/scope-manager": "8.70.0",
882
+ "@typescript-eslint/types": "8.70.0",
883
+ "@typescript-eslint/typescript-estree": "8.70.0",
884
+ "@typescript-eslint/visitor-keys": "8.70.0",
871
885
  "debug": "^4.4.3"
872
886
  },
873
887
  "engines": {
@@ -883,14 +897,14 @@
883
897
  }
884
898
  },
885
899
  "node_modules/@typescript-eslint/project-service": {
886
- "version": "8.68.0",
887
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.68.0.tgz",
888
- "integrity": "sha512-5GQtWZCXFcFYux955pvoS02WLc49pXNlvIxocKjS0clvwo3in1RdlzVKyiqQH9vE5AKWFLTaUgeQkOrTS+0Qxw==",
900
+ "version": "8.70.0",
901
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.70.0.tgz",
902
+ "integrity": "sha512-hFHbTNqhU9G+2eKFXCBVb1tjFT/LceiJ4+HfLO4pTpDI0KHi6iajpcFFkaSQ9gXmCh7n82A0PthaayEdN6mspQ==",
889
903
  "dev": true,
890
904
  "license": "MIT",
891
905
  "dependencies": {
892
- "@typescript-eslint/tsconfig-utils": "^8.68.0",
893
- "@typescript-eslint/types": "^8.68.0",
906
+ "@typescript-eslint/tsconfig-utils": "^8.70.0",
907
+ "@typescript-eslint/types": "^8.70.0",
894
908
  "debug": "^4.4.3"
895
909
  },
896
910
  "engines": {
@@ -905,14 +919,14 @@
905
919
  }
906
920
  },
907
921
  "node_modules/@typescript-eslint/scope-manager": {
908
- "version": "8.68.0",
909
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.68.0.tgz",
910
- "integrity": "sha512-T5eXpcaJNg8bhjHJ8Rjp68Vq/QBteYtTKY8TZqVNPaUbuz0f6jI9t6aDkylwvalpAB9XTTFeFOjrjXAZ3YvmVA==",
922
+ "version": "8.70.0",
923
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.70.0.tgz",
924
+ "integrity": "sha512-8nP3Kwh5hlgZ4FicGvmznAmJe8UL4sdU8tLukrPaMuQmDuk4Y8xYfzu/aYZW4xT2JCgc7H/TpDI5cGlxcWJSqQ==",
911
925
  "dev": true,
912
926
  "license": "MIT",
913
927
  "dependencies": {
914
- "@typescript-eslint/types": "8.68.0",
915
- "@typescript-eslint/visitor-keys": "8.68.0"
928
+ "@typescript-eslint/types": "8.70.0",
929
+ "@typescript-eslint/visitor-keys": "8.70.0"
916
930
  },
917
931
  "engines": {
918
932
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -923,9 +937,9 @@
923
937
  }
924
938
  },
925
939
  "node_modules/@typescript-eslint/tsconfig-utils": {
926
- "version": "8.68.0",
927
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.68.0.tgz",
928
- "integrity": "sha512-F7zrGQfiJHojPwi8vhxZQC1tWtJzvL74cK/nqri2lk8YUXvYaYwl263xOJ69jDWPUk1hmcdoayFwk9lX09npVw==",
940
+ "version": "8.70.0",
941
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.70.0.tgz",
942
+ "integrity": "sha512-adnkeeNq9Sq1sUf4+FRVc0KdgYghzsgFpZSQVZVvY0LCuUuN0FnQgyGzCJeC4fW1cdXseBAjU2EOqUIjbNcZUw==",
929
943
  "dev": true,
930
944
  "license": "MIT",
931
945
  "engines": {
@@ -940,15 +954,15 @@
940
954
  }
941
955
  },
942
956
  "node_modules/@typescript-eslint/type-utils": {
943
- "version": "8.68.0",
944
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.68.0.tgz",
945
- "integrity": "sha512-X77zqoY1EjeWGs/0JNxeaMfp5C5lIz4Tw8y66F1Ne8Faq6g424sBNYM6xBAqElfGZPLpWS+CZAp0DXyKDzWiHg==",
957
+ "version": "8.70.0",
958
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.70.0.tgz",
959
+ "integrity": "sha512-NUMKIhYVaVIVLnRL9CRt+VVcuLgSHUCpXn4/+K8wql+vdInUzvx8BjUO1oJ7cG9shjFJKtF8F8Hh2kCh3/KBVw==",
946
960
  "dev": true,
947
961
  "license": "MIT",
948
962
  "dependencies": {
949
- "@typescript-eslint/types": "8.68.0",
950
- "@typescript-eslint/typescript-estree": "8.68.0",
951
- "@typescript-eslint/utils": "8.68.0",
963
+ "@typescript-eslint/types": "8.70.0",
964
+ "@typescript-eslint/typescript-estree": "8.70.0",
965
+ "@typescript-eslint/utils": "8.70.0",
952
966
  "debug": "^4.4.3",
953
967
  "ts-api-utils": "^2.5.0"
954
968
  },
@@ -965,9 +979,9 @@
965
979
  }
966
980
  },
967
981
  "node_modules/@typescript-eslint/types": {
968
- "version": "8.68.0",
969
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.68.0.tgz",
970
- "integrity": "sha512-9RnpsGJjrAllCMefGVVsImJM24YurhC0Q1h4UbvivtvOqXmR/vEJge2OoE++z9m6hyg8T1Q8t5SNT6tHSbrxcg==",
982
+ "version": "8.70.0",
983
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.70.0.tgz",
984
+ "integrity": "sha512-asTOIYhDg4zdzOScCyaytrsV3cR6B4ecPQlXw/dJIm7J/MZTtCtfVII9JD8Geh4jTCrK/Xe6cg5UevoleMcoJQ==",
971
985
  "dev": true,
972
986
  "license": "MIT",
973
987
  "engines": {
@@ -979,16 +993,16 @@
979
993
  }
980
994
  },
981
995
  "node_modules/@typescript-eslint/typescript-estree": {
982
- "version": "8.68.0",
983
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.68.0.tgz",
984
- "integrity": "sha512-OKKsD0tYmoNiU5PW2zehO1yO56jYOm1ShYlxon/Z0SJNidAkdVg86eg9ruRuoXf8xfnuWZGbwDsStkoXbZtIIA==",
996
+ "version": "8.70.0",
997
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.70.0.tgz",
998
+ "integrity": "sha512-d9NmHMPEKQ7QCLLm1jI3zmoQBwT5KwFYjXBJ9ymZfKCUU+5rmTRykKAFvH5Qn/ZCds3CEAFS9OC9M/jkl0X2bA==",
985
999
  "dev": true,
986
1000
  "license": "MIT",
987
1001
  "dependencies": {
988
- "@typescript-eslint/project-service": "8.68.0",
989
- "@typescript-eslint/tsconfig-utils": "8.68.0",
990
- "@typescript-eslint/types": "8.68.0",
991
- "@typescript-eslint/visitor-keys": "8.68.0",
1002
+ "@typescript-eslint/project-service": "8.70.0",
1003
+ "@typescript-eslint/tsconfig-utils": "8.70.0",
1004
+ "@typescript-eslint/types": "8.70.0",
1005
+ "@typescript-eslint/visitor-keys": "8.70.0",
992
1006
  "debug": "^4.4.3",
993
1007
  "minimatch": "^10.2.2",
994
1008
  "semver": "^7.7.3",
@@ -1007,16 +1021,16 @@
1007
1021
  }
1008
1022
  },
1009
1023
  "node_modules/@typescript-eslint/utils": {
1010
- "version": "8.68.0",
1011
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.68.0.tgz",
1012
- "integrity": "sha512-PB5gJMMOg0Q5P1tsgWtEAqQacJXq0qEqRHDX/YJ4FaTMLfZPpHB3gjl2EJuiZyPABxmj4ZQYiY9m1bdAJ5y7tQ==",
1024
+ "version": "8.70.0",
1025
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.70.0.tgz",
1026
+ "integrity": "sha512-oZmtKJz/4fufZ2p3+Cn3ijEojcdfR+1zYDH2xKYrEly0dR/Q/1xUPRCOlKGxod78nWlU2UnDe09GZ3TaknBFGA==",
1013
1027
  "dev": true,
1014
1028
  "license": "MIT",
1015
1029
  "dependencies": {
1016
1030
  "@eslint-community/eslint-utils": "^4.9.1",
1017
- "@typescript-eslint/scope-manager": "8.68.0",
1018
- "@typescript-eslint/types": "8.68.0",
1019
- "@typescript-eslint/typescript-estree": "8.68.0"
1031
+ "@typescript-eslint/scope-manager": "8.70.0",
1032
+ "@typescript-eslint/types": "8.70.0",
1033
+ "@typescript-eslint/typescript-estree": "8.70.0"
1020
1034
  },
1021
1035
  "engines": {
1022
1036
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1031,13 +1045,13 @@
1031
1045
  }
1032
1046
  },
1033
1047
  "node_modules/@typescript-eslint/visitor-keys": {
1034
- "version": "8.68.0",
1035
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.68.0.tgz",
1036
- "integrity": "sha512-YR65gGdGvTUAWLldC3xLOvOzamdGzB4A5/N8rehEaHs3Zvoe39BhgY+u0SPch1OvrVTfLcc55wsSgK2NcnTS/A==",
1048
+ "version": "8.70.0",
1049
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.70.0.tgz",
1050
+ "integrity": "sha512-BoC8PiO4Hkdo0TVJh9Ntxr5MxPDI7/oFsrygN5ADelFSeXG/qgNuucIGA+L5Z6JpPTE/uRfcTWtscjbUaufepQ==",
1037
1051
  "dev": true,
1038
1052
  "license": "MIT",
1039
1053
  "dependencies": {
1040
- "@typescript-eslint/types": "8.68.0",
1054
+ "@typescript-eslint/types": "8.70.0",
1041
1055
  "eslint-visitor-keys": "^5.0.0"
1042
1056
  },
1043
1057
  "engines": {
@@ -1065,34 +1079,17 @@
1065
1079
  "vue": "^3.2.25"
1066
1080
  }
1067
1081
  },
1068
- "node_modules/@vitest/expect": {
1069
- "version": "4.1.11",
1070
- "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.11.tgz",
1071
- "integrity": "sha512-VX2x5vNJXET47KAFzwERI+KRMtTTCSWTfSMKsW7JsUsXV4psq++e3DvZpuTDOpHcxytiDs6p2nhVb2tVDiiUYw==",
1072
- "dev": true,
1073
- "license": "MIT",
1074
- "dependencies": {
1075
- "@standard-schema/spec": "^1.1.0",
1076
- "@types/chai": "^5.2.2",
1077
- "@vitest/spy": "4.1.11",
1078
- "@vitest/utils": "4.1.11",
1079
- "chai": "^6.2.2",
1080
- "tinyrainbow": "^3.1.0"
1081
- },
1082
- "funding": {
1083
- "url": "https://opencollective.com/vitest"
1084
- }
1085
- },
1086
1082
  "node_modules/@vitest/mocker": {
1087
- "version": "4.1.11",
1088
- "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.11.tgz",
1089
- "integrity": "sha512-2XJVD55d1o5AZous5CCGKS74g/riOj9odEt2bQpCVZeblHyHdnMeFl4jl0XjU21stf4mbjUkew2eXQZt65g5CQ==",
1083
+ "version": "5.0.0",
1084
+ "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-5.0.0.tgz",
1085
+ "integrity": "sha512-66PGTMIiVJP3t4a5yxU9qPtf7MdTBs8jmToMvy+HVflB3Yy13WJZTtPePdvU+wjRV02SKK5doLbSA6o9pwOmiA==",
1090
1086
  "dev": true,
1091
1087
  "license": "MIT",
1092
1088
  "dependencies": {
1093
- "@vitest/spy": "4.1.11",
1089
+ "@jridgewell/trace-mapping": "0.3.31",
1090
+ "@vitest/spy": "5.0.0",
1094
1091
  "estree-walker": "^3.0.3",
1095
- "magic-string": "^0.30.21"
1092
+ "magic-string": "^1.2.3"
1096
1093
  },
1097
1094
  "funding": {
1098
1095
  "url": "https://opencollective.com/vitest"
@@ -1120,70 +1117,22 @@
1120
1117
  "@types/estree": "^1.0.0"
1121
1118
  }
1122
1119
  },
1123
- "node_modules/@vitest/pretty-format": {
1124
- "version": "4.1.11",
1125
- "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.11.tgz",
1126
- "integrity": "sha512-yiZzPbGTS9Sr/JpFl8zHrcIkAofNbFV6k21vIgQN/cY/oxZeXhJv5sc/MBJ5jFKWmWs+oJHw0UXLZjmf931+Vw==",
1127
- "dev": true,
1128
- "license": "MIT",
1129
- "dependencies": {
1130
- "tinyrainbow": "^3.1.0"
1131
- },
1132
- "funding": {
1133
- "url": "https://opencollective.com/vitest"
1134
- }
1135
- },
1136
- "node_modules/@vitest/runner": {
1137
- "version": "4.1.11",
1138
- "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.11.tgz",
1139
- "integrity": "sha512-LztvUgdwMNJMIkj3hQnnxiC2Xy1zNxq928W/xhjCLaNCzqTZOudjwbQf6v9IntZGPw132i2Lq2rgTRZHD3JHNw==",
1140
- "dev": true,
1141
- "license": "MIT",
1142
- "dependencies": {
1143
- "@vitest/utils": "4.1.11",
1144
- "pathe": "^2.0.3"
1145
- },
1146
- "funding": {
1147
- "url": "https://opencollective.com/vitest"
1148
- }
1149
- },
1150
- "node_modules/@vitest/snapshot": {
1151
- "version": "4.1.11",
1152
- "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.11.tgz",
1153
- "integrity": "sha512-pN7ikn1ON7h8ee4gIAp4AzyK+zBtJPzVbqOgu5LCEh4VaJVbPQcgYQYJIMGQPXVeJJq1fnfazis7a5pFNPahog==",
1120
+ "node_modules/@vitest/mocker/node_modules/magic-string": {
1121
+ "version": "1.2.3",
1122
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-1.2.3.tgz",
1123
+ "integrity": "sha512-Bpb0W2TbLKOZ7vJnOUnVRGq3WL2p+ISV29M6hYPL1AFCpyKZpdr5ytiXoTSSxRVhg8YW7f65+6gbG8WG6PCa/g==",
1154
1124
  "dev": true,
1155
1125
  "license": "MIT",
1156
1126
  "dependencies": {
1157
- "@vitest/pretty-format": "4.1.11",
1158
- "@vitest/utils": "4.1.11",
1159
- "magic-string": "^0.30.21",
1160
- "pathe": "^2.0.3"
1161
- },
1162
- "funding": {
1163
- "url": "https://opencollective.com/vitest"
1127
+ "@jridgewell/sourcemap-codec": "^1.5.5"
1164
1128
  }
1165
1129
  },
1166
1130
  "node_modules/@vitest/spy": {
1167
- "version": "4.1.11",
1168
- "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.11.tgz",
1169
- "integrity": "sha512-apNa/prQy2qCeywhnixOHPRCgGNhvg7T4Dapfl1GahLp/R+uhBm5cPyFoNVyqsNd2h1nJxL6BqqdIjiABL60YA==",
1170
- "dev": true,
1171
- "license": "MIT",
1172
- "funding": {
1173
- "url": "https://opencollective.com/vitest"
1174
- }
1175
- },
1176
- "node_modules/@vitest/utils": {
1177
- "version": "4.1.11",
1178
- "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.11.tgz",
1179
- "integrity": "sha512-zTCVGpyFsGWBhllOyKlTw/vnr6D9qxsfSDyfbyZmTyjHw5N/VuvzHpHoQjm2ZJzn4RJgx5w4r7V0er69CmLgPQ==",
1131
+ "version": "5.0.0",
1132
+ "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-5.0.0.tgz",
1133
+ "integrity": "sha512-uy+luWBAPw9XfthoHi5AkfHUnuPYEESjl0p/r+meoBnU8bxg5GDQ3Ey8MjcJ6sqahkL4PFyrvfMJJBw7LbU06g==",
1180
1134
  "dev": true,
1181
1135
  "license": "MIT",
1182
- "dependencies": {
1183
- "@vitest/pretty-format": "4.1.11",
1184
- "convert-source-map": "^2.0.0",
1185
- "tinyrainbow": "^3.1.0"
1186
- },
1187
1136
  "funding": {
1188
1137
  "url": "https://opencollective.com/vitest"
1189
1138
  }
@@ -1438,13 +1387,6 @@
1438
1387
  "proto-list": "~1.2.1"
1439
1388
  }
1440
1389
  },
1441
- "node_modules/convert-source-map": {
1442
- "version": "2.0.0",
1443
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
1444
- "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1445
- "dev": true,
1446
- "license": "MIT"
1447
- },
1448
1390
  "node_modules/cross-spawn": {
1449
1391
  "version": "7.0.6",
1450
1392
  "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
@@ -1581,9 +1523,9 @@
1581
1523
  }
1582
1524
  },
1583
1525
  "node_modules/es-module-lexer": {
1584
- "version": "2.1.0",
1585
- "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.1.0.tgz",
1586
- "integrity": "sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==",
1526
+ "version": "2.3.2",
1527
+ "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.3.2.tgz",
1528
+ "integrity": "sha512-poHGpORABojJJucnV9KbOavETW8lBVnphkW77ER5/BQ5Fz7oXSoCNek7IH3vR5nRjdsEz926ibFYX8KtLQmdyw==",
1587
1529
  "dev": true,
1588
1530
  "license": "MIT"
1589
1531
  },
@@ -1657,9 +1599,9 @@
1657
1599
  }
1658
1600
  },
1659
1601
  "node_modules/eslint-plugin-vue": {
1660
- "version": "10.10.0",
1661
- "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.10.0.tgz",
1662
- "integrity": "sha512-dL9x9rBHqqNcByWiLOHK6L0SB97V82/NC0cZRn9cXPjM7pCuWlpQQP9bFH4vjBv80ej1ZpzAkuD8zWH1o9bZbA==",
1602
+ "version": "10.11.0",
1603
+ "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.11.0.tgz",
1604
+ "integrity": "sha512-fGt38SsaPCZ2FmA3bX/3vOW2qdsPNx0/9x+7Aab6NMX++PhynMtK4LWC4vzXgfQBCqpUAler18H38GA+NBAd0Q==",
1663
1605
  "dev": true,
1664
1606
  "license": "MIT",
1665
1607
  "dependencies": {
@@ -1791,9 +1733,9 @@
1791
1733
  }
1792
1734
  },
1793
1735
  "node_modules/expect-type": {
1794
- "version": "1.3.0",
1795
- "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.3.0.tgz",
1796
- "integrity": "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==",
1736
+ "version": "1.4.0",
1737
+ "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz",
1738
+ "integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==",
1797
1739
  "dev": true,
1798
1740
  "license": "Apache-2.0",
1799
1741
  "engines": {
@@ -1937,9 +1879,9 @@
1937
1879
  }
1938
1880
  },
1939
1881
  "node_modules/globals": {
1940
- "version": "17.11.0",
1941
- "resolved": "https://registry.npmjs.org/globals/-/globals-17.11.0.tgz",
1942
- "integrity": "sha512-Z2I8hM+PbJDXQDq3Icgpzv+mPdwr68iZUU9d5WW4FuXfDUQfkZaZuvjMv42/5crNyw154+9+VWXbYrUgDXbxNw==",
1882
+ "version": "17.12.0",
1883
+ "resolved": "https://registry.npmjs.org/globals/-/globals-17.12.0.tgz",
1884
+ "integrity": "sha512-cezEd/DTyyht9cvSSURyygXPfy04GtWO/5e6ZPvH7fCtjKz9PYOmuawphw1Ctd1f6C+5JypXfGD7ahNMXvevBA==",
1943
1885
  "dev": true,
1944
1886
  "license": "MIT",
1945
1887
  "engines": {
@@ -2559,15 +2501,18 @@
2559
2501
  }
2560
2502
  },
2561
2503
  "node_modules/obug": {
2562
- "version": "2.1.1",
2563
- "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
2564
- "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
2504
+ "version": "2.1.4",
2505
+ "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.4.tgz",
2506
+ "integrity": "sha512-4a+OsYv9UktOJKE+l1A4OufDgdRF9PifWj+tJnHURo/P+WOxpG4GzUFL9qCalmWauao6ogiG+QvnCovwPoyAWA==",
2565
2507
  "dev": true,
2566
2508
  "funding": [
2567
2509
  "https://github.com/sponsors/sxzz",
2568
2510
  "https://opencollective.com/debug"
2569
2511
  ],
2570
- "license": "MIT"
2512
+ "license": "MIT",
2513
+ "engines": {
2514
+ "node": ">=12.20.0"
2515
+ }
2571
2516
  },
2572
2517
  "node_modules/optionator": {
2573
2518
  "version": "0.9.4",
@@ -2682,13 +2627,6 @@
2682
2627
  "url": "https://github.com/sponsors/isaacs"
2683
2628
  }
2684
2629
  },
2685
- "node_modules/pathe": {
2686
- "version": "2.0.3",
2687
- "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
2688
- "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
2689
- "dev": true,
2690
- "license": "MIT"
2691
- },
2692
2630
  "node_modules/picocolors": {
2693
2631
  "version": "1.1.1",
2694
2632
  "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
@@ -2696,9 +2634,9 @@
2696
2634
  "license": "ISC"
2697
2635
  },
2698
2636
  "node_modules/picomatch": {
2699
- "version": "4.0.5",
2700
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
2701
- "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
2637
+ "version": "4.0.7",
2638
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
2639
+ "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
2702
2640
  "dev": true,
2703
2641
  "license": "MIT",
2704
2642
  "engines": {
@@ -2910,9 +2848,9 @@
2910
2848
  "license": "MIT"
2911
2849
  },
2912
2850
  "node_modules/std-env": {
2913
- "version": "4.1.0",
2914
- "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
2915
- "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
2851
+ "version": "4.2.0",
2852
+ "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.2.0.tgz",
2853
+ "integrity": "sha512-oCUKSupKTHX53EyjDtuZQ64pjLJ6yYCtpmEw0goYxtjG9KpbRe8KAsl2tBUGU9DyMcJ0RwJ8GqJAFzMXcXW1Rw==",
2916
2854
  "dev": true,
2917
2855
  "license": "MIT"
2918
2856
  },
@@ -2924,16 +2862,19 @@
2924
2862
  "license": "MIT"
2925
2863
  },
2926
2864
  "node_modules/tinybench": {
2927
- "version": "2.9.0",
2928
- "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
2929
- "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
2865
+ "version": "6.1.4",
2866
+ "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-6.1.4.tgz",
2867
+ "integrity": "sha512-9APumHG7r4yOk4X4WlkmE71aZcv1gvin1czO3OQ1U9iJcFA5Ja/ygyb0vPOVHTthFozUYs8CLoLUlM8grb2lTQ==",
2930
2868
  "dev": true,
2931
- "license": "MIT"
2869
+ "license": "MIT",
2870
+ "engines": {
2871
+ "node": ">=20.0.0"
2872
+ }
2932
2873
  },
2933
2874
  "node_modules/tinyexec": {
2934
- "version": "1.1.2",
2935
- "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.2.tgz",
2936
- "integrity": "sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==",
2875
+ "version": "1.3.0",
2876
+ "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.3.0.tgz",
2877
+ "integrity": "sha512-QKAl9m8gWWGHV8jZcPeym6j+XULi6tOf1mT83WYJ4Lk2ytW/uwAWkrP0uFsdoYMdueVJ0qs26wZ+23xeB4ibNQ==",
2937
2878
  "dev": true,
2938
2879
  "license": "MIT",
2939
2880
  "engines": {
@@ -2957,16 +2898,6 @@
2957
2898
  "url": "https://github.com/sponsors/SuperchupuDev"
2958
2899
  }
2959
2900
  },
2960
- "node_modules/tinyrainbow": {
2961
- "version": "3.1.1",
2962
- "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.1.tgz",
2963
- "integrity": "sha512-yau8yJdTt989Mm0Bd/236QnzEiPf2xLLTqUZRUJOo/3CB078LSwzei343DgtJVmfJKJE3TMINY1u42SQsP6mXw==",
2964
- "dev": true,
2965
- "license": "MIT",
2966
- "engines": {
2967
- "node": ">=14.0.0"
2968
- }
2969
- },
2970
2901
  "node_modules/tldts": {
2971
2902
  "version": "7.4.10",
2972
2903
  "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.4.10.tgz",
@@ -3054,16 +2985,16 @@
3054
2985
  }
3055
2986
  },
3056
2987
  "node_modules/typescript-eslint": {
3057
- "version": "8.68.0",
3058
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.68.0.tgz",
3059
- "integrity": "sha512-MHy0Y0ynqeEbx/S45+i/bBssdy3X6KNBfmJAP35GrgtNxu2TQ5K5xsFDhAnmsq1jvpdoZOPG1LGtJo0HWqYCrQ==",
2988
+ "version": "8.70.0",
2989
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.70.0.tgz",
2990
+ "integrity": "sha512-P/W5cz70/cQAuKfY3xwQMWWTV7BvJ0mAQmi+9mBcsVPaBUpd6Ohpa+fECv9rBFrQcig86jAiNBFNWUqnTjr4pw==",
3060
2991
  "dev": true,
3061
2992
  "license": "MIT",
3062
2993
  "dependencies": {
3063
- "@typescript-eslint/eslint-plugin": "8.68.0",
3064
- "@typescript-eslint/parser": "8.68.0",
3065
- "@typescript-eslint/typescript-estree": "8.68.0",
3066
- "@typescript-eslint/utils": "8.68.0"
2994
+ "@typescript-eslint/eslint-plugin": "8.70.0",
2995
+ "@typescript-eslint/parser": "8.70.0",
2996
+ "@typescript-eslint/typescript-estree": "8.70.0",
2997
+ "@typescript-eslint/utils": "8.70.0"
3067
2998
  },
3068
2999
  "engines": {
3069
3000
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -3183,38 +3114,31 @@
3183
3114
  }
3184
3115
  },
3185
3116
  "node_modules/vitest": {
3186
- "version": "4.1.11",
3187
- "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.11.tgz",
3188
- "integrity": "sha512-fhACrNXUidIbGSBr5FlbuBkO7VWC1ZyLl0DO4CU2DrQoAPxX84Ysxs+HeGQpii5lZWV1Q4gBZTTu49mF+A6Edw==",
3117
+ "version": "5.0.0",
3118
+ "resolved": "https://registry.npmjs.org/vitest/-/vitest-5.0.0.tgz",
3119
+ "integrity": "sha512-gpsMNoRhMjMktVxPtstOH4/PJuPyovVaMDr4oDilXaGH1EcqM2OE96SoHT2VIQ6fTGtTjqmHDrEu2X9RQiXf8Q==",
3189
3120
  "dev": true,
3190
3121
  "license": "MIT",
3191
3122
  "dependencies": {
3192
- "@vitest/expect": "4.1.11",
3193
- "@vitest/mocker": "4.1.11",
3194
- "@vitest/pretty-format": "4.1.11",
3195
- "@vitest/runner": "4.1.11",
3196
- "@vitest/snapshot": "4.1.11",
3197
- "@vitest/spy": "4.1.11",
3198
- "@vitest/utils": "4.1.11",
3199
- "es-module-lexer": "^2.0.0",
3200
- "expect-type": "^1.3.0",
3201
- "magic-string": "^0.30.21",
3202
- "obug": "^2.1.1",
3203
- "pathe": "^2.0.3",
3204
- "picomatch": "^4.0.3",
3205
- "std-env": "^4.0.0-rc.1",
3206
- "tinybench": "^2.9.0",
3207
- "tinyexec": "^1.0.2",
3208
- "tinyglobby": "^0.2.15",
3209
- "tinyrainbow": "^3.1.0",
3210
- "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
3123
+ "@types/chai": "^5.2.2",
3124
+ "@vitest/mocker": "5.0.0",
3125
+ "chai": "^6.2.2",
3126
+ "es-module-lexer": "^2.3.2",
3127
+ "expect-type": "^1.4.0",
3128
+ "magic-string": "^1.2.3",
3129
+ "obug": "^2.1.4",
3130
+ "picomatch": "^4.0.7",
3131
+ "std-env": "^4.2.0",
3132
+ "tinybench": "6.1.4",
3133
+ "tinyexec": "1.3.0",
3134
+ "tinyglobby": "^0.2.17",
3211
3135
  "why-is-node-running": "^2.3.0"
3212
3136
  },
3213
3137
  "bin": {
3214
3138
  "vitest": "vitest.mjs"
3215
3139
  },
3216
3140
  "engines": {
3217
- "node": "^20.0.0 || ^22.0.0 || >=24.0.0"
3141
+ "node": "^22.12.0 || ^24.0.0 || >=26.0.0"
3218
3142
  },
3219
3143
  "funding": {
3220
3144
  "url": "https://opencollective.com/vitest"
@@ -3222,16 +3146,16 @@
3222
3146
  "peerDependencies": {
3223
3147
  "@edge-runtime/vm": "*",
3224
3148
  "@opentelemetry/api": "^1.9.0",
3225
- "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
3226
- "@vitest/browser-playwright": "4.1.11",
3227
- "@vitest/browser-preview": "4.1.11",
3228
- "@vitest/browser-webdriverio": "4.1.11",
3229
- "@vitest/coverage-istanbul": "4.1.11",
3230
- "@vitest/coverage-v8": "4.1.11",
3231
- "@vitest/ui": "4.1.11",
3149
+ "@types/node": "^22.0.0 || >=24.0.0",
3150
+ "@vitest/browser-playwright": "5.0.0",
3151
+ "@vitest/browser-preview": "5.0.0",
3152
+ "@vitest/browser-webdriverio": "^5.0.0-beta.5 || >=5.0.0",
3153
+ "@vitest/coverage-istanbul": "5.0.0",
3154
+ "@vitest/coverage-v8": "5.0.0",
3155
+ "@vitest/ui": "5.0.0",
3232
3156
  "happy-dom": "*",
3233
3157
  "jsdom": "*",
3234
- "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
3158
+ "vite": "^6.4.0 || ^7.0.0 || ^8.0.0"
3235
3159
  },
3236
3160
  "peerDependenciesMeta": {
3237
3161
  "@edge-runtime/vm": {
@@ -3272,6 +3196,16 @@
3272
3196
  }
3273
3197
  }
3274
3198
  },
3199
+ "node_modules/vitest/node_modules/magic-string": {
3200
+ "version": "1.2.3",
3201
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-1.2.3.tgz",
3202
+ "integrity": "sha512-Bpb0W2TbLKOZ7vJnOUnVRGq3WL2p+ISV29M6hYPL1AFCpyKZpdr5ytiXoTSSxRVhg8YW7f65+6gbG8WG6PCa/g==",
3203
+ "dev": true,
3204
+ "license": "MIT",
3205
+ "dependencies": {
3206
+ "@jridgewell/sourcemap-codec": "^1.5.5"
3207
+ }
3208
+ },
3275
3209
  "node_modules/vue": {
3276
3210
  "version": "3.5.42",
3277
3211
  "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.42.tgz",