Skip to content

Commit 8db2053

Browse files
fix(deps): update all non-major dependencies (#767)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6f05f42 commit 8db2053

File tree

13 files changed

+250
-251
lines changed

13 files changed

+250
-251
lines changed

.yarn/releases/yarn-4.9.3.cjs renamed to .yarn/releases/yarn-4.9.4.cjs

Lines changed: 171 additions & 171 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ plugins:
1010
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
1111
spec: 'https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'
1212

13-
yarnPath: .yarn/releases/yarn-4.9.3.cjs
13+
yarnPath: .yarn/releases/yarn-4.9.4.cjs

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"@sapphire/stopwatch": "^1.5.4",
2929
"@sapphire/ts-config": "^5.0.1",
3030
"@sapphire/utilities": "^3.18.2",
31-
"@types/node": "^22.17.2",
31+
"@types/node": "^22.18.0",
3232
"@types/ws": "^8.18.1",
3333
"@typescript-eslint/eslint-plugin": "^7.18.0",
3434
"@typescript-eslint/parser": "^7.18.0",
3535
"@vitest/coverage-v8": "^3.2.4",
36-
"concurrently": "^9.2.0",
36+
"concurrently": "^9.2.1",
3737
"cz-conventional-changelog": "^3.3.0",
3838
"discord-api-types": "^0.38.4",
3939
"discord.js": "^14.22.1",
@@ -79,5 +79,5 @@
7979
"minimist": "^1.2.8"
8080
},
8181
"prettier": "@sapphire/prettier-config",
82-
"packageManager": "[email protected].3"
82+
"packageManager": "[email protected].4"
8383
}

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"devDependencies": {
8989
"@favware/cliff-jumper": "^6.0.0",
9090
"@favware/rollup-type-bundler": "^4.0.0",
91-
"concurrently": "^9.2.0",
91+
"concurrently": "^9.2.1",
9292
"tsup": "^8.5.0",
9393
"tsx": "^4.20.5",
9494
"typedoc": "^0.26.11",

packages/editable-commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"devDependencies": {
8383
"@favware/cliff-jumper": "^6.0.0",
8484
"@favware/rollup-type-bundler": "^4.0.0",
85-
"concurrently": "^9.2.0",
85+
"concurrently": "^9.2.1",
8686
"tsup": "^8.5.0",
8787
"tsx": "^4.20.5",
8888
"typedoc": "^0.26.11",

packages/hmr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"devDependencies": {
8383
"@favware/cliff-jumper": "^6.0.0",
8484
"@favware/rollup-type-bundler": "^4.0.0",
85-
"concurrently": "^9.2.0",
85+
"concurrently": "^9.2.1",
8686
"tsup": "^8.5.0",
8787
"tsx": "^4.20.5",
8888
"typedoc": "^0.26.11",

packages/i18next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@sapphire/utilities": "^3.18.2",
5454
"@skyra/i18next-backend": "^2.0.6",
5555
"chokidar": "^4.0.3",
56-
"i18next": "^25.4.1"
56+
"i18next": "^25.4.2"
5757
},
5858
"repository": {
5959
"type": "git",
@@ -88,7 +88,7 @@
8888
"devDependencies": {
8989
"@favware/cliff-jumper": "^6.0.0",
9090
"@favware/rollup-type-bundler": "^4.0.0",
91-
"concurrently": "^9.2.0",
91+
"concurrently": "^9.2.1",
9292
"tsup": "^8.5.0",
9393
"tsx": "^4.20.5",
9494
"typedoc": "^0.26.11",

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"devDependencies": {
8585
"@favware/cliff-jumper": "^6.0.0",
8686
"@favware/rollup-type-bundler": "^4.0.0",
87-
"concurrently": "^9.2.0",
87+
"concurrently": "^9.2.1",
8888
"tsup": "^8.5.0",
8989
"tsx": "^4.20.5",
9090
"typedoc": "^0.26.11",

packages/pattern-commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"devDependencies": {
8181
"@favware/cliff-jumper": "^6.0.0",
8282
"@favware/rollup-type-bundler": "^4.0.0",
83-
"concurrently": "^9.2.0",
83+
"concurrently": "^9.2.1",
8484
"tsup": "^8.5.0",
8585
"tsx": "^4.20.5",
8686
"typedoc": "^0.26.11",

packages/scheduled-tasks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
"dependencies": {
5252
"@sapphire/stopwatch": "^1.5.4",
5353
"@sapphire/utilities": "^3.18.2",
54-
"bullmq": "5.58.1"
54+
"bullmq": "5.58.4"
5555
},
5656
"devDependencies": {
5757
"@favware/cliff-jumper": "^6.0.0",
5858
"@favware/rollup-type-bundler": "^4.0.0",
59-
"concurrently": "^9.2.0",
59+
"concurrently": "^9.2.1",
6060
"tsup": "^8.5.0",
6161
"tsx": "^4.20.5",
6262
"typedoc": "^0.26.11",

0 commit comments

Comments
 (0)