Skip to content

Commit 594c222

Browse files
fix(deps): update all non-major dependencies
1 parent 373f271 commit 594c222

File tree

6 files changed

+526
-478
lines changed

6 files changed

+526
-478
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
username: ${{ github.repository_owner }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929
- name: Build and push Skyra Docker image
30-
uses: docker/build-push-action@v6.15.0
30+
uses: docker/build-push-action@v6.16.0
3131
with:
3232
push: true
3333
context: .

.github/workflows/publish-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
username: ${{ github.repository_owner }}
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Build and push Skyra Docker image
29-
uses: docker/build-push-action@v6.15.0
29+
uses: docker/build-push-action@v6.16.0
3030
with:
3131
push: true
3232
context: .

.yarn/releases/yarn-4.9.0.cjs renamed to .yarn/releases/yarn-4.9.1.cjs

Lines changed: 169 additions & 169 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.0.cjs
13+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,20 @@
5151
"update": "yarn upgrade-interactive"
5252
},
5353
"dependencies": {
54-
"@discordjs/builders": "^1.10.1",
54+
"@discordjs/builders": "^1.11.2",
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.6.0",
59+
"@prisma/client": "^6.7.0",
6060
"@sapphire/async-queue": "^1.5.5",
6161
"@sapphire/bitfield": "^1.2.4",
6262
"@sapphire/decorators": "^6.1.1",
63-
"@sapphire/discord.js-utilities": "7.3.2",
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.5",
6666
"@sapphire/iterator-utilities": "^2.0.1",
67-
"@sapphire/plugin-api": "^8.0.0",
67+
"@sapphire/plugin-api": "^8.2.1",
6868
"@sapphire/plugin-editable-commands": "^4.0.4",
6969
"@sapphire/plugin-i18next": "^7.1.3",
7070
"@sapphire/plugin-logger": "^4.0.2",
@@ -85,34 +85,34 @@
8585
"confusables": "^1.1.1",
8686
"diff": "^7.0.0",
8787
"discord-api-types": "^0.37.115",
88-
"discord.js": "~14.18.0",
88+
"discord.js": "~14.19.3",
8989
"he": "^1.2.0",
90-
"zlib-sync": "^0.1.9"
90+
"zlib-sync": "^0.1.10"
9191
},
9292
"devDependencies": {
9393
"0x": "^5.8.0",
94-
"@commitlint/cli": "^19.8.0",
95-
"@commitlint/config-conventional": "^19.8.0",
96-
"@sapphire/eslint-config": "^5.0.5",
94+
"@commitlint/cli": "^19.8.1",
95+
"@commitlint/config-conventional": "^19.8.1",
96+
"@sapphire/eslint-config": "^5.0.6",
9797
"@sapphire/prettier-config": "^2.0.0",
9898
"@sapphire/ts-config": "^5.0.1",
9999
"@types/backoff": "^2.5.5",
100100
"@types/diff": "^6.0.0",
101101
"@types/he": "^1.2.3",
102102
"@types/node": "^22.10.5",
103-
"@types/pg": "^8.11.12",
103+
"@types/pg": "^8.15.1",
104104
"@types/ws": "^8.18.1",
105105
"@typescript-eslint/eslint-plugin": "^7.18.0",
106106
"@typescript-eslint/parser": "^7.18.0",
107107
"@vitest/coverage-v8": "^2.1.9",
108108
"cz-conventional-changelog": "^3.3.0",
109109
"eslint": "^8.57.1",
110110
"eslint-config-prettier": "^9.1.0",
111-
"eslint-plugin-prettier": "^5.2.6",
112-
"lint-staged": "^15.5.1",
111+
"eslint-plugin-prettier": "^5.4.0",
112+
"lint-staged": "^15.5.2",
113113
"prettier": "^3.5.3",
114-
"prisma": "^6.6.0",
115-
"prisma-json-types-generator": "^3.2.3",
114+
"prisma": "^6.7.0",
115+
"prisma-json-types-generator": "^3.4.1",
116116
"tsc-watch": "^6.3.0",
117117
"typescript": "~5.7.2",
118118
"vitest": "^2.1.9"
@@ -144,8 +144,8 @@
144144
}
145145
},
146146
"prettier": "@sapphire/prettier-config",
147-
"packageManager": "yarn@4.9.0",
147+
"packageManager": "yarn@4.9.1",
148148
"volta": {
149-
"node": "22.14.0"
149+
"node": "22.15.1"
150150
}
151151
}

0 commit comments

Comments
 (0)