From 999766e2a3901dc3a47d34206ae1965ee18f9d57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:57:08 +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 7b7869a..ab27968 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,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.1", + "@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",