From 35b4b07a0cf7bcb808cc1a1231c24e71af26a5a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 09:07:57 +0000 Subject: [PATCH] fix: update auto merge on patch or minor --- package.json | 8 ++++---- packages/examples/001-live-chat/package.json | 6 +++--- packages/examples/002-catalog-grapql-api/package.json | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index bf5073e..c1d03a2 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ }, "description": "InversifyJS framework examples root package", "devDependencies": { - "@commitlint/cli": "21.1.0", - "@commitlint/config-conventional": "21.1.0", - "@commitlint/prompt-cli": "21.1.0", + "@commitlint/cli": "21.2.0", + "@commitlint/config-conventional": "21.2.0", + "@commitlint/prompt-cli": "21.2.0", "@eslint/js": "10.0.1", "@inversifyjs/eslint-plugin-require-extensions": "~0.2.0", "@inversifyjs/foundation-eslint-config": "~0.3.0", @@ -15,7 +15,7 @@ "@inversifyjs/foundation-typescript-config": "~0.2.0", "@inversifyjs/foundation-vitest-config": "~0.2.0", "husky": "9.1.7", - "knip": "6.18.0", + "knip": "6.24.0", "lint-staged": "17.0.8", "turbo": "2.9.18" }, diff --git a/packages/examples/001-live-chat/package.json b/packages/examples/001-live-chat/package.json index 1f9608d..7b388a3 100644 --- a/packages/examples/001-live-chat/package.json +++ b/packages/examples/001-live-chat/package.json @@ -5,7 +5,7 @@ }, "description": "InversifyJs live chat code example", "dependencies": { - "@hono/node-server": "^2.0.6", + "@hono/node-server": "^2.0.8", "@inversifyjs/http-core": "^5.4.5", "@inversifyjs/http-hono": "^5.4.5", "@inversifyjs/http-sse": "^2.0.11", @@ -14,8 +14,8 @@ }, "devDependencies": { "@types/node": "24.13.2", - "eslint": "10.5.0", - "prettier": "3.8.4", + "eslint": "10.6.0", + "prettier": "3.9.4", "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 e4539eb..03f610b 100644 --- a/packages/examples/002-catalog-grapql-api/package.json +++ b/packages/examples/002-catalog-grapql-api/package.json @@ -22,14 +22,14 @@ }, "devDependencies": { "@as-integrations/express5": "1.1.2", - "@graphql-tools/utils": "11.1.0", + "@graphql-tools/utils": "11.1.1", "@types/express": "5.0.6", "@types/node": "24.13.2", "@vitest/coverage-v8": "4.1.9", - "eslint": "10.5.0", - "graphql": "17.0.1", + "eslint": "10.6.0", + "graphql": "17.0.2", "ioredis": "5.11.1", - "prettier": "3.8.4", + "prettier": "3.9.4", "prisma": "7.8.0", "rimraf": "6.1.3", "tslib": "2.8.1",