Skip to content

Commit c019563

Browse files
fix(deps): update all non-major dependencies
1 parent 58d2198 commit c019563

File tree

8 files changed

+1684
-1744
lines changed

8 files changed

+1684
-1744
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
- name: Checkout Project
2020
uses: actions/checkout@v4
2121
- name: Setup Docker Buildx
22-
uses: docker/setup-buildx-action@v3.10.0
22+
uses: docker/setup-buildx-action@v3.12.0
2323
- name: Login to GitHub Container Registry
24-
uses: docker/login-action@v3.4.0
24+
uses: docker/login-action@v3.7.0
2525
with:
2626
registry: ghcr.io
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.19.2
3131
with:
3232
push: true
3333
context: .

.github/workflows/publish-stable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
with:
1919
ref: ${{ github.event.inputs.commit }}
2020
- name: Setup Docker Buildx
21-
uses: docker/setup-buildx-action@v3.10.0
21+
uses: docker/setup-buildx-action@v3.12.0
2222
- name: Login to GitHub Container Registry
23-
uses: docker/login-action@v3.4.0
23+
uses: docker/login-action@v3.7.0
2424
with:
2525
registry: ghcr.io
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.19.2
3030
with:
3131
push: true
3232
context: .

.yarn/releases/yarn-4.13.0.cjs

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

.yarn/releases/yarn-4.9.0.cjs

Lines changed: 0 additions & 948 deletions
This file was deleted.

.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.13.0.cjs

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
influx:
44
command: 'influxd run --bolt-path /var/lib/influxdb2/influxd.bolt --engine-path /var/lib/influxdb2/engine --store bolt'
55
container_name: influxdb
6-
image: 'influxdb:2.7-alpine'
6+
image: 'influxdb:2.8-alpine'
77
networks:
88
- skyra
99
ports:

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -51,69 +51,69 @@
5151
"update": "yarn upgrade-interactive"
5252
},
5353
"dependencies": {
54-
"@discordjs/builders": "^1.10.1",
54+
"@discordjs/builders": "^1.14.1",
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.19.3",
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.5.0",
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",
7474
"@sapphire/stopwatch": "^1.5.4",
7575
"@sapphire/time-utilities": "^1.7.14",
7676
"@sapphire/utilities": "^3.18.2",
77-
"@sentry/node": "^8.55.0",
77+
"@sentry/node": "^8.55.1",
7878
"@skyra/ai": "^1.2.0",
7979
"@skyra/char": "^1.0.3",
8080
"@skyra/env-utilities": "^1.3.0",
8181
"@skyra/jaro-winkler": "^1.1.1",
82-
"@skyra/twitch-helpers": "^2.0.1",
83-
"bufferutil": "^4.0.9",
82+
"@skyra/twitch-helpers": "^2.0.2",
83+
"bufferutil": "^4.1.0",
8484
"colorette": "^2.0.20",
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.26.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",
98-
"@sapphire/ts-config": "^5.0.1",
98+
"@sapphire/ts-config": "^5.0.3",
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.20.0",
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",
110-
"eslint-config-prettier": "^9.1.0",
111-
"eslint-plugin-prettier": "^5.2.6",
112-
"lint-staged": "^15.5.1",
113-
"prettier": "^3.5.3",
114-
"prisma": "^6.6.0",
115-
"prisma-json-types-generator": "^3.2.3",
116-
"tsc-watch": "^6.3.0",
110+
"eslint-config-prettier": "^9.1.2",
111+
"eslint-plugin-prettier": "^5.5.5",
112+
"lint-staged": "^15.5.2",
113+
"prettier": "^3.8.3",
114+
"prisma": "^6.19.3",
115+
"prisma-json-types-generator": "^3.6.2",
116+
"tsc-watch": "^6.3.1",
117117
"typescript": "~5.7.2",
118118
"vitest": "^2.1.9"
119119
},
@@ -144,8 +144,8 @@
144144
}
145145
},
146146
"prettier": "@sapphire/prettier-config",
147-
"packageManager": "yarn@4.9.0",
147+
"packageManager": "yarn@4.13.0",
148148
"volta": {
149-
"node": "22.14.0"
149+
"node": "22.22.2"
150150
}
151151
}

0 commit comments

Comments
 (0)