Skip to content

Commit ee64834

Browse files
committedFeb 11, 2024·
fix(deps): update all non-major dependencies
1 parent cc484b0 commit ee64834

File tree

11 files changed

+82
-82
lines changed

11 files changed

+82
-82
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
"lint-staged": "^15.2.2",
4747
"prettier": "^3.2.5",
4848
"rimraf": "^5.0.5",
49-
"tsup": "^8.0.1",
50-
"tsx": "^4.7.0",
49+
"tsup": "^8.0.2",
50+
"tsx": "^4.7.1",
5151
"turbo": "^1.12.3",
5252
"typescript": "^5.3.3",
53-
"vite": "^5.1.0",
53+
"vite": "^5.1.1",
5454
"vitest": "^1.2.2"
5555
},
5656
"repository": {

‎packages/api/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@
8686
"@favware/cliff-jumper": "^2.2.3",
8787
"@favware/rollup-type-bundler": "^3.3.0",
8888
"concurrently": "^8.2.2",
89-
"tsup": "^8.0.1",
90-
"tsx": "^4.7.0",
91-
"typedoc": "^0.25.7",
89+
"tsup": "^8.0.2",
90+
"tsx": "^4.7.1",
91+
"typedoc": "^0.25.8",
9292
"typedoc-json-parser": "^9.0.1",
9393
"typescript": "^5.3.3"
9494
}

‎packages/editable-commands/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
"@favware/cliff-jumper": "^2.2.3",
8484
"@favware/rollup-type-bundler": "^3.3.0",
8585
"concurrently": "^8.2.2",
86-
"tsup": "^8.0.1",
87-
"tsx": "^4.7.0",
88-
"typedoc": "^0.25.7",
86+
"tsup": "^8.0.2",
87+
"tsx": "^4.7.1",
88+
"typedoc": "^0.25.8",
8989
"typedoc-json-parser": "^9.0.1",
9090
"typescript": "^5.3.3"
9191
}

‎packages/hmr/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
"@favware/cliff-jumper": "^2.2.3",
8484
"@favware/rollup-type-bundler": "^3.3.0",
8585
"concurrently": "^8.2.2",
86-
"tsup": "^8.0.1",
87-
"tsx": "^4.7.0",
88-
"typedoc": "^0.25.7",
86+
"tsup": "^8.0.2",
87+
"tsx": "^4.7.1",
88+
"typedoc": "^0.25.8",
8989
"typedoc-json-parser": "^9.0.1",
9090
"typescript": "^5.3.3"
9191
}

‎packages/i18next/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
"@favware/cliff-jumper": "^2.2.3",
9090
"@favware/rollup-type-bundler": "^3.3.0",
9191
"concurrently": "^8.2.2",
92-
"tsup": "^8.0.1",
93-
"tsx": "^4.7.0",
94-
"typedoc": "^0.25.7",
92+
"tsup": "^8.0.2",
93+
"tsx": "^4.7.1",
94+
"typedoc": "^0.25.8",
9595
"typedoc-json-parser": "^9.0.1",
9696
"typescript": "^5.3.3"
9797
}

‎packages/logger/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585
"@favware/cliff-jumper": "^2.2.3",
8686
"@favware/rollup-type-bundler": "^3.3.0",
8787
"concurrently": "^8.2.2",
88-
"tsup": "^8.0.1",
89-
"tsx": "^4.7.0",
90-
"typedoc": "^0.25.7",
88+
"tsup": "^8.0.2",
89+
"tsx": "^4.7.1",
90+
"typedoc": "^0.25.8",
9191
"typedoc-json-parser": "^9.0.1",
9292
"typescript": "^5.3.3"
9393
}

‎packages/pattern-commands/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
"@favware/cliff-jumper": "^2.2.3",
8282
"@favware/rollup-type-bundler": "^3.3.0",
8383
"concurrently": "^8.2.2",
84-
"tsup": "^8.0.1",
85-
"tsx": "^4.7.0",
86-
"typedoc": "^0.25.7",
84+
"tsup": "^8.0.2",
85+
"tsx": "^4.7.1",
86+
"typedoc": "^0.25.8",
8787
"typedoc-json-parser": "^9.0.1",
8888
"typescript": "^5.3.3"
8989
}

