Skip to content

Commit a29b12a

Browse files
fix(deps): update all non-major dependencies
1 parent 455b9fd commit a29b12a

6 files changed

Lines changed: 1247 additions & 1352 deletions

File tree

.github/workflows/continuous-delivery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
- name: Setup Docker Buildx
2424
uses: docker/setup-buildx-action@v3.12.0
2525
- name: Login to GitHub Container Registry
26-
uses: docker/login-action@v3.6.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 Acrysel Docker image
32-
uses: docker/build-push-action@v6.18.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: 0 additions & 942 deletions
This file was deleted.

.yarn/releases/yarn-4.13.0.cjs

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

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"update": "yarn upgrade-interactive"
2424
},
2525
"dependencies": {
26-
"@discordjs/builders": "^1.13.1",
26+
"@discordjs/builders": "^1.14.0",
2727
"@discordjs/collection": "^1.5.3",
2828
"@prisma/client": "^6.19.2",
2929
"@sapphire/utilities": "^3.18.2",
@@ -40,23 +40,23 @@
4040
"tslib": "^2.8.1"
4141
},
4242
"devDependencies": {
43-
"@commitlint/cli": "^20.3.1",
44-
"@commitlint/config-conventional": "^20.3.1",
43+
"@commitlint/cli": "^20.5.0",
44+
"@commitlint/config-conventional": "^20.5.0",
4545
"@sapphire/eslint-config": "^5.0.6",
4646
"@sapphire/prettier-config": "^2.0.0",
4747
"@sapphire/ts-config": "^5.0.3",
4848
"@types/gradient-string": "^1.1.6",
49-
"@types/node": "^24.10.9",
49+
"@types/node": "^24.12.0",
5050
"@typescript-eslint/eslint-plugin": "^7.13.1",
5151
"@typescript-eslint/parser": "^7.13.1",
5252
"cz-conventional-changelog": "^3.3.0",
53-
"eslint": "^9.39.2",
53+
"eslint": "^9.39.4",
5454
"eslint-config-prettier": "^10.1.8",
5555
"eslint-plugin-prettier": "^5.5.5",
56-
"lint-staged": "^16.2.7",
56+
"lint-staged": "^16.4.0",
5757
"prettier": "^3.8.1",
5858
"prisma": "^6.19.2",
59-
"rimraf": "^6.1.2",
59+
"rimraf": "^6.1.3",
6060
"typescript": "^5.5.2"
6161
},
6262
"resolutions": {
@@ -87,8 +87,8 @@
8787
"@typescript-eslint/no-base-to-string": "off"
8888
}
8989
},
90-
"packageManager": "yarn@4.12.0",
90+
"packageManager": "yarn@4.13.0",
9191
"volta": {
92-
"node": "24.13.0"
92+
"node": "24.14.1"
9393
}
9494
}

0 commit comments

Comments
 (0)