Skip to content

Commit

Permalink
fix(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent b671720 commit 4af04ca
Show file tree
Hide file tree
Showing 13 changed files with 6,314 additions and 6,175 deletions.
2 changes: 1 addition & 1 deletion .m8a/infra/zeus/templates/m8a-dev.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
coder = {
source = "coder/coder"
version = "~> 0.19.0"
version = "~> 1.0.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
8 changes: 4 additions & 4 deletions apps/zeus/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
"@types/jest": "29.5.12",
"@types/node": "20.12.3",
"@types/supertest": "6.0.2",
"eslint": "8.57.0",
"eslint": "9.9.0",
"jest": "29.7.0",
"prettier": "3.2.5",
"reflect-metadata": "0.2.2",
"rimraf": "~5.0.0",
"rimraf": "~6.0.0",
"rxjs": "7.8.1",
"source-map-support": "0.5.21",
"supertest": "6.3.4",
"supertest": "7.0.0",
"ts-jest": "29.1.2",
"ts-json-schema-generator": "1.5.0",
"ts-json-schema-generator": "2.3.0",
"ts-loader": "9.5.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.4.3",
Expand Down
10 changes: 5 additions & 5 deletions apps/zeus/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
"@quasar/app-vite": "1.8.0",
"@rushstack/eslint-config": "3.6.8",
"@types/node": "20.12.3",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"autoprefixer": "^10.4.2",
"eslint": "8.57.0",
"eslint": "9.9.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-vue": "^9.0.0",
"postcss": "8.4.38",
"typescript": "5.4.3"
Expand Down
14 changes: 7 additions & 7 deletions libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
"@nestjs/passport": "10.0.3",
"@nestjs/platform-fastify": "10.3.7",
"@ogma/nestjs-module": "5.1.4",
"@ptc-org/nestjs-query-core": "5.0.1",
"@ptc-org/nestjs-query-graphql": "5.0.1",
"@ptc-org/nestjs-query-typegoose": "5.0.1",
"@ptc-org/nestjs-query-core": "7.0.0",
"@ptc-org/nestjs-query-graphql": "7.0.0",
"@ptc-org/nestjs-query-typegoose": "7.0.0",
"@typegoose/typegoose": "12.2.0",
"argon2": "0.40.1",
"axios": "1.6.8",
"cache-manager": "5.4.0",
"cache-manager-redis-yet": "4.2.0",
"cache-manager-redis-yet": "5.1.3",
"camel-case": "5.0.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
Expand Down Expand Up @@ -92,15 +92,15 @@
"@types/passport-jwt": "4.0.1",
"chokidar": "3.6.0",
"dataloader": "2.2.2",
"eslint": "8.57.0",
"eslint": "9.9.0",
"graphql-subscriptions": "2.0.0",
"jest": "29.7.0",
"reflect-metadata": "0.2.2",
"rimraf": "~5.0.0",
"rimraf": "~6.0.0",
"rxjs": "7.8.1",
"ts-jest": "29.1.2",
"ts-loader": "9.5.1",
"ts-morph": "^22.0.0",
"ts-morph": "^23.0.0",
"tslib": "2.6.2",
"typescript": "5.4.3",
"webpack": "5.91.0"
Expand Down
14 changes: 7 additions & 7 deletions libs/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@rushstack/eslint-config": "3.6.8",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"eslint": "8.57.0",
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"eslint": "9.9.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jsdoc": "^48.0.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-jest": "28.8.0",
"eslint-plugin-jsdoc": "^50.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-promise": "^7.0.0",
"typescript": "5.4.3"
}
}
4 changes: 2 additions & 2 deletions libs/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"@rushstack/eslint-config": "3.6.8",
"@types/jest": "29.5.12",
"@types/node": "20.12.3",
"eslint": "8.57.0",
"eslint": "9.9.0",
"fastify": "4.23.2",
"jest": "29.7.0",
"reflect-metadata": "0.2.2",
"rimraf": "~5.0.0",
"rimraf": "~6.0.0",
"ts-jest": "29.1.2",
"typescript": "5.4.3"
},
Expand Down
14 changes: 7 additions & 7 deletions libs/nestjs-typegoose/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"class-validator": "0.14.1",
"mongoose": "8.2.4",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.5",
"rimraf": "6.0.1",
"rxjs": "7.8.1"
},
"devDependencies": {
Expand All @@ -53,17 +53,17 @@
"@types/jest": "29.5.12",
"@types/node": "20.12.3",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"eslint": "^8.26.0",
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^48.0.0",
"eslint-plugin-jsdoc": "^50.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "29.7.0",
"mongodb-memory-server": "9.1.8",
"mongodb-memory-server": "10.0.0",
"prettier": "3.2.5",
"supertest": "6.3.4",
"supertest": "7.0.0",
"ts-jest": "29.1.2",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
Expand Down
Loading

0 comments on commit 4af04ca

Please sign in to comment.