From 12ff1436b32de1dee13f19921efc2cf20846c013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 23:50:40 +0000 Subject: [PATCH] build(deps): bump @commitlint/config-conventional from 17.8.0 to 18.4.2 Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.8.0 to 18.4.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/v18.4.2/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/commitlint-config/package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index b18fb993..8d427463 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -26,7 +26,7 @@ }, "homepage": "https://github.com/dalisoft/airlight#readme", "dependencies": { - "@commitlint/config-conventional": "^17.4.0" + "@commitlint/config-conventional": "^18.4.2" }, "peerDependencies": { "@commitlint/cli": "^16.x, ^17.x" diff --git a/yarn.lock b/yarn.lock index e50ef9d7..f9e060a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -64,12 +64,12 @@ resolve-global "1.0.0" yargs "^17.0.0" -"@commitlint/config-conventional@^17.4.0": - version "17.8.0" - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.8.0.tgz#3bb030ea4133d3ea57fe1042318e669b929205cb" - integrity sha512-MgiFXujmqAvi7M33C7OSMTznwrVkckrbXe/aZWQ/+KFGLLF6IE50XIcjGrW0/uiDGb/im5qbqF2dh1dCFNa+sQ== +"@commitlint/config-conventional@^18.4.2": + version "18.4.2" + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-18.4.2.tgz#df041190ddc7604a855633f4c36e80a81c65f9d3" + integrity sha512-qFjIqgKGV89lzUGHxanq2WJDXk5wZIxoZmZvf0I4i4CirL06Xj8qRh1shPsXNyI15d8Rj2HExww6cGJSFU9DdA== dependencies: - conventional-changelog-conventionalcommits "^6.1.0" + conventional-changelog-conventionalcommits "^7.0.2" "@commitlint/config-lerna-scopes@^17.4.2": version "17.7.0" @@ -2696,10 +2696,10 @@ conventional-changelog-conventionalcommits@^5.0.0: lodash "^4.17.15" q "^1.5.1" -conventional-changelog-conventionalcommits@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz#3bad05f4eea64e423d3d90fc50c17d2c8cf17652" - integrity sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw== +conventional-changelog-conventionalcommits@^7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz#aa5da0f1b2543094889e8cf7616ebe1a8f5c70d5" + integrity sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w== dependencies: compare-func "^2.0.0"