@shibanet0/datamitsu-config 0.0.1-alpha-30 → 0.0.1-alpha-32
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/.oxlintrc.json
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"suspicious": "error"
|
|
9
9
|
},
|
|
10
10
|
"rules": {
|
|
11
|
+
"sort-keys": "off",
|
|
11
12
|
"unicorn/prefer-query-selector": "off",
|
|
12
13
|
"unicorn/prefer-string-raw": "off",
|
|
13
|
-
"sort-keys": "off",
|
|
14
14
|
"array-type": "off",
|
|
15
15
|
"arrow-body-style": "off",
|
|
16
16
|
"capitalized-comments": "off",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"unicorn/no-array-sort": "off",
|
|
35
35
|
"unicorn/no-null": "off",
|
|
36
36
|
"unicorn/no-object-as-default-parameter": "off",
|
|
37
|
+
"unicorn/number-literal-case": "off",
|
|
37
38
|
"unicorn/require-module-specifiers": "off"
|
|
38
39
|
}
|
|
39
40
|
}
|
package/datamitsu.js
CHANGED
|
@@ -170,52 +170,105 @@ var binaries = {
|
|
|
170
170
|
}
|
|
171
171
|
},
|
|
172
172
|
buf: {
|
|
173
|
-
configHash: "
|
|
173
|
+
configHash: "46a3387f49e2e31814c32d4a3ffacddf1f3209a7052c5b52eb93ed6730349a7d",
|
|
174
174
|
binaries: {
|
|
175
175
|
darwin: {
|
|
176
176
|
amd64: {
|
|
177
|
-
url: "https://github.com/bufbuild/buf/releases/download/v1.
|
|
178
|
-
hash: "
|
|
177
|
+
url: "https://github.com/bufbuild/buf/releases/download/v1.64.0/buf-Darwin-x86_64.tar.gz",
|
|
178
|
+
hash: "7262a948a4c6fa4f4a9b685556e3f9f0b3e0fc5f6982016d91a36a6d59b12b9c",
|
|
179
179
|
contentType: "tar.gz",
|
|
180
180
|
binaryPath: "buf"
|
|
181
181
|
},
|
|
182
182
|
arm64: {
|
|
183
|
-
url: "https://github.com/bufbuild/buf/releases/download/v1.
|
|
184
|
-
hash: "
|
|
183
|
+
url: "https://github.com/bufbuild/buf/releases/download/v1.64.0/buf-Darwin-arm64.tar.gz",
|
|
184
|
+
hash: "d4e5b687b6271f20a0e2dde03b959fd052e00a5fad7810aa4611cc0d5ef56fa2",
|
|
185
185
|
contentType: "tar.gz",
|
|
186
186
|
binaryPath: "buf"
|
|
187
187
|
}
|
|
188
188
|
},
|
|
189
189
|
linux: {
|
|
190
190
|
amd64: {
|
|
191
|
-
url: "https://github.com/bufbuild/buf/releases/download/v1.
|
|
192
|
-
hash: "
|
|
191
|
+
url: "https://github.com/bufbuild/buf/releases/download/v1.64.0/buf-Linux-x86_64.tar.gz",
|
|
192
|
+
hash: "e4d2aa7f83e00678a5d7a84949a566a477e9249df35fade57c61feafe3766fa4",
|
|
193
193
|
contentType: "tar.gz",
|
|
194
194
|
binaryPath: "buf"
|
|
195
195
|
},
|
|
196
196
|
arm64: {
|
|
197
|
-
url: "https://github.com/bufbuild/buf/releases/download/v1.
|
|
198
|
-
hash: "
|
|
197
|
+
url: "https://github.com/bufbuild/buf/releases/download/v1.64.0/buf-Linux-aarch64.tar.gz",
|
|
198
|
+
hash: "209897ab67512d1053d9edd23c28f4698406c376c2bea04e235df1e088bc573a",
|
|
199
199
|
contentType: "tar.gz",
|
|
200
200
|
binaryPath: "buf"
|
|
201
201
|
}
|
|
202
202
|
},
|
|
203
203
|
windows: {
|
|
204
204
|
amd64: {
|
|
205
|
-
url: "https://github.com/bufbuild/buf/releases/download/v1.
|
|
206
|
-
hash: "
|
|
205
|
+
url: "https://github.com/bufbuild/buf/releases/download/v1.64.0/buf-Windows-x86_64.zip",
|
|
206
|
+
hash: "097b0ba51f424fc6811ea30ba3a0a70a75c457126ca09fa45cc5da4cfefcb26e",
|
|
207
207
|
contentType: "zip",
|
|
208
208
|
binaryPath: "buf.exe"
|
|
209
209
|
},
|
|
210
210
|
arm64: {
|
|
211
|
-
url: "https://github.com/bufbuild/buf/releases/download/v1.
|
|
212
|
-
hash: "
|
|
211
|
+
url: "https://github.com/bufbuild/buf/releases/download/v1.64.0/buf-Windows-arm64.zip",
|
|
212
|
+
hash: "da90612c292920cfd1625588a319fbfacddcfc5e40bb78fc49b147d19000ced7",
|
|
213
213
|
contentType: "zip",
|
|
214
214
|
binaryPath: "buf.exe"
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
|
+
checkmake: {
|
|
220
|
+
configHash: "894c58408c6a7ddfa289a761c8a629037029438f5b459bf71149705ba4ad8037",
|
|
221
|
+
binaries: {
|
|
222
|
+
darwin: {
|
|
223
|
+
amd64: {
|
|
224
|
+
url: "https://github.com/checkmake/checkmake/releases/download/v0.3.2/checkmake-v0.3.2.darwin.amd64",
|
|
225
|
+
hash: "82942043a4766b9fb3ffe6c77584df7d6c832bfa00571f234d257799f492fdd7",
|
|
226
|
+
contentType: "binary"
|
|
227
|
+
},
|
|
228
|
+
arm64: {
|
|
229
|
+
url: "https://github.com/checkmake/checkmake/releases/download/v0.3.2/checkmake-v0.3.2.darwin.arm64",
|
|
230
|
+
hash: "d5dab7169d1cb246b380ed5e7fc1e6aded301d453db258f858e774422d25961f",
|
|
231
|
+
contentType: "binary"
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
freebsd: {
|
|
235
|
+
amd64: {
|
|
236
|
+
url: "https://github.com/checkmake/checkmake/releases/download/v0.3.2/checkmake-v0.3.2.freebsd.amd64",
|
|
237
|
+
hash: "c1d30b22a63f458215c5fd68179d19ced1341231c7650c76dcb0b0734c9c7955",
|
|
238
|
+
contentType: "binary"
|
|
239
|
+
},
|
|
240
|
+
arm64: {
|
|
241
|
+
url: "https://github.com/checkmake/checkmake/releases/download/v0.3.2/checkmake-v0.3.2.freebsd.amd64",
|
|
242
|
+
hash: "c1d30b22a63f458215c5fd68179d19ced1341231c7650c76dcb0b0734c9c7955",
|
|
243
|
+
contentType: "binary"
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
linux: {
|
|
247
|
+
amd64: {
|
|
248
|
+
url: "https://github.com/checkmake/checkmake/releases/download/v0.3.2/checkmake-v0.3.2.linux.amd64",
|
|
249
|
+
hash: "e2effb876913f3ee2caef0ba35f6202c5e8a3cd55a077d8d2b9ce2034257b6af",
|
|
250
|
+
contentType: "binary"
|
|
251
|
+
},
|
|
252
|
+
arm64: {
|
|
253
|
+
url: "https://github.com/checkmake/checkmake/releases/download/v0.3.2/checkmake-v0.3.2.linux.arm64",
|
|
254
|
+
hash: "409167c4abb99407bd232c3bbd351b8a39df57997feafde5a08bddffb0f2dcb4",
|
|
255
|
+
contentType: "binary"
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
windows: {
|
|
259
|
+
amd64: {
|
|
260
|
+
url: "https://github.com/checkmake/checkmake/releases/download/v0.3.2/checkmake-v0.3.2.windows.amd64.exe",
|
|
261
|
+
hash: "6adf4bde2dbfe8001ecf2918abfe02f7a57191568f1d185537eccd9c59625dca",
|
|
262
|
+
contentType: "binary"
|
|
263
|
+
},
|
|
264
|
+
arm64: {
|
|
265
|
+
url: "https://github.com/checkmake/checkmake/releases/download/v0.3.2/checkmake-v0.3.2.windows.arm64.exe",
|
|
266
|
+
hash: "571b6440776236a3626c5fc9aeaef7da78eee625683f181af89439028996c611",
|
|
267
|
+
contentType: "binary"
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
},
|
|
219
272
|
conftest: {
|
|
220
273
|
configHash: "94daa94e4349c5c41b35d9826f7bf9c22fa389eb291254a5fa73e21c6e6c932e",
|
|
221
274
|
binaries: {
|
|
@@ -484,48 +537,48 @@ var binaries = {
|
|
|
484
537
|
}
|
|
485
538
|
},
|
|
486
539
|
"git-cliff": {
|
|
487
|
-
configHash: "
|
|
540
|
+
configHash: "c0d21da78f8599d3f0f53ec635db6db6272b0d6c8949ec4aefe945f565f9289a",
|
|
488
541
|
binaries: {
|
|
489
542
|
darwin: {
|
|
490
543
|
amd64: {
|
|
491
|
-
url: "https://github.com/orhun/git-cliff/releases/download/v2.
|
|
492
|
-
hash: "
|
|
544
|
+
url: "https://github.com/orhun/git-cliff/releases/download/v2.12.0/git-cliff-2.12.0-x86_64-apple-darwin.tar.gz",
|
|
545
|
+
hash: "fd4bce35ea8a6f3af6ac4891073781ca24c654c36c83c865bc30bab332c05a14",
|
|
493
546
|
contentType: "tar.gz",
|
|
494
|
-
binaryPath: "git-cliff-2.
|
|
547
|
+
binaryPath: "git-cliff-2.12.0/git-cliff"
|
|
495
548
|
},
|
|
496
549
|
arm64: {
|
|
497
|
-
url: "https://github.com/orhun/git-cliff/releases/download/v2.
|
|
498
|
-
hash: "
|
|
550
|
+
url: "https://github.com/orhun/git-cliff/releases/download/v2.12.0/git-cliff-2.12.0-aarch64-apple-darwin.tar.gz",
|
|
551
|
+
hash: "2ae72a0061bee98d0e375f2ea8e0f4b23b4915ac2e37fa45a705066de49b43a0",
|
|
499
552
|
contentType: "tar.gz",
|
|
500
|
-
binaryPath: "git-cliff-2.
|
|
553
|
+
binaryPath: "git-cliff-2.12.0/git-cliff"
|
|
501
554
|
}
|
|
502
555
|
},
|
|
503
556
|
linux: {
|
|
504
557
|
amd64: {
|
|
505
|
-
url: "https://github.com/orhun/git-cliff/releases/download/v2.
|
|
506
|
-
hash: "
|
|
558
|
+
url: "https://github.com/orhun/git-cliff/releases/download/v2.12.0/git-cliff-2.12.0-x86_64-unknown-linux-gnu.tar.gz",
|
|
559
|
+
hash: "6241bd23554daf527ca8ff0dc475a272b0155bede8a000e7a9d74b771036a7bd",
|
|
507
560
|
contentType: "tar.gz",
|
|
508
|
-
binaryPath: "git-cliff-2.
|
|
561
|
+
binaryPath: "git-cliff-2.12.0/git-cliff"
|
|
509
562
|
},
|
|
510
563
|
arm64: {
|
|
511
|
-
url: "https://github.com/orhun/git-cliff/releases/download/v2.
|
|
512
|
-
hash: "
|
|
564
|
+
url: "https://github.com/orhun/git-cliff/releases/download/v2.12.0/git-cliff-2.12.0-aarch64-unknown-linux-gnu.tar.gz",
|
|
565
|
+
hash: "9d7aa3c1a860d9c9813458fcdd1846e2859c560d86c7b401e5e58dc10790f94b",
|
|
513
566
|
contentType: "tar.gz",
|
|
514
|
-
binaryPath: "git-cliff-2.
|
|
567
|
+
binaryPath: "git-cliff-2.12.0/git-cliff"
|
|
515
568
|
}
|
|
516
569
|
},
|
|
517
570
|
windows: {
|
|
518
571
|
amd64: {
|
|
519
|
-
url: "https://github.com/orhun/git-cliff/releases/download/v2.
|
|
520
|
-
hash: "
|
|
572
|
+
url: "https://github.com/orhun/git-cliff/releases/download/v2.12.0/git-cliff-2.12.0-x86_64-pc-windows-gnu.zip",
|
|
573
|
+
hash: "4d6ae4890dd3c57f670974699f0527609269f19e020c235144fbcff649ca0616",
|
|
521
574
|
contentType: "zip",
|
|
522
|
-
binaryPath: "git-cliff-2.
|
|
575
|
+
binaryPath: "git-cliff-2.12.0/git-cliff.exe"
|
|
523
576
|
},
|
|
524
577
|
arm64: {
|
|
525
|
-
url: "https://github.com/orhun/git-cliff/releases/download/v2.
|
|
526
|
-
hash: "
|
|
578
|
+
url: "https://github.com/orhun/git-cliff/releases/download/v2.12.0/git-cliff-2.12.0-aarch64-pc-windows-msvc.zip",
|
|
579
|
+
hash: "faa97e8a741a853eea0e826207211c59727a7f90218c26c56bb6c8c4038ac058",
|
|
527
580
|
contentType: "zip",
|
|
528
|
-
binaryPath: "git-cliff-2.
|
|
581
|
+
binaryPath: "git-cliff-2.12.0/git-cliff.exe"
|
|
529
582
|
}
|
|
530
583
|
}
|
|
531
584
|
}
|
|
@@ -1050,6 +1103,53 @@ var binaries = {
|
|
|
1050
1103
|
configHash: "3b036728244cc480c021492b54ec138373f53bff62af689ca82c4a33571eebda",
|
|
1051
1104
|
binaries: {}
|
|
1052
1105
|
},
|
|
1106
|
+
ruff: {
|
|
1107
|
+
configHash: "3c7a4fbc67095d58694577ab41cf30e46ba6fccf09e9c06a03e0cee48a196169",
|
|
1108
|
+
binaries: {
|
|
1109
|
+
darwin: {
|
|
1110
|
+
amd64: {
|
|
1111
|
+
url: "https://github.com/astral-sh/ruff/releases/download/0.14.14/ruff-x86_64-apple-darwin.tar.gz",
|
|
1112
|
+
hash: "749396c675c6f07205be6c4ef89e2e95123d790062d681059a355030e9d7d119",
|
|
1113
|
+
contentType: "tar.gz",
|
|
1114
|
+
binaryPath: "ruff"
|
|
1115
|
+
},
|
|
1116
|
+
arm64: {
|
|
1117
|
+
url: "https://github.com/astral-sh/ruff/releases/download/0.14.14/ruff-aarch64-apple-darwin.tar.gz",
|
|
1118
|
+
hash: "76a9b0ebe57d0eee56940dbe0b62462578d1369cca8314ed0d2a6f2102292d4f",
|
|
1119
|
+
contentType: "tar.gz",
|
|
1120
|
+
binaryPath: "ruff"
|
|
1121
|
+
}
|
|
1122
|
+
},
|
|
1123
|
+
linux: {
|
|
1124
|
+
amd64: {
|
|
1125
|
+
url: "https://github.com/astral-sh/ruff/releases/download/0.14.14/ruff-x86_64-unknown-linux-gnu.tar.gz",
|
|
1126
|
+
hash: "9876634f799d933bdaa1de864f47d26f898b2e20aa8f4f85d63235c3a231068d",
|
|
1127
|
+
contentType: "tar.gz",
|
|
1128
|
+
binaryPath: "ruff"
|
|
1129
|
+
},
|
|
1130
|
+
arm64: {
|
|
1131
|
+
url: "https://github.com/astral-sh/ruff/releases/download/0.14.14/ruff-aarch64-unknown-linux-gnu.tar.gz",
|
|
1132
|
+
hash: "1eee1ce3467fb5f348738bb5e4598859b55816a79c3cd6a26ca0dae03d7e2672",
|
|
1133
|
+
contentType: "tar.gz",
|
|
1134
|
+
binaryPath: "ruff"
|
|
1135
|
+
}
|
|
1136
|
+
},
|
|
1137
|
+
windows: {
|
|
1138
|
+
amd64: {
|
|
1139
|
+
url: "https://github.com/astral-sh/ruff/releases/download/0.14.14/ruff-x86_64-pc-windows-msvc.zip",
|
|
1140
|
+
hash: "81bfeed34f15296e6c81ecea912b6fff4430b957de8a1181ce9365434e3d6744",
|
|
1141
|
+
contentType: "zip",
|
|
1142
|
+
binaryPath: "ruff.exe"
|
|
1143
|
+
},
|
|
1144
|
+
arm64: {
|
|
1145
|
+
url: "https://github.com/astral-sh/ruff/releases/download/0.14.14/ruff-aarch64-pc-windows-msvc.zip",
|
|
1146
|
+
hash: "449982699657bd68d170440dad958281b030bc05865fe012d043cd225e78eb79",
|
|
1147
|
+
contentType: "zip",
|
|
1148
|
+
binaryPath: "ruff.exe"
|
|
1149
|
+
}
|
|
1150
|
+
}
|
|
1151
|
+
}
|
|
1152
|
+
},
|
|
1053
1153
|
scorecard: {
|
|
1054
1154
|
configHash: "83d695b13f2e90a1781a8ad8a0e37c95f6312b7caee0d70f690c4db7f4b8b169",
|
|
1055
1155
|
binaries: {
|
|
@@ -1438,48 +1538,48 @@ var binaries = {
|
|
|
1438
1538
|
}
|
|
1439
1539
|
},
|
|
1440
1540
|
typos: {
|
|
1441
|
-
configHash: "
|
|
1541
|
+
configHash: "6f3d8e3a6fd71dccdc54036ec08278663c468870ecd3191151ea5ca86f1c39f8",
|
|
1442
1542
|
binaries: {
|
|
1443
1543
|
darwin: {
|
|
1444
1544
|
amd64: {
|
|
1445
|
-
url: "https://github.com/crate-ci/typos/releases/download/v1.42.
|
|
1446
|
-
hash: "
|
|
1545
|
+
url: "https://github.com/crate-ci/typos/releases/download/v1.42.1/typos-v1.42.1-x86_64-apple-darwin.tar.gz",
|
|
1546
|
+
hash: "9996d6fbb204aa07791d1a744a85ada055e59a99795b2d9a73c0455828297ca3",
|
|
1447
1547
|
contentType: "tar.gz",
|
|
1448
|
-
binaryPath: "typos-v1.42.
|
|
1548
|
+
binaryPath: "typos-v1.42.1/typos"
|
|
1449
1549
|
},
|
|
1450
1550
|
arm64: {
|
|
1451
|
-
url: "https://github.com/crate-ci/typos/releases/download/v1.42.
|
|
1452
|
-
hash: "
|
|
1551
|
+
url: "https://github.com/crate-ci/typos/releases/download/v1.42.1/typos-v1.42.1-aarch64-apple-darwin.tar.gz",
|
|
1552
|
+
hash: "89539a0ca79ce851b8244af6c0aaab9190925838aed3ab26250d444a59e5cb78",
|
|
1453
1553
|
contentType: "tar.gz",
|
|
1454
|
-
binaryPath: "typos-v1.42.
|
|
1554
|
+
binaryPath: "typos-v1.42.1/typos"
|
|
1455
1555
|
}
|
|
1456
1556
|
},
|
|
1457
1557
|
linux: {
|
|
1458
1558
|
amd64: {
|
|
1459
|
-
url: "https://github.com/crate-ci/typos/releases/download/v1.42.
|
|
1460
|
-
hash: "
|
|
1559
|
+
url: "https://github.com/crate-ci/typos/releases/download/v1.42.1/typos-v1.42.1-x86_64-unknown-linux-musl.tar.gz",
|
|
1560
|
+
hash: "fe1492d6c1079c328ef66de2094b7a3a4569987ec972ab56002c5db4746a8d1b",
|
|
1461
1561
|
contentType: "tar.gz",
|
|
1462
|
-
binaryPath: "typos-v1.42.
|
|
1562
|
+
binaryPath: "typos-v1.42.1/typos"
|
|
1463
1563
|
},
|
|
1464
1564
|
arm64: {
|
|
1465
|
-
url: "https://github.com/crate-ci/typos/releases/download/v1.42.
|
|
1466
|
-
hash: "
|
|
1565
|
+
url: "https://github.com/crate-ci/typos/releases/download/v1.42.1/typos-v1.42.1-aarch64-unknown-linux-musl.tar.gz",
|
|
1566
|
+
hash: "b5d7bfcfa9dcdd479a614e428512c2e180edc4c82a0223562943c470d7ef9126",
|
|
1467
1567
|
contentType: "tar.gz",
|
|
1468
|
-
binaryPath: "typos-v1.42.
|
|
1568
|
+
binaryPath: "typos-v1.42.1/typos"
|
|
1469
1569
|
}
|
|
1470
1570
|
},
|
|
1471
1571
|
windows: {
|
|
1472
1572
|
amd64: {
|
|
1473
|
-
url: "https://github.com/crate-ci/typos/releases/download/v1.42.
|
|
1474
|
-
hash: "
|
|
1573
|
+
url: "https://github.com/crate-ci/typos/releases/download/v1.42.1/typos-v1.42.1-x86_64-pc-windows-msvc.zip",
|
|
1574
|
+
hash: "ba5a382e4d18fa266e91aadd9d67d1ae0a79166c20ebce225d05b00d1de0b4a9",
|
|
1475
1575
|
contentType: "zip",
|
|
1476
|
-
binaryPath: "typos-v1.42.
|
|
1576
|
+
binaryPath: "typos-v1.42.1/typos.exe"
|
|
1477
1577
|
},
|
|
1478
1578
|
arm64: {
|
|
1479
|
-
url: "https://github.com/crate-ci/typos/releases/download/v1.42.
|
|
1480
|
-
hash: "
|
|
1579
|
+
url: "https://github.com/crate-ci/typos/releases/download/v1.42.1/typos-v1.42.1-x86_64-pc-windows-msvc.zip",
|
|
1580
|
+
hash: "ba5a382e4d18fa266e91aadd9d67d1ae0a79166c20ebce225d05b00d1de0b4a9",
|
|
1481
1581
|
contentType: "zip",
|
|
1482
|
-
binaryPath: "typos-v1.42.
|
|
1582
|
+
binaryPath: "typos-v1.42.1/typos.exe"
|
|
1483
1583
|
}
|
|
1484
1584
|
}
|
|
1485
1585
|
}
|
|
@@ -1653,48 +1753,48 @@ var binaries = {
|
|
|
1653
1753
|
}
|
|
1654
1754
|
},
|
|
1655
1755
|
vacuum: {
|
|
1656
|
-
configHash: "
|
|
1756
|
+
configHash: "30f127a7bad94b97e7b7a99160ffb6cea4680a91591c6ff28b7a9b3f13721cb3",
|
|
1657
1757
|
binaries: {
|
|
1658
1758
|
darwin: {
|
|
1659
1759
|
amd64: {
|
|
1660
|
-
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.
|
|
1661
|
-
hash: "
|
|
1760
|
+
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.4/vacuum_0.23.4_darwin_x86_64.tar.gz",
|
|
1761
|
+
hash: "31090d9efa7996cde0fa3b7727b11e18c9e53fde101cf0d2a0a73276a36ba6b2",
|
|
1662
1762
|
contentType: "tar.gz",
|
|
1663
|
-
binaryPath: "vacuum-0.23.
|
|
1763
|
+
binaryPath: "vacuum-0.23.4/vacuum"
|
|
1664
1764
|
},
|
|
1665
1765
|
arm64: {
|
|
1666
|
-
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.
|
|
1667
|
-
hash: "
|
|
1766
|
+
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.4/vacuum_0.23.4_darwin_arm64.tar.gz",
|
|
1767
|
+
hash: "83d989bb32f29cb0ef3d272fe457ad2aac6e6c525ffbdc8434a65aa8327a628c",
|
|
1668
1768
|
contentType: "tar.gz",
|
|
1669
|
-
binaryPath: "vacuum-0.23.
|
|
1769
|
+
binaryPath: "vacuum-0.23.4/vacuum"
|
|
1670
1770
|
}
|
|
1671
1771
|
},
|
|
1672
1772
|
linux: {
|
|
1673
1773
|
amd64: {
|
|
1674
|
-
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.
|
|
1675
|
-
hash: "
|
|
1774
|
+
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.4/vacuum_0.23.4_linux_x86_64.tar.gz",
|
|
1775
|
+
hash: "b68dae855e523bf67e9307056d570ed6b4b826aa3a3a8e9e98dd3ad21db4a837",
|
|
1676
1776
|
contentType: "tar.gz",
|
|
1677
|
-
binaryPath: "vacuum-0.23.
|
|
1777
|
+
binaryPath: "vacuum-0.23.4/vacuum"
|
|
1678
1778
|
},
|
|
1679
1779
|
arm64: {
|
|
1680
|
-
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.
|
|
1681
|
-
hash: "
|
|
1780
|
+
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.4/vacuum_0.23.4_linux_arm64.tar.gz",
|
|
1781
|
+
hash: "89d5ef6349f6715a3be1f6d760db72b5792a9a5dfb354348455f492598e8f5ef",
|
|
1682
1782
|
contentType: "tar.gz",
|
|
1683
|
-
binaryPath: "vacuum-0.23.
|
|
1783
|
+
binaryPath: "vacuum-0.23.4/vacuum"
|
|
1684
1784
|
}
|
|
1685
1785
|
},
|
|
1686
1786
|
windows: {
|
|
1687
1787
|
amd64: {
|
|
1688
|
-
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.
|
|
1689
|
-
hash: "
|
|
1788
|
+
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.4/vacuum_0.23.4_windows_x86_64.tar.gz",
|
|
1789
|
+
hash: "66ba45daba81deb038ac68acf014f8f934a12276f28ee5add00770cef5000f6a",
|
|
1690
1790
|
contentType: "tar.gz",
|
|
1691
|
-
binaryPath: "vacuum-0.23.
|
|
1791
|
+
binaryPath: "vacuum-0.23.4/vacuum.exe"
|
|
1692
1792
|
},
|
|
1693
1793
|
arm64: {
|
|
1694
|
-
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.
|
|
1695
|
-
hash: "
|
|
1794
|
+
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.4/vacuum_0.23.4_windows_arm64.tar.gz",
|
|
1795
|
+
hash: "ca28c486061da27512bdb8ff2113c49aedf054701c811ef8c4e6424f1c56ca24",
|
|
1696
1796
|
contentType: "tar.gz",
|
|
1697
|
-
binaryPath: "vacuum-0.23.
|
|
1797
|
+
binaryPath: "vacuum-0.23.4/vacuum.exe"
|
|
1698
1798
|
}
|
|
1699
1799
|
}
|
|
1700
1800
|
}
|
|
@@ -1840,7 +1940,7 @@ var mapOfApps = {
|
|
|
1840
1940
|
|
|
1841
1941
|
// package.json
|
|
1842
1942
|
var name = "@shibanet0/datamitsu-config";
|
|
1843
|
-
var version = "0.0.1-alpha-
|
|
1943
|
+
var version = "0.0.1-alpha-32";
|
|
1844
1944
|
var dependencies = {
|
|
1845
1945
|
"@antebudimir/eslint-plugin-vanilla-extract": "1.16.0",
|
|
1846
1946
|
"@commander-js/extra-typings": "14.0.0",
|
|
@@ -1848,20 +1948,20 @@ var dependencies = {
|
|
|
1848
1948
|
"@commitlint/config-conventional": "20.3.1",
|
|
1849
1949
|
"@commitlint/format": "20.3.1",
|
|
1850
1950
|
"@commitlint/types": "20.3.1",
|
|
1851
|
-
"@cspell/eslint-plugin": "9.6.
|
|
1852
|
-
"@datamitsu/datamitsu": "0.0.1-alpha-
|
|
1951
|
+
"@cspell/eslint-plugin": "9.6.2",
|
|
1952
|
+
"@datamitsu/datamitsu": "0.0.1-alpha-64",
|
|
1853
1953
|
"@eslint/config-helpers": "0.5.1",
|
|
1854
1954
|
"@eslint/js": "9.39.2",
|
|
1855
|
-
"@next/eslint-plugin-next": "16.1.
|
|
1955
|
+
"@next/eslint-plugin-next": "16.1.4",
|
|
1856
1956
|
"@prettier/plugin-xml": "3.4.2",
|
|
1857
|
-
"@stylistic/eslint-plugin": "5.7.
|
|
1957
|
+
"@stylistic/eslint-plugin": "5.7.1",
|
|
1858
1958
|
"@vitejs/plugin-react": "5.1.2",
|
|
1859
1959
|
"@vitest/eslint-plugin": "1.6.6",
|
|
1860
1960
|
commander: "14.0.2",
|
|
1861
1961
|
"conventional-changelog-conventionalcommits": "9.1.0",
|
|
1862
1962
|
eslint: "9.39.2",
|
|
1863
1963
|
"eslint-config-prettier": "10.1.8",
|
|
1864
|
-
"eslint-flat-config-utils": "
|
|
1964
|
+
"eslint-flat-config-utils": "3.0.0",
|
|
1865
1965
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
1866
1966
|
"eslint-plugin-array-func": "5.1.0",
|
|
1867
1967
|
"eslint-plugin-arrow-return-style": "1.3.1",
|
|
@@ -1869,7 +1969,7 @@ var dependencies = {
|
|
|
1869
1969
|
"eslint-plugin-boundaries": "5.3.1",
|
|
1870
1970
|
"eslint-plugin-clsx": "0.0.12",
|
|
1871
1971
|
"eslint-plugin-command": "3.4.0",
|
|
1872
|
-
"eslint-plugin-compat": "6.0
|
|
1972
|
+
"eslint-plugin-compat": "6.1.0",
|
|
1873
1973
|
"eslint-plugin-de-morgan": "2.0.0",
|
|
1874
1974
|
"eslint-plugin-decorator-position": "6.0.0",
|
|
1875
1975
|
"eslint-plugin-depend": "1.4.0",
|
|
@@ -1879,21 +1979,21 @@ var dependencies = {
|
|
|
1879
1979
|
"eslint-plugin-filenames": "1.3.2",
|
|
1880
1980
|
"eslint-plugin-fsecond": "1.4.0",
|
|
1881
1981
|
"eslint-plugin-functional": "9.0.2",
|
|
1882
|
-
"eslint-plugin-html": "8.1.
|
|
1982
|
+
"eslint-plugin-html": "8.1.4",
|
|
1883
1983
|
"eslint-plugin-i18next": "6.1.3",
|
|
1884
1984
|
"eslint-plugin-import": "2.32.0",
|
|
1885
|
-
"eslint-plugin-jsdoc": "62.
|
|
1985
|
+
"eslint-plugin-jsdoc": "62.4.1",
|
|
1886
1986
|
"eslint-plugin-json": "4.0.1",
|
|
1887
|
-
"eslint-plugin-json-schema-validator": "
|
|
1987
|
+
"eslint-plugin-json-schema-validator": "6.0.3",
|
|
1888
1988
|
"eslint-plugin-jsonc": "2.21.0",
|
|
1889
1989
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
1890
1990
|
"eslint-plugin-n": "17.23.2",
|
|
1891
1991
|
"eslint-plugin-no-unsanitized": "4.1.4",
|
|
1892
1992
|
"eslint-plugin-no-use-extend-native": "0.7.2",
|
|
1893
|
-
"eslint-plugin-oxlint": "1.
|
|
1894
|
-
"eslint-plugin-perfectionist": "5.
|
|
1895
|
-
"eslint-plugin-playwright": "2.5.
|
|
1896
|
-
"eslint-plugin-pnpm": "1.
|
|
1993
|
+
"eslint-plugin-oxlint": "1.41.0",
|
|
1994
|
+
"eslint-plugin-perfectionist": "5.4.0",
|
|
1995
|
+
"eslint-plugin-playwright": "2.5.1",
|
|
1996
|
+
"eslint-plugin-pnpm": "1.5.0",
|
|
1897
1997
|
"eslint-plugin-promise": "7.2.1",
|
|
1898
1998
|
"eslint-plugin-react": "7.37.5",
|
|
1899
1999
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
@@ -1901,32 +2001,32 @@ var dependencies = {
|
|
|
1901
2001
|
"eslint-plugin-react-prefer-function-component": "5.0.0",
|
|
1902
2002
|
"eslint-plugin-react-refresh": "0.4.26",
|
|
1903
2003
|
"eslint-plugin-react-you-might-not-need-an-effect": "0.8.5",
|
|
1904
|
-
"eslint-plugin-regexp": "
|
|
2004
|
+
"eslint-plugin-regexp": "3.0.0",
|
|
1905
2005
|
"eslint-plugin-security": "3.0.1",
|
|
1906
2006
|
"eslint-plugin-sonarjs": "3.0.5",
|
|
1907
|
-
"eslint-plugin-storybook": "10.
|
|
1908
|
-
"eslint-plugin-toml": "0.
|
|
1909
|
-
"eslint-plugin-turbo": "2.7.
|
|
2007
|
+
"eslint-plugin-storybook": "10.2.0",
|
|
2008
|
+
"eslint-plugin-toml": "1.0.3",
|
|
2009
|
+
"eslint-plugin-turbo": "2.7.6",
|
|
1910
2010
|
"eslint-plugin-unicorn": "62.0.0",
|
|
1911
2011
|
"eslint-plugin-unused-imports": "4.3.0",
|
|
1912
|
-
"eslint-plugin-yml": "
|
|
2012
|
+
"eslint-plugin-yml": "3.0.0",
|
|
1913
2013
|
execa: "9.6.1",
|
|
1914
2014
|
"fast-glob": "3.3.3",
|
|
1915
|
-
globals: "17.
|
|
1916
|
-
knip: "5.
|
|
1917
|
-
oxlint: "1.
|
|
1918
|
-
prettier: "3.8.
|
|
2015
|
+
globals: "17.1.0",
|
|
2016
|
+
knip: "5.82.1",
|
|
2017
|
+
oxlint: "1.41.0",
|
|
2018
|
+
prettier: "3.8.1",
|
|
1919
2019
|
"prettier-plugin-embed": "0.5.1",
|
|
1920
2020
|
"prettier-plugin-jsdoc": "1.8.0",
|
|
1921
2021
|
"prettier-plugin-sql": "0.19.2",
|
|
1922
|
-
publint: "0.3.
|
|
1923
|
-
"sort-package-json": "3.6.
|
|
2022
|
+
publint: "0.3.17",
|
|
2023
|
+
"sort-package-json": "3.6.1",
|
|
1924
2024
|
syncpack: "14.0.0-alpha.34",
|
|
1925
2025
|
tsup: "8.5.1",
|
|
1926
2026
|
tsx: "4.21.0",
|
|
1927
2027
|
"type-fest": "5.4.1",
|
|
1928
2028
|
typescript: "5.9.3",
|
|
1929
|
-
"typescript-eslint": "8.53.
|
|
2029
|
+
"typescript-eslint": "8.53.1"
|
|
1930
2030
|
};
|
|
1931
2031
|
|
|
1932
2032
|
// src/oxlint/index.ts
|
|
@@ -1970,6 +2070,7 @@ var oxlintConfig = {
|
|
|
1970
2070
|
"unicorn/no-array-sort": "off",
|
|
1971
2071
|
"unicorn/no-null": "off",
|
|
1972
2072
|
"unicorn/no-object-as-default-parameter": "off",
|
|
2073
|
+
"unicorn/number-literal-case": "off",
|
|
1973
2074
|
"unicorn/require-module-specifiers": "off"
|
|
1974
2075
|
}
|
|
1975
2076
|
};
|
|
@@ -2935,25 +3036,7 @@ export default config;
|
|
|
2935
3036
|
{
|
|
2936
3037
|
...data,
|
|
2937
3038
|
$schema: "https://turbo.build/schema.json",
|
|
2938
|
-
globalEnv: [
|
|
2939
|
-
"TZ",
|
|
2940
|
-
"ANTHROPIC_API_KEY",
|
|
2941
|
-
"ANALYZE",
|
|
2942
|
-
"PORT",
|
|
2943
|
-
"CI",
|
|
2944
|
-
"INOVAT_*",
|
|
2945
|
-
"GITLAB_*",
|
|
2946
|
-
"CI_*",
|
|
2947
|
-
"GIT_*",
|
|
2948
|
-
"HOSTNAME",
|
|
2949
|
-
"NODE_*",
|
|
2950
|
-
"TOLGEE_*",
|
|
2951
|
-
"SENTRY_*",
|
|
2952
|
-
"SERVICE_*",
|
|
2953
|
-
"APP_*",
|
|
2954
|
-
"PW_*",
|
|
2955
|
-
"SWAGGER_LOCAL"
|
|
2956
|
-
],
|
|
3039
|
+
globalEnv: ["TZ", "PORT", "CI"],
|
|
2957
3040
|
tasks: {
|
|
2958
3041
|
...data.tasks,
|
|
2959
3042
|
build: {
|
|
@@ -2962,13 +3045,13 @@ export default config;
|
|
|
2962
3045
|
},
|
|
2963
3046
|
"build:lib": {
|
|
2964
3047
|
dependsOn: ["^build:lib"],
|
|
2965
|
-
outputs: ["dist/**", ".next/**", "!.next/cache/**"
|
|
3048
|
+
outputs: ["dist/**", ".next/**", "!.next/cache/**"]
|
|
2966
3049
|
},
|
|
2967
3050
|
fix: {
|
|
2968
3051
|
dependsOn: ["^fix"]
|
|
2969
3052
|
},
|
|
2970
3053
|
lint: {
|
|
2971
|
-
dependsOn: ["
|
|
3054
|
+
dependsOn: ["^lint"]
|
|
2972
3055
|
}
|
|
2973
3056
|
}
|
|
2974
3057
|
},
|
package/dist/datamitsu.d.ts
CHANGED
|
@@ -60,7 +60,7 @@ declare global {
|
|
|
60
60
|
* .gitignore parser and stringifier
|
|
61
61
|
*/
|
|
62
62
|
namespace Ignore {
|
|
63
|
-
type IgnoreMap<T extends string = string> =
|
|
63
|
+
type IgnoreMap<T extends string = string> = Partial<Record<T, string[]>>;
|
|
64
64
|
|
|
65
65
|
interface ParseResult<T extends string = string> {
|
|
66
66
|
groupOrder: T[];
|
package/dist/eslint/index.js
CHANGED
|
@@ -63,7 +63,7 @@ var defineConfig = async (packageJSON, config, options) => {
|
|
|
63
63
|
configs.push(import("../deMorgan-X5NIQJEB.js").then((r) => r.deMorgan()));
|
|
64
64
|
}
|
|
65
65
|
if (!_options?.plugins?.["perfectionist"]?.disabled) {
|
|
66
|
-
configs.push(import("../perfectionist-
|
|
66
|
+
configs.push(import("../perfectionist-VM3ULM44.js").then((r) => r.perfectionist()));
|
|
67
67
|
}
|
|
68
68
|
if (!_options?.plugins?.["eslint-plugin-array-func"]?.disabled) {
|
|
69
69
|
configs.push(import("../arrayFunc-E2CQDPH7.js").then((r) => r.arrayFunc()));
|
|
@@ -203,7 +203,7 @@ var defineConfig = async (packageJSON, config, options) => {
|
|
|
203
203
|
const composer = new FlatConfigComposer();
|
|
204
204
|
composer.append(...resolved);
|
|
205
205
|
if (!_options?.plugins?.oxlint?.disabled) {
|
|
206
|
-
configs.push(import("../oxlint-
|
|
206
|
+
configs.push(import("../oxlint-Z37R6LWE.js").then((r) => r.oxlint(options?.plugins?.oxlint)));
|
|
207
207
|
}
|
|
208
208
|
composer.append(...config || []);
|
|
209
209
|
const end = Date.now();
|
|
@@ -45,7 +45,12 @@ async function perfectionist() {
|
|
|
45
45
|
groupName: "antd"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
elementNamePattern: [
|
|
48
|
+
elementNamePattern: [
|
|
49
|
+
"^fastify$",
|
|
50
|
+
"^@fastify.+",
|
|
51
|
+
"^@sinclair/typebox$",
|
|
52
|
+
"^typebox$"
|
|
53
|
+
],
|
|
49
54
|
groupName: "fastify"
|
|
50
55
|
}
|
|
51
56
|
// {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shibanet0/datamitsu-config",
|
|
3
|
-
"version": "0.0.1-alpha-
|
|
3
|
+
"version": "0.0.1-alpha-32",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -71,20 +71,20 @@
|
|
|
71
71
|
"@commitlint/config-conventional": "20.3.1",
|
|
72
72
|
"@commitlint/format": "20.3.1",
|
|
73
73
|
"@commitlint/types": "20.3.1",
|
|
74
|
-
"@cspell/eslint-plugin": "9.6.
|
|
75
|
-
"@datamitsu/datamitsu": "0.0.1-alpha-
|
|
74
|
+
"@cspell/eslint-plugin": "9.6.2",
|
|
75
|
+
"@datamitsu/datamitsu": "0.0.1-alpha-64",
|
|
76
76
|
"@eslint/config-helpers": "0.5.1",
|
|
77
77
|
"@eslint/js": "9.39.2",
|
|
78
|
-
"@next/eslint-plugin-next": "16.1.
|
|
78
|
+
"@next/eslint-plugin-next": "16.1.4",
|
|
79
79
|
"@prettier/plugin-xml": "3.4.2",
|
|
80
|
-
"@stylistic/eslint-plugin": "5.7.
|
|
80
|
+
"@stylistic/eslint-plugin": "5.7.1",
|
|
81
81
|
"@vitejs/plugin-react": "5.1.2",
|
|
82
82
|
"@vitest/eslint-plugin": "1.6.6",
|
|
83
83
|
"commander": "14.0.2",
|
|
84
84
|
"conventional-changelog-conventionalcommits": "9.1.0",
|
|
85
85
|
"eslint": "9.39.2",
|
|
86
86
|
"eslint-config-prettier": "10.1.8",
|
|
87
|
-
"eslint-flat-config-utils": "
|
|
87
|
+
"eslint-flat-config-utils": "3.0.0",
|
|
88
88
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
89
89
|
"eslint-plugin-array-func": "5.1.0",
|
|
90
90
|
"eslint-plugin-arrow-return-style": "1.3.1",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"eslint-plugin-boundaries": "5.3.1",
|
|
93
93
|
"eslint-plugin-clsx": "0.0.12",
|
|
94
94
|
"eslint-plugin-command": "3.4.0",
|
|
95
|
-
"eslint-plugin-compat": "6.0
|
|
95
|
+
"eslint-plugin-compat": "6.1.0",
|
|
96
96
|
"eslint-plugin-de-morgan": "2.0.0",
|
|
97
97
|
"eslint-plugin-decorator-position": "6.0.0",
|
|
98
98
|
"eslint-plugin-depend": "1.4.0",
|
|
@@ -102,21 +102,21 @@
|
|
|
102
102
|
"eslint-plugin-filenames": "1.3.2",
|
|
103
103
|
"eslint-plugin-fsecond": "1.4.0",
|
|
104
104
|
"eslint-plugin-functional": "9.0.2",
|
|
105
|
-
"eslint-plugin-html": "8.1.
|
|
105
|
+
"eslint-plugin-html": "8.1.4",
|
|
106
106
|
"eslint-plugin-i18next": "6.1.3",
|
|
107
107
|
"eslint-plugin-import": "2.32.0",
|
|
108
|
-
"eslint-plugin-jsdoc": "62.
|
|
108
|
+
"eslint-plugin-jsdoc": "62.4.1",
|
|
109
109
|
"eslint-plugin-json": "4.0.1",
|
|
110
|
-
"eslint-plugin-json-schema-validator": "
|
|
110
|
+
"eslint-plugin-json-schema-validator": "6.0.3",
|
|
111
111
|
"eslint-plugin-jsonc": "2.21.0",
|
|
112
112
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
113
113
|
"eslint-plugin-n": "17.23.2",
|
|
114
114
|
"eslint-plugin-no-unsanitized": "4.1.4",
|
|
115
115
|
"eslint-plugin-no-use-extend-native": "0.7.2",
|
|
116
|
-
"eslint-plugin-oxlint": "1.
|
|
117
|
-
"eslint-plugin-perfectionist": "5.
|
|
118
|
-
"eslint-plugin-playwright": "2.5.
|
|
119
|
-
"eslint-plugin-pnpm": "1.
|
|
116
|
+
"eslint-plugin-oxlint": "1.41.0",
|
|
117
|
+
"eslint-plugin-perfectionist": "5.4.0",
|
|
118
|
+
"eslint-plugin-playwright": "2.5.1",
|
|
119
|
+
"eslint-plugin-pnpm": "1.5.0",
|
|
120
120
|
"eslint-plugin-promise": "7.2.1",
|
|
121
121
|
"eslint-plugin-react": "7.37.5",
|
|
122
122
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
@@ -124,31 +124,31 @@
|
|
|
124
124
|
"eslint-plugin-react-prefer-function-component": "5.0.0",
|
|
125
125
|
"eslint-plugin-react-refresh": "0.4.26",
|
|
126
126
|
"eslint-plugin-react-you-might-not-need-an-effect": "0.8.5",
|
|
127
|
-
"eslint-plugin-regexp": "
|
|
127
|
+
"eslint-plugin-regexp": "3.0.0",
|
|
128
128
|
"eslint-plugin-security": "3.0.1",
|
|
129
129
|
"eslint-plugin-sonarjs": "3.0.5",
|
|
130
|
-
"eslint-plugin-storybook": "10.
|
|
131
|
-
"eslint-plugin-toml": "0.
|
|
132
|
-
"eslint-plugin-turbo": "2.7.
|
|
130
|
+
"eslint-plugin-storybook": "10.2.0",
|
|
131
|
+
"eslint-plugin-toml": "1.0.3",
|
|
132
|
+
"eslint-plugin-turbo": "2.7.6",
|
|
133
133
|
"eslint-plugin-unicorn": "62.0.0",
|
|
134
134
|
"eslint-plugin-unused-imports": "4.3.0",
|
|
135
|
-
"eslint-plugin-yml": "
|
|
135
|
+
"eslint-plugin-yml": "3.0.0",
|
|
136
136
|
"execa": "9.6.1",
|
|
137
137
|
"fast-glob": "3.3.3",
|
|
138
|
-
"globals": "17.
|
|
139
|
-
"knip": "5.
|
|
140
|
-
"oxlint": "1.
|
|
141
|
-
"prettier": "3.8.
|
|
138
|
+
"globals": "17.1.0",
|
|
139
|
+
"knip": "5.82.1",
|
|
140
|
+
"oxlint": "1.41.0",
|
|
141
|
+
"prettier": "3.8.1",
|
|
142
142
|
"prettier-plugin-embed": "0.5.1",
|
|
143
143
|
"prettier-plugin-jsdoc": "1.8.0",
|
|
144
144
|
"prettier-plugin-sql": "0.19.2",
|
|
145
|
-
"publint": "0.3.
|
|
146
|
-
"sort-package-json": "3.6.
|
|
145
|
+
"publint": "0.3.17",
|
|
146
|
+
"sort-package-json": "3.6.1",
|
|
147
147
|
"syncpack": "14.0.0-alpha.34",
|
|
148
148
|
"tsup": "8.5.1",
|
|
149
149
|
"tsx": "4.21.0",
|
|
150
150
|
"type-fest": "5.4.1",
|
|
151
151
|
"typescript": "5.9.3",
|
|
152
|
-
"typescript-eslint": "8.53.
|
|
152
|
+
"typescript-eslint": "8.53.1"
|
|
153
153
|
}
|
|
154
154
|
}
|