Skip to content

Commit 8b8230b

Browse files
committed
feat(deps): update commitlint-config-jira and commitlint-config-jira-rules to 1.6.4
1 parent 76123ef commit 8b8230b

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

package-lock.json

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"@commitlint/format": "^17.0.0",
3333
"@commitlint/lint": "^17.1.0",
3434
"@commitlint/load": "^17.1.2",
35-
"commitlint-config-jira": "^1.5.1",
35+
"commitlint-config-jira": "^1.6.4",
3636
"commitlint-plugin-function-rules": "^1.4.0",
37-
"commitlint-plugin-jira-rules": "^1.5.1",
37+
"commitlint-plugin-jira-rules": "^1.6.4",
3838
"conventional-changelog-lint-config-canonical": "^1.0.0",
3939
"dargs": "^8.1.0",
4040
"execa": "^5.1.1",

src/action.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ describe('Commit Linter action', () => {
218218
td.verify(
219219
core.setFailed(
220220
contains(
221-
'ib-21212121212121 taskId must not be loonger than 9 characters',
221+
'ib-21212121212121 taskId must not be longer than 9 characters',
222222
),
223223
),
224224
)

0 commit comments

Comments
 (0)