From a6495934141d6273e2eefd23b62a4ae3fc4cfddf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 20:29:57 +0000 Subject: [PATCH] fix: update auto merge on patch or minor --- .github/renovate.json | 2 +- package.json | 6 +++--- packages/examples/001-live-chat/package.json | 6 +++--- packages/examples/002-catalog-grapql-api/package.json | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index c457239..1a5b369 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.16.0" + "pnpm": "11.17.0" }, "dockerfile": { "fileMatch": [ diff --git a/package.json b/package.json index 6737b9b..40efdc4 100644 --- a/package.json +++ b/package.json @@ -13,10 +13,10 @@ "@inversifyjs/foundation-eslint-config": "~0.3.0", "@inversifyjs/foundation-prettier-config": "~0.1.1", "@inversifyjs/foundation-typescript-config": "~0.2.0", - "@inversifyjs/foundation-vitest-config": "~0.2.0", + "@inversifyjs/foundation-vitest-config": "~0.2.1", "husky": "9.1.7", "knip": "6.29.0", - "lint-staged": "17.1.1", + "lint-staged": "17.2.0", "turbo": "2.10.6" }, "keywords": [ @@ -26,7 +26,7 @@ ], "author": "Roberto Pintos López", "license": "MIT", - "packageManager": "pnpm@11.16.0", + "packageManager": "pnpm@11.17.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 002f9a3..6b34dc2 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.4.5", "@inversifyjs/http-hono": "^5.4.5", "@inversifyjs/http-sse": "^2.0.11", - "hono": "^4.12.31", - "inversify": "^8.2.2" + "hono": "^4.12.32", + "inversify": "^8.2.3" }, "devDependencies": { "@types/node": "24.13.3", - "eslint": "10.7.0", + "eslint": "10.8.0", "prettier": "3.9.6", "rimraf": "6.1.3", "tslib": "2.8.1", diff --git a/packages/examples/002-catalog-grapql-api/package.json b/packages/examples/002-catalog-grapql-api/package.json index 839354c..3f093ad 100644 --- a/packages/examples/002-catalog-grapql-api/package.json +++ b/packages/examples/002-catalog-grapql-api/package.json @@ -17,7 +17,7 @@ "@prisma/client-runtime-utils": "^7.9.0", "dotenv": "^17.4.2", "express": "^5.2.1", - "inversify": "^8.2.2", + "inversify": "^8.2.3", "uuid": "^14.0.1" }, "devDependencies": { @@ -26,7 +26,7 @@ "@types/express": "5.0.6", "@types/node": "24.13.3", "@vitest/coverage-v8": "4.1.10", - "eslint": "10.7.0", + "eslint": "10.8.0", "graphql": "17.0.2", "ioredis": "5.11.1", "prettier": "3.9.6",