Skip to content

Commit d980a27

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

File tree

6 files changed

+1005
-941
lines changed

6 files changed

+1005
-941
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 2 additions & 2 deletions
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.6.1
22+
uses: docker/setup-buildx-action@v3.7.1
2323
- name: Login to GitHub Container Registry
2424
uses: docker/[email protected]
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.repository_owner }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929
- name: Build and push Skyra Docker image
30-
uses: docker/build-push-action@v6.7.0
30+
uses: docker/build-push-action@v6.9.0
3131
with:
3232
push: true
3333
context: .

.github/workflows/publish-stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
with:
1919
ref: ${{ github.event.inputs.commit }}
2020
- name: Setup Docker Buildx
21-
uses: docker/setup-buildx-action@v3.6.1
21+
uses: docker/setup-buildx-action@v3.7.1
2222
- name: Login to GitHub Container Registry
2323
uses: docker/[email protected]
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.repository_owner }}
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Build and push Skyra Docker image
29-
uses: docker/build-push-action@v6.7.0
29+
uses: docker/build-push-action@v6.9.0
3030
with:
3131
push: true
3232
context: .

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

Lines changed: 367 additions & 358 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.4.1.cjs
13+
yarnPath: .yarn/releases/yarn-4.5.1.cjs

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
"update": "yarn upgrade-interactive"
5252
},
5353
"dependencies": {
54-
"@discordjs/builders": "^1.8.2",
55-
"@discordjs/collection": "^2.1.0",
54+
"@discordjs/builders": "^1.9.0",
55+
"@discordjs/collection": "^2.1.1",
5656
"@discordjs/core": "^1.2.0",
5757
"@influxdata/influxdb-client": "^1.35.0",
5858
"@influxdata/influxdb-client-apis": "^1.35.0",
59-
"@prisma/client": "^5.19.0",
59+
"@prisma/client": "^5.21.1",
6060
"@sapphire/async-queue": "^1.5.3",
6161
"@sapphire/bitfield": "^1.2.2",
6262
"@sapphire/decorators": "^6.1.0",
@@ -74,7 +74,7 @@
7474
"@sapphire/stopwatch": "^1.5.2",
7575
"@sapphire/time-utilities": "^1.7.12",
7676
"@sapphire/utilities": "^3.17.0",
77-
"@sentry/node": "^8.27.0",
77+
"@sentry/node": "^8.34.0",
7878
"@skyra/ai": "^1.2.0",
7979
"@skyra/char": "^1.0.3",
8080
"@skyra/env-utilities": "^1.3.0",
@@ -85,37 +85,37 @@
8585
"confusables": "^1.1.1",
8686
"diff": "^5.2.0",
8787
"discord-api-types": "^0.37.98",
88-
"discord.js": "^14.15.3",
88+
"discord.js": "^14.16.3",
8989
"he": "^1.2.0",
9090
"zlib-sync": "^0.1.9"
9191
},
9292
"devDependencies": {
9393
"0x": "^5.7.0",
94-
"@commitlint/cli": "^19.4.1",
95-
"@commitlint/config-conventional": "^19.4.1",
94+
"@commitlint/cli": "^19.5.0",
95+
"@commitlint/config-conventional": "^19.5.0",
9696
"@sapphire/eslint-config": "^5.0.5",
9797
"@sapphire/prettier-config": "^2.0.0",
9898
"@sapphire/ts-config": "^5.0.1",
9999
"@types/backoff": "^2.5.5",
100-
"@types/diff": "^5.2.2",
100+
"@types/diff": "^5.2.3",
101101
"@types/he": "^1.2.3",
102102
"@types/node": "^20.11.17",
103-
"@types/pg": "^8.11.8",
103+
"@types/pg": "^8.11.10",
104104
"@types/ws": "^8.5.12",
105105
"@typescript-eslint/eslint-plugin": "^7.13.0",
106106
"@typescript-eslint/parser": "^7.13.0",
107-
"@vitest/coverage-v8": "^2.1.1",
107+
"@vitest/coverage-v8": "^2.1.3",
108108
"cz-conventional-changelog": "^3.3.0",
109-
"eslint": "^8.57.0",
109+
"eslint": "^8.57.1",
110110
"eslint-config-prettier": "^9.1.0",
111111
"eslint-plugin-prettier": "^5.2.1",
112-
"lint-staged": "^15.2.9",
112+
"lint-staged": "^15.2.10",
113113
"prettier": "^3.3.3",
114-
"prisma": "^5.19.0",
115-
"prisma-json-types-generator": "^3.0.4",
114+
"prisma": "^5.21.1",
115+
"prisma-json-types-generator": "^3.1.1",
116116
"tsc-watch": "^6.2.0",
117117
"typescript": "^5.4.5",
118-
"vitest": "^2.1.1"
118+
"vitest": "^2.1.3"
119119
},
120120
"resolutions": {
121121
"@types/node": "20.11.5",
@@ -146,8 +146,8 @@
146146
}
147147
},
148148
"prettier": "@sapphire/prettier-config",
149-
"packageManager": "yarn@4.4.1",
149+
"packageManager": "yarn@4.5.1",
150150
"volta": {
151-
"node": "20.17.0"
151+
"node": "20.18.0"
152152
}
153153
}

0 commit comments

Comments
 (0)