From 75a5123947ccebde633fbec35a9ca9e60edeac66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 20:27:59 +0000 Subject: [PATCH] Update @commitlint/types requirement from ^20.2.0 to ^20.5.0 Updates the requirements on [@commitlint/types](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/types) to permit the latest version. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/types/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.5.0/@commitlint/types) --- updated-dependencies: - dependency-name: "@commitlint/types" dependency-version: 20.5.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 ec1f8ac..3f3272e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@archoleat/semantic-release-define-config": "^1.3.1", "@commitlint/cli": "^20.1.0", "@commitlint/config-conventional": "^20.0.0", - "@commitlint/types": "^20.2.0", + "@commitlint/types": "^20.5.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/bun": "^1.2.21",