‎packages/scheduled-tasks/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151
"dependencies": {
5252
"@sapphire/stopwatch": "^1.5.2",
5353
"@sapphire/utilities": "^3.15.3",
54-
"bullmq": "5.1.9"
54+
"bullmq": "5.1.10"
5555
},
5656
"devDependencies": {
5757
"@favware/cliff-jumper": "^2.2.3",
5858
"@favware/rollup-type-bundler": "^3.3.0",
5959
"concurrently": "^8.2.2",
60-
"tsup": "^8.0.1",
61-
"tsx": "^4.7.0",
62-
"typedoc": "^0.25.7",
60+
"tsup": "^8.0.2",
61+
"tsx": "^4.7.1",
62+
"typedoc": "^0.25.8",
6363
"typedoc-json-parser": "^9.0.1",
6464
"typescript": "^5.3.3"
6565
},

‎packages/subcommands/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
"@favware/cliff-jumper": "^2.2.3",
8585
"@favware/rollup-type-bundler": "^3.3.0",
8686
"concurrently": "^8.2.2",
87-
"tsup": "^8.0.1",
88-
"tsx": "^4.7.0",
89-
"typedoc": "^0.25.7",
87+
"tsup": "^8.0.2",
88+
"tsx": "^4.7.1",
89+
"typedoc": "^0.25.8",
9090
"typedoc-json-parser": "^9.0.1",
9191
"typescript": "^5.3.3"
9292
}

‎packages/utilities-store/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
"@favware/cliff-jumper": "^2.2.3",
8181
"@favware/rollup-type-bundler": "^3.3.0",
8282
"concurrently": "^8.2.2",
83-
"tsup": "^8.0.1",
84-
"tsx": "^4.7.0",
85-
"typedoc": "^0.25.7",
83+
"tsup": "^8.0.2",
84+
"tsx": "^4.7.1",
85+
"typedoc": "^0.25.8",
8686
"typedoc-json-parser": "^9.0.1",
8787
"typescript": "^5.3.3"
8888
}

‎yarn.lock

