From dbf04ba00196299d373167e0fe544d3c305e0a82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 01:07:26 +0000 Subject: [PATCH] fix: update auto merge on patch or minor --- .github/renovate.json | 2 +- .nvmrc | 2 +- package.json | 8 ++++---- packages/examples/001-live-chat/package.json | 12 ++++++------ .../examples/002-catalog-grapql-api/package.json | 16 ++++++++-------- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index cf4b9b1..500dcd6 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": "12.3.1" + "pnpm": "12.4.1" }, "dockerfile": { "fileMatch": [ diff --git a/.nvmrc b/.nvmrc index b7179ae..df6ae33 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.20.0 +24.21.0 diff --git a/package.json b/package.json index 97f8b8d..e82a84d 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.2", + "@inversifyjs/foundation-vitest-config": "~0.2.3", "husky": "9.1.7", - "knip": "6.34.0", - "lint-staged": "17.4.1", + "knip": "6.35.1", + "lint-staged": "17.5.1", "turbo": "2.10.12" }, "keywords": [ @@ -26,7 +26,7 @@ ], "author": "Roberto Pintos López", "license": "MIT", - "packageManager": "pnpm@12.3.1", + "packageManager": "pnpm@12.4.1", "private": true, "repository": { "type": "git", diff --git a/packages/examples/001-live-chat/package.json b/packages/examples/001-live-chat/package.json index 114d876..cde3416 100644 --- a/packages/examples/001-live-chat/package.json +++ b/packages/examples/001-live-chat/package.json @@ -6,15 +6,15 @@ "description": "InversifyJs live chat code example", "dependencies": { "@hono/node-server": "^2.1.1", - "@inversifyjs/http-core": "^5.5.3", - "@inversifyjs/http-hono": "^5.5.3", - "@inversifyjs/http-sse": "^2.0.18", - "hono": "^4.13.5", + "@inversifyjs/http-core": "^5.6.1", + "@inversifyjs/http-hono": "^5.6.1", + "@inversifyjs/http-sse": "^2.0.20", + "hono": "^4.13.7", "inversify": "^8.2.3" }, "devDependencies": { - "@types/node": "24.13.3", - "eslint": "10.9.1", + "@types/node": "24.13.4", + "eslint": "10.10.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 8f796e2..6b42f4c 100644 --- a/packages/examples/002-catalog-grapql-api/package.json +++ b/packages/examples/002-catalog-grapql-api/package.json @@ -6,12 +6,12 @@ "description": "InversifyJs Catalog GraphQL API Example", "dependencies": { "@apollo/server": "5.5.1", - "@inversifyjs/apollo-core": "0.7.1", - "@inversifyjs/apollo-express": "0.8.1", - "@inversifyjs/apollo-subscription-ws": "0.3.1", + "@inversifyjs/apollo-core": "0.7.2", + "@inversifyjs/apollo-express": "0.8.2", + "@inversifyjs/apollo-subscription-ws": "0.3.2", "@inversifyjs/graphql-codegen": "0.4.1", - "@inversifyjs/http-core": "^5.5.3", - "@inversifyjs/http-express": "^5.5.3", + "@inversifyjs/http-core": "^5.6.1", + "@inversifyjs/http-express": "^5.6.1", "@prisma/adapter-pg": "^7.10.0", "@prisma/client": "^7.10.0", "@prisma/client-runtime-utils": "^7.10.0", @@ -22,11 +22,11 @@ }, "devDependencies": { "@as-integrations/express5": "1.1.2", - "@graphql-tools/utils": "12.0.0", + "@graphql-tools/utils": "12.0.1", "@types/express": "5.0.6", - "@types/node": "24.13.3", + "@types/node": "24.13.4", "@vitest/coverage-v8": "5.0.0", - "eslint": "10.9.1", + "eslint": "10.10.0", "graphql": "17.0.2", "ioredis": "5.11.1", "prettier": "3.9.6",