From b9850d51486bc29907b2328cf548070b87cd97c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:30:15 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/config-conventional Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 18.6.0 to 19.0.3. - [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/v19.0.3/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index abb8cc8..3967c63 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ }, "devDependencies": { "@commitlint/cli": "19.0.3", - "@commitlint/config-conventional": "18.6.0", + "@commitlint/config-conventional": "19.0.3", "@pollyjs/adapter-node-http": "6.0.6", "@pollyjs/core": "6.0.6", "@pollyjs/persister-fs": "6.0.6", diff --git a/yarn.lock b/yarn.lock index 6da9437..b677c14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1226,11 +1226,12 @@ execa "^8.0.1" yargs "^17.0.0" -"@commitlint/config-conventional@18.6.0": - version "18.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-18.6.0.tgz#88da3e34e2bfcd8a5d46bcc472553e7f63f35323" - integrity sha512-CDCOf2eJz9D/TL44IBks0stM9TmdLCNE2B48owIU3YCadwzts/bobXPScagIgPQF6hhKYMEdj5zpUDlmbwuqwQ== +"@commitlint/config-conventional@19.0.3": + version "19.0.3" + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.0.3.tgz#28b8b9e7561366bf663c2955e4fe8e3fd954675d" + integrity sha512-vh0L8XeLaEzTe8VCxSd0gAFvfTK0RFolrzw4o431bIuWJfi/yRCHJlsDwus7wW2eJaFFDR0VFXJyjGyDQhi4vA== dependencies: + "@commitlint/types" "^19.0.3" conventional-changelog-conventionalcommits "^7.0.2" "@commitlint/config-validator@^19.0.3":