From 74462727a28398b24ea08fdb476bb5f5c0e22e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:06:06 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-conventional Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) 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/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.2.2/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-version: 21.2.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5fd8fc43..10fc0141 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@babel/core": "^7.29.7", "@babel/preset-env": "^7.29.7", "@commitlint/cli": "^21.2.0", - "@commitlint/config-conventional": "^21.0.2", + "@commitlint/config-conventional": "^21.2.2", "@nuxt/test-utils-edge": "^3.8.0-28275051.7cb8d079", "@nuxt/types": "^2.18.1", "@nuxtjs/eslint-config": "^12.0.0", diff --git a/yarn.lock b/yarn.lock index be147ff4..b60c294f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1196,10 +1196,10 @@ tinyexec "^1.0.0" yargs "^18.0.0" -"@commitlint/config-conventional@^21.0.2", "@commitlint/config-conventional@^21.2.0": - version "21.2.0" - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-21.2.0.tgz#9ce2b1f5a24e94883ed1e4c5530fb1b8c1d531eb" - integrity sha512-Qf8WRDVcyVd14if6VTWenebxFbKnVnbzPUJjlzjkyJGeHK2xCGd63Dr1XZzj0plXKQb9P0BfOxoc1HVeCo2BWQ== +"@commitlint/config-conventional@^21.2.0", "@commitlint/config-conventional@^21.2.2": + version "21.2.2" + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-21.2.2.tgz#c8902f3ea1e741f55ec0fc7c177bcdf28ffd0082" + integrity sha512-NxA37SZviusFUEYOQZ5hNnZ1h7O/KiemPkxjOlpzKJNnWxThiwc6/SaZhaPa8fyLvfRBAywhQhJJk8XESHWlpQ== dependencies: "@commitlint/types" "^21.2.0" conventional-changelog-conventionalcommits "^10.0.0"