From af9e262124d6b1c2f0620ae9551452e30a24526e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:34:55 +0000 Subject: [PATCH] fix: update auto merge on patch or minor --- .github/renovate.json | 2 +- package.json | 4 ++-- packages/examples/001-live-chat/package.json | 4 ++-- packages/examples/002-catalog-grapql-api/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 173ff14..edaeda3 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.10.0" + "pnpm": "11.11.0" }, "dockerfile": { "fileMatch": [ diff --git a/package.json b/package.json index c250c93..38f3909 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@inversifyjs/foundation-typescript-config": "~0.2.0", "@inversifyjs/foundation-vitest-config": "~0.2.0", "husky": "9.1.7", - "knip": "6.25.0", + "knip": "6.26.0", "lint-staged": "17.0.8", "turbo": "2.10.4" }, @@ -26,7 +26,7 @@ ], "author": "Roberto Pintos López", "license": "MIT", - "packageManager": "pnpm@11.10.0", + "packageManager": "pnpm@11.11.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 b9432ad..084775a 100644 --- a/packages/examples/001-live-chat/package.json +++ b/packages/examples/001-live-chat/package.json @@ -9,13 +9,13 @@ "@inversifyjs/http-core": "^5.4.5", "@inversifyjs/http-hono": "^5.4.5", "@inversifyjs/http-sse": "^2.0.11", - "hono": "^4.12.28", + "hono": "^4.12.29", "inversify": "^8.1.2" }, "devDependencies": { "@types/node": "24.13.3", "eslint": "10.6.0", - "prettier": "3.9.4", + "prettier": "3.9.5", "rimraf": "6.1.3", "tslib": "2.8.1", "typescript": "6.0.3" diff --git a/packages/examples/002-catalog-grapql-api/package.json b/packages/examples/002-catalog-grapql-api/package.json index 6982ab6..4ce825d 100644 --- a/packages/examples/002-catalog-grapql-api/package.json +++ b/packages/examples/002-catalog-grapql-api/package.json @@ -29,7 +29,7 @@ "eslint": "10.6.0", "graphql": "17.0.2", "ioredis": "5.11.1", - "prettier": "3.9.4", + "prettier": "3.9.5", "prisma": "7.8.0", "rimraf": "6.1.3", "tslib": "2.8.1",