+51-51
Original file line numberDiff line numberDiff line change
@@ -1074,9 +1074,9 @@ __metadata:
10741074
"@types/ws": "npm:^8.5.10"
10751075
concurrently: "npm:^8.2.2"
10761076
tldts: "npm:^6.1.10"
1077-
tsup: "npm:^8.0.1"
1078-
tsx: "npm:^4.7.0"
1079-
typedoc: "npm:^0.25.7"
1077+
tsup: "npm:^8.0.2"
1078+
tsx: "npm:^4.7.1"
1079+
typedoc: "npm:^0.25.8"
10801080
typedoc-json-parser: "npm:^9.0.1"
10811081
typescript: "npm:^5.3.3"
10821082
undici: "npm:^6.6.2"
@@ -1091,9 +1091,9 @@ __metadata:
10911091
"@favware/rollup-type-bundler": "npm:^3.3.0"
10921092
"@skyra/editable-commands": "npm:^3.0.1"
10931093
concurrently: "npm:^8.2.2"
1094-
tsup: "npm:^8.0.1"
1095-
tsx: "npm:^4.7.0"
1096-
typedoc: "npm:^0.25.7"
1094+
tsup: "npm:^8.0.2"
1095+
tsx: "npm:^4.7.1"
1096+
typedoc: "npm:^0.25.8"
10971097
typedoc-json-parser: "npm:^9.0.1"
10981098
typescript: "npm:^5.3.3"
10991099
languageName: unknown
@@ -1107,9 +1107,9 @@ __metadata:
11071107
"@favware/rollup-type-bundler": "npm:^3.3.0"
11081108
chokidar: "npm:^3.6.0"
11091109
concurrently: "npm:^8.2.2"
1110-
tsup: "npm:^8.0.1"
1111-
tsx: "npm:^4.7.0"
1112-
typedoc: "npm:^0.25.7"
1110+
tsup: "npm:^8.0.2"
1111+
tsx: "npm:^4.7.1"
1112+
typedoc: "npm:^0.25.8"
11131113
typedoc-json-parser: "npm:^9.0.1"
11141114
typescript: "npm:^5.3.3"
11151115
languageName: unknown
@@ -1126,9 +1126,9 @@ __metadata:
11261126
chokidar: "npm:^3.6.0"
11271127
concurrently: "npm:^8.2.2"
11281128
i18next: "npm:^23.8.2"
1129-
tsup: "npm:^8.0.1"
1130-
tsx: "npm:^4.7.0"
1131-
typedoc: "npm:^0.25.7"
1129+
tsup: "npm:^8.0.2"
1130+
tsx: "npm:^4.7.1"
1131+
typedoc: "npm:^0.25.8"
11321132
typedoc-json-parser: "npm:^9.0.1"
11331133
typescript: "npm:^5.3.3"
11341134
languageName: unknown
@@ -1143,9 +1143,9 @@ __metadata:
11431143
"@sapphire/timestamp": "npm:^1.0.3"
11441144
colorette: "npm:^2.0.20"
11451145
concurrently: "npm:^8.2.2"
1146-
tsup: "npm:^8.0.1"
1147-
tsx: "npm:^4.7.0"
1148-
typedoc: "npm:^0.25.7"
1146+
tsup: "npm:^8.0.2"
1147+
tsx: "npm:^4.7.1"
1148+
typedoc: "npm:^0.25.8"
11491149
typedoc-json-parser: "npm:^9.0.1"
11501150
typescript: "npm:^5.3.3"
11511151
languageName: unknown
@@ -1158,9 +1158,9 @@ __metadata:
11581158
"@favware/cliff-jumper": "npm:^2.2.3"
11591159
"@favware/rollup-type-bundler": "npm:^3.3.0"
11601160
concurrently: "npm:^8.2.2"
1161-
tsup: "npm:^8.0.1"
1162-
tsx: "npm:^4.7.0"
1163-
typedoc: "npm:^0.25.7"
1161+
tsup: "npm:^8.0.2"
1162+
tsx: "npm:^4.7.1"
1163+
typedoc: "npm:^0.25.8"
11641164
typedoc-json-parser: "npm:^9.0.1"
11651165
typescript: "npm:^5.3.3"
11661166
languageName: unknown
@@ -1174,11 +1174,11 @@ __metadata:
11741174
"@favware/rollup-type-bundler": "npm:^3.3.0"
11751175
"@sapphire/stopwatch": "npm:^1.5.2"
11761176
"@sapphire/utilities": "npm:^3.15.3"
1177-
bullmq: "npm:5.1.9"
1177+
bullmq: "npm:5.1.10"
11781178
concurrently: "npm:^8.2.2"
1179-
tsup: "npm:^8.0.1"
1180-
tsx: "npm:^4.7.0"
1181-
typedoc: "npm:^0.25.7"
1179+
tsup: "npm:^8.0.2"
1180+
tsx: "npm:^4.7.1"
1181+
typedoc: "npm:^0.25.8"
11821182
typedoc-json-parser: "npm:^9.0.1"
11831183
typescript: "npm:^5.3.3"
11841184
languageName: unknown
@@ -1192,9 +1192,9 @@ __metadata:
11921192
"@favware/rollup-type-bundler": "npm:^3.3.0"
11931193
"@sapphire/utilities": "npm:^3.15.3"
11941194
concurrently: "npm:^8.2.2"
1195-
tsup: "npm:^8.0.1"
1196-
tsx: "npm:^4.7.0"
1197-
typedoc: "npm:^0.25.7"
1195+
tsup: "npm:^8.0.2"
1196+
tsx: "npm:^4.7.1"
1197+
typedoc: "npm:^0.25.8"
11981198
typedoc-json-parser: "npm:^9.0.1"
11991199
typescript: "npm:^5.3.3"
12001200
languageName: unknown
@@ -1207,9 +1207,9 @@ __metadata:
12071207
"@favware/cliff-jumper": "npm:^2.2.3"
12081208
"@favware/rollup-type-bundler": "npm:^3.3.0"
12091209
concurrently: "npm:^8.2.2"
1210-
tsup: "npm:^8.0.1"
1211-
tsx: "npm:^4.7.0"
1212-
typedoc: "npm:^0.25.7"
1210+
tsup: "npm:^8.0.2"
1211+
tsx: "npm:^4.7.1"
1212+
typedoc: "npm:^0.25.8"
12131213
typedoc-json-parser: "npm:^9.0.1"
12141214
typescript: "npm:^5.3.3"
12151215
languageName: unknown
@@ -1922,9 +1922,9 @@ __metadata:
19221922
languageName: node
19231923
linkType: hard
19241924

