Skip to content

Commit c504d5c

Browse files
chore(deps): update all non-major dependencies
1 parent c5f9e98 commit c504d5c

File tree

9 files changed

+2905
-2635
lines changed

9 files changed

+2905
-2635
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 9 additions & 9 deletions
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.3.0
2424
- name: Login to GitHub Container Registry
25-
uses: docker/login-action@v3.0.0
25+
uses: docker/login-action@v3.1.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.3.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.3.0
4848
- name: Login to GitHub Container Registry
49-
uses: docker/login-action@v3.0.0
49+
uses: docker/login-action@v3.1.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.3.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.3.0
7272
- name: Login to GitHub Container Registry
73-
uses: docker/login-action@v3.0.0
73+
uses: docker/login-action@v3.1.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.3.0
8080
with:
8181
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
8282
context: .

.yarn/releases/yarn-4.1.0.cjs renamed to .yarn/releases/yarn-4.2.2.cjs

Lines changed: 298 additions & 297 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.1.0.cjs
13+
yarnPath: .yarn/releases/yarn-4.2.2.cjs

apps/acryss/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@discordjs/collection": "^1.5.3",
19-
"@prisma/client": "^5.10.2",
19+
"@prisma/client": "^5.13.0",
2020
"@sapphire/utilities": "3.15.3",
2121
"@skyra/env-utilities": "^1.3.0",
2222
"@skyra/internal": "workspace:^",
@@ -25,7 +25,7 @@
2525
"tslib": "^2.6.2"
2626
},
2727
"devDependencies": {
28-
"prisma": "^5.10.2",
29-
"typescript": "^5.3.3"
28+
"prisma": "^5.13.0",
29+
"typescript": "^5.4.5"
3030
}
3131
}

apps/frontend/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"format": "prettier --write ."
1212
},
1313
"devDependencies": {
14-
"@nuxtjs/tailwindcss": "^6.11.4",
14+
"@nuxtjs/tailwindcss": "^6.12.0",
1515
"@sidebase/nuxt-auth": "^0.5.0",
1616
"@skyra/internal": "workspace:^",
17-
"@tailwindcss/typography": "^0.5.10",
18-
"@vite-pwa/nuxt": "^0.5.0",
19-
"next-auth": "^4.24.6",
20-
"nuxt": "^3.10.3",
17+
"@tailwindcss/typography": "^0.5.13",
18+
"@vite-pwa/nuxt": "^0.7.0",
19+
"next-auth": "^4.24.7",
20+
"nuxt": "^3.11.2",
2121
"sitemap": "^7.1.1",
22-
"typescript": "^5.3.3",
23-
"vite-plugin-pwa": "^0.19.2",
24-
"vue-tsc": "2.0.3"
22+
"typescript": "^5.4.5",
23+
"vite-plugin-pwa": "^0.20.0",
24+
"vue-tsc": "2.0.17"
2525
}
2626
}

apps/nayre/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint": "eslint --fix --ext ts src"
1515
},
1616
"dependencies": {
17-
"@discordjs/builders": "^1.7.0",
17+
"@discordjs/builders": "^1.8.1",
1818
"@discordjs/collection": "^1.5.3",
1919
"@skyra/env-utilities": "^1.3.0",
2020
"@skyra/http-framework": "^1.2.2",
@@ -23,11 +23,11 @@
2323
"@skyra/logger": "^2.0.3",
2424
"@skyra/shared-http-pieces": "^1.2.2",
2525
"@skyra/start-banner": "^2.0.1",
26-
"discord-api-types": "^0.37.71",
26+
"discord-api-types": "^0.37.83",
2727
"gradient-string": "^2.0.2",
2828
"tslib": "^2.6.2"
2929
},
3030
"devDependencies": {
31-
"typescript": "^5.3.3"
31+
"typescript": "^5.4.5"
3232
}
3333
}

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,27 @@
2121
"postinstall": "yarn workspace @skyra/acryss prisma:generate"
2222
},
2323
"devDependencies": {
24-
"@commitlint/cli": "^19.0.3",
25-
"@commitlint/config-conventional": "^19.0.3",
26-
"@prettier/plugin-xml": "^3.3.1",
27-
"@sapphire/eslint-config": "^5.0.3",
24+
"@commitlint/cli": "^19.3.0",
25+
"@commitlint/config-conventional": "^19.2.2",
26+
"@prettier/plugin-xml": "^3.4.1",
27+
"@sapphire/eslint-config": "^5.0.4",
2828
"@sapphire/prettier-config": "^2.0.0",
29-
"@sapphire/ts-config": "^5.0.0",
30-
"@types/gradient-string": "^1.1.5",
31-
"@types/node": "^20.11.24",
32-
"@typescript-eslint/eslint-plugin": "^7.1.0",
33-
"@typescript-eslint/parser": "^7.1.0",
29+
"@sapphire/ts-config": "^5.0.1",
30+
"@types/gradient-string": "^1.1.6",
31+
"@types/node": "^20.12.11",
32+
"@typescript-eslint/eslint-plugin": "^7.9.0",
33+
"@typescript-eslint/parser": "^7.9.0",
3434
"cz-conventional-changelog": "^3.3.0",
3535
"eslint": "^8.57.0",
3636
"eslint-config-prettier": "^9.1.0",
3737
"eslint-plugin-prettier": "^5.1.3",
3838
"lint-staged": "^15.2.2",
3939
"prettier": "^3.2.5",
40-
"prettier-plugin-tailwindcss": "^0.5.11",
41-
"turbo": "^1.12.4",
42-
"typescript": "^5.3.3",
43-
"vite": "^5.1.4",
44-
"vitest": "^1.3.1"
40+
"prettier-plugin-tailwindcss": "^0.5.14",
41+
"turbo": "^1.13.3",
42+
"typescript": "^5.4.5",
43+
"vite": "^5.2.11",
44+
"vitest": "^1.6.0"
4545
},
4646
"resolutions": {
4747
"ansi-regex": "^5.0.1",
@@ -64,8 +64,8 @@
6464
"path": "./node_modules/cz-conventional-changelog"
6565
}
6666
},
67-
"packageManager": "yarn@4.1.0",
67+
"packageManager": "yarn@4.2.2",
6868
"volta": {
69-
"node": "18.19.1"
69+
"node": "18.20.2"
7070
}
7171
}

packages/internal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"tslib": "^2.6.2"
2424
},
2525
"devDependencies": {
26-
"typescript": "^5.3.3",
27-
"vitest": "^1.3.1"
26+
"typescript": "^5.4.5",
27+
"vitest": "^1.6.0"
2828
}
2929
}

0 commit comments

Comments
 (0)