Skip to content

Commit 43df709

Browse files
committedMay 26, 2024·
fix(deps): update all non-major dependencies
1 parent 7909d16 commit 43df709

File tree

11 files changed

+216
-207
lines changed

11 files changed

+216
-207
lines changed
 

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,26 @@
2828
"@sapphire/prettier-config": "^2.0.0",
2929
"@sapphire/stopwatch": "^1.5.2",
3030
"@sapphire/ts-config": "^5.0.1",
31-
"@sapphire/utilities": "^3.15.3",
31+
"@sapphire/utilities": "^3.16.2",
3232
"@types/node": "^20.11.5",
3333
"@types/ws": "^8.5.10",
34-
"@typescript-eslint/eslint-plugin": "^7.9.0",
35-
"@typescript-eslint/parser": "^7.9.0",
34+
"@typescript-eslint/eslint-plugin": "^7.10.0",
35+
"@typescript-eslint/parser": "^7.10.0",
3636
"@vitest/coverage-v8": "^1.6.0",
3737
"concurrently": "^8.2.2",
3838
"cz-conventional-changelog": "^3.3.0",
39-
"discord-api-types": "^0.37.84",
39+
"discord-api-types": "^0.37.85",
4040
"discord.js": "^14.15.2",
41-
"esbuild-plugin-file-path-extensions": "^2.1.0",
41+
"esbuild-plugin-file-path-extensions": "^2.1.1",
4242
"esbuild-plugin-version-injector": "^1.2.1",
4343
"eslint": "^8.57.0",
4444
"eslint-config-prettier": "^9.1.0",
4545
"eslint-plugin-prettier": "^5.1.3",
46-
"lint-staged": "^15.2.2",
46+
"lint-staged": "^15.2.5",
4747
"prettier": "^3.2.5",
4848
"rimraf": "^5.0.7",
4949
"tsup": "^8.0.2",
50-
"tsx": "^4.10.5",
50+
"tsx": "^4.11.0",
5151
"turbo": "^1.13.3",
5252
"typescript": "^5.4.5",
5353
"vite": "^5.2.11",

‎packages/api/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
},
5252
"dependencies": {
5353
"@types/ws": "^8.5.10",
54-
"tldts": "^6.1.20",
55-
"undici": "^6.17.0"
54+
"tldts": "^6.1.21",
55+
"undici": "^6.18.1"
5656
},
5757
"repository": {
5858
"type": "git",
@@ -87,7 +87,7 @@
8787
"@favware/rollup-type-bundler": "^3.3.0",
8888
"concurrently": "^8.2.2",
8989
"tsup": "^8.0.2",
90-
"tsx": "^4.10.5",
90+
"tsx": "^4.11.0",
9191
"typedoc": "^0.25.13",
9292
"typedoc-json-parser": "^10.0.0",
9393
"typescript": "^5.4.5"

‎packages/editable-commands/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@favware/rollup-type-bundler": "^3.3.0",
8585
"concurrently": "^8.2.2",
8686
"tsup": "^8.0.2",
87-
"tsx": "^4.10.5",
87+
"tsx": "^4.11.0",
8888
"typedoc": "^0.25.13",
8989
"typedoc-json-parser": "^10.0.0",
9090
"typescript": "^5.4.5"

‎packages/hmr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@favware/rollup-type-bundler": "^3.3.0",
8585
"concurrently": "^8.2.2",
8686
"tsup": "^8.0.2",
87-
"tsx": "^4.10.5",
87+
"tsx": "^4.11.0",
8888
"typedoc": "^0.25.13",
8989
"typedoc-json-parser": "^10.0.0",
9090
"typescript": "^5.4.5"

‎packages/i18next/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
"check-update": "cliff-jumper --dry-run"
5151
},
5252
"dependencies": {
53-
"@sapphire/utilities": "^3.15.3",
53+
"@sapphire/utilities": "^3.16.2",
5454
"@skyra/i18next-backend": "^2.0.5",
5555
"chokidar": "^3.6.0",
56-
"i18next": "^23.11.4"
56+
"i18next": "^23.11.5"
5757
},
5858
"repository": {
5959
"type": "git",
@@ -90,7 +90,7 @@
9090
"@favware/rollup-type-bundler": "^3.3.0",
9191
"concurrently": "^8.2.2",
9292
"tsup": "^8.0.2",
93-
"tsx": "^4.10.5",
93+
"tsx": "^4.11.0",
9494
"typedoc": "^0.25.13",
9595
"typedoc-json-parser": "^10.0.0",
9696
"typescript": "^5.4.5"

‎packages/logger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@favware/rollup-type-bundler": "^3.3.0",
8787
"concurrently": "^8.2.2",
8888
"tsup": "^8.0.2",
89-
"tsx": "^4.10.5",
89+
"tsx": "^4.11.0",
9090
"typedoc": "^0.25.13",
9191
"typedoc-json-parser": "^10.0.0",
9292
"typescript": "^5.4.5"

‎packages/pattern-commands/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@favware/rollup-type-bundler": "^3.3.0",
8383
"concurrently": "^8.2.2",
8484
"tsup": "^8.0.2",
85-
"tsx": "^4.10.5",
85+
"tsx": "^4.11.0",
8686
"typedoc": "^0.25.13",
8787
"typedoc-json-parser": "^10.0.0",
8888
"typescript": "^5.4.5"

‎packages/scheduled-tasks/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
},
5151
"dependencies": {
5252
"@sapphire/stopwatch": "^1.5.2",
53-
"@sapphire/utilities": "^3.15.3",
54-
"bullmq": "5.7.9"
53+
"@sapphire/utilities": "^3.16.2",
54+
"bullmq": "5.7.12"
5555
},
5656
"devDependencies": {
5757
"@favware/cliff-jumper": "^3.0.3",
5858
"@favware/rollup-type-bundler": "^3.3.0",
5959
"concurrently": "^8.2.2",
6060
"tsup": "^8.0.2",
61-
"tsx": "^4.10.5",
61+
"tsx": "^4.11.0",
6262
"typedoc": "^0.25.13",
6363
"typedoc-json-parser": "^10.0.0",
6464
"typescript": "^5.4.5"

‎packages/subcommands/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"check-update": "cliff-jumper --dry-run"
5050
},
5151
"dependencies": {
52-
"@sapphire/utilities": "^3.15.3"
52+
"@sapphire/utilities": "^3.16.2"
5353
},
5454
"repository": {
5555
"type": "git",
@@ -85,7 +85,7 @@
8585
"@favware/rollup-type-bundler": "^3.3.0",
8686
"concurrently": "^8.2.2",
8787
"tsup": "^8.0.2",
88-
"tsx": "^4.10.5",
88+
"tsx": "^4.11.0",
8989
"typedoc": "^0.25.13",
9090
"typedoc-json-parser": "^10.0.0",
9191
"typescript": "^5.4.5"

‎packages/utilities-store/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@favware/rollup-type-bundler": "^3.3.0",
8282
"concurrently": "^8.2.2",
8383
"tsup": "^8.0.2",
84-
"tsx": "^4.10.5",
84+
"tsx": "^4.11.0",
8585
"typedoc": "^0.25.13",
8686
"typedoc-json-parser": "^10.0.0",
8787
"typescript": "^5.4.5"

‎yarn.lock

+193-184
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.