Skip to content

Commit 30985b6

Browse files
fix(deps): update all non-major dependencies
1 parent 5f967f5 commit 30985b6

6 files changed

Lines changed: 984 additions & 800 deletions

File tree

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/setup-buildx-action@v3
3333

3434
- name: Login to GitHub Container Registry
35-
uses: docker/login-action@v3.4.0
35+
uses: docker/login-action@v3.5.0
3636
with:
3737
registry: ${{ env.REGISTRY }}
3838
username: ${{ github.repository_owner }}

.github/workflows/publish-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: docker/setup-buildx-action@v3
3131

3232
- name: Login to GitHub Container Registry
33-
uses: docker/login-action@v3.4.0
33+
uses: docker/login-action@v3.5.0
3434
with:
3535
registry: ${{ env.REGISTRY }}
3636
username: ${{ github.repository_owner }}
Lines changed: 359 additions & 365 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.1.cjs
13+
yarnPath: .yarn/releases/yarn-4.9.3.cjs

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,23 @@
5151
"update": "yarn upgrade-interactive"
5252
},
5353
"dependencies": {
54-
"@discordjs/builders": "^1.10.1",
54+
"@discordjs/builders": "^1.11.3",
5555
"@discordjs/collection": "^2.1.1",
5656
"@discordjs/core": "^1.2.0",
5757
"@influxdata/influxdb-client": "^1.35.0",
5858
"@influxdata/influxdb-client-apis": "^1.35.0",
59-
"@prisma/client": "~6.11.0",
59+
"@prisma/client": "~6.14.0",
6060
"@sapphire/async-queue": "^1.5.5",
6161
"@sapphire/bitfield": "^1.2.4",
62-
"@sapphire/decorators": "^6.1.1",
63-
"@sapphire/discord.js-utilities": "7.3.2",
62+
"@sapphire/decorators": "^6.2.0",
63+
"@sapphire/discord.js-utilities": "7.3.3",
6464
"@sapphire/fetch": "^3.0.5",
65-
"@sapphire/framework": "5.3.3",
65+
"@sapphire/framework": "5.3.6",
6666
"@sapphire/iterator-utilities": "^2.0.1",
67-
"@sapphire/plugin-api": "^8.0.0",
67+
"@sapphire/plugin-api": "^8.3.1",
6868
"@sapphire/plugin-editable-commands": "^4.0.4",
6969
"@sapphire/plugin-i18next": "^7.1.3",
70-
"@sapphire/plugin-logger": "^4.0.2",
70+
"@sapphire/plugin-logger": "^4.1.0",
7171
"@sapphire/plugin-subcommands": "^7.0.1",
7272
"@sapphire/ratelimits": "^2.4.11",
7373
"@sapphire/snowflake": "^3.5.5",
@@ -84,35 +84,35 @@
8484
"confusables": "^1.1.1",
8585
"diff": "^7.0.0",
8686
"discord-api-types": "^0.37.115",
87-
"discord.js": "~14.18.0",
87+
"discord.js": "~14.22.1",
8888
"he": "^1.2.0",
89-
"zlib-sync": "^0.1.9"
89+
"zlib-sync": "^0.1.10"
9090
},
9191
"devDependencies": {
9292
"0x": "^5.8.0",
93-
"@commitlint/cli": "^19.8.0",
94-
"@commitlint/config-conventional": "^19.8.0",
95-
"@sapphire/eslint-config": "^5.0.5",
93+
"@commitlint/cli": "^19.8.1",
94+
"@commitlint/config-conventional": "^19.8.1",
95+
"@sapphire/eslint-config": "^5.0.6",
9696
"@sapphire/prettier-config": "^2.0.0",
9797
"@sapphire/ts-config": "^5.0.1",
9898
"@types/backoff": "^2.5.5",
9999
"@types/diff": "^6.0.0",
100100
"@types/he": "^1.2.3",
101101
"@types/node": "^22.8.7",
102-
"@types/pg": "^8.11.13",
102+
"@types/pg": "^8.15.5",
103103
"@types/ws": "^8.18.1",
104104
"@typescript-eslint/eslint-plugin": "^7.18.0",
105105
"@typescript-eslint/parser": "^7.18.0",
106106
"@vitest/coverage-v8": "^2.1.9",
107107
"cz-conventional-changelog": "^3.3.0",
108108
"eslint": "^8.57.1",
109-
"eslint-config-prettier": "^9.1.0",
110-
"eslint-plugin-prettier": "^5.2.6",
111-
"lint-staged": "^15.5.1",
112-
"prettier": "^3.5.3",
113-
"prisma": "~6.11.0",
114-
"prisma-json-types-generator": "^3.2.3",
115-
"tsc-watch": "^6.2.1",
109+
"eslint-config-prettier": "^9.1.2",
110+
"eslint-plugin-prettier": "^5.5.4",
111+
"lint-staged": "^15.5.2",
112+
"prettier": "^3.6.2",
113+
"prisma": "~6.14.0",
114+
"prisma-json-types-generator": "^3.6.0",
115+
"tsc-watch": "^6.3.1",
116116
"typescript": "~5.7.2",
117117
"vitest": "^2.1.9"
118118
},
@@ -143,8 +143,8 @@
143143
}
144144
},
145145
"prettier": "@sapphire/prettier-config",
146-
"packageManager": "yarn@4.9.1",
146+
"packageManager": "yarn@4.9.3",
147147
"volta": {
148-
"node": "22.14.0"
148+
"node": "22.18.0"
149149
}
150150
}

0 commit comments

Comments
 (0)