Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update all non-major dependencies #556

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: pnpm/action-setup@v4 # v4.0.0

- name: Install node.js v22
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 22.6.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@98b5412841f6c4b0b3d9c29d53c13fad16bd7de2 # v3.2
- uses: github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/issue_labeler.yml
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.6.0
22.10.0
20 changes: 10 additions & 10 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,35 @@
"@fastify/static": "^7.0.4",
"@fastify/view": "^9.1.0",
"@m8a/nestjs-typegoose": "^12.0.0",
"@nestjs/axios": "^3.0.3",
"@nestjs/common": "^10.4.1",
"@nestjs/core": "^10.4.1",
"@nestjs/platform-fastify": "^10.4.1",
"@nestjs/swagger": "^7.4.0",
"@sentry/node": "^7.118.0",
"@nestjs/axios": "^3.1.0",
"@nestjs/common": "^10.4.6",
"@nestjs/core": "^10.4.6",
"@nestjs/platform-fastify": "^10.4.6",
"@nestjs/swagger": "^7.4.2",
"@sentry/node": "^7.119.2",
"@statsify/api-client": "workspace:^",
"@statsify/assets": "workspace:^",
"@statsify/logger": "workspace:^",
"@statsify/rendering": "workspace:^",
"@statsify/schemas": "workspace:^",
"@statsify/skin-renderer": "workspace:^",
"@statsify/util": "workspace:^",
"@swc/helpers": "^0.5.12",
"@typegoose/typegoose": "^12.6.0",
"@swc/helpers": "^0.5.13",
"@typegoose/typegoose": "^12.8.0",
"class-transformer": "0.5.1",
"class-validator": "^0.14.1",
"fastify": "^4.28.1",
"handlebars": "^4.7.8",
"ioredis": "5.4.1",
"luxon": "^3.5.0",
"mongoose": "^8.5.2",
"mongoose": "^8.7.3",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"skia-canvas": "https://github.com/samizdatco/skia-canvas/releases/download/v0.9.30/skia-canvas-v0.9.30-linux-x64-glibc.tar.gz",
"toad-scheduler": "^3.0.1"
},
"devDependencies": {
"@nestjs/testing": "^10.4.1",
"@nestjs/testing": "^10.4.6",
"@types/luxon": "^3.4.2"
},
"imports": {
Expand Down
12 changes: 6 additions & 6 deletions apps/discord-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint"
},
"dependencies": {
"@sentry/node": "^7.118.0",
"@sentry/node": "^7.119.2",
"@statsify/api-client": "workspace:^",
"@statsify/assets": "workspace:^",
"@statsify/discord": "workspace:^",
Expand All @@ -20,13 +20,13 @@
"@statsify/rendering": "workspace:^",
"@statsify/schemas": "workspace:^",
"@statsify/util": "workspace:^",
"@swc/helpers": "^0.5.12",
"@typegoose/typegoose": "^12.6.0",
"axios": "1.7.3",
"discord-api-types": "^0.37.98",
"@swc/helpers": "^0.5.13",
"@typegoose/typegoose": "^12.8.0",
"axios": "1.7.7",
"discord-api-types": "^0.37.103",
"fuse.js": "^7.0.0",
"luxon": "^3.5.0",
"mongoose": "^8.5.2",
"mongoose": "^8.7.3",
"reflect-metadata": "^0.2.2",
"skia-canvas": "https://github.com/samizdatco/skia-canvas/releases/download/v0.9.30/skia-canvas-v0.9.30-linux-x64-glibc.tar.gz",
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#f6d020085ea88e33ebaf6ce323930deffe74fb0d",
Expand Down
6 changes: 3 additions & 3 deletions apps/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"@statsify/schemas": "workspace:^",
"@statsify/util": "workspace:^",
"@swc/core": "^1.7.22",
"@swc/helpers": "^0.5.12",
"@swc/helpers": "^0.5.13",
"chalk": "^5.3.0",
"chokidar": "^3.6.0",
"discord-bot": "workspace:^",
"inquirer": "^10.1.8",
"inquirer": "^10.2.2",
"ioredis": "^5.4.1",
"skia-canvas": "https://github.com/samizdatco/skia-canvas/releases/download/v0.9.30/skia-canvas-v0.9.30-linux-x64-glibc.tar.gz",
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#f6d020085ea88e33ebaf6ce323930deffe74fb0d",
Expand All @@ -35,6 +35,6 @@
},
"devDependencies": {
"@types/inquirer": "^9.0.7",
"globals": "^15.9.0"
"globals": "^15.11.0"
}
}
18 changes: 9 additions & 9 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:types": "tsc --noEmit"
},
"dependencies": {
"@swc/helpers": "^0.5.12",
"@vercel/analytics": "^1.3.1",
"@swc/helpers": "^0.5.13",
"@vercel/analytics": "^1.3.2",
"next": "^12.3.4",
"react": "^18.3.1",
"react-countup": "^6.5.3",
Expand All @@ -20,12 +20,12 @@
"sharp": "^0.33.5"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.7",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/sharp": "^0.31.1",
"sass": "^1.77.8",
"typescript": "5.5.4"
"@next/eslint-plugin-next": "^14.2.16",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/sharp": "^0.32.0",
"sass": "^1.80.4",
"typescript": "5.6.3"
}
}
12 changes: 6 additions & 6 deletions apps/support-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"lint": "eslint"
},
"dependencies": {
"@sentry/node": "^7.118.0",
"@sentry/node": "^7.119.2",
"@statsify/api-client": "workspace:^",
"@statsify/assets": "workspace:^",
"@statsify/discord": "workspace:^",
"@statsify/logger": "workspace:^",
"@statsify/rendering": "workspace:^",
"@statsify/schemas": "workspace:^",
"@statsify/util": "workspace:^",
"@swc/helpers": "^0.5.12",
"@typegoose/typegoose": "^12.6.0",
"axios": "1.7.3",
"discord-api-types": "^0.37.98",
"@swc/helpers": "^0.5.13",
"@typegoose/typegoose": "^12.8.0",
"axios": "1.7.7",
"discord-api-types": "^0.37.103",
"luxon": "^3.5.0",
"mongoose": "^8.5.2",
"mongoose": "^8.7.3",
"reflect-metadata": "^0.2.2",
"skia-canvas": "https://github.com/samizdatco/skia-canvas/releases/download/v0.9.30/skia-canvas-v0.9.30-linux-x64-glibc.tar.gz",
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#f6d020085ea88e33ebaf6ce323930deffe74fb0d",
Expand Down
8 changes: 4 additions & 4 deletions apps/verify-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"lint": "eslint"
},
"dependencies": {
"@sentry/node": "^7.118.0",
"@sentry/node": "^7.119.2",
"@statsify/assets": "workspace:^",
"@statsify/logger": "workspace:^",
"@statsify/schemas": "workspace:^",
"@statsify/util": "workspace:^",
"@swc/helpers": "^0.5.12",
"@typegoose/typegoose": "^12.6.0",
"@swc/helpers": "^0.5.13",
"@typegoose/typegoose": "^12.8.0",
"minecraft-protocol": "https://github.com/jacobk999/node-minecraft-protocol#cd8f06e3ee74f67dfc6deeeeb6b33b869bf705a2",
"mongoose": "^8.5.2"
"mongoose": "^8.7.3"
}
}
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,34 +25,34 @@
"scripts": "pnpm --filter scripts",
"verify-server": "pnpm --filter verify-server"
},
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.12.2",
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@eslint/js": "^9.9.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.13.0",
"@j4cobi/eslint-plugin-sort-imports": "^1.0.2",
"@napi-rs/cli": "^2.18.4",
"@rollup/pluginutils": "^5.1.0",
"@stylistic/eslint-plugin": "^2.7.2",
"@rollup/pluginutils": "^5.1.3",
"@stylistic/eslint-plugin": "^2.9.0",
"@swc/cli": "^0.4.0",
"@swc/core": "1.7.6",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.5.2",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"@types/node": "^22.8.1",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/ui": "^2.1.3",
"chokidar": "^3.6.0",
"commitizen": "^4.3.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.9.1",
"eslint": "^9.13.0",
"eslint-plugin-license-header": "^0.6.1",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unused-imports": "^4.1.3",
"eslint-plugin-unused-imports": "^4.1.4",
"pm2": "^5.4.2",
"turbo": "^2.1.1",
"typescript": "5.5.4",
"typescript-eslint": "^8.3.0",
"unplugin": "^1.12.3",
"vitest": "^2.0.5"
"turbo": "^2.2.3",
"typescript": "5.6.3",
"typescript-eslint": "^8.11.0",
"unplugin": "^1.14.1",
"vitest": "^2.1.3"
},
"commitlint": {
"extends": [
Expand All @@ -66,7 +66,7 @@
},
"pnpm": {
"overrides": {
"countup.js": "2.6.0"
"countup.js": "2.8.0"
}
}
}
8 changes: 4 additions & 4 deletions packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"lint": "eslint"
},
"dependencies": {
"@nestjs/common": "^10.4.1",
"@nestjs/swagger": "^7.4.0",
"@sentry/node": "^7.118.0",
"@nestjs/common": "^10.4.6",
"@nestjs/swagger": "^7.4.2",
"@sentry/node": "^7.119.2",
"@statsify/rendering": "workspace:^",
"@statsify/schemas": "workspace:^",
"@statsify/util": "workspace:^",
"@swc/helpers": "^0.5.12",
"@swc/helpers": "^0.5.13",
"axios": "^1.7.7"
},
"imports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@statsify/logger": "workspace:^",
"@statsify/rendering": "workspace:^",
"@statsify/schemas": "workspace:^",
"@swc/helpers": "^0.5.12",
"axios": "1.7.3",
"@swc/helpers": "^0.5.13",
"axios": "1.7.7",
"skia-canvas": "https://github.com/samizdatco/skia-canvas/releases/download/v0.9.30/skia-canvas-v0.9.30-linux-x64-glibc.tar.gz"
}
}
6 changes: 3 additions & 3 deletions packages/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"lint": "eslint"
},
"dependencies": {
"@sentry/node": "^7.118.0",
"@sentry/node": "^7.119.2",
"@statsify/api-client": "workspace:^",
"@statsify/assets": "workspace:^",
"@statsify/logger": "workspace:^",
"@statsify/schemas": "workspace:^",
"@statsify/util": "workspace:^",
"@swc/helpers": "^0.5.12",
"@swc/helpers": "^0.5.13",
"axios": "^1.7.7",
"discord-api-types": "^0.37.98",
"discord-api-types": "^0.37.103",
"i18next": "^21.10.0",
"i18next-fs-backend": "^2.3.2",
"reflect-metadata": "^0.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"lint": "eslint"
},
"dependencies": {
"@sentry/node": "^7.118.0",
"@sentry/node": "^7.119.2",
"@statsify/util": "workspace:^",
"@swc/helpers": "^0.5.12",
"@swc/helpers": "^0.5.13",
"chalk": "5.3.0",
"luxon": "^3.5.0"
},
"devDependencies": {
"@nestjs/common": "^10.4.1",
"@nestjs/common": "^10.4.6",
"@types/luxon": "^3.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"@statsify/util": "workspace:^",
"@swc/helpers": "^0.5.12"
"@swc/helpers": "^0.5.13"
}
}
6 changes: 3 additions & 3 deletions packages/rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"lint": "eslint"
},
"dependencies": {
"@sentry/node": "^7.118.0",
"@sentry/node": "^7.119.2",
"@statsify/util": "workspace:^",
"@swc/helpers": "^0.5.12",
"axios": "1.7.3",
"@swc/helpers": "^0.5.13",
"axios": "1.7.7",
"skia-canvas": "https://github.com/samizdatco/skia-canvas/releases/download/v0.9.30/skia-canvas-v0.9.30-linux-x64-glibc.tar.gz",
"typedi": "^0.10.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"lint": "eslint"
},
"dependencies": {
"@nestjs/swagger": "^7.4.0",
"@nestjs/swagger": "^7.4.2",
"@statsify/logger": "workspace:^",
"@statsify/math": "workspace:^",
"@statsify/util": "workspace:^",
"@swc/helpers": "^0.5.12",
"@typegoose/typegoose": "^12.6.0",
"@swc/helpers": "^0.5.13",
"@typegoose/typegoose": "^12.8.0",
"class-validator": "^0.14.1",
"luxon": "^3.5.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/skin-renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ napi-derive = "2.15.0"
bytemuck = { version = "1.13.1", features = ["derive"] }
cgmath = "0.18.0"
futures-intrusive = "0.5.0"
image = "0.24.7"
image = "0.25.0"
tobj = { version = "4.0.0", features = ["async"] }
wgpu = "0.17.0"
wgpu = "0.20.0"
thiserror = "1.0.48"
tokio = { version = "1.32.0", features = ["full"] }
lazy_static = "1.4.0"
async_once = "0.2.6"
reqwest = "0.11.20"
reqwest = "0.12.0"

[build-dependencies]
napi-build = "2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"lint": "eslint"
},
"dependencies": {
"@swc/helpers": "^0.5.12"
"@swc/helpers": "^0.5.13"
}
}
Loading
Loading