From 248f5e160bed6a8c7d48d268f0893c2f4677df0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 19:13:02 +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 d2daccd..96a9532 100644 --- a/package.json +++ b/package.json @@ -89,9 +89,9 @@ "tslib": "2.8.1" }, "devDependencies": { - "@commitlint/cli": "17.8.1", - "@commitlint/config-conventional": "17.8.1", - "@commitlint/cz-commitlint": "17.8.1", + "@commitlint/cli": "20.4.3", + "@commitlint/config-conventional": "20.4.3", + "@commitlint/cz-commitlint": "20.4.3", "@softwareventures/eslint-config": "7.10.0", "@softwareventures/precise-commits": "3.0.36", "@softwareventures/prettier-config": "4.0.0",