Skip to content

Commit

Permalink
fix(deps): update auto merge on patch or minor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 6, 2024
1 parent 1693610 commit 47fb934
Show file tree
Hide file tree
Showing 46 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion k8s/one-game-services/rest/game-service/redis-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
runAsUser: 1000
fsGroup: 1000
kubernetesConfig:
image: quay.io/opstree/redis:v7.2.3
image: quay.io/opstree/redis:v7.2.6
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion packages/api/libraries/api-graphql-models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@graphql-codegen/plugin-helpers": "5.1.0",
"@graphql-codegen/typescript": "4.1.1",
"@graphql-codegen/typescript-resolvers": "4.4.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@types/glob": "8.1.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/libraries/api-http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@cornie-js/api-openapi-schema": "workspace:*",
"@cornie-js/json-schema-utils": "workspace:*",
"@cornie-js/openapi-utils": "workspace:*",
"@types/node": "22.8.7",
"@types/qs": "6.9.16",
"@types/node": "22.9.0",
"@types/qs": "6.9.17",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@types/glob": "8.1.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/libraries/api-models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@cornie-js/json-schema-utils": "workspace:*",
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/libraries/api-openapi-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@types/clone-deep": "4.0.4",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Backend nodemailer adapter for mail application",
"dependencies": {
"@cornie-js/backend-application-mail": "workspace:*",
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.7",
"nodemailer": "^6.9.16"
},
"devDependencies": {
Expand All @@ -15,7 +15,7 @@
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@types/nodemailer": "6.4.16",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Backend apache pulsar adapter for mail application",
"dependencies": {
"@cornie-js/backend-application-messaging": "workspace:*",
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.7",
"pulsar-client": "^1.12.0"
},
"devDependencies": {
Expand All @@ -15,7 +15,7 @@
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/apps/common/backend-app-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
},
"description": "Backend app jwt",
"dependencies": {
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.7",
"@cornie-js/backend-jwt": "workspace:*"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/apps/common/backend-app-uuid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
},
"description": "Backend app jwt",
"dependencies": {
"@nestjs/common": "^10.4.6"
"@nestjs/common": "^10.4.7"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"description": "Backend app mail",
"dependencies": {
"@nestjs/common": "^10.4.6"
"@nestjs/common": "^10.4.7"
},
"devDependencies": {
"@eslint/js": "9.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"description": "Backend messaging application package",
"dependencies": {
"@nestjs/common": "^10.4.6"
"@nestjs/common": "^10.4.7"
},
"devDependencies": {
"@eslint/js": "9.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/apps/game/backend-app-game-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
},
"description": "Backend game app env",
"dependencies": {
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.7",
"@cornie-js/backend-env": "workspace:*",
"@cornie-js/backend-jwt": "workspace:*",
"envalid": "^8.0.0"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@cornie-js/backend-game-application": "workspace:*",
"@cornie-js/backend-http": "workspace:*",
"@cornie-js/backend-pub-sub": "workspace:*",
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.7",
"ioredis": "^5.4.1"
},
"devDependencies": {
Expand All @@ -18,7 +18,7 @@
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"description": "Backend game adapter pulsar modules",
"dependencies": {
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.7",
"@nestjs/typeorm": "^10.0.2",
"@cornie-js/backend-adapter-pulsar": "workspace:*",
"@cornie-js/backend-app-game-env": "workspace:*",
Expand All @@ -19,7 +19,7 @@
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"jest": "29.7.0",
"prettier": "3.3.3",
"pulsar-client": "1.12.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"description": "Backend user app models",
"dependencies": {
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.7",
"@nestjs/typeorm": "^10.0.2",
"@cornie-js/backend-game-application": "workspace:*",
"@cornie-js/backend-game-domain": "workspace:*",
Expand All @@ -21,7 +21,7 @@
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"@cornie-js/backend-game-domain": "workspace:*",
"@cornie-js/backend-http": "workspace:*",
"@cornie-js/backend-pub-sub": "workspace:*",
"@nestjs/common": "^10.4.6"
"@nestjs/common": "^10.4.7"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/apps/game/backend-game-domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"description": "Backend game domain package",
"dependencies": {
"@cornie-js/backend-common": "workspace:*",
"@nestjs/common": "^10.4.6"
"@nestjs/common": "^10.4.7"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@cornie-js/backend-common": "workspace:*",
"@cornie-js/backend-gateway-env": "workspace:*",
"@cornie-js/backend-http": "workspace:*",
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.7",
"dataloader": "^2.2.2",
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0"
Expand All @@ -22,7 +22,7 @@
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
},
"description": "Backend user app env",
"dependencies": {
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.7",
"@cornie-js/backend-env": "workspace:*",
"envalid": "^8.0.0"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/apps/user/backend-app-user-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
},
"description": "Backend user app env",
"dependencies": {
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.7",
"@cornie-js/backend-env": "workspace:*",
"@cornie-js/backend-jwt": "workspace:*",
"envalid": "^8.0.0"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"description": "Backend user typeorm package",
"dependencies": {
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.7",
"@nestjs/typeorm": "^10.0.2",
"@cornie-js/backend-user-application": "workspace:*",
"@cornie-js/backend-user-domain": "workspace:*",
Expand All @@ -18,7 +18,7 @@
"devDependencies": {
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@cornie-js/backend-db": "workspace:*",
"@cornie-js/backend-http": "workspace:*",
"@cornie-js/backend-user-domain": "workspace:*",
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.7",
"bcrypt": "^5.1.1"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@types/bcrypt": "5.0.2",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/apps/user/backend-user-domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"description": "Backend user domain package",
"dependencies": {
"@cornie-js/backend-common": "workspace:*",
"@nestjs/common": "^10.4.6"
"@nestjs/common": "^10.4.7"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/libraries/backend-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/libraries/backend-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
Expand Down
Loading

0 comments on commit 47fb934

Please sign in to comment.