Skip to content

Commit d2e21d9

Browse files
committed
Merge branch 'main' into release-please--branches--main--components--community-service
2 parents 5bf491d + cdbc832 commit d2e21d9

File tree

8 files changed

+6127
-9556
lines changed

8 files changed

+6127
-9556
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,14 @@ jobs:
3434
persist-credentials: false
3535
token: ${{ steps.app-token.outputs.token }}
3636

37+
- name: '📦️ Setup pnpm'
38+
uses: pnpm/action-setup@v4
39+
3740
- name: '🔧 Setup Node.js'
3841
uses: actions/setup-node@v4
3942
with:
40-
node-version: '20'
43+
node-version: '24'
44+
cache: 'pnpm'
4145

4246
- uses: googleapis/release-please-action@v4
4347
with:

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ dist
66
storage
77
coverage
88
.DS_Store
9-
data
9+
data
10+
src/generated/prisma-client

package-lock.json

Lines changed: 0 additions & 9527 deletions
This file was deleted.

package.json

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -28,44 +28,44 @@
2828
},
2929
"homepage": "https://github.com/LEDBrain/Community-Service#readme",
3030
"dependencies": {
31-
"@discordjs/rest": "^2.4.3",
32-
"@hapi/hapi": "^21.3.12",
33-
"@prisma/client": "^6.0.1",
31+
"@discordjs/rest": "^2.6.0",
32+
"@hapi/hapi": "^21.4.3",
33+
"@prisma/client": "^6.18.0",
3434
"@t3-oss/env-core": "^0.11.1",
3535
"cross-env": "^7.0.3",
36-
"discord-api-types": "^0.37.111",
37-
"discord.js": "^14.18.0",
38-
"dotenv": "^16.4.7",
36+
"discord-api-types": "^0.37.120",
37+
"discord.js": "^14.23.2",
38+
"dotenv": "^16.6.1",
3939
"joi": "^17.13.3",
4040
"jsdom": "^25.0.1",
41-
"node-libcurl": "^4.0.0",
42-
"zod": "^3.24.1"
41+
"node-libcurl": "^4.1.0",
42+
"zod": "^3.25.76"
4343
},
4444
"devDependencies": {
45-
"@commitlint/cli": "^19.6.0",
46-
"@commitlint/config-conventional": "^19.6.0",
45+
"@commitlint/cli": "^19.8.1",
46+
"@commitlint/config-conventional": "^19.8.1",
4747
"@hapi/code": "^9.0.3",
48-
"@hapi/iron": "^7.0.0",
49-
"@hapi/lab": "^26.0.0",
50-
"@tsconfig/node16": "^16.1.3",
48+
"@hapi/iron": "^7.0.1",
49+
"@hapi/lab": "^25.3.2",
50+
"@tsconfig/node16": "^16.1.6",
5151
"@types/hapi__catbox": "^10.2.6",
5252
"@types/jsdom": "^21.1.7",
5353
"@types/ms": "^0.7.34",
54-
"@types/node": "^22.10.1",
55-
"@types/node-fetch": "^2.6.12",
56-
"@typescript-eslint/eslint-plugin": "^8.18.0",
57-
"@typescript-eslint/parser": "^8.18.0",
54+
"@types/node": "^22.18.12",
55+
"@types/node-fetch": "^2.6.13",
56+
"@typescript-eslint/eslint-plugin": "^8.46.2",
57+
"@typescript-eslint/parser": "^8.46.2",
5858
"c8": "^10.1.3",
5959
"cz-conventional-changelog": "^3.3.0",
6060
"esbuild": "0.25.2",
61-
"eslint": "^8.56.0",
61+
"eslint": "^8.57.1",
6262
"husky": "^9.1.7",
63-
"lint-staged": "^15.2.11",
64-
"prettier": "^3.4.2",
65-
"prisma": "^6.0.1",
63+
"lint-staged": "^15.5.2",
64+
"prettier": "^3.6.2",
65+
"prisma": "^6.18.0",
6666
"rimraf": "^6.0.1",
67-
"tsx": "^4.19.2",
68-
"typescript": "^5.7.2"
67+
"tsx": "^4.20.6",
68+
"typescript": "^5.9.3"
6969
},
7070
"config": {
7171
"commitizen": {
@@ -82,8 +82,9 @@
8282
"@sapphire/shapeshift": "3.9.2"
8383
},
8484
"optionalDependencies": {
85-
"bufferutil": "^4.0.8",
85+
"bufferutil": "^4.0.9",
8686
"utf-8-validate": "^6.0.5",
87-
"zlib-sync": "^0.1.9"
88-
}
87+
"zlib-sync": "^0.1.10"
88+
},
89+
"packageManager": "[email protected]+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8"
8990
}

0 commit comments

Comments
 (0)