From 1efa88651cca8f96b2355723a7a7f38a66693976 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:34:42 +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..6194f54 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.1.0", + "@commitlint/config-conventional": "20.0.0", + "@commitlint/cz-commitlint": "20.1.0", "@softwareventures/eslint-config": "7.9.0", "@softwareventures/precise-commits": "3.0.35", "@softwareventures/prettier-config": "4.0.0",