Skip to content

Commit 2edb985

Browse files
fix(deps): update all non-major dependencies
1 parent 5ffb90b commit 2edb985

File tree

6 files changed

+2643
-1937
lines changed

6 files changed

+2643
-1937
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
with:
2222
submodules: true
2323
- name: Setup Docker Buildx
24-
uses: docker/setup-buildx-action@v3.7.1
24+
uses: docker/setup-buildx-action@v3.12.0
2525
- name: Login to GitHub Container Registry
26-
uses: docker/login-action@v3.3.0
26+
uses: docker/login-action@v3.7.0
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.repository_owner }}
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131
- name: Build and push Teryl Docker image
32-
uses: docker/build-push-action@v6.9.0
32+
uses: docker/build-push-action@v6.19.2
3333
with:
3434
push: true
3535
context: .

.yarn/releases/yarn-4.12.0.cjs

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

.yarn/releases/yarn-4.5.1.cjs

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

package.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -27,62 +27,62 @@
2727
"update": "yarn upgrade-interactive"
2828
},
2929
"dependencies": {
30-
"@discordjs/builders": "^1.9.0",
30+
"@discordjs/builders": "^1.13.1",
3131
"@discordjs/collection": "^2.1.1",
32-
"@napi-rs/canvas": "^0.1.58",
33-
"@napi-rs/image": "^1.9.2",
34-
"@prisma/client": "^5.21.1",
35-
"@sapphire/async-queue": "^1.5.3",
36-
"@sapphire/duration": "^1.1.2",
37-
"@sapphire/result": "^2.6.6",
38-
"@sapphire/utilities": "^3.17.0",
32+
"@napi-rs/canvas": "^0.1.94",
33+
"@napi-rs/image": "^1.12.0",
34+
"@prisma/client": "^5.22.0",
35+
"@sapphire/async-queue": "^1.5.5",
36+
"@sapphire/duration": "^1.2.0",
37+
"@sapphire/result": "^2.8.0",
38+
"@sapphire/utilities": "^3.18.2",
3939
"@skyra/env-utilities": "^1.3.0",
40-
"@skyra/http-framework": "^2.1.0",
41-
"@skyra/http-framework-i18n": "^1.2.0",
42-
"@skyra/logger": "^2.0.3",
43-
"@skyra/reddit-helpers": "^1.2.0",
44-
"@skyra/safe-fetch": "^1.1.3",
45-
"@skyra/shared-http-pieces": "^1.2.2",
46-
"@skyra/start-banner": "^2.0.1",
47-
"@skyra/twitch-helpers": "^2.0.1",
48-
"@skyra/weather-helpers": "^1.1.0",
49-
"@vladfrangu/async_event_emitter": "^2.4.6",
40+
"@skyra/http-framework": "^2.2.1",
41+
"@skyra/http-framework-i18n": "^1.2.1",
42+
"@skyra/logger": "^2.0.4",
43+
"@skyra/reddit-helpers": "^1.2.1",
44+
"@skyra/safe-fetch": "^1.1.4",
45+
"@skyra/shared-http-pieces": "^1.2.3",
46+
"@skyra/start-banner": "^2.0.2",
47+
"@skyra/twitch-helpers": "^2.0.2",
48+
"@skyra/weather-helpers": "^1.1.1",
49+
"@vladfrangu/async_event_emitter": "^2.4.7",
5050
"canvas-constructor": "^7.0.2",
51-
"culori": "^4.0.1",
51+
"culori": "^4.0.2",
5252
"discord-api-types": "^0.37.100",
5353
"gradient-string": "^3.0.0",
5454
"he": "^1.2.0",
55-
"ioredis": "^5.4.1",
55+
"ioredis": "^5.9.3",
5656
"jsbd": "^0.0.11",
57-
"luxon": "^3.5.0",
58-
"nanoid": "^5.0.7",
59-
"tslib": "^2.8.0"
57+
"luxon": "^3.7.2",
58+
"nanoid": "^5.1.6",
59+
"tslib": "^2.8.1"
6060
},
6161
"devDependencies": {
62-
"@commitlint/cli": "^19.5.0",
63-
"@commitlint/config-conventional": "^19.5.0",
64-
"@sapphire/eslint-config": "^5.0.5",
62+
"@commitlint/cli": "^19.8.1",
63+
"@commitlint/config-conventional": "^19.8.1",
64+
"@sapphire/eslint-config": "^5.0.6",
6565
"@sapphire/prettier-config": "^2.0.0",
66-
"@sapphire/ts-config": "^5.0.1",
66+
"@sapphire/ts-config": "^5.0.3",
6767
"@types/culori": "^2.1.1",
6868
"@types/gradient-string": "^1.1.6",
6969
"@types/he": "^1.2.3",
70-
"@types/luxon": "^3.4.2",
71-
"@types/node": "^22.8.6",
70+
"@types/luxon": "^3.7.1",
71+
"@types/node": "^22.19.11",
7272
"@typescript-eslint/eslint-plugin": "^7.18.0",
7373
"@typescript-eslint/parser": "^7.18.0",
74-
"@vitest/coverage-v8": "^2.1.3",
74+
"@vitest/coverage-v8": "^2.1.9",
7575
"cz-conventional-changelog": "^3.3.0",
7676
"eslint": "^8.57.1",
77-
"eslint-config-prettier": "^9.1.0",
78-
"eslint-plugin-prettier": "^5.2.1",
79-
"lint-staged": "^15.2.10",
80-
"prettier": "^3.3.3",
81-
"prisma": "^5.21.1",
82-
"rimraf": "^6.0.1",
83-
"tar": "^7.4.3",
77+
"eslint-config-prettier": "^9.1.2",
78+
"eslint-plugin-prettier": "^5.5.5",
79+
"lint-staged": "^15.5.2",
80+
"prettier": "^3.8.1",
81+
"prisma": "^5.22.0",
82+
"rimraf": "^6.1.3",
83+
"tar": "^7.5.9",
8484
"typescript": "~5.4.5",
85-
"vitest": "^2.1.3"
85+
"vitest": "^2.1.9"
8686
},
8787
"resolutions": {
8888
"ansi-regex": "^5.0.1",
@@ -113,8 +113,8 @@
113113
"@typescript-eslint/no-base-to-string": "off"
114114
}
115115
},
116-
"packageManager": "yarn@4.5.1",
116+
"packageManager": "yarn@4.12.0",
117117
"volta": {
118-
"node": "22.11.0"
118+
"node": "22.22.0"
119119
}
120120
}

0 commit comments

Comments
 (0)