From 7b36d2cef9023a3dd5dac20602bc90134ecf3859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 08:54:09 +0000 Subject: [PATCH] build(deps-dev): update @commitlint/config-conventional requirement Updates the requirements on [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) to permit the latest version. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.2.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-version: 20.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9114b7..60bb87c 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@archoleat/prettier-define-config": "^1.2.1", "@archoleat/semantic-release-define-config": "^1.3.1", "@commitlint/cli": "^20.1.0", - "@commitlint/config-conventional": "^20.0.0", + "@commitlint/config-conventional": "^20.2.0", "@commitlint/types": "^20.0.0", "@rollup/plugin-alias": "^6.0.0", "@rollup/plugin-typescript": "^12.1.4",