From 8a6afb49b0b791f4fd2a8d2ffd53b74dcd698f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 03:54:12 +0000 Subject: [PATCH] build(deps-dev): update @commitlint/types requirement 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.2.0/@commitlint/types) --- updated-dependencies: - dependency-name: "@commitlint/types" 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 9084f8f..b31103e 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@archoleat/semantic-release-define-config": "^1.3.1", "@commitlint/cli": "^20.1.0", "@commitlint/config-conventional": "^20.0.0", - "@commitlint/types": "^20.0.0", + "@commitlint/types": "^20.2.0", "@rollup/plugin-alias": "^6.0.0", "@rollup/plugin-typescript": "^12.1.4", "@semantic-release/changelog": "^6.0.3",