Skip to content

Commit

Permalink
deps: update dependency conventional-commits-parser to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 20, 2023
1 parent 58c29b2 commit 61024c1
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"conventional-changelog-writer": "^5.0.1",
"conventional-commits-parser": "^3.2.4",
"conventional-commits-parser": "^4.0.0",
"p-limit": "^3.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prepack": "run workspace:build \"$(pwd)\""
},
"dependencies": {
"conventional-commits-parser": "^3.2.4",
"conventional-commits-parser": "^4.0.0",
"micromatch": "^4.0.5",
"p-limit": "^3.1.0",
"semver": "^7.5.1"
Expand Down
41 changes: 37 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2635,7 +2635,7 @@ __metadata:
"@yarnpkg/core": ^3.5.2
"@yarnpkg/fslib": ^2.10.3
conventional-changelog-writer: ^5.0.1
conventional-commits-parser: ^3.2.4
conventional-commits-parser: ^4.0.0
p-limit: ^3.1.0
peerDependencies:
"@monodeploy/git": "workspace:^4.2.0"
Expand Down Expand Up @@ -3009,7 +3009,7 @@ __metadata:
"@yarnpkg/fslib": ^2.10.3
"@yarnpkg/plugin-npm": ^2.7.4
"@yarnpkg/plugin-pack": ^3.2.0
conventional-commits-parser: ^3.2.4
conventional-commits-parser: ^4.0.0
micromatch: ^4.0.5
p-limit: ^3.1.0
semver: ^7.5.1
Expand Down Expand Up @@ -5481,7 +5481,7 @@ __metadata:
languageName: node
linkType: hard

"JSONStream@npm:^1.0.4":
"JSONStream@npm:^1.0.4, JSONStream@npm:^1.3.5":
version: 1.3.5
resolution: "JSONStream@npm:1.3.5"
dependencies:
Expand Down Expand Up @@ -7672,6 +7672,20 @@ __metadata:
languageName: node
linkType: hard

"conventional-commits-parser@npm:^4.0.0":
version: 4.0.0
resolution: "conventional-commits-parser@npm:4.0.0"
dependencies:
JSONStream: ^1.3.5
is-text-path: ^1.0.1
meow: ^8.1.2
split2: ^3.2.2
bin:
conventional-commits-parser: cli.js
checksum: 12d95b5ba8e0710a6d3cd2e01f01dd7818fdf0bb2b33f4b75444e2c9aee49598776b0706a528ed49e83aec5f1896c32cbc7f8e6589f61a15187293707448f928
languageName: node
linkType: hard

"convert-hrtime@npm:^3.0.0":
version: 3.0.0
resolution: "convert-hrtime@npm:3.0.0"
Expand Down Expand Up @@ -14939,6 +14953,25 @@ __metadata:
languageName: node
linkType: hard

"meow@npm:^8.1.2":
version: 8.1.2
resolution: "meow@npm:8.1.2"
dependencies:
"@types/minimist": ^1.2.0
camelcase-keys: ^6.2.2
decamelize-keys: ^1.1.0
hard-rejection: ^2.1.0
minimist-options: 4.1.0
normalize-package-data: ^3.0.0
read-pkg-up: ^7.0.1
redent: ^3.0.0
trim-newlines: ^3.0.0
type-fest: ^0.18.0
yargs-parser: ^20.2.3
checksum: bc23bf1b4423ef6a821dff9734406bce4b91ea257e7f10a8b7f896f45b59649f07adc0926e2917eacd8cf1df9e4cd89c77623cf63dfd0f8bf54de07a32ee5a85
languageName: node
linkType: hard

"merge-descriptors@npm:1.0.1":
version: 1.0.1
resolution: "merge-descriptors@npm:1.0.1"
Expand Down Expand Up @@ -19174,7 +19207,7 @@ __metadata:
languageName: node
linkType: hard

"split2@npm:^3.0.0":
"split2@npm:^3.0.0, split2@npm:^3.2.2":
version: 3.2.2
resolution: "split2@npm:3.2.2"
dependencies:
Expand Down

0 comments on commit 61024c1

Please sign in to comment.