From 79a4243ce35510b2a056aebb1a140c5581040a0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 08:56:27 +0000 Subject: [PATCH] chore(tooling): bump @commitlint/cli from 19.8.1 to 21.0.2 Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.8.1 to 21.0.2. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.0.2/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-version: 21.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1792492..18cc51e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "ci": "npm run lint:md && npm run lint:spelling && npm run format:check" }, "devDependencies": { - "@commitlint/cli": "^19.0.0", + "@commitlint/cli": "^21.0.2", "@commitlint/config-conventional": "^19.0.0", "cspell": "^8.0.0", "markdownlint-cli": "^0.42.0",