Skip to content

Commit 7a7ca14

Browse files
chore(deps): Update all non-major dependencies
1 parent 0cec412 commit 7a7ca14

File tree

20 files changed

+1483
-1492
lines changed

20 files changed

+1483
-1492
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install node.js v22
2727
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
2828
with:
29-
node-version: 22.6.0
29+
node-version: 22.21.1
3030

3131
- name: Install wasm-pack
3232
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

.github/workflows/issue_labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
labeler:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: github/issue-labeler@98b5412841f6c4b0b3d9c29d53c13fad16bd7de2 # v3.2
10+
- uses: github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4
1111
with:
1212
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1313
configuration-path: .github/issue_labeler.yml

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.7.0
1+
24.12.0

apps/api/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,39 +11,39 @@
1111
"lint": "eslint"
1212
},
1313
"dependencies": {
14-
"@fastify/static": "^8.2.0",
14+
"@fastify/static": "^8.3.0",
1515
"@fastify/view": "^11.1.1",
16-
"@m8a/nestjs-typegoose": "^12.0.0",
16+
"@m8a/nestjs-typegoose": "^12.0.1",
1717
"@nestjs/axios": "^4.0.1",
18-
"@nestjs/common": "^11.1.6",
19-
"@nestjs/core": "^11.1.6",
20-
"@nestjs/platform-fastify": "^11.1.6",
21-
"@nestjs/swagger": "^11.2.0",
22-
"@sentry/node": "^7.118.0",
18+
"@nestjs/common": "^11.1.11",
19+
"@nestjs/core": "^11.1.11",
20+
"@nestjs/platform-fastify": "^11.1.11",
21+
"@nestjs/swagger": "^11.2.3",
22+
"@sentry/node": "^7.120.4",
2323
"@statsify/api-client": "workspace:^",
2424
"@statsify/assets": "workspace:^",
2525
"@statsify/logger": "workspace:^",
2626
"@statsify/rendering": "workspace:^",
2727
"@statsify/schemas": "workspace:^",
2828
"@statsify/skin-renderer": "workspace:^",
2929
"@statsify/util": "workspace:^",
30-
"@swc/helpers": "^0.5.12",
31-
"@typegoose/typegoose": "^12.6.0",
30+
"@swc/helpers": "^0.5.18",
31+
"@typegoose/typegoose": "^12.20.1",
3232
"class-transformer": "0.5.1",
33-
"class-validator": "^0.14.1",
34-
"fastify": "^5.5.0",
33+
"class-validator": "^0.14.3",
34+
"fastify": "^5.6.2",
3535
"handlebars": "^4.7.8",
36-
"ioredis": "5.7.0",
37-
"luxon": "^3.5.0",
38-
"mongoose": "^8.5.2",
36+
"ioredis": "5.8.2",
37+
"luxon": "^3.7.2",
38+
"mongoose": "^8.20.4",
3939
"reflect-metadata": "^0.2.2",
40-
"rxjs": "^7.8.1",
40+
"rxjs": "^7.8.2",
4141
"skia-canvas": "https://github.com/samizdatco/skia-canvas/releases/download/v0.9.30/skia-canvas-v0.9.30-linux-x64-glibc.tar.gz",
42-
"toad-scheduler": "^3.0.1"
42+
"toad-scheduler": "^3.1.0"
4343
},
4444
"devDependencies": {
45-
"@nestjs/testing": "^11.1.6",
46-
"@types/luxon": "^3.4.2"
45+
"@nestjs/testing": "^11.1.11",
46+
"@types/luxon": "^3.7.1"
4747
},
4848
"imports": {
4949
"#auth": {

apps/discord-bot/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint": "eslint"
1212
},
1313
"dependencies": {
14-
"@sentry/node": "^7.118.0",
14+
"@sentry/node": "^7.120.4",
1515
"@statsify/api-client": "workspace:^",
1616
"@statsify/assets": "workspace:^",
1717
"@statsify/discord": "workspace:^",
@@ -20,20 +20,20 @@
2020
"@statsify/rendering": "workspace:^",
2121
"@statsify/schemas": "workspace:^",
2222
"@statsify/util": "workspace:^",
23-
"@swc/helpers": "^0.5.12",
24-
"@typegoose/typegoose": "^12.6.0",
25-
"axios": "1.11.0",
26-
"discord-api-types": "^0.38.22",
27-
"fuse.js": "^7.0.0",
28-
"luxon": "^3.5.0",
29-
"mongoose": "^8.5.2",
23+
"@swc/helpers": "^0.5.18",
24+
"@typegoose/typegoose": "^12.20.1",
25+
"axios": "1.13.2",
26+
"discord-api-types": "^0.38.37",
27+
"fuse.js": "^7.1.0",
28+
"luxon": "^3.7.2",
29+
"mongoose": "^8.20.4",
3030
"reflect-metadata": "^0.2.2",
3131
"skia-canvas": "https://github.com/samizdatco/skia-canvas/releases/download/v0.9.30/skia-canvas-v0.9.30-linux-x64-glibc.tar.gz",
3232
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#f6d020085ea88e33ebaf6ce323930deffe74fb0d",
3333
"typedi": "^0.10.0"
3434
},
3535
"devDependencies": {
36-
"@types/luxon": "^3.4.2"
36+
"@types/luxon": "^3.7.1"
3737
},
3838
"imports": {
3939
"#components": {

apps/scripts/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
"@statsify/schemas": "workspace:^",
2222
"@statsify/util": "workspace:^",
2323
"@swc/core": "^1.13.5",
24-
"@swc/helpers": "^0.5.12",
24+
"@swc/helpers": "^0.5.18",
2525
"chalk": "^5.6.0",
2626
"discord-bot": "workspace:^",
27-
"inquirer": "^10.1.8",
28-
"ioredis": "^5.7.0",
27+
"inquirer": "^10.2.2",
28+
"ioredis": "^5.8.2",
2929
"skia-canvas": "https://github.com/samizdatco/skia-canvas/releases/download/v0.9.30/skia-canvas-v0.9.30-linux-x64-glibc.tar.gz",
3030
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#f6d020085ea88e33ebaf6ce323930deffe74fb0d",
31-
"toad-scheduler": "^3.0.1",
32-
"zod": "^4.1.5"
31+
"toad-scheduler": "^3.1.0",
32+
"zod": "^4.2.1"
3333
},
3434
"devDependencies": {
35-
"@types/inquirer": "^9.0.7",
36-
"globals": "^16.3.0"
35+
"@types/inquirer": "^9.0.9",
36+
"globals": "^16.5.0"
3737
}
3838
}

apps/site/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,29 @@
1212
"@radix-ui/react-popover": "^1.1.15",
1313
"@radix-ui/react-slot": "^1.2.4",
1414
"@statsify/schemas": "workspace:^",
15-
"@tanstack/react-query": "^5.90.12",
15+
"@tanstack/react-query": "^5.90.15",
1616
"@vercel/analytics": "^1.6.1",
1717
"@vercel/speed-insights": "^1.3.1",
1818
"date-fns": "^4.1.0",
19-
"motion": "^12.23.25",
20-
"next": "^16.0.7",
21-
"react": "^19.2.1",
22-
"react-dom": "^19.2.1",
19+
"motion": "^12.23.26",
20+
"next": "^16.1.1",
21+
"react": "^19.2.3",
22+
"react-dom": "^19.2.3",
2323
"tailwind-merge": "^3.4.0",
24-
"zod": "^4.1.5"
24+
"zod": "^4.2.1"
2525
},
2626
"devDependencies": {
27-
"@eslint/eslintrc": "^3.2.0",
27+
"@eslint/eslintrc": "^3.3.3",
2828
"@statsify/api-client": "workspace:^",
29-
"@tailwindcss/postcss": "4.1.17",
30-
"@types/node": "^24.3.0",
29+
"@tailwindcss/postcss": "4.1.18",
30+
"@types/node": "^24.10.4",
3131
"@types/react": "^19.2.7",
3232
"@types/react-dom": "^19.2.3",
33-
"eslint": "^9.19.0",
34-
"eslint-config-next": "15.5.2",
35-
"mongoose": "^8.18.0",
36-
"postcss": "^8.5.3",
37-
"tailwindcss": "^4.1.17",
38-
"typescript": "^5.7.3"
33+
"eslint": "^9.39.2",
34+
"eslint-config-next": "15.5.9",
35+
"mongoose": "^8.20.4",
36+
"postcss": "^8.5.6",
37+
"tailwindcss": "^4.1.18",
38+
"typescript": "^5.9.3"
3939
}
4040
}

