@book000/create-ts 0.1.144 → 0.1.146
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/package.json +2 -2
- package/templates/nodejs/base/package.json +1 -1
- package/templates/nodejs/base/pnpm-lock.yaml +14 -176
- package/templates/nodejs/config-batch/package.json +2 -2
- package/templates/nodejs/config-batch/pnpm-lock.yaml +19 -181
- package/templates/nodejs/discord-bot/package.json +2 -2
- package/templates/nodejs/discord-bot/pnpm-lock.yaml +19 -181
- package/templates/nodejs/fastify/package.json +1 -1
- package/templates/nodejs/fastify/pnpm-lock.yaml +14 -176
|
@@ -9,15 +9,15 @@ importers:
|
|
|
9
9
|
.:
|
|
10
10
|
dependencies:
|
|
11
11
|
'@book000/node-utils':
|
|
12
|
-
specifier: 1.25.
|
|
13
|
-
version: 1.25.
|
|
12
|
+
specifier: 1.25.51
|
|
13
|
+
version: 1.25.51(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
|
|
14
14
|
discord.js:
|
|
15
15
|
specifier: 14.27.0
|
|
16
16
|
version: 14.27.0
|
|
17
17
|
devDependencies:
|
|
18
18
|
'@book000/eslint-config':
|
|
19
|
-
specifier: 1.16.
|
|
20
|
-
version: 1.16.
|
|
19
|
+
specifier: 1.16.37
|
|
20
|
+
version: 1.16.37(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
21
21
|
'@types/jest':
|
|
22
22
|
specifier: 30.0.0
|
|
23
23
|
version: 30.0.0
|
|
@@ -227,13 +227,13 @@ packages:
|
|
|
227
227
|
'@bcoe/v8-coverage@0.2.3':
|
|
228
228
|
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
|
|
229
229
|
|
|
230
|
-
'@book000/eslint-config@1.16.
|
|
231
|
-
resolution: {integrity: sha512-
|
|
230
|
+
'@book000/eslint-config@1.16.37':
|
|
231
|
+
resolution: {integrity: sha512-7ETNfp4zHk9fOwyRY3gnAzADsP7pDdzFz7zxsAtAS8l5t75U9hF906+BsSQW3wfJGqpCRM1kKgxIRlkcMoZbng==}
|
|
232
232
|
peerDependencies:
|
|
233
233
|
eslint: 10.8.1
|
|
234
234
|
|
|
235
|
-
'@book000/node-utils@1.25.
|
|
236
|
-
resolution: {integrity: sha512-
|
|
235
|
+
'@book000/node-utils@1.25.51':
|
|
236
|
+
resolution: {integrity: sha512-ffwbC9HJV71G26BpmyKOmDtLRL01CvOgDQ4bnZ1GbSlbYBCvMUKhxYqQDZ2cFF6maBG9fSd4ZOrYnTz/XVvxqg==}
|
|
237
237
|
|
|
238
238
|
'@colors/colors@1.6.0':
|
|
239
239
|
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
|
|
@@ -810,14 +810,6 @@ packages:
|
|
|
810
810
|
'@types/yargs@17.0.35':
|
|
811
811
|
resolution: {integrity: sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==}
|
|
812
812
|
|
|
813
|
-
'@typescript-eslint/eslint-plugin@8.66.0':
|
|
814
|
-
resolution: {integrity: sha512-p088eaGrzYz1s+7cov0aMOCkNGTJlVxF4jgubf28c8L0Cv9Rloj8YBHnv4hXLq6IIEE1AsjNWavO+k+8kP2Y0A==}
|
|
815
|
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
816
|
-
peerDependencies:
|
|
817
|
-
'@typescript-eslint/parser': ^8.66.0
|
|
818
|
-
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
819
|
-
typescript: '>=4.8.4 <6.1.0'
|
|
820
|
-
|
|
821
813
|
'@typescript-eslint/eslint-plugin@8.67.0':
|
|
822
814
|
resolution: {integrity: sha512-Un7Heoyj65NREbKAyIrFxeM143NZpExWmy1Nep4DLeQOeLlTeumPjoNKnBrU5D5moWXbPJgRa5Uwcdu0faVNGQ==}
|
|
823
815
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -826,13 +818,6 @@ packages:
|
|
|
826
818
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
827
819
|
typescript: '>=4.8.4 <6.1.0'
|
|
828
820
|
|
|
829
|
-
'@typescript-eslint/parser@8.66.0':
|
|
830
|
-
resolution: {integrity: sha512-X6ypGChaWYk6PBtUg2BwuTZEFFcHJAtGTVJ9/lCTOufhZ4i9fNolQNnktq+kkMCwMj7V8Svsq7+TxSDslmhE0g==}
|
|
831
|
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
832
|
-
peerDependencies:
|
|
833
|
-
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
834
|
-
typescript: '>=4.8.4 <6.1.0'
|
|
835
|
-
|
|
836
821
|
'@typescript-eslint/parser@8.67.0':
|
|
837
822
|
resolution: {integrity: sha512-fUBfTuuEulWqX6V8+O3PtScV01tzYYRUDTAirHFKoRAt7nOzoGiPt0M/bB47wWNy0coOOcgEwAMUtBpykMxl6w==}
|
|
838
823
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -840,45 +825,22 @@ packages:
|
|
|
840
825
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
841
826
|
typescript: '>=4.8.4 <6.1.0'
|
|
842
827
|
|
|
843
|
-
'@typescript-eslint/project-service@8.66.0':
|
|
844
|
-
resolution: {integrity: sha512-7MthGPTt4BP69lSryqpqq8HQqxuzynssckL/jyDyk3+TNMQ3y2jFWkptCrktWvBrP+EH787Nl5N5Qpw7WZg+5g==}
|
|
845
|
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
846
|
-
peerDependencies:
|
|
847
|
-
typescript: '>=4.8.4 <6.1.0'
|
|
848
|
-
|
|
849
828
|
'@typescript-eslint/project-service@8.67.0':
|
|
850
829
|
resolution: {integrity: sha512-cvE8c7ulYeXN9fYuszhCeCsbzyVEXuhrRCybnBre7TUmqb5nRmBfQAwCj0O3WJFDeyAZt4VYv51vMCC9LHSdYw==}
|
|
851
830
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
852
831
|
peerDependencies:
|
|
853
832
|
typescript: '>=4.8.4 <6.1.0'
|
|
854
833
|
|
|
855
|
-
'@typescript-eslint/scope-manager@8.66.0':
|
|
856
|
-
resolution: {integrity: sha512-8TGcH25j9zqJ/IULB/ppyhRvxA8QYfFEZ7nfbg6/BN9spDgb8fPWQXlE5l8TWBL50EtUx007uZ1o9VOwrq2/9g==}
|
|
857
|
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
858
|
-
|
|
859
834
|
'@typescript-eslint/scope-manager@8.67.0':
|
|
860
835
|
resolution: {integrity: sha512-EgvsleTwS4E+WzzSvem8fAUubLwatMNF1B5hHSLQxcvs7q2dtRhGyujHwLJSYlG41niJ7GP24Aha2+0mb1b2kg==}
|
|
861
836
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
862
837
|
|
|
863
|
-
'@typescript-eslint/tsconfig-utils@8.66.0':
|
|
864
|
-
resolution: {integrity: sha512-9D5gLYZG4rOjcoag8MQ/fWI8WqA9wcPDyOGyWtWFhvM1lHRbliqUSPIY5J3zqCU1tvSwzXxnnjhQhz5Ne7mJ4g==}
|
|
865
|
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
866
|
-
peerDependencies:
|
|
867
|
-
typescript: '>=4.8.4 <6.1.0'
|
|
868
|
-
|
|
869
838
|
'@typescript-eslint/tsconfig-utils@8.67.0':
|
|
870
839
|
resolution: {integrity: sha512-vV+LUSv5njUWsknE71fqKTlXUva+R76SaeORd6Zojcunk/6DvKFXONU3BrAs2H49mbygUXt6gbYunzwqNwlhdg==}
|
|
871
840
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
872
841
|
peerDependencies:
|
|
873
842
|
typescript: '>=4.8.4 <6.1.0'
|
|
874
843
|
|
|
875
|
-
'@typescript-eslint/type-utils@8.66.0':
|
|
876
|
-
resolution: {integrity: sha512-LG2dWfjZQQp0ADtAu/EWJVayefGL2UEZ3CDeI44D9v3rXB/WYUqE/jpO28KrEKul5AySrmI+Zh1v6v+xW2U9+g==}
|
|
877
|
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
878
|
-
peerDependencies:
|
|
879
|
-
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
880
|
-
typescript: '>=4.8.4 <6.1.0'
|
|
881
|
-
|
|
882
844
|
'@typescript-eslint/type-utils@8.67.0':
|
|
883
845
|
resolution: {integrity: sha512-aVWDXbRmdXO9siTfX4ditQI1T9+zVcNazT48EJCD0v40/9RIFoUgZ05CmGEq9H2gixRpjUn/iplwvlcvutJW/Q==}
|
|
884
846
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -886,33 +848,16 @@ packages:
|
|
|
886
848
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
887
849
|
typescript: '>=4.8.4 <6.1.0'
|
|
888
850
|
|
|
889
|
-
'@typescript-eslint/types@8.66.0':
|
|
890
|
-
resolution: {integrity: sha512-H6gcYaSDOyvL3AD/jHUtUFo2jqGgn/F6nuyuZSu0QTesxL+cP4dQoIMrODRofuJC09g64+WgZ6tE19Y1N2YIFQ==}
|
|
891
|
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
892
|
-
|
|
893
851
|
'@typescript-eslint/types@8.67.0':
|
|
894
852
|
resolution: {integrity: sha512-sBtgslww8nsMYUjhdPBiSyUqSzT8uR6g93A2QXnQC8+cGdjz0CyaOdqHDRJb1AtORbZCNUJBBeFA/tNR2uQmww==}
|
|
895
853
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
896
854
|
|
|
897
|
-
'@typescript-eslint/typescript-estree@8.66.0':
|
|
898
|
-
resolution: {integrity: sha512-8/x4INiiQb10jGgXYD7116/zQ+OL84ZIFn0za68wwFHCanT/VLbBEroWht8RV8fn0/ZCAoazHLQgwUC0UQcDfg==}
|
|
899
|
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
900
|
-
peerDependencies:
|
|
901
|
-
typescript: '>=4.8.4 <6.1.0'
|
|
902
|
-
|
|
903
855
|
'@typescript-eslint/typescript-estree@8.67.0':
|
|
904
856
|
resolution: {integrity: sha512-EKQBCE9yNlRJYm7jdTW5AhDacDUmSwQb0FAJAmK2EKYrNXIsa2vxcSZx6PvJ/dEdI6lS+Y9W+EXckLj0iPFGcw==}
|
|
905
857
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
906
858
|
peerDependencies:
|
|
907
859
|
typescript: '>=4.8.4 <6.1.0'
|
|
908
860
|
|
|
909
|
-
'@typescript-eslint/utils@8.66.0':
|
|
910
|
-
resolution: {integrity: sha512-jasearZPolBw5NJNYGMwxzHMF83niVWmMU1VdHzG1CyfI2VS7f7nZltnKtHcg20hW+7Uo5GfK4MeDPoU3qI8EA==}
|
|
911
|
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
912
|
-
peerDependencies:
|
|
913
|
-
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
914
|
-
typescript: '>=4.8.4 <6.1.0'
|
|
915
|
-
|
|
916
861
|
'@typescript-eslint/utils@8.67.0':
|
|
917
862
|
resolution: {integrity: sha512-U9D1FdwEWBwok3hxxSdhclMb0twvt9QnjIQ0VfQ1AiX2epnpSgv2ubVDsayOFyY8K6FX+AQ7E0FKWVG3iKsj1A==}
|
|
918
863
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -920,10 +865,6 @@ packages:
|
|
|
920
865
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
921
866
|
typescript: '>=4.8.4 <6.1.0'
|
|
922
867
|
|
|
923
|
-
'@typescript-eslint/visitor-keys@8.66.0':
|
|
924
|
-
resolution: {integrity: sha512-dkKR8q+lKciskj1Y3vthHktl+3cMLWGyVUP23bRiPZ5O9BRT++4EqDDV+TVeIKBL1VXVEqrJlz8MYbcnvJcAlg==}
|
|
925
|
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
926
|
-
|
|
927
868
|
'@typescript-eslint/visitor-keys@8.67.0':
|
|
928
869
|
resolution: {integrity: sha512-fkv8dHRDqfGtTHuJeebdrQ7cX6Ad4WAS00rgHh9UGvMycF1mjBfsxry1XsLIFhWZ6Judlh6UdzK+TYlbpCXgnA==}
|
|
929
870
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -1759,6 +1700,10 @@ packages:
|
|
|
1759
1700
|
resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==}
|
|
1760
1701
|
engines: {node: '>=18'}
|
|
1761
1702
|
|
|
1703
|
+
globals@17.10.0:
|
|
1704
|
+
resolution: {integrity: sha512-V0kztuWST2k8A/VbxAY8+L+7+Rgo3fyA24IHRLrZp7HOzJjV0gHSaZUjK9lpP/IrBSNite2tZ1prhRkinRu1CA==}
|
|
1705
|
+
engines: {node: '>=18'}
|
|
1706
|
+
|
|
1762
1707
|
globals@17.9.0:
|
|
1763
1708
|
resolution: {integrity: sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==}
|
|
1764
1709
|
engines: {node: '>=18'}
|
|
@@ -2914,13 +2859,6 @@ packages:
|
|
|
2914
2859
|
resolution: {integrity: sha512-phPGCwqr2+Qo0fwniCE8e4pKnGu/yFb5nD5Y8bf0EEeiI5GklnACYA9GFy/DrAeRrKHXvHn+1SUsOWgJp6RO+g==}
|
|
2915
2860
|
engines: {node: '>= 0.4'}
|
|
2916
2861
|
|
|
2917
|
-
typescript-eslint@8.66.0:
|
|
2918
|
-
resolution: {integrity: sha512-QlEbBPz/RuJ1XUHj29nm3t0F/O/cSlEnntozqPOYHnnTGAXFamnMBu5i9Vn6vhUPHGAjR+Vl+5J8vPN/BMUrJw==}
|
|
2919
|
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2920
|
-
peerDependencies:
|
|
2921
|
-
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2922
|
-
typescript: '>=4.8.4 <6.1.0'
|
|
2923
|
-
|
|
2924
2862
|
typescript-eslint@8.67.0:
|
|
2925
2863
|
resolution: {integrity: sha512-S2udFs8tCKEKffuJ4TB1idGUZiXdCPGi3IPBGWXarbLQ5UPXORV8QEVzJ4gCRduURMb5EkpNCdjbk0eDIuI8Yg==}
|
|
2926
2864
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -3325,20 +3263,20 @@ snapshots:
|
|
|
3325
3263
|
|
|
3326
3264
|
'@bcoe/v8-coverage@0.2.3': {}
|
|
3327
3265
|
|
|
3328
|
-
'@book000/eslint-config@1.16.
|
|
3266
|
+
'@book000/eslint-config@1.16.37(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3329
3267
|
dependencies:
|
|
3330
3268
|
'@typescript-eslint/parser': 8.67.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3331
3269
|
eslint: 10.8.1(supports-color@8.1.1)
|
|
3332
3270
|
eslint-config-prettier: 10.1.8(eslint@10.8.1(supports-color@8.1.1))
|
|
3333
3271
|
eslint-plugin-unicorn: 73.0.0(eslint@10.8.1(supports-color@8.1.1))
|
|
3334
|
-
globals: 17.
|
|
3272
|
+
globals: 17.10.0
|
|
3335
3273
|
neostandard: 0.13.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3336
3274
|
typescript-eslint: 8.67.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3337
3275
|
transitivePeerDependencies:
|
|
3338
3276
|
- supports-color
|
|
3339
3277
|
- typescript
|
|
3340
3278
|
|
|
3341
|
-
'@book000/node-utils@1.25.
|
|
3279
|
+
'@book000/node-utils@1.25.51(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)':
|
|
3342
3280
|
dependencies:
|
|
3343
3281
|
'@sentry/node': 10.70.0(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
|
|
3344
3282
|
cycle: 1.0.3
|
|
@@ -3914,7 +3852,7 @@ snapshots:
|
|
|
3914
3852
|
|
|
3915
3853
|
'@stylistic/eslint-plugin@2.11.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3916
3854
|
dependencies:
|
|
3917
|
-
'@typescript-eslint/utils': 8.
|
|
3855
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3918
3856
|
eslint: 10.8.1(supports-color@8.1.1)
|
|
3919
3857
|
eslint-visitor-keys: 4.2.1
|
|
3920
3858
|
espree: 10.4.0
|
|
@@ -4001,22 +3939,6 @@ snapshots:
|
|
|
4001
3939
|
dependencies:
|
|
4002
3940
|
'@types/yargs-parser': 21.0.3
|
|
4003
3941
|
|
|
4004
|
-
'@typescript-eslint/eslint-plugin@8.66.0(@typescript-eslint/parser@8.66.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3))(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4005
|
-
dependencies:
|
|
4006
|
-
'@eslint-community/regexpp': 4.12.2
|
|
4007
|
-
'@typescript-eslint/parser': 8.66.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
4008
|
-
'@typescript-eslint/scope-manager': 8.66.0
|
|
4009
|
-
'@typescript-eslint/type-utils': 8.66.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
4010
|
-
'@typescript-eslint/utils': 8.66.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
4011
|
-
'@typescript-eslint/visitor-keys': 8.66.0
|
|
4012
|
-
eslint: 10.8.1(supports-color@8.1.1)
|
|
4013
|
-
ignore: 7.0.6
|
|
4014
|
-
natural-compare: 1.4.0
|
|
4015
|
-
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
4016
|
-
typescript: 6.0.3
|
|
4017
|
-
transitivePeerDependencies:
|
|
4018
|
-
- supports-color
|
|
4019
|
-
|
|
4020
3942
|
'@typescript-eslint/eslint-plugin@8.67.0(@typescript-eslint/parser@8.67.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3))(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4021
3943
|
dependencies:
|
|
4022
3944
|
'@eslint-community/regexpp': 4.12.2
|
|
@@ -4033,18 +3955,6 @@ snapshots:
|
|
|
4033
3955
|
transitivePeerDependencies:
|
|
4034
3956
|
- supports-color
|
|
4035
3957
|
|
|
4036
|
-
'@typescript-eslint/parser@8.66.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4037
|
-
dependencies:
|
|
4038
|
-
'@typescript-eslint/scope-manager': 8.66.0
|
|
4039
|
-
'@typescript-eslint/types': 8.66.0
|
|
4040
|
-
'@typescript-eslint/typescript-estree': 8.66.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
4041
|
-
'@typescript-eslint/visitor-keys': 8.66.0
|
|
4042
|
-
debug: 4.4.3(supports-color@8.1.1)
|
|
4043
|
-
eslint: 10.8.1(supports-color@8.1.1)
|
|
4044
|
-
typescript: 6.0.3
|
|
4045
|
-
transitivePeerDependencies:
|
|
4046
|
-
- supports-color
|
|
4047
|
-
|
|
4048
3958
|
'@typescript-eslint/parser@8.67.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4049
3959
|
dependencies:
|
|
4050
3960
|
'@typescript-eslint/scope-manager': 8.67.0
|
|
@@ -4057,15 +3967,6 @@ snapshots:
|
|
|
4057
3967
|
transitivePeerDependencies:
|
|
4058
3968
|
- supports-color
|
|
4059
3969
|
|
|
4060
|
-
'@typescript-eslint/project-service@8.66.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4061
|
-
dependencies:
|
|
4062
|
-
'@typescript-eslint/tsconfig-utils': 8.66.0(typescript@6.0.3)
|
|
4063
|
-
'@typescript-eslint/types': 8.66.0
|
|
4064
|
-
debug: 4.4.3(supports-color@8.1.1)
|
|
4065
|
-
typescript: 6.0.3
|
|
4066
|
-
transitivePeerDependencies:
|
|
4067
|
-
- supports-color
|
|
4068
|
-
|
|
4069
3970
|
'@typescript-eslint/project-service@8.67.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4070
3971
|
dependencies:
|
|
4071
3972
|
'@typescript-eslint/tsconfig-utils': 8.67.0(typescript@6.0.3)
|
|
@@ -4075,36 +3976,15 @@ snapshots:
|
|
|
4075
3976
|
transitivePeerDependencies:
|
|
4076
3977
|
- supports-color
|
|
4077
3978
|
|
|
4078
|
-
'@typescript-eslint/scope-manager@8.66.0':
|
|
4079
|
-
dependencies:
|
|
4080
|
-
'@typescript-eslint/types': 8.66.0
|
|
4081
|
-
'@typescript-eslint/visitor-keys': 8.66.0
|
|
4082
|
-
|
|
4083
3979
|
'@typescript-eslint/scope-manager@8.67.0':
|
|
4084
3980
|
dependencies:
|
|
4085
3981
|
'@typescript-eslint/types': 8.67.0
|
|
4086
3982
|
'@typescript-eslint/visitor-keys': 8.67.0
|
|
4087
3983
|
|
|
4088
|
-
'@typescript-eslint/tsconfig-utils@8.66.0(typescript@6.0.3)':
|
|
4089
|
-
dependencies:
|
|
4090
|
-
typescript: 6.0.3
|
|
4091
|
-
|
|
4092
3984
|
'@typescript-eslint/tsconfig-utils@8.67.0(typescript@6.0.3)':
|
|
4093
3985
|
dependencies:
|
|
4094
3986
|
typescript: 6.0.3
|
|
4095
3987
|
|
|
4096
|
-
'@typescript-eslint/type-utils@8.66.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4097
|
-
dependencies:
|
|
4098
|
-
'@typescript-eslint/types': 8.66.0
|
|
4099
|
-
'@typescript-eslint/typescript-estree': 8.66.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
4100
|
-
'@typescript-eslint/utils': 8.66.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
4101
|
-
debug: 4.4.3(supports-color@8.1.1)
|
|
4102
|
-
eslint: 10.8.1(supports-color@8.1.1)
|
|
4103
|
-
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
4104
|
-
typescript: 6.0.3
|
|
4105
|
-
transitivePeerDependencies:
|
|
4106
|
-
- supports-color
|
|
4107
|
-
|
|
4108
3988
|
'@typescript-eslint/type-utils@8.67.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4109
3989
|
dependencies:
|
|
4110
3990
|
'@typescript-eslint/types': 8.67.0
|
|
@@ -4117,25 +3997,8 @@ snapshots:
|
|
|
4117
3997
|
transitivePeerDependencies:
|
|
4118
3998
|
- supports-color
|
|
4119
3999
|
|
|
4120
|
-
'@typescript-eslint/types@8.66.0': {}
|
|
4121
|
-
|
|
4122
4000
|
'@typescript-eslint/types@8.67.0': {}
|
|
4123
4001
|
|
|
4124
|
-
'@typescript-eslint/typescript-estree@8.66.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4125
|
-
dependencies:
|
|
4126
|
-
'@typescript-eslint/project-service': 8.66.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
4127
|
-
'@typescript-eslint/tsconfig-utils': 8.66.0(typescript@6.0.3)
|
|
4128
|
-
'@typescript-eslint/types': 8.66.0
|
|
4129
|
-
'@typescript-eslint/visitor-keys': 8.66.0
|
|
4130
|
-
debug: 4.4.3(supports-color@8.1.1)
|
|
4131
|
-
minimatch: 10.2.6
|
|
4132
|
-
semver: 7.8.5
|
|
4133
|
-
tinyglobby: 0.2.17
|
|
4134
|
-
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
4135
|
-
typescript: 6.0.3
|
|
4136
|
-
transitivePeerDependencies:
|
|
4137
|
-
- supports-color
|
|
4138
|
-
|
|
4139
4002
|
'@typescript-eslint/typescript-estree@8.67.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4140
4003
|
dependencies:
|
|
4141
4004
|
'@typescript-eslint/project-service': 8.67.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
@@ -4151,17 +4014,6 @@ snapshots:
|
|
|
4151
4014
|
transitivePeerDependencies:
|
|
4152
4015
|
- supports-color
|
|
4153
4016
|
|
|
4154
|
-
'@typescript-eslint/utils@8.66.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4155
|
-
dependencies:
|
|
4156
|
-
'@eslint-community/eslint-utils': 4.10.1(eslint@10.8.1(supports-color@8.1.1))
|
|
4157
|
-
'@typescript-eslint/scope-manager': 8.66.0
|
|
4158
|
-
'@typescript-eslint/types': 8.66.0
|
|
4159
|
-
'@typescript-eslint/typescript-estree': 8.66.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
4160
|
-
eslint: 10.8.1(supports-color@8.1.1)
|
|
4161
|
-
typescript: 6.0.3
|
|
4162
|
-
transitivePeerDependencies:
|
|
4163
|
-
- supports-color
|
|
4164
|
-
|
|
4165
4017
|
'@typescript-eslint/utils@8.67.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4166
4018
|
dependencies:
|
|
4167
4019
|
'@eslint-community/eslint-utils': 4.10.1(eslint@10.8.1(supports-color@8.1.1))
|
|
@@ -4173,11 +4025,6 @@ snapshots:
|
|
|
4173
4025
|
transitivePeerDependencies:
|
|
4174
4026
|
- supports-color
|
|
4175
4027
|
|
|
4176
|
-
'@typescript-eslint/visitor-keys@8.66.0':
|
|
4177
|
-
dependencies:
|
|
4178
|
-
'@typescript-eslint/types': 8.66.0
|
|
4179
|
-
eslint-visitor-keys: 5.0.1
|
|
4180
|
-
|
|
4181
4028
|
'@typescript-eslint/visitor-keys@8.67.0':
|
|
4182
4029
|
dependencies:
|
|
4183
4030
|
'@typescript-eslint/types': 8.67.0
|
|
@@ -5152,6 +4999,8 @@ snapshots:
|
|
|
5152
4999
|
|
|
5153
5000
|
globals@15.15.0: {}
|
|
5154
5001
|
|
|
5002
|
+
globals@17.10.0: {}
|
|
5003
|
+
|
|
5155
5004
|
globals@17.9.0: {}
|
|
5156
5005
|
|
|
5157
5006
|
globalthis@1.0.4:
|
|
@@ -5891,7 +5740,7 @@ snapshots:
|
|
|
5891
5740
|
find-up: 8.0.0
|
|
5892
5741
|
globals: 17.9.0
|
|
5893
5742
|
peowly: 1.3.3
|
|
5894
|
-
typescript-eslint: 8.
|
|
5743
|
+
typescript-eslint: 8.67.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
5895
5744
|
transitivePeerDependencies:
|
|
5896
5745
|
- supports-color
|
|
5897
5746
|
- typescript
|
|
@@ -6545,17 +6394,6 @@ snapshots:
|
|
|
6545
6394
|
possible-typed-array-names: 1.1.0
|
|
6546
6395
|
reflect.getprototypeof: 1.0.10
|
|
6547
6396
|
|
|
6548
|
-
typescript-eslint@8.66.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3):
|
|
6549
|
-
dependencies:
|
|
6550
|
-
'@typescript-eslint/eslint-plugin': 8.66.0(@typescript-eslint/parser@8.66.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3))(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
6551
|
-
'@typescript-eslint/parser': 8.66.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
6552
|
-
'@typescript-eslint/typescript-estree': 8.66.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
6553
|
-
'@typescript-eslint/utils': 8.66.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
6554
|
-
eslint: 10.8.1(supports-color@8.1.1)
|
|
6555
|
-
typescript: 6.0.3
|
|
6556
|
-
transitivePeerDependencies:
|
|
6557
|
-
- supports-color
|
|
6558
|
-
|
|
6559
6397
|
typescript-eslint@8.67.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3):
|
|
6560
6398
|
dependencies:
|
|
6561
6399
|
'@typescript-eslint/eslint-plugin': 8.67.0(@typescript-eslint/parser@8.67.0(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3))(eslint@10.8.1(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|