Skip to content

Commit 1fad45a

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master'
2 parents df34d80 + b8c0c00 commit 1fad45a

File tree

4 files changed

+170
-176
lines changed

4 files changed

+170
-176
lines changed

@commitlint/cli/src/cli.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ test('should print help', async () => {
524524
-H, --help-url help url in error message [string]
525525
-f, --from lower end of the commit range to lint; applies if
526526
edit=false [string]
527-
--git-log-args addditional git log arguments as space separated string,
527+
--git-log-args additional git log arguments as space separated string,
528528
example '--first-parent --cherry-pick' [string]
529529
-o, --format output format of the results [string]
530530
-p, --parser-preset configuration preset to use for

@commitlint/cli/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const cli = yargs
7979
},
8080
'git-log-args': {
8181
description:
82-
"addditional git log arguments as space separated string, example '--first-parent --cherry-pick'",
82+
"additional git log arguments as space separated string, example '--first-parent --cherry-pick'",
8383
type: 'string',
8484
},
8585
format: {

@packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"execa": "^5.0.0",
4545
"fs-extra": "^11.0.0",
46-
"read-pkg": "8.1.0",
46+
"read-pkg": "9.0.0",
4747
"require-from-string": "2.0.2",
4848
"tar-fs": "3.0.4",
4949
"tmp": "0.2.1",

0 commit comments

Comments
 (0)