apps/support-bot/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@
1111
"lint": "eslint"
1212
},
1313
"dependencies": {
14-
"@sentry/node": "^7.118.0",
14+
"@sentry/node": "^7.120.4",
1515
"@statsify/api-client": "workspace:^",
1616
"@statsify/assets": "workspace:^",
1717
"@statsify/discord": "workspace:^",
1818
"@statsify/logger": "workspace:^",
1919
"@statsify/rendering": "workspace:^",
2020
"@statsify/schemas": "workspace:^",
2121
"@statsify/util": "workspace:^",
22-
"@swc/helpers": "^0.5.12",
23-
"@typegoose/typegoose": "^12.6.0",
24-
"axios": "1.11.0",
25-
"discord-api-types": "^0.38.22",
26-
"luxon": "^3.5.0",
27-
"mongoose": "^8.5.2",
22+
"@swc/helpers": "^0.5.18",
23+
"@typegoose/typegoose": "^12.20.1",
24+
"axios": "1.13.2",
25+
"discord-api-types": "^0.38.37",
26+
"luxon": "^3.7.2",
27+
"mongoose": "^8.20.4",
2828
"reflect-metadata": "^0.2.2",
2929
"skia-canvas": "https://github.com/samizdatco/skia-canvas/releases/download/v0.9.30/skia-canvas-v0.9.30-linux-x64-glibc.tar.gz",
3030
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#f6d020085ea88e33ebaf6ce323930deffe74fb0d",
31-
"toad-scheduler": "^3.0.1",
31+
"toad-scheduler": "^3.1.0",
3232
"typedi": "^0.10.0"
3333
},
3434
"devDependencies": {
35-
"@types/luxon": "^3.4.2"
35+
"@types/luxon": "^3.7.1"
3636
},
3737
"imports": {
3838
"#services": {

apps/verify-server/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"lint": "eslint"
1212
},
1313
"dependencies": {
14-
"@sentry/node": "^7.118.0",
14+
"@sentry/node": "^7.120.4",
1515
"@statsify/assets": "workspace:^",
1616
"@statsify/logger": "workspace:^",
1717
"@statsify/schemas": "workspace:^",
1818
"@statsify/util": "workspace:^",
19-
"@swc/helpers": "^0.5.12",
20-
"@typegoose/typegoose": "^12.6.0",
21-
"minecraft-protocol": "^1.61.0",
22-
"mongoose": "^8.5.2"
19+
"@swc/helpers": "^0.5.18",
20+
"@typegoose/typegoose": "^12.20.1",
21+
"minecraft-protocol": "^1.62.0",
22+
"mongoose": "^8.20.4"
2323
}
2424
}

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,33 +25,33 @@
2525
"scripts": "pnpm --filter scripts",
2626
"verify-server": "pnpm --filter verify-server"
2727
},
28-
"packageManager": "pnpm@10.15.0",
28+
"packageManager": "pnpm@10.26.2",
2929
"devDependencies": {
30-
"@commitlint/cli": "^19.6.1",
31-
"@commitlint/config-conventional": "^19.6.0",
32-
"@eslint/js": "^9.19.0",
30+
"@commitlint/cli": "^19.8.1",
31+
"@commitlint/config-conventional": "^19.8.1",
32+
"@eslint/js": "^9.39.2",
3333
"@j4cobi/eslint-plugin-sort-imports": "^1.0.2",
34-
"@napi-rs/cli": "^3.1.5",
35-
"@rollup/pluginutils": "^5.1.0",
36-
"@stylistic/eslint-plugin": "^5.2.3",
34+
"@napi-rs/cli": "^3.5.0",
35+
"@rollup/pluginutils": "^5.3.0",
36+
"@stylistic/eslint-plugin": "^5.6.1",
3737
"@swc/cli": "^0.7.8",
3838
"@swc/core": "1.13.5",
3939
"@types/eslint__js": "^9.14.0",
40-
"@types/node": "^24.3.0",
41-
"@vitest/coverage-v8": "^3.0.4",
42-
"@vitest/ui": "^3.0.4",
40+
"@types/node": "^24.10.4",
41+
"@vitest/coverage-v8": "^3.2.4",
42+
"@vitest/ui": "^3.2.4",
4343
"commitizen": "^4.3.1",
4444
"cz-conventional-changelog": "^3.3.0",
45-
"eslint": "^9.19.0",
45+
"eslint": "^9.39.2",
4646
"eslint-plugin-license-header": "^0.8.0",
4747
"eslint-plugin-unicorn": "^60.0.0",
48-
"eslint-plugin-unused-imports": "^4.1.4",
49-
"pm2": "^6.0.8",
50-
"turbo": "^2.4.0",
51-
"typescript": "^5.7.3",
52-
"typescript-eslint": "^8.22.0",
53-
"unplugin": "^2.1.2",
54-
"vitest": "^3.0.4"
48+
"eslint-plugin-unused-imports": "^4.3.0",
49+
"pm2": "^6.0.14",
50+
"turbo": "^2.7.2",
51+
"typescript": "^5.9.3",
52+
"typescript-eslint": "^8.50.1",
53+
"unplugin": "^2.3.11",
54+
"vitest": "^3.2.4"
5555
},
5656
"commitlint": {
5757
"extends": [

0 commit comments

Comments
 (0)