From 52c2725f3063650655cd7df3fb9b9047c0d77d88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:42:22 +0000 Subject: [PATCH] build(deps): update commitlint to v21 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7de60b5..74321d9 100644 --- a/package.json +++ b/package.json @@ -36,9 +36,9 @@ "unknown": "^0.2.5" }, "devDependencies": { - "@commitlint/cli": "19.8.1", - "@commitlint/config-conventional": "19.8.1", - "@commitlint/cz-commitlint": "19.8.1", + "@commitlint/cli": "21.1.0", + "@commitlint/config-conventional": "21.1.0", + "@commitlint/cz-commitlint": "21.1.0", "@softwareventures/eslint-config": "7.10.0", "@softwareventures/precise-commits": "4.0.26", "@softwareventures/prettier-config": "4.0.0",