From 1602640a92384309eaa278e79a0bbaa41e5d7b0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 19:34:34 +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 65e5d07c..717c77a1 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,9 @@ "tslib": "^2.0.0" }, "devDependencies": { - "@commitlint/cli": "19.8.1", - "@commitlint/config-conventional": "19.8.1", - "@commitlint/cz-commitlint": "19.8.1", + "@commitlint/cli": "21.2.3", + "@commitlint/config-conventional": "21.2.3", + "@commitlint/cz-commitlint": "21.2.3", "@eslint/js": "9.39.5", "@softwareventures/eslint-config": "10.0.0", "@softwareventures/precise-commits": "4.0.26",