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] authored Jul 23, 2023
1 parent b465286 commit 7163987
Show file tree
Hide file tree
Showing 14 changed files with 472 additions and 935 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
18.17.0
22 changes: 11 additions & 11 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,35 @@
"@fastify/view": "^8.0.0",
"@m8a/nestjs-typegoose": "^11.0.2",
"@nestjs/axios": "^3.0.0",
"@nestjs/common": "^10.0.5",
"@nestjs/core": "^10.0.5",
"@nestjs/platform-fastify": "^10.0.5",
"@nestjs/swagger": "^7.1.1",
"@sentry/node": "^7.57.0",
"@sentry/tracing": "^7.57.0",
"@nestjs/common": "^10.1.0",
"@nestjs/core": "^10.1.0",
"@nestjs/platform-fastify": "^10.1.0",
"@nestjs/swagger": "^7.1.2",
"@sentry/node": "^7.60.0",
"@sentry/tracing": "^7.60.0",
"@statsify/api-client": "*",
"@statsify/assets": "*",
"@statsify/logger": "*",
"@statsify/rendering": "*",
"@statsify/schemas": "*",
"@statsify/util": "*",
"@swc/helpers": "^0.5.1",
"@typegoose/typegoose": "^11.3.0",
"@typegoose/typegoose": "^11.4.0",
"class-transformer": "0.5.1",
"class-validator": "^0.14.0",
"fastify": "^4.19.2",
"fastify": "^4.20.0",
"handlebars": "^4.7.7",
"ioredis": "5.3.2",
"luxon": "^3.3.0",
"mongoose": "^7.3.2",
"mongoose": "^7.4.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"skia-canvas": "^0.9.30",
"toad-scheduler": "^3.0.0"
},
"devDependencies": {
"@nestjs/testing": "^10.0.5",
"@types/luxon": "^3.3.0"
"@nestjs/testing": "^10.1.0",
"@types/luxon": "^3.3.1"
},
"imports": {
"#auth": {
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,8 +11,8 @@
"lint": "TIMING=1 eslint './{src,tests}/**/*.{ts,tsx,js,jsx}' --fix"
},
"dependencies": {
"@sentry/node": "^7.57.0",
"@sentry/tracing": "^7.57.0",
"@sentry/node": "^7.60.0",
"@sentry/tracing": "^7.60.0",
"@statsify/api-client": "*",
"@statsify/assets": "*",
"@statsify/discord": "*",
Expand All @@ -22,19 +22,19 @@
"@statsify/schemas": "*",
"@statsify/util": "*",
"@swc/helpers": "^0.5.1",
"@typegoose/typegoose": "^11.3.0",
"@typegoose/typegoose": "^11.4.0",
"axios": "1.4.0",
"discord-api-types": "^0.37.48",
"discord-api-types": "^0.37.50",
"fuse.js": "^6.6.2",
"luxon": "^3.3.0",
"mongoose": "^7.3.2",
"mongoose": "^7.4.0",
"reflect-metadata": "^0.1.13",
"skia-canvas": "^0.9.30",
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#62cf5c895ce9287b4517356970fd6771957e43cb",
"typedi": "^0.10.0"
},
"devDependencies": {
"@types/luxon": "^3.3.0"
"@types/luxon": "^3.3.1"
},
"imports": {
"#components": {
Expand Down
2 changes: 1 addition & 1 deletion apps/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"chalk": "^5.3.0",
"chokidar": "^3.5.3",
"discord-bot": "*",
"inquirer": "^9.2.7",
"inquirer": "^9.2.8",
"ioredis": "^5.3.2",
"skia-canvas": "^0.9.30",
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#62cf5c895ce9287b4517356970fd6771957e43cb",
Expand Down
12 changes: 6 additions & 6 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"react-dom": "^18.2.0",
"react-responsive-carousel": "^3.2.23",
"react-typed": "^1.2.0",
"sharp": "^0.32.1"
"sharp": "^0.32.4"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.3.4",
"@types/node": "^18.16.19",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/node": "^18.17.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/sharp": "^0.31.1",
"sass": "^1.63.6",
"typescript": "5.2.0-dev.20230710"
"sass": "^1.64.1",
"typescript": "5.2.0-dev.20230723"
}
}
12 changes: 6 additions & 6 deletions apps/support-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"lint": "TIMING=1 eslint './{src,tests}/**/*.{ts,tsx,js,jsx}' --fix"
},
"dependencies": {
"@sentry/node": "^7.57.0",
"@sentry/tracing": "^7.57.0",
"@sentry/node": "^7.60.0",
"@sentry/tracing": "^7.60.0",
"@statsify/api-client": "*",
"@statsify/assets": "*",
"@statsify/discord": "*",
Expand All @@ -21,19 +21,19 @@
"@statsify/schemas": "*",
"@statsify/util": "*",
"@swc/helpers": "^0.5.1",
"@typegoose/typegoose": "^11.3.0",
"@typegoose/typegoose": "^11.4.0",
"axios": "1.4.0",
"discord-api-types": "^0.37.48",
"discord-api-types": "^0.37.50",
"luxon": "^3.3.0",
"mongoose": "^7.3.2",
"mongoose": "^7.4.0",
"reflect-metadata": "^0.1.13",
"skia-canvas": "^0.9.30",
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#62cf5c895ce9287b4517356970fd6771957e43cb",
"toad-scheduler": "^3.0.0",
"typedi": "^0.10.0"
},
"devDependencies": {
"@types/luxon": "^3.3.0"
"@types/luxon": "^3.3.1"
},
"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,15 +11,15 @@
"lint": "TIMING=1 eslint './{src,tests}/**/*.{ts,tsx,js,jsx}' --fix"
},
"dependencies": {
"@sentry/node": "^7.57.0",
"@sentry/tracing": "^7.57.0",
"@sentry/node": "^7.60.0",
"@sentry/tracing": "^7.60.0",
"@statsify/assets": "*",
"@statsify/logger": "*",
"@statsify/schemas": "*",
"@statsify/util": "*",
"@swc/helpers": "^0.5.1",
"@typegoose/typegoose": "^11.3.0",
"minecraft-protocol": "^1.43.1",
"mongoose": "^7.3.2"
"@typegoose/typegoose": "^11.4.0",
"minecraft-protocol": "^1.43.2",
"mongoose": "^7.4.0"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,30 @@
"scripts": "pnpm --filter scripts",
"verify-server": "pnpm --filter verify-server"
},
"packageManager": "pnpm@8.6.7",
"packageManager": "pnpm@8.6.9",
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@rollup/pluginutils": "^5.0.2",
"@swc/cli": "^0.1.62",
"@swc/core": "1.3.68",
"@types/node": "^18.16.19",
"@types/node": "^18.17.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitest/coverage-v8": "^0.33.0",
"@vitest/ui": "^0.33.0",
"chokidar": "^3.5.3",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"eslint-plugin-license-header": "^0.6.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"pm2": "^5.3.0",
"turbo": "^1.10.7",
"typescript": "5.2.0-dev.20230710",
"unplugin": "^1.3.2",
"turbo": "^1.10.9",
"typescript": "5.2.0-dev.20230723",
"unplugin": "^1.4.0",
"vitest": "^0.33.0"
},
"commitlint": {
Expand Down
6 changes: 3 additions & 3 deletions packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"lint": "TIMING=1 eslint './{src,tests}/**/*.{ts,tsx,js,jsx}' --fix"
},
"dependencies": {
"@nestjs/common": "^10.0.5",
"@nestjs/swagger": "^7.1.1",
"@sentry/node": "^7.57.0",
"@nestjs/common": "^10.1.0",
"@nestjs/swagger": "^7.1.2",
"@sentry/node": "^7.60.0",
"@statsify/rendering": "*",
"@statsify/schemas": "*",
"@statsify/util": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"lint": "TIMING=1 eslint './{src,tests}/**/*.{ts,tsx,js,jsx}' --fix"
},
"dependencies": {
"@sentry/node": "^7.57.0",
"@sentry/node": "^7.60.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.48",
"discord-api-types": "^0.37.50",
"i18next": "^21.10.0",
"i18next-fs-backend": "^2.1.5",
"reflect-metadata": "^0.1.13",
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": "TIMING=1 eslint './{src,tests}/**/*.{ts,tsx,js,jsx}' --fix"
},
"dependencies": {
"@sentry/node": "^7.57.0",
"@sentry/node": "^7.60.0",
"@statsify/util": "*",
"@swc/helpers": "^0.5.1",
"chalk": "5.3.0",
"luxon": "^3.3.0"
},
"devDependencies": {
"@nestjs/common": "^10.0.5",
"@types/luxon": "^3.3.0"
"@nestjs/common": "^10.1.0",
"@types/luxon": "^3.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "TIMING=1 eslint './{src,tests}/**/*.{ts,tsx,js,jsx}' --fix"
},
"dependencies": {
"@sentry/node": "^7.57.0",
"@sentry/node": "^7.60.0",
"@statsify/util": "*",
"@swc/helpers": "^0.5.1",
"axios": "1.4.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,17 +10,17 @@
"lint": "TIMING=1 eslint './{src,tests}/**/*.{ts,tsx,js,jsx}' --fix"
},
"dependencies": {
"@nestjs/swagger": "^7.1.1",
"@nestjs/swagger": "^7.1.2",
"@statsify/logger": "*",
"@statsify/math": "*",
"@statsify/util": "*",
"@swc/helpers": "^0.5.1",
"@typegoose/typegoose": "^11.3.0",
"@typegoose/typegoose": "^11.4.0",
"class-validator": "^0.14.0",
"luxon": "^3.3.0"
},
"devDependencies": {
"@types/luxon": "^3.3.0"
"@types/luxon": "^3.3.1"
},
"imports": {
"#metadata": {
Expand Down
Loading

0 comments on commit 7163987

Please sign in to comment.