1925-
"bullmq@npm:5.1.9":
1926-
version: 5.1.9
1927-
resolution: "bullmq@npm:5.1.9"
1925+
"bullmq@npm:5.1.10":
1926+
version: 5.1.10
1927+
resolution: "bullmq@npm:5.1.10"
19281928
dependencies:
19291929
cron-parser: "npm:^4.6.0"
19301930
glob: "npm:^8.0.3"
@@ -1935,7 +1935,7 @@ __metadata:
19351935
semver: "npm:^7.5.4"
19361936
tslib: "npm:^2.0.0"
19371937
uuid: "npm:^9.0.0"
1938-
checksum: 10/149df398cd1e56a27d8282c1d790ad7086777b9009c177032da081e3c52364a58fcfc4e11d490fcae92d36a96cec3e229cb9b4ab8975ad4d409906e59d2344a5
1938+
checksum: 10/5b7b08d22ca54274475923b5f8d7a9349578d872ea4b964054c22da8bea40f053bdb5a19af6aec42c03c050418d818d2b870ce4d3424c232effca9b2badaa5d6
19391939
languageName: node
19401940
linkType: hard
19411941

@@ -5700,11 +5700,11 @@ __metadata:
57005700
lint-staged: "npm:^15.2.2"
57015701
prettier: "npm:^3.2.5"
57025702
rimraf: "npm:^5.0.5"
5703-
tsup: "npm:^8.0.1"
5704-
tsx: "npm:^4.7.0"
5703+
tsup: "npm:^8.0.2"
5704+
tsx: "npm:^4.7.1"
57055705
turbo: "npm:^1.12.3"
57065706
typescript: "npm:^5.3.3"
5707-
vite: "npm:^5.1.0"
5707+
vite: "npm:^5.1.1"
57085708
vitest: "npm:^1.2.2"
57095709
languageName: unknown
57105710
linkType: soft
@@ -6374,9 +6374,9 @@ __metadata:
63746374
languageName: node
63756375
linkType: hard
63766376

6377-
"tsup@npm:^8.0.1":
6378-
version: 8.0.1
6379-
resolution: "tsup@npm:8.0.1"
6377+
"tsup@npm:^8.0.2":
6378+
version: 8.0.2
6379+
resolution: "tsup@npm:8.0.2"
63806380
dependencies:
63816381
bundle-require: "npm:^4.0.0"
63826382
cac: "npm:^6.7.12"
@@ -6409,13 +6409,13 @@ __metadata:
64096409
bin:
64106410
tsup: dist/cli-default.js
64116411
tsup-node: dist/cli-node.js
6412-
checksum: 10/f5866035ac96c5f421856a3e41ae25afaccae4eba0c9e747626a691be9d017b32b799a533f1e57bf1da6808395452608bb52d16625d2223022448f0d4e42e9ec
6412+
checksum: 10/dd8c375181a748cdeb86aa3d779d6d755596881f47fe38b7c4b810ff1ef6424d485b23065fda0f6e32d9988bae19cd64e49f6e2f11295d5184485ab7528a37d1
64136413
languageName: node
64146414
linkType: hard
64156415

