From 9fbadd946627ba584ad0fa2bc5a8192332190c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 22:28:51 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/cli from 20.5.3 to 21.0.1 Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 20.5.3 to 21.0.1. - [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.1/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-version: 21.0.1 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 7adc096..f0413ad 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": {}, "devDependencies": { "@antfu/eslint-config": "^7.7.3", - "@commitlint/cli": "^20.1.0", + "@commitlint/cli": "^21.0.1", "@commitlint/config-conventional": "^20.0.0", "@vitejs/plugin-vue-jsx": "^5.1.5", "@vitest/coverage-v8": "^4.1.1",