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 Aug 1, 2023
1 parent 376f176 commit f7ae256
Show file tree
Hide file tree
Showing 14 changed files with 304 additions and 285 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3

- name: Setup pnpm
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0

- name: Install node.js v18
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
Expand Down
16 changes: 8 additions & 8 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@fastify/view": "^8.0.0",
"@m8a/nestjs-typegoose": "^11.0.2",
"@nestjs/axios": "^3.0.0",
"@nestjs/common": "^10.1.1",
"@nestjs/core": "^10.1.1",
"@nestjs/platform-fastify": "^10.1.1",
"@nestjs/swagger": "^7.1.2",
"@sentry/node": "^7.60.0",
"@sentry/tracing": "^7.60.0",
"@nestjs/common": "^10.1.3",
"@nestjs/core": "^10.1.3",
"@nestjs/platform-fastify": "^10.1.3",
"@nestjs/swagger": "^7.1.6",
"@sentry/node": "^7.61.0",
"@sentry/tracing": "^7.61.0",
"@statsify/api-client": "*",
"@statsify/assets": "*",
"@statsify/logger": "*",
Expand All @@ -32,7 +32,7 @@
"@typegoose/typegoose": "^11.4.0",
"class-transformer": "0.5.1",
"class-validator": "^0.14.0",
"fastify": "^4.20.0",
"fastify": "^4.21.0",
"handlebars": "^4.7.7",
"ioredis": "5.3.2",
"luxon": "^3.3.0",
Expand All @@ -43,7 +43,7 @@
"toad-scheduler": "^3.0.0"
},
"devDependencies": {
"@nestjs/testing": "^10.1.1",
"@nestjs/testing": "^10.1.3",
"@types/luxon": "^3.3.1"
},
"imports": {
Expand Down
6 changes: 3 additions & 3 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.60.0",
"@sentry/tracing": "^7.60.0",
"@sentry/node": "^7.61.0",
"@sentry/tracing": "^7.61.0",
"@statsify/api-client": "*",
"@statsify/assets": "*",
"@statsify/discord": "*",
Expand All @@ -24,7 +24,7 @@
"@swc/helpers": "^0.5.1",
"@typegoose/typegoose": "^11.4.0",
"axios": "1.4.0",
"discord-api-types": "^0.37.50",
"discord-api-types": "^0.37.51",
"fuse.js": "^6.6.2",
"luxon": "^3.3.0",
"mongoose": "^7.4.1",
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.8",
"inquirer": "^9.2.9",
"ioredis": "^5.3.2",
"skia-canvas": "^0.9.30",
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#62cf5c895ce9287b4517356970fd6771957e43cb",
Expand Down
8 changes: 4 additions & 4 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.3.4",
"@types/node": "^18.17.0",
"@types/react": "^18.2.15",
"@types/node": "^18.17.1",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/sharp": "^0.31.1",
"sass": "^1.64.1",
"typescript": "5.2.0-dev.20230724"
"sass": "^1.64.2",
"typescript": "5.2.0-dev.20230801"
}
}
6 changes: 3 additions & 3 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.60.0",
"@sentry/tracing": "^7.60.0",
"@sentry/node": "^7.61.0",
"@sentry/tracing": "^7.61.0",
"@statsify/api-client": "*",
"@statsify/assets": "*",
"@statsify/discord": "*",
Expand All @@ -23,7 +23,7 @@
"@swc/helpers": "^0.5.1",
"@typegoose/typegoose": "^11.4.0",
"axios": "1.4.0",
"discord-api-types": "^0.37.50",
"discord-api-types": "^0.37.51",
"luxon": "^3.3.0",
"mongoose": "^7.4.1",
"reflect-metadata": "^0.1.13",
Expand Down
4 changes: 2 additions & 2 deletions apps/verify-server/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.60.0",
"@sentry/tracing": "^7.60.0",
"@sentry/node": "^7.61.0",
"@sentry/tracing": "^7.61.0",
"@statsify/assets": "*",
"@statsify/logger": "*",
"@statsify/schemas": "*",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,29 @@
"scripts": "pnpm --filter scripts",
"verify-server": "pnpm --filter verify-server"
},
"packageManager": "pnpm@8.6.10",
"packageManager": "pnpm@8.6.11",
"devDependencies": {
"@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.17.0",
"@types/node": "^18.17.1",
"@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.45.0",
"eslint": "^8.46.0",
"eslint-plugin-license-header": "^0.6.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-unicorn": "^48.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"pm2": "^5.3.0",
"turbo": "^1.10.9",
"typescript": "5.2.0-dev.20230724",
"turbo": "^1.10.12",
"typescript": "5.2.0-dev.20230801",
"unplugin": "^1.4.0",
"vitest": "^0.33.0"
},
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.1.1",
"@nestjs/swagger": "^7.1.2",
"@sentry/node": "^7.60.0",
"@nestjs/common": "^10.1.3",
"@nestjs/swagger": "^7.1.6",
"@sentry/node": "^7.61.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.60.0",
"@sentry/node": "^7.61.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.50",
"discord-api-types": "^0.37.51",
"i18next": "^21.10.0",
"i18next-fs-backend": "^2.1.5",
"reflect-metadata": "^0.1.13",
Expand Down
4 changes: 2 additions & 2 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.60.0",
"@sentry/node": "^7.61.0",
"@statsify/util": "*",
"@swc/helpers": "^0.5.1",
"chalk": "5.3.0",
"luxon": "^3.3.0"
},
"devDependencies": {
"@nestjs/common": "^10.1.1",
"@nestjs/common": "^10.1.3",
"@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.60.0",
"@sentry/node": "^7.61.0",
"@statsify/util": "*",
"@swc/helpers": "^0.5.1",
"axios": "1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "TIMING=1 eslint './{src,tests}/**/*.{ts,tsx,js,jsx}' --fix"
},
"dependencies": {
"@nestjs/swagger": "^7.1.2",
"@nestjs/swagger": "^7.1.6",
"@statsify/logger": "*",
"@statsify/math": "*",
"@statsify/util": "*",
Expand Down
Loading

0 comments on commit f7ae256

Please sign in to comment.