From ed198882994e7c97f417c1220c61ec3243ffce2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 00:58:38 +0000 Subject: [PATCH] deps: bump @release-it/conventional-changelog from 3.3.0 to 4.1.0 Bumps [@release-it/conventional-changelog](https://github.com/release-it/conventional-changelog) from 3.3.0 to 4.1.0. - [Release notes](https://github.com/release-it/conventional-changelog/releases) - [Commits](https://github.com/release-it/conventional-changelog/compare/3.3.0...4.1.0) --- updated-dependencies: - dependency-name: "@release-it/conventional-changelog" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 059a131..ff52d0e 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@commitlint/cli": "16.1.0", "@commitlint/config-conventional": "16.0.0", "@release-it/bumper": "3.0.1", - "@release-it/conventional-changelog": "3.3.0", + "@release-it/conventional-changelog": "4.1.0", "@types/jest": "27.4.0", "@types/node": "17.0.10", "all-contributors-cli": "6.20.0", diff --git a/yarn.lock b/yarn.lock index 17f2b9d..8bbcbe9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -988,13 +988,13 @@ mock-fs "^4.14.0" semver "^7.3.5" -"@release-it/conventional-changelog@3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@release-it/conventional-changelog/-/conventional-changelog-3.3.0.tgz#0f79e4b736412040d37c2b84bf433e393268c08e" - integrity sha512-pchCHf+wNpn15oj2hau4gisFKQat/01JuTzAwlGsQE83ZUBknU4dRlPA3xf5F5f3K70VVTQ3lx4/lgQvR+zxww== +"@release-it/conventional-changelog@4.1.0": + version "4.1.0" + resolved "https://registry.yarnpkg.com/@release-it/conventional-changelog/-/conventional-changelog-4.1.0.tgz#86a91259c331c081f49ca915847102da6e454942" + integrity sha512-MTinrJNyzhaqJ71gg4dZCe+wzdtssUjweQT7p1lDtSqRP6BtGp98NlfBlXACnCaOaETb7bI3fknoLsztqibTpQ== dependencies: concat-stream "^2.0.0" - conventional-changelog "^3.1.24" + conventional-changelog "^3.1.25" conventional-recommended-bump "^6.1.0" prepend-file "^2.0.0" @@ -1906,10 +1906,10 @@ conventional-changelog-writer@^5.0.0: split "^1.0.0" through2 "^4.0.0" -conventional-changelog@^3.1.24: - version "3.1.24" - resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.24.tgz#ebd180b0fd1b2e1f0095c4b04fd088698348a464" - integrity sha512-ed6k8PO00UVvhExYohroVPXcOJ/K1N0/drJHx/faTH37OIZthlecuLIRX/T6uOp682CAoVoFpu+sSEaeuH6Asg== +conventional-changelog@^3.1.25: + version "3.1.25" + resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.25.tgz#3e227a37d15684f5aa1fb52222a6e9e2536ccaff" + integrity sha512-ryhi3fd1mKf3fSjbLXOfK2D06YwKNic1nC9mWqybBHdObPd8KJ2vjaXZfYj1U23t+V8T8n0d7gwnc9XbIdFbyQ== dependencies: conventional-changelog-angular "^5.0.12" conventional-changelog-atom "^2.0.8"