From 8bdd1125add4443bd8fadce2a09fa9aafc2cce70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 05:58:28 +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 91c232f..f448c26 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.2.0", + "@commitlint/config-conventional": "20.2.0", + "@commitlint/cz-commitlint": "20.2.0", "@softwareventures/eslint-config": "7.9.0", "@softwareventures/precise-commits": "3.0.35", "@softwareventures/prettier-config": "4.0.0",