Skip to content

Commit

Permalink
chore(deps): Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 17, 2024
1 parent fbeccb8 commit fe6e644
Show file tree
Hide file tree
Showing 19 changed files with 1,298 additions and 1,066 deletions.
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 @@
20.9.0
20.13.1
38 changes: 19 additions & 19 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,39 @@
"lint": "TIMING=1 eslint './{src,tests}/**/*.{ts,tsx,js,jsx}' --fix"
},
"dependencies": {
"@fastify/static": "^6.10.2",
"@fastify/view": "^8.0.0",
"@fastify/static": "^6.12.0",
"@fastify/view": "^8.2.0",
"@m8a/nestjs-typegoose": "^12.0.0",
"@nestjs/axios": "^3.0.0",
"@nestjs/common": "^10.1.3",
"@nestjs/core": "^10.1.3",
"@nestjs/platform-fastify": "^10.1.3",
"@nestjs/swagger": "^7.1.8",
"@sentry/node": "^7.64.0",
"@nestjs/axios": "^3.0.2",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-fastify": "^10.3.8",
"@nestjs/swagger": "^7.3.1",
"@sentry/node": "^7.116.0",
"@statsify/api-client": "*",
"@statsify/assets": "*",
"@statsify/logger": "*",
"@statsify/rendering": "*",
"@statsify/schemas": "*",
"@statsify/skin-renderer": "*",
"@statsify/util": "*",
"@swc/helpers": "^0.5.1",
"@typegoose/typegoose": "^12.0.0",
"@swc/helpers": "^0.5.11",
"@typegoose/typegoose": "^12.4.0",
"class-transformer": "0.5.1",
"class-validator": "^0.14.0",
"fastify": "^4.21.0",
"class-validator": "^0.14.1",
"fastify": "^4.27.0",
"handlebars": "^4.7.8",
"ioredis": "5.3.2",
"luxon": "^3.4.0",
"mongoose": "^8.0.3",
"reflect-metadata": "^0.1.13",
"ioredis": "5.4.1",
"luxon": "^3.4.4",
"mongoose": "^8.4.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"skia-canvas": "^0.9.30",
"toad-scheduler": "^3.0.0"
"toad-scheduler": "^3.0.1"
},
"devDependencies": {
"@nestjs/testing": "^10.1.3",
"@types/luxon": "^3.3.1"
"@nestjs/testing": "^10.3.8",
"@types/luxon": "^3.4.2"
},
"imports": {
"#auth": {
Expand Down
18 changes: 9 additions & 9 deletions apps/discord-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "TIMING=1 eslint './{src,tests}/**/*.{ts,tsx,js,jsx}' --fix"
},
"dependencies": {
"@sentry/node": "^7.64.0",
"@sentry/node": "^7.116.0",
"@statsify/api-client": "*",
"@statsify/assets": "*",
"@statsify/discord": "*",
Expand All @@ -20,20 +20,20 @@
"@statsify/rendering": "*",
"@statsify/schemas": "*",
"@statsify/util": "*",
"@swc/helpers": "^0.5.1",
"@typegoose/typegoose": "^12.0.0",
"axios": "1.4.0",
"discord-api-types": "^0.37.53",
"@swc/helpers": "^0.5.11",
"@typegoose/typegoose": "^12.4.0",
"axios": "1.6.8",
"discord-api-types": "^0.37.84",
"fuse.js": "^6.6.2",
"luxon": "^3.4.0",
"mongoose": "^8.0.3",
"reflect-metadata": "^0.1.13",
"luxon": "^3.4.4",
"mongoose": "^8.4.0",
"reflect-metadata": "^0.2.2",
"skia-canvas": "^0.9.30",
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#62cf5c895ce9287b4517356970fd6771957e43cb",
"typedi": "^0.10.0"
},
"devDependencies": {
"@types/luxon": "^3.3.1"
"@types/luxon": "^3.4.2"
},
"imports": {
"#components": {
Expand Down
14 changes: 7 additions & 7 deletions apps/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"@statsify/schemas": "*",
"@statsify/util": "*",
"@swc/core": "^1.3.68",
"@swc/helpers": "^0.5.1",
"@swc/helpers": "^0.5.11",
"chalk": "^5.3.0",
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"discord-bot": "*",
"inquirer": "^9.2.10",
"ioredis": "^5.3.2",
"inquirer": "^9.2.21",
"ioredis": "^5.4.1",
"skia-canvas": "^0.9.30",
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#62cf5c895ce9287b4517356970fd6771957e43cb",
"toad-scheduler": "^3.0.0",
"zod": "^3.22.1"
"toad-scheduler": "^3.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/inquirer": "^9.0.3"
"@types/inquirer": "^9.0.7"
}
}
24 changes: 12 additions & 12 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
"test:types": "tsc --noEmit"
},
"dependencies": {
"@swc/helpers": "^0.5.1",
"@vercel/analytics": "^1.1.1",
"@swc/helpers": "^0.5.11",
"@vercel/analytics": "^1.2.2",
"next": "^12.3.4",
"react": "^18.2.0",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-countup": "^6.5.3",
"react-dom": "^18.3.1",
"react-responsive-carousel": "^3.2.23",
"react-typed": "^1.2.0",
"sharp": "^0.32.5"
"sharp": "^0.33.4"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.3.4",
"@types/node": "^20.8.9",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/sharp": "^0.31.1",
"sass": "^1.65.1",
"typescript": "5.2.0-dev.20230807"
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/sharp": "^0.32.0",
"sass": "^1.77.2",
"typescript": "5.4.5"
}
}
20 changes: 10 additions & 10 deletions apps/support-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@
"lint": "TIMING=1 eslint './{src,tests}/**/*.{ts,tsx,js,jsx}' --fix"
},
"dependencies": {
"@sentry/node": "^7.64.0",
"@sentry/node": "^7.116.0",
"@statsify/api-client": "*",
"@statsify/assets": "*",
"@statsify/discord": "*",
"@statsify/logger": "*",
"@statsify/rendering": "*",
"@statsify/schemas": "*",
"@statsify/util": "*",
"@swc/helpers": "^0.5.1",
"@typegoose/typegoose": "^12.0.0",
"axios": "1.4.0",
"discord-api-types": "^0.37.53",
"luxon": "^3.4.0",
"mongoose": "^8.0.3",
"reflect-metadata": "^0.1.13",
"@swc/helpers": "^0.5.11",
"@typegoose/typegoose": "^12.4.0",
"axios": "1.6.8",
"discord-api-types": "^0.37.84",
"luxon": "^3.4.4",
"mongoose": "^8.4.0",
"reflect-metadata": "^0.2.2",
"skia-canvas": "^0.9.30",
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#62cf5c895ce9287b4517356970fd6771957e43cb",
"toad-scheduler": "^3.0.0",
"toad-scheduler": "^3.0.1",
"typedi": "^0.10.0"
},
"devDependencies": {
"@types/luxon": "^3.3.1"
"@types/luxon": "^3.4.2"
},
"imports": {
"#services": {
Expand Down
10 changes: 5 additions & 5 deletions apps/verify-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"lint": "TIMING=1 eslint './{src,tests}/**/*.{ts,tsx,js,jsx}' --fix"
},
"dependencies": {
"@sentry/node": "^7.64.0",
"@sentry/node": "^7.116.0",
"@statsify/assets": "*",
"@statsify/logger": "*",
"@statsify/schemas": "*",
"@statsify/util": "*",
"@swc/helpers": "^0.5.1",
"@typegoose/typegoose": "^12.0.0",
"minecraft-protocol": "^1.44.0",
"mongoose": "^8.0.3"
"@swc/helpers": "^0.5.11",
"@typegoose/typegoose": "^12.4.0",
"minecraft-protocol": "^1.47.0",
"mongoose": "^8.4.0"
}
}
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,32 @@
"scripts": "pnpm --filter scripts",
"verify-server": "pnpm --filter verify-server"
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.15.8",
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@rollup/pluginutils": "^5.0.3",
"@napi-rs/cli": "^2.14.6",
"@rollup/pluginutils": "^5.1.0",
"@napi-rs/cli": "^2.18.3",
"@swc/cli": "^0.1.62",
"@swc/core": "1.3.68",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@vitest/coverage-v8": "^0.34.1",
"@vitest/ui": "^0.34.1",
"chokidar": "^3.5.3",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.7",
"chokidar": "^3.6.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.47.0",
"eslint-plugin-license-header": "^0.6.0",
"eslint": "^8.57.0",
"eslint-plugin-license-header": "^0.6.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"pm2": "^5.3.0",
"turbo": "^1.10.12",
"typescript": "5.2.0-dev.20230807",
"unplugin": "^1.4.0",
"vitest": "^0.34.1"
"eslint-plugin-unused-imports": "^3.2.0",
"pm2": "^5.3.1",
"turbo": "^1.13.3",
"typescript": "5.4.5",
"unplugin": "^1.10.1",
"vitest": "^0.34.6"
},
"commitlint": {
"extends": [
Expand All @@ -64,7 +64,7 @@
},
"pnpm": {
"overrides": {
"countup.js": "2.6.0",
"countup.js": "2.8.0",
"gl": "^6.0.2"
},
"patchedDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"lint": "TIMING=1 eslint './{src,tests}/**/*.{ts,tsx,js,jsx}' --fix"
},
"dependencies": {
"@nestjs/common": "^10.1.3",
"@nestjs/swagger": "^7.1.8",
"@sentry/node": "^7.64.0",
"@nestjs/common": "^10.3.8",
"@nestjs/swagger": "^7.3.1",
"@sentry/node": "^7.116.0",
"@statsify/rendering": "*",
"@statsify/schemas": "*",
"@statsify/util": "*",
"@swc/helpers": "^0.5.1",
"axios": "^1.4.0"
"@swc/helpers": "^0.5.11",
"axios": "^1.6.8"
},
"imports": {
"#exceptions": {
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": "*",
"@statsify/rendering": "*",
"@statsify/schemas": "*",
"@swc/helpers": "^0.5.1",
"axios": "1.4.0",
"@swc/helpers": "^0.5.11",
"axios": "1.6.8",
"skia-canvas": "^0.9.30"
}
}
14 changes: 7 additions & 7 deletions packages/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"lint": "TIMING=1 eslint './{src,tests}/**/*.{ts,tsx,js,jsx}' --fix"
},
"dependencies": {
"@sentry/node": "^7.64.0",
"@sentry/node": "^7.116.0",
"@statsify/api-client": "*",
"@statsify/assets": "*",
"@statsify/logger": "*",
"@statsify/schemas": "*",
"@statsify/util": "*",
"@swc/helpers": "^0.5.1",
"axios": "^1.4.0",
"discord-api-types": "^0.37.53",
"@swc/helpers": "^0.5.11",
"axios": "^1.6.8",
"discord-api-types": "^0.37.84",
"i18next": "^21.10.0",
"i18next-fs-backend": "^2.1.5",
"reflect-metadata": "^0.1.13",
"i18next-fs-backend": "^2.3.1",
"reflect-metadata": "^0.2.2",
"skia-canvas": "^0.9.30",
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#62cf5c895ce9287b4517356970fd6771957e43cb",
"typedi": "^0.10.0"
},
"devDependencies": {
"@types/i18next-fs-backend": "^1.1.2"
"@types/i18next-fs-backend": "^1.1.5"
},
"imports": {
"#arguments": {
Expand Down
10 changes: 5 additions & 5 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"lint": "TIMING=1 eslint './{src,tests}/**/*.{ts,tsx,js,jsx}' --fix"
},
"dependencies": {
"@sentry/node": "^7.64.0",
"@sentry/node": "^7.116.0",
"@statsify/util": "*",
"@swc/helpers": "^0.5.1",
"@swc/helpers": "^0.5.11",
"chalk": "5.3.0",
"luxon": "^3.4.0"
"luxon": "^3.4.4"
},
"devDependencies": {
"@nestjs/common": "^10.1.3",
"@types/luxon": "^3.3.1"
"@nestjs/common": "^10.3.8",
"@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": "*",
"@swc/helpers": "^0.5.1"
"@swc/helpers": "^0.5.11"
}
}
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": "TIMING=1 eslint './{src,tests}/**/*.{ts,tsx,js,jsx}' --fix"
},
"dependencies": {
"@sentry/node": "^7.64.0",
"@sentry/node": "^7.116.0",
"@statsify/util": "*",
"@swc/helpers": "^0.5.1",
"axios": "1.4.0",
"@swc/helpers": "^0.5.11",
"axios": "1.6.8",
"skia-canvas": "^0.9.30",
"typedi": "^0.10.0"
},
Expand Down

0 comments on commit fe6e644

Please sign in to comment.