Skip to content

Commit

Permalink
Deps: Update dependency conventional-changelog-core to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and literat committed Dec 15, 2023
1 parent ea7a671 commit 7f2287c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/conventional-changelog-lmc-bitbucket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-lmc-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-lmc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
19 changes: 9 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 7f2287c

Please sign in to comment.