From a644450cdbd437c01dd5b976090681ac60b711c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 08:43:06 +0000 Subject: [PATCH] Deps: Update dependency conventional-changelog-core to v7 --- .../package.json | 2 +- .../package.json | 2 +- .../conventional-changelog-lmc/package.json | 2 +- yarn.lock | 19 +++++++++---------- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/packages/conventional-changelog-lmc-bitbucket/package.json b/packages/conventional-changelog-lmc-bitbucket/package.json index 3cde79b..7ec45ee 100644 --- a/packages/conventional-changelog-lmc-bitbucket/package.json +++ b/packages/conventional-changelog-lmc-bitbucket/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "better-than-before": "1.0.0", - "conventional-changelog-core": "6.0.0", + "conventional-changelog-core": "7.0.0", "git-dummy-commit": "1.3.0", "jest": "29.7.0", "jest-extended": "4.0.2", diff --git a/packages/conventional-changelog-lmc-github/package.json b/packages/conventional-changelog-lmc-github/package.json index 257072e..34be659 100644 --- a/packages/conventional-changelog-lmc-github/package.json +++ b/packages/conventional-changelog-lmc-github/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "better-than-before": "1.0.0", - "conventional-changelog-core": "6.0.0", + "conventional-changelog-core": "7.0.0", "git-dummy-commit": "1.3.0", "jest": "29.7.0", "jest-extended": "4.0.2", diff --git a/packages/conventional-changelog-lmc/package.json b/packages/conventional-changelog-lmc/package.json index 324d48c..8b7bf50 100644 --- a/packages/conventional-changelog-lmc/package.json +++ b/packages/conventional-changelog-lmc/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "better-than-before": "1.0.0", - "conventional-changelog-core": "6.0.0", + "conventional-changelog-core": "7.0.0", "git-dummy-commit": "1.3.0", "jest": "29.7.0", "jest-extended": "4.0.2", diff --git a/yarn.lock b/yarn.lock index 4b2010e..e928205 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3733,18 +3733,17 @@ conventional-changelog-core@4.2.4: read-pkg-up "^3.0.0" through2 "^4.0.0" -conventional-changelog-core@6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-6.0.0.tgz#9460a5f320a851167f4b53a9a90cc30f2c2239d1" - integrity sha512-7WPwzTp3eRMot/2mbTAHF8m/0Ue4F/R/sMpSjmhBYi/+xnW2SqnXL/FMuYqEpNC2v3rjzRZ4p+9tYcKfHn02Cg== +conventional-changelog-core@7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-7.0.0.tgz#d8879ebb8692cd1fa8126c209e1b3af34d94e113" + integrity sha512-UYgaB1F/COt7VFjlYKVE/9tTzfU3VUq47r6iWf6lM5T7TlOxr0thI63ojQueRLIpVbrtHK4Ffw+yQGduw2Bhdg== dependencies: "@hutson/parse-repository-url" "^5.0.0" add-stream "^1.0.0" conventional-changelog-writer "^7.0.0" conventional-commits-parser "^5.0.0" git-raw-commits "^4.0.0" - git-remote-origin-url "^2.0.0" - git-semver-tags "^6.0.0" + git-semver-tags "^7.0.0" hosted-git-info "^7.0.0" normalize-package-data "^6.0.0" read-pkg "^8.0.0" @@ -5283,10 +5282,10 @@ git-semver-tags@^4.1.1: meow "^8.0.0" semver "^6.0.0" -git-semver-tags@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-6.0.0.tgz#b011ef94ae23ec8121f311d92a5969fc91502e15" - integrity sha512-v5BL6psuUy+Ftuo99141XlOIDoJtKw5+YyDANS7fknSP0iT4cVIanc3toDsH4K+VpIWc19l2/xkwQmXMfloeUA== +git-semver-tags@^7.0.0: + version "7.0.1" + resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-7.0.1.tgz#74426e7d7710e5a263655e78b4c651eed804d63e" + integrity sha512-NY0ZHjJzyyNXHTDZmj+GG7PyuAKtMsyWSwh07CR2hOZFa+/yoTsXci/nF2obzL8UDhakFNkD9gNdt/Ed+cxh2Q== dependencies: meow "^12.0.1" semver "^7.5.2"