Skip to content

Commit e23cab6

Browse files
fix(deps): update all non-major dependencies
1 parent 3ea3b3a commit e23cab6

File tree

10 files changed

+3770
-3624
lines changed

10 files changed

+3770
-3624
lines changed

Diff for: .github/workflows/continuous-delivery.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
- name: Checkout Project
2121
uses: actions/checkout@v4
2222
- name: Setup Docker Buildx
23-
uses: docker/setup-buildx-action@v3.1.0
23+
uses: docker/setup-buildx-action@v3.10.0
2424
- name: Login to GitHub Container Registry
25-
uses: docker/login-action@v3.0.0
25+
uses: docker/login-action@v3.4.0
2626
with:
2727
registry: ghcr.io
2828
username: ${{ github.repository_owner }}
2929
password: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Build and push Acryss Docker image
31-
uses: docker/build-push-action@v5.1.0
31+
uses: docker/build-push-action@v5.4.0
3232
with:
3333
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
3434
context: .
@@ -44,15 +44,15 @@ jobs:
4444
- name: Checkout Project
4545
uses: actions/checkout@v4
4646
- name: Setup Docker Buildx
47-
uses: docker/setup-buildx-action@v3.1.0
47+
uses: docker/setup-buildx-action@v3.10.0
4848
- name: Login to GitHub Container Registry
49-
uses: docker/login-action@v3.0.0
49+
uses: docker/login-action@v3.4.0
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.repository_owner }}
5353
password: ${{ secrets.GITHUB_TOKEN }}
5454
- name: Build and push Nayre Docker image
55-
uses: docker/build-push-action@v5.1.0
55+
uses: docker/build-push-action@v5.4.0
5656
with:
5757
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
5858
context: .
@@ -68,15 +68,15 @@ jobs:
6868
- name: Checkout Project
6969
uses: actions/checkout@v4
7070
- name: Setup Docker Buildx
71-
uses: docker/setup-buildx-action@v3.1.0
71+
uses: docker/setup-buildx-action@v3.10.0
7272
- name: Login to GitHub Container Registry
73-
uses: docker/login-action@v3.0.0
73+
uses: docker/login-action@v3.4.0
7474
with:
7575
registry: ghcr.io
7676
username: ${{ github.repository_owner }}
7777
password: ${{ secrets.GITHUB_TOKEN }}
7878
- name: Build and push Frontend Docker image
79-
uses: docker/build-push-action@v5.1.0
79+
uses: docker/build-push-action@v5.4.0
8080
with:
8181
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
8282
context: .

Diff for: .yarn/releases/yarn-4.1.0.cjs

-893
This file was deleted.

Diff for: .yarn/releases/yarn-4.7.0.cjs

+935
Large diffs are not rendered by default.

Diff for: .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.1.0.cjs
13+
yarnPath: .yarn/releases/yarn-4.7.0.cjs

Diff for: apps/acryss/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
},
1717
"dependencies": {
1818
"@discordjs/collection": "^1.5.3",
19-
"@prisma/client": "^5.20.0",
20-
"@sapphire/utilities": "3.17.0",
19+
"@prisma/client": "^5.22.0",
20+
"@sapphire/utilities": "3.18.2",
2121
"@skyra/env-utilities": "^1.3.0",
2222
"@skyra/internal": "workspace:^",
2323
"@skyra/logger": "^2.0.3",
2424
"@skyra/start-banner": "^2.0.1",
25-
"tslib": "^2.7.0"
25+
"tslib": "^2.8.1"
2626
},
2727
"devDependencies": {
28-
"prisma": "^5.20.0",
28+
"prisma": "^5.22.0",
2929
"typescript": "^5.6.2"
3030
}
3131
}

Diff for: apps/frontend/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"format": "prettier --write ."
1212
},
1313
"devDependencies": {
14-
"@nuxtjs/tailwindcss": "^6.12.1",
14+
"@nuxtjs/tailwindcss": "^6.13.2",
1515
"@sidebase/nuxt-auth": "^0.9.3",
1616
"@skyra/internal": "workspace:^",
17-
"@tailwindcss/typography": "^0.5.15",
18-
"@vite-pwa/nuxt": "^0.10.5",
19-
"next-auth": "^4.24.8",
20-
"nuxt": "^3.13.2",
17+
"@tailwindcss/typography": "^0.5.16",
18+
"@vite-pwa/nuxt": "^0.10.6",
19+
"next-auth": "^4.24.11",
20+
"nuxt": "^3.16.1",
2121
"sitemap": "^8.0.0",
2222
"typescript": "^5.6.2",
23-
"vite-plugin-pwa": "^0.20.5",
24-
"vue-tsc": "2.1.6"
23+
"vite-plugin-pwa": "^0.21.2",
24+
"vue-tsc": "2.2.8"
2525
}
2626
}

