Skip to content

Commit 7f2287c

Browse files
renovate[bot]literat
authored andcommitted
Deps: Update dependency conventional-changelog-core to v7
1 parent ea7a671 commit 7f2287c

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

packages/conventional-changelog-lmc-bitbucket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"better-than-before": "1.0.0",
37-
"conventional-changelog-core": "6.0.0",
37+
"conventional-changelog-core": "7.0.0",
3838
"git-dummy-commit": "1.3.0",
3939
"jest": "29.7.0",
4040
"jest-extended": "4.0.2",

packages/conventional-changelog-lmc-github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"better-than-before": "1.0.0",
37-
"conventional-changelog-core": "6.0.0",
37+
"conventional-changelog-core": "7.0.0",
3838
"git-dummy-commit": "1.3.0",
3939
"jest": "29.7.0",
4040
"jest-extended": "4.0.2",

packages/conventional-changelog-lmc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"better-than-before": "1.0.0",
34-
"conventional-changelog-core": "6.0.0",
34+
"conventional-changelog-core": "7.0.0",
3535
"git-dummy-commit": "1.3.0",
3636
"jest": "29.7.0",
3737
"jest-extended": "4.0.2",

yarn.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3733,18 +3733,17 @@ conventional-changelog-core@4.2.4:
37333733
read-pkg-up "^3.0.0"
37343734
through2 "^4.0.0"
37353735

3736-
conventional-changelog-core@6.0.0:
3737-
version "6.0.0"
3738-
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-6.0.0.tgz#9460a5f320a851167f4b53a9a90cc30f2c2239d1"
3739-
integrity sha512-7WPwzTp3eRMot/2mbTAHF8m/0Ue4F/R/sMpSjmhBYi/+xnW2SqnXL/FMuYqEpNC2v3rjzRZ4p+9tYcKfHn02Cg==
3736+
conventional-changelog-core@7.0.0:
3737+
version "7.0.0"
3738+
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-7.0.0.tgz#d8879ebb8692cd1fa8126c209e1b3af34d94e113"
3739+
integrity sha512-UYgaB1F/COt7VFjlYKVE/9tTzfU3VUq47r6iWf6lM5T7TlOxr0thI63ojQueRLIpVbrtHK4Ffw+yQGduw2Bhdg==
37403740
dependencies:
37413741
"@hutson/parse-repository-url" "^5.0.0"
37423742
add-stream "^1.0.0"
37433743
conventional-changelog-writer "^7.0.0"
37443744
conventional-commits-parser "^5.0.0"
37453745
git-raw-commits "^4.0.0"
3746-
git-remote-origin-url "^2.0.0"
3747-
git-semver-tags "^6.0.0"
3746+
git-semver-tags "^7.0.0"
37483747
hosted-git-info "^7.0.0"
37493748
normalize-package-data "^6.0.0"
37503749
read-pkg "^8.0.0"
@@ -5283,10 +5282,10 @@ git-semver-tags@^4.1.1:
52835282
meow "^8.0.0"
52845283
semver "^6.0.0"
52855284

5286-
git-semver-tags@^6.0.0:
5287-
version "6.0.0"
5288-
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-6.0.0.tgz#b011ef94ae23ec8121f311d92a5969fc91502e15"
5289-
integrity sha512-v5BL6psuUy+Ftuo99141XlOIDoJtKw5+YyDANS7fknSP0iT4cVIanc3toDsH4K+VpIWc19l2/xkwQmXMfloeUA==
5285+
git-semver-tags@^7.0.0:
5286+
version "7.0.1"
5287+
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-7.0.1.tgz#74426e7d7710e5a263655e78b4c651eed804d63e"
5288+
integrity sha512-NY0ZHjJzyyNXHTDZmj+GG7PyuAKtMsyWSwh07CR2hOZFa+/yoTsXci/nF2obzL8UDhakFNkD9gNdt/Ed+cxh2Q==
52905289
dependencies:
52915290
meow "^12.0.1"
52925291
semver "^7.5.2"

0 commit comments

Comments
 (0)