From 01c34db3e4316b0d9d44bf84871845771f291485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 01:21:45 +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 17.7.0 to 17.8.0. - [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/v17.8.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-minor ... 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 3355c64c..4f793429 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@babel/core": "^7.19.3", "@babel/preset-typescript": "^7.23.0", "@commitlint/cli": "^17.6.5", - "@commitlint/config-conventional": "^17.7.0", + "@commitlint/config-conventional": "^17.8.0", "@react-native-community/eslint-config": "^3.1.0", "@testing-library/jest-native": "^5.4.2", "@testing-library/react-hooks": "^8.0.1", diff --git a/yarn.lock b/yarn.lock index a37eb126..1a36f09b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1291,10 +1291,10 @@ resolve-global "1.0.0" yargs "^17.0.0" -"@commitlint/config-conventional@^17.7.0": - version "17.7.0" - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.7.0.tgz#1bbf2bce7851db63c1a8aa8d924277ad4938247e" - integrity sha512-iicqh2o6et+9kWaqsQiEYZzfLbtoWv9uZl8kbI8EGfnc0HeGafQBF7AJ0ylN9D/2kj6txltsdyQs8+2fTMwWEw== +"@commitlint/config-conventional@^17.8.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== dependencies: conventional-changelog-conventionalcommits "^6.1.0"