Skip to content

Commit 7a2fa76

Browse files
fix(deps): update all non-major dependencies
1 parent 693a767 commit 7a2fa76

File tree

5 files changed

+711
-429
lines changed

5 files changed

+711
-429
lines changed

.github/workflows/continuous-delivery.yml

+2-2
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.7.1
22+
uses: docker/setup-buildx-action@v3.10.0
2323
- name: Login to GitHub Container Registry
2424
uses: docker/login-action@v3.3.0
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.repository_owner }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929
- name: Build and push Nekokai Docker image
30-
uses: docker/build-push-action@v6.9.0
30+
uses: docker/build-push-action@v6.15.0
3131
with:
3232
push: true
3333
context: .

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

+278-278
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.6.0.cjs

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -24,41 +24,41 @@
2424
"update": "yarn upgrade-interactive"
2525
},
2626
"dependencies": {
27-
"@discordjs/builders": "^1.9.0",
27+
"@discordjs/builders": "^1.10.1",
2828
"@discordjs/collection": "^2.1.1",
29-
"@prisma/client": "^6.0.0",
30-
"@sapphire/iterator-utilities": "^2.0.0",
31-
"@sapphire/result": "^2.6.6",
32-
"@sapphire/time-utilities": "^1.7.12",
33-
"@sapphire/utilities": "^3.17.0",
29+
"@prisma/client": "^6.4.1",
30+
"@sapphire/iterator-utilities": "^2.0.1",
31+
"@sapphire/result": "^2.7.2",
32+
"@sapphire/time-utilities": "^1.7.14",
33+
"@sapphire/utilities": "^3.18.2",
3434
"@skyra/env-utilities": "^1.3.0",
35-
"@skyra/http-framework": "^2.1.0",
35+
"@skyra/http-framework": "^2.2.0",
3636
"@skyra/http-framework-i18n": "^1.2.0",
3737
"@skyra/logger": "^2.0.3",
3838
"@skyra/safe-fetch": "^1.1.3",
3939
"@skyra/shared-http-pieces": "^1.2.2",
4040
"@skyra/start-banner": "^2.0.1",
4141
"discord-api-types": "^0.37.100",
4242
"he": "^1.2.0",
43-
"tslib": "^2.8.0"
43+
"tslib": "^2.8.1"
4444
},
4545
"devDependencies": {
46-
"@commitlint/cli": "^19.5.0",
47-
"@commitlint/config-conventional": "^19.5.0",
46+
"@commitlint/cli": "^19.7.1",
47+
"@commitlint/config-conventional": "^19.7.1",
4848
"@sapphire/eslint-config": "^5.0.5",
4949
"@sapphire/prettier-config": "^2.0.0",
5050
"@sapphire/ts-config": "^5.0.1",
5151
"@types/he": "^1.2.3",
52-
"@types/node": "^22.8.6",
52+
"@types/node": "^22.13.6",
5353
"@typescript-eslint/eslint-plugin": "^7.13.1",
5454
"@typescript-eslint/parser": "^7.13.1",
5555
"cz-conventional-changelog": "^3.3.0",
5656
"eslint": "^8.57.1",
57-
"eslint-config-prettier": "^10.0.1",
58-
"eslint-plugin-prettier": "^5.2.1",
59-
"lint-staged": "^15.2.10",
60-
"prettier": "^3.3.3",
61-
"prisma": "^6.0.0",
57+
"eslint-config-prettier": "^10.0.2",
58+
"eslint-plugin-prettier": "^5.2.3",
59+
"lint-staged": "^15.4.3",
60+
"prettier": "^3.5.2",
61+
"prisma": "^6.4.1",
6262
"typescript": "~5.4.5"
6363
},
6464
"resolutions": {
@@ -87,8 +87,8 @@
8787
"eslintConfig": {
8888
"extends": "@sapphire"
8989
},
90-
"packageManager": "yarn@4.5.1",
90+
"packageManager": "yarn@4.6.0",
9191
"volta": {
92-
"node": "22.11.0"
92+
"node": "22.14.0"
9393
}
9494
}

0 commit comments

Comments
 (0)