6416-
"tsx@npm:^4.7.0":
6417-
version: 4.7.0
6418-
resolution: "tsx@npm:4.7.0"
6416+
"tsx@npm:^4.7.1":
6417+
version: 4.7.1
6418+
resolution: "tsx@npm:4.7.1"
64196419
dependencies:
64206420
esbuild: "npm:~0.19.10"
64216421
fsevents: "npm:~2.3.3"
@@ -6425,7 +6425,7 @@ __metadata:
64256425
optional: true
64266426
bin:
64276427
tsx: dist/cli.mjs
6428-
checksum: 10/3e6ee0a0a8adb7b1cb58875f50b143b41df0132ade3a7cdda16a166ac473eee446197762ba6afb235ace4c6adae7e55f61a420ee55b17438717eea1e55e611c0
6428+
checksum: 10/3a462b595f31ae58b31f9c6e8c450577dc87660b1225012bd972b6b58d7d2f6c4034728763ebc53bb731acff68de8b0fa50586e4c1ec4c086226f1788ccf9b7d
64296429
languageName: node
64306430
linkType: hard
64316431

@@ -6583,9 +6583,9 @@ __metadata:
65836583
languageName: node
65846584
linkType: hard
65856585

6586-
"typedoc@npm:^0.25.1, typedoc@npm:^0.25.7":
6587-
version: 0.25.7
6588-
resolution: "typedoc@npm:0.25.7"
6586+
"typedoc@npm:^0.25.1, typedoc@npm:^0.25.8":
6587+
version: 0.25.8
6588+
resolution: "typedoc@npm:0.25.8"
65896589
dependencies:
65906590
lunr: "npm:^2.3.9"
65916591
marked: "npm:^4.3.0"
@@ -6595,7 +6595,7 @@ __metadata:
65956595
typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x
65966596
bin:
65976597
typedoc: bin/typedoc
6598-
checksum: 10/fa88c808e9912ef248cc45b4defea49522e93b97b4bb67423670257a4507ccabdc25c1518a39f6058a728d08675ee0947de55944419fa4bb9f870d84ba4db764
6598+
checksum: 10/68749aa3fc90843dbb68b9e486405056ddadb23682bb11000d8077f758101814fbb8aa27e1bca17c6a062fb54e6f4ee9474e9fe2fdb44bc7ed27f67afd9953b1
65996599
languageName: node
66006600
linkType: hard
66016601

@@ -6764,9 +6764,9 @@ __metadata:
67646764
languageName: node
67656765
linkType: hard
67666766

6767-
"vite@npm:^5.0.0, vite@npm:^5.1.0":
6768-
version: 5.1.0
6769-
resolution: "vite@npm:5.1.0"
6767+
"vite@npm:^5.0.0, vite@npm:^5.1.1":
6768+
version: 5.1.1
6769+
resolution: "vite@npm:5.1.1"
67706770
dependencies:
67716771
esbuild: "npm:^0.19.3"
67726772
fsevents: "npm:~2.3.3"
@@ -6800,7 +6800,7 @@ __metadata:
68006800
optional: true
68016801
bin:
68026802
vite: bin/vite.js
6803-
checksum: 10/14d136f2e71d657cb55bec2a9330951e27e572ed79c4e79e3edc24decfa87f95664b8206614bfcf6a61db933667e554a8eed389291ad8af49de0784548a83a4c
6803+
checksum: 10/bdb8e683caddaa0a9adcbf40144ca8ea3660836b208862b07d43787ea867845919af16e58745365bd13ed3b7f66bbf9788a6869ee22cfaacac01645b59729c34
68046804
languageName: node
68056805
linkType: hard
68066806

0 commit comments

Comments
 (0)
Please sign in to comment.