From 43f6149e46ed9627b8e857e391a0c41de94b8e80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 10:53:39 +0000 Subject: [PATCH] build(deps): update commitlint to v20 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e48cf86..6b981cb 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": "20.4.2", + "@commitlint/config-conventional": "20.4.2", + "@commitlint/cz-commitlint": "20.4.1", "@softwareventures/eslint-config": "7.10.0", "@softwareventures/precise-commits": "4.0.23", "@softwareventures/prettier-config": "4.0.0",