Skip to content

Commit d7e16ca

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

File tree

9 files changed

+1467
-1713
lines changed

9 files changed

+1467
-1713
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.2.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.2.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.2.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: .

Diff for: .yarn/releases/yarn-4.1.0.cjs renamed to .yarn/releases/yarn-4.1.1.cjs

+162-162
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.1.1.cjs

Diff for: apps/acryss/package.json

+3-3
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.11.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.11.0",
29+
"typescript": "^5.4.3"
3030
}
3131
}

Diff for: apps/frontend/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"@sidebase/nuxt-auth": "^0.5.0",
1616
"@skyra/internal": "workspace:^",
1717
"@tailwindcss/typography": "^0.5.10",
18-
"@vite-pwa/nuxt": "^0.5.0",
19-
"next-auth": "^4.24.6",
20-
"nuxt": "^3.10.3",
18+
"@vite-pwa/nuxt": "^0.6.0",
19+
"next-auth": "^4.24.7",
20+
"nuxt": "^3.11.1",
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.3",
23+
"vite-plugin-pwa": "^0.19.6",
24+
"vue-tsc": "2.0.7"
2525
}
2626
}

Diff for: apps/nayre/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -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.76",
2727
"gradient-string": "^2.0.2",
2828
"tslib": "^2.6.2"
2929
},
3030
"devDependencies": {
31-
"typescript": "^5.3.3"
31+
"typescript": "^5.4.3"
3232
}
3333
}

Diff for: package.json

+13-13
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",
24+
"@commitlint/cli": "^19.2.1",
25+
"@commitlint/config-conventional": "^19.1.0",
2626
"@prettier/plugin-xml": "^3.3.1",
27-
"@sapphire/eslint-config": "^5.0.3",
27+
"@sapphire/eslint-config": "^5.0.4",
2828
"@sapphire/prettier-config": "^2.0.0",
29-
"@sapphire/ts-config": "^5.0.0",
29+
"@sapphire/ts-config": "^5.0.1",
3030
"@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",
31+
"@types/node": "^20.11.30",
32+
"@typescript-eslint/eslint-plugin": "^7.3.1",
33+
"@typescript-eslint/parser": "^7.3.1",
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.12",
41+
"turbo": "^1.13.0",
42+
"typescript": "^5.4.3",
43+
"vite": "^5.2.3",
44+
"vitest": "^1.4.0"
4545
},
4646
"resolutions": {
4747
"ansi-regex": "^5.0.1",
@@ -64,7 +64,7 @@
6464
"path": "./node_modules/cz-conventional-changelog"
6565
}
6666
},
67-
"packageManager": "yarn@4.1.0",
67+
"packageManager": "yarn@4.1.1",
6868
"volta": {
6969
"node": "18.19.1"
7070
}

Diff for: packages/internal/package.json

+2-2
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.3",
27+
"vitest": "^1.4.0"
2828
}
2929
}

0 commit comments

Comments
 (0)