From b10d9422f636ddb6e98f3df968b27a8a7d727f99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:15:28 +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 e3537a1..e4b5a14 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,9 @@ "tslib": "^2.5.0" }, "devDependencies": { - "@commitlint/cli": "17.8.1", - "@commitlint/config-conventional": "17.8.1", - "@commitlint/cz-commitlint": "17.8.1", + "@commitlint/cli": "21.2.0", + "@commitlint/config-conventional": "21.2.0", + "@commitlint/cz-commitlint": "21.2.0", "@softwareventures/eslint-config": "7.10.0", "@softwareventures/precise-commits": "4.0.26", "@softwareventures/prettier-config": "4.0.0",