Skip to content

Commit cd0938b

Browse files
fix(deps): update all non-major dependencies
1 parent a01f83f commit cd0938b

File tree

5 files changed

+886
-878
lines changed

5 files changed

+886
-878
lines changed

.github/workflows/continuous-delivery.yml

+3-3
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.10.0
2525
- name: Login to GitHub Container Registry
26-
uses: docker/login-action@v3.3.0
26+
uses: docker/login-action@v3.4.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.15.0
3333
with:
3434
push: true
3535
context: .

.yarn/releases/yarn-4.5.1.cjs renamed to .yarn/releases/yarn-4.8.1.cjs

+354-353
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
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.8.1.cjs

package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
"update": "yarn upgrade-interactive"
2828
},
2929
"dependencies": {
30-
"@discordjs/builders": "^1.9.0",
30+
"@discordjs/builders": "^1.10.1",
3131
"@discordjs/collection": "^2.1.1",
32-
"@napi-rs/canvas": "^0.1.58",
32+
"@napi-rs/canvas": "^0.1.68",
3333
"@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",
34+
"@prisma/client": "^5.22.0",
35+
"@sapphire/async-queue": "^1.5.5",
36+
"@sapphire/duration": "^1.2.0",
37+
"@sapphire/result": "^2.7.2",
38+
"@sapphire/utilities": "^3.18.2",
3939
"@skyra/env-utilities": "^1.3.0",
40-
"@skyra/http-framework": "^2.1.0",
40+
"@skyra/http-framework": "^2.2.0",
4141
"@skyra/http-framework-i18n": "^1.2.0",
4242
"@skyra/logger": "^2.0.3",
4343
"@skyra/reddit-helpers": "^1.2.0",
@@ -52,37 +52,37 @@
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.6.0",
5656
"jsbd": "^0.0.11",
57-
"luxon": "^3.5.0",
58-
"nanoid": "^5.0.7",
59-
"tslib": "^2.8.0"
57+
"luxon": "^3.6.1",
58+
"nanoid": "^5.1.5",
59+
"tslib": "^2.8.1"
6060
},
6161
"devDependencies": {
62-
"@commitlint/cli": "^19.5.0",
63-
"@commitlint/config-conventional": "^19.5.0",
62+
"@commitlint/cli": "^19.8.0",
63+
"@commitlint/config-conventional": "^19.8.0",
6464
"@sapphire/eslint-config": "^5.0.5",
6565
"@sapphire/prettier-config": "^2.0.0",
6666
"@sapphire/ts-config": "^5.0.1",
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.6.2",
71+
"@types/node": "^22.14.0",
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",
7777
"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",
78+
"eslint-plugin-prettier": "^5.2.6",
79+
"lint-staged": "^15.5.0",
80+
"prettier": "^3.5.3",
81+
"prisma": "^5.22.0",
8282
"rimraf": "^6.0.1",
8383
"tar": "^7.4.3",
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.8.1",
117117
"volta": {
118-
"node": "22.11.0"
118+
"node": "22.14.0"
119119
}
120120
}

0 commit comments

Comments
 (0)