Diff for: apps/nayre/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"lint": "eslint --fix --ext ts src"
1515
},
1616
"dependencies": {
17-
"@discordjs/builders": "^1.9.0",
17+
"@discordjs/builders": "^1.10.1",
1818
"@discordjs/collection": "^1.5.3",
1919
"@skyra/env-utilities": "^1.3.0",
20-
"@skyra/http-framework": "^2.1.0",
20+
"@skyra/http-framework": "^2.2.0",
2121
"@skyra/http-framework-i18n": "^1.2.0",
2222
"@skyra/internal": "workspace:^",
2323
"@skyra/logger": "^2.0.3",
2424
"@skyra/shared-http-pieces": "^1.2.2",
2525
"@skyra/start-banner": "^2.0.1",
2626
"discord-api-types": "^0.37.101",
27-
"tslib": "^2.7.0"
27+
"tslib": "^2.8.1"
2828
},
2929
"devDependencies": {
3030
"typescript": "^5.6.2"

Diff for: package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@
2121
"postinstall": "yarn workspace @skyra/acryss prisma:generate"
2222
},
2323
"devDependencies": {
24-
"@commitlint/cli": "^19.5.0",
25-
"@commitlint/config-conventional": "^19.5.0",
24+
"@commitlint/cli": "^19.8.0",
25+
"@commitlint/config-conventional": "^19.8.0",
2626
"@prettier/plugin-xml": "^3.4.1",
2727
"@sapphire/eslint-config": "^5.0.5",
2828
"@sapphire/prettier-config": "^2.0.0",
2929
"@sapphire/ts-config": "^5.0.1",
30-
"@types/node": "^20.16.10",
30+
"@types/node": "^20.17.26",
3131
"@typescript-eslint/eslint-plugin": "^8.7.0",
3232
"@typescript-eslint/parser": "^8.7.0",
3333
"cz-conventional-changelog": "^3.3.0",
3434
"eslint": "^8.57.1",
3535
"eslint-config-prettier": "^9.1.0",
36-
"eslint-plugin-prettier": "^5.2.1",
37-
"lint-staged": "^15.2.10",
38-
"prettier": "^3.3.3",
39-
"prettier-plugin-tailwindcss": "^0.6.8",
40-
"turbo": "^2.1.2",
36+
"eslint-plugin-prettier": "^5.2.4",
37+
"lint-staged": "^15.5.0",
38+
"prettier": "^3.5.3",
39+
"prettier-plugin-tailwindcss": "^0.6.11",
40+
"turbo": "^2.4.4",
4141
"typescript": "~5.4.5",
42-
"vite": "^5.4.8",
43-
"vitest": "^2.1.1"
42+
"vite": "^5.4.14",
43+
"vitest": "^2.1.9"
4444
},
4545
"resolutions": {
4646
"ansi-regex": "^5.0.1",
@@ -63,8 +63,8 @@
6363
"path": "./node_modules/cz-conventional-changelog"
6464
}
6565
},
66-
"packageManager": "yarn@4.1.0",
66+
"packageManager": "yarn@4.7.0",
6767
"volta": {
68-
"node": "18.19.1"
68+
"node": "18.20.7"
6969
}
7070
}

Diff for: packages/internal/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
},
1919
"dependencies": {
2020
"@discordjs/collection": "^1.5.3",
21-
"@sapphire/utilities": "3.17.0",
21+
"@sapphire/utilities": "3.18.2",
2222
"@skyra/env-utilities": "^1.3.0",
23-
"tslib": "^2.7.0"
23+
"tslib": "^2.8.1"
2424
},
2525
"devDependencies": {
2626
"typescript": "^5.6.2",
27-
"vitest": "^2.1.1"
27+
"vitest": "^2.1.9"
2828
}
2929
}

0 commit comments

Comments
 (0)