From 199264cc76b157eb44b42843cc1422016b20701c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 06:54:12 +0000 Subject: [PATCH] chore(deps): bump @commitlint/config-conventional from 21.2.0 to 21.2.2 Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint) from 21.2.0 to 21.2.2. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/compare/v21.2.0...v21.2.2) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-version: 21.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- deno.json | 2 +- deno.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deno.json b/deno.json index 13611dbd..145ccf54 100644 --- a/deno.json +++ b/deno.json @@ -42,7 +42,7 @@ ], "imports": { "@commitlint/cli": "npm:@commitlint/cli@^21.2.1", - "@commitlint/config-conventional": "npm:@commitlint/config-conventional@^21.2.0", + "@commitlint/config-conventional": "npm:@commitlint/config-conventional@^21.2.2", "@commitlint/types": "npm:@commitlint/types@^21.2.0", "lint-staged": "npm:lint-staged@^17.3.0" } diff --git a/deno.lock b/deno.lock index d93a987d..c62ef84d 100644 --- a/deno.lock +++ b/deno.lock @@ -14,7 +14,7 @@ "jsr:@std/testing@*": "1.0.15", "jsr:@targetd/api@^10.0.3": "10.0.3", "npm:@commitlint/cli@^21.2.1": "21.2.1_@types+node@26.1.1_typescript@7.0.2", - "npm:@commitlint/config-conventional@^21.2.0": "21.2.0", + "npm:@commitlint/config-conventional@^21.2.2": "21.2.2", "npm:@commitlint/types@^21.2.0": "21.2.0", "npm:@johngw/error@^2.2.2": "2.2.2", "npm:@johngw/fs@^3.0.1": "3.0.1", @@ -116,8 +116,8 @@ ], "bin": true }, - "@commitlint/config-conventional@21.2.0": { - "integrity": "sha512-Qf8WRDVcyVd14if6VTWenebxFbKnVnbzPUJjlzjkyJGeHK2xCGd63Dr1XZzj0plXKQb9P0BfOxoc1HVeCo2BWQ==", + "@commitlint/config-conventional@21.2.2": { + "integrity": "sha512-NxA37SZviusFUEYOQZ5hNnZ1h7O/KiemPkxjOlpzKJNnWxThiwc6/SaZhaPa8fyLvfRBAywhQhJJk8XESHWlpQ==", "dependencies": [ "@commitlint/types", "conventional-changelog-conventionalcommits@10.2.1" @@ -2134,7 +2134,7 @@ "workspace": { "dependencies": [ "npm:@commitlint/cli@^21.2.1", - "npm:@commitlint/config-conventional@^21.2.0", + "npm:@commitlint/config-conventional@^21.2.2", "npm:@commitlint/types@^21.2.0", "npm:lint-staged@^17.3.0" ],