Skip to content

Commit

Permalink
fix(deps): update dependency meow to v13 (#1190)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 18, 2024
1 parent d71e4b7 commit 862f66b
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion packages/conventional-changelog-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"add-stream": "^1.0.0",
"conventional-changelog": "workspace:^",
"meow": "^12.0.1",
"meow": "^13.0.0",
"tempfile": "^5.0.0"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-writer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/semver": "^7.5.5",
"conventional-commits-filter": "workspace:^",
"handlebars": "^4.7.7",
"meow": "^12.0.1",
"meow": "^13.0.0",
"semver": "^7.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/conventional-commits-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"test:types": "tsc --noEmit"
},
"dependencies": {
"meow": "^12.0.1"
"meow": "^13.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/conventional-recommended-bump/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"conventional-changelog-preset-loader": "workspace:^",
"conventional-commits-filter": "workspace:^",
"conventional-commits-parser": "workspace:^",
"meow": "^12.0.1"
"meow": "^13.0.0"
},
"devDependencies": {
"conventional-changelog-conventionalcommits": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/git-raw-commits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
],
"dependencies": {
"@conventional-changelog/git-client": "workspace:^",
"meow": "^12.0.1"
"meow": "^13.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/git-semver-tags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
],
"dependencies": {
"@conventional-changelog/git-client": "workspace:^",
"meow": "^12.0.1"
"meow": "^13.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/standard-changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"conventional-changelog-angular": "workspace:^",
"conventional-changelog-core": "workspace:^",
"meow": "^12.0.1",
"meow": "^13.0.0",
"picocolors": "^1.0.0"
},
"bin": "cli.js"
Expand Down
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 862f66b

Please sign in to comment.