From 09b080d9beb27d0d3cee7c8db6f1e51ddf258bf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 00:07:08 +0000 Subject: [PATCH] fix: update auto merge on patch or minor --- .github/renovate.json | 2 +- .nvmrc | 2 +- package.json | 6 +++--- packages/examples/001-live-chat/package.json | 10 +++++----- .../002-catalog-grapql-api/docker-compose.yml | 2 +- .../002-catalog-grapql-api/package.json | 20 +++++++++---------- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index d437cba..06be5ec 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.25.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..afc8352 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "@inversifyjs/foundation-typescript-config": "~0.2.0", "@inversifyjs/foundation-vitest-config": "~0.2.2", "husky": "9.1.7", - "knip": "6.32.2", - "lint-staged": "17.3.0", + "knip": "6.33.0", + "lint-staged": "17.4.1", "turbo": "2.10.10" }, "keywords": [ @@ -26,7 +26,7 @@ ], "author": "Roberto Pintos López", "license": "MIT", - "packageManager": "pnpm@11.21.0", + "packageManager": "pnpm@11.25.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..388c363 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.1", - "@inversifyjs/http-hono": "^5.5.1", - "@inversifyjs/http-sse": "^2.0.16", - "hono": "^4.13.2", + "@inversifyjs/http-core": "^5.5.2", + "@inversifyjs/http-hono": "^5.5.2", + "@inversifyjs/http-sse": "^2.0.17", + "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..8872346 100644 --- a/packages/examples/002-catalog-grapql-api/package.json +++ b/packages/examples/002-catalog-grapql-api/package.json @@ -10,31 +10,31 @@ "@inversifyjs/apollo-express": "0.8.1", "@inversifyjs/apollo-subscription-ws": "0.3.1", "@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", + "@inversifyjs/http-core": "^5.5.2", + "@inversifyjs/http-express": "^5.5.2", + "@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": [