Skip to content

Commit

Permalink
feat(deps): update commitlint-config-jira and commitlint-config-jira-…
Browse files Browse the repository at this point in the history
…rules to 1.6.4
  • Loading branch information
wagoid committed Oct 7, 2022
1 parent 76123ef commit 8b8230b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
48 changes: 24 additions & 24 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@commitlint/format": "^17.0.0",
"@commitlint/lint": "^17.1.0",
"@commitlint/load": "^17.1.2",
"commitlint-config-jira": "^1.5.1",
"commitlint-config-jira": "^1.6.4",
"commitlint-plugin-function-rules": "^1.4.0",
"commitlint-plugin-jira-rules": "^1.5.1",
"commitlint-plugin-jira-rules": "^1.6.4",
"conventional-changelog-lint-config-canonical": "^1.0.0",
"dargs": "^8.1.0",
"execa": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/action.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ describe('Commit Linter action', () => {
td.verify(
core.setFailed(
contains(
'ib-21212121212121 taskId must not be loonger than 9 characters',
'ib-21212121212121 taskId must not be longer than 9 characters',
),
),
)
Expand Down

0 comments on commit 8b8230b

Please sign in to comment.