From f0541534aa44ec95ee365edc08d8e2491d715035 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 14:34:46 +0000 Subject: [PATCH] fix: update auto merge on patch or minor --- .github/renovate.json | 2 +- .nvmrc | 2 +- package.json | 4 ++-- packages/examples/001-live-chat/package.json | 4 ++-- .../002-catalog-grapql-api/docker-compose.yml | 2 +- .../examples/002-catalog-grapql-api/package.json | 16 ++++++++-------- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index d437cba..2e035d6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "automerge": false, "constraints": { - "pnpm": "11.21.0" + "pnpm": "11.24.0" }, "dockerfile": { "fileMatch": [ diff --git a/.nvmrc b/.nvmrc index 60ade1a..b7179ae 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.19.0 +24.20.0 diff --git a/package.json b/package.json index 01aa573..282ffe6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@inversifyjs/foundation-typescript-config": "~0.2.0", "@inversifyjs/foundation-vitest-config": "~0.2.2", "husky": "9.1.7", - "knip": "6.32.2", + "knip": "6.32.3", "lint-staged": "17.3.0", "turbo": "2.10.10" }, @@ -26,7 +26,7 @@ ], "author": "Roberto Pintos López", "license": "MIT", - "packageManager": "pnpm@11.21.0", + "packageManager": "pnpm@11.24.0", "private": true, "repository": { "type": "git", diff --git a/packages/examples/001-live-chat/package.json b/packages/examples/001-live-chat/package.json index 99e85e6..1c1529f 100644 --- a/packages/examples/001-live-chat/package.json +++ b/packages/examples/001-live-chat/package.json @@ -9,12 +9,12 @@ "@inversifyjs/http-core": "^5.5.1", "@inversifyjs/http-hono": "^5.5.1", "@inversifyjs/http-sse": "^2.0.16", - "hono": "^4.13.2", + "hono": "^4.13.5", "inversify": "^8.2.3" }, "devDependencies": { "@types/node": "24.13.3", - "eslint": "10.8.1", + "eslint": "10.9.1", "prettier": "3.9.6", "rimraf": "6.1.3", "tslib": "2.8.1", diff --git a/packages/examples/002-catalog-grapql-api/docker-compose.yml b/packages/examples/002-catalog-grapql-api/docker-compose.yml index 97f60e7..6895b84 100644 --- a/packages/examples/002-catalog-grapql-api/docker-compose.yml +++ b/packages/examples/002-catalog-grapql-api/docker-compose.yml @@ -14,7 +14,7 @@ services: - ./posgresql/init_shadow_db.sql:/docker-entrypoint-initdb.d/init_shadow_db.sql redis: - image: redis:8.10.0-alpine + image: redis:8.10.1-alpine ports: - '6379:6379' networks: diff --git a/packages/examples/002-catalog-grapql-api/package.json b/packages/examples/002-catalog-grapql-api/package.json index ce040c6..182faf5 100644 --- a/packages/examples/002-catalog-grapql-api/package.json +++ b/packages/examples/002-catalog-grapql-api/package.json @@ -12,29 +12,29 @@ "@inversifyjs/graphql-codegen": "0.4.1", "@inversifyjs/http-core": "^5.5.1", "@inversifyjs/http-express": "^5.5.1", - "@prisma/adapter-pg": "^7.9.1", - "@prisma/client": "^7.9.1", - "@prisma/client-runtime-utils": "^7.9.1", + "@prisma/adapter-pg": "^7.10.0", + "@prisma/client": "^7.10.0", + "@prisma/client-runtime-utils": "^7.10.0", "dotenv": "^17.4.2", "express": "^5.2.1", "inversify": "^8.2.3", - "uuid": "^14.0.1" + "uuid": "^14.0.2" }, "devDependencies": { "@as-integrations/express5": "1.1.2", "@graphql-tools/utils": "12.0.0", "@types/express": "5.0.6", "@types/node": "24.13.3", - "@vitest/coverage-v8": "4.1.10", - "eslint": "10.8.1", + "@vitest/coverage-v8": "4.1.11", + "eslint": "10.9.1", "graphql": "17.0.2", "ioredis": "5.11.1", "prettier": "3.9.6", - "prisma": "7.9.1", + "prisma": "7.10.0", "rimraf": "6.1.3", "tslib": "2.8.1", "typescript": "6.0.3", - "vitest": "4.1.10" + "vitest": "4.1.11" }, "homepage": "https://inversify.io", "keywords": [