mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
feat(deps): update commitlint-plugin-function-rules to 1.7.1
This commit is contained in:
parent
8b8230b1f5
commit
c2981f157c
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
|
@ -20,7 +20,7 @@
|
||||||
"@commitlint/lint": "^17.1.0",
|
"@commitlint/lint": "^17.1.0",
|
||||||
"@commitlint/load": "^17.1.2",
|
"@commitlint/load": "^17.1.2",
|
||||||
"commitlint-config-jira": "^1.6.4",
|
"commitlint-config-jira": "^1.6.4",
|
||||||
"commitlint-plugin-function-rules": "^1.4.0",
|
"commitlint-plugin-function-rules": "^1.7.1",
|
||||||
"commitlint-plugin-jira-rules": "^1.6.4",
|
"commitlint-plugin-jira-rules": "^1.6.4",
|
||||||
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
||||||
"dargs": "^8.1.0",
|
"dargs": "^8.1.0",
|
||||||
|
|
@ -6500,14 +6500,14 @@
|
||||||
"integrity": "sha512-1Mp5b0Q31XBreH3EKrDy8sD6vZmcXFm1x6OXeskaiiOKm5C1qQ0ObOiF66RKozuUAixaOGgHje6N/T+nfd5GBA=="
|
"integrity": "sha512-1Mp5b0Q31XBreH3EKrDy8sD6vZmcXFm1x6OXeskaiiOKm5C1qQ0ObOiF66RKozuUAixaOGgHje6N/T+nfd5GBA=="
|
||||||
},
|
},
|
||||||
"node_modules/commitlint-plugin-function-rules": {
|
"node_modules/commitlint-plugin-function-rules": {
|
||||||
"version": "1.4.0",
|
"version": "1.7.1",
|
||||||
"resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.7.1.tgz",
|
||||||
"integrity": "sha512-ioXm4wG3Ro4oQZshP2IvUpWK8raCQ3V2zDYie0GqPcVG2jyUh4MLGSiSDyWqRbEYymT0K6eXagZYBLz955ebmQ==",
|
"integrity": "sha512-hGLShcCM3my+q3unMoznSfV23JmpJ/R8aHQ5KGzxVwv3HFpDS4cFWraCdBRAkMbL1UzUrVOEutG4EDur5S7AsA==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@commitlint/lint": ">=9.1.2 || 10.x || 11.x || 12.x || 13.x"
|
"@commitlint/lint": ">=9.1.2 <18"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/commitlint-plugin-jira-rules": {
|
"node_modules/commitlint-plugin-jira-rules": {
|
||||||
|
|
@ -21711,9 +21711,9 @@
|
||||||
"integrity": "sha512-1Mp5b0Q31XBreH3EKrDy8sD6vZmcXFm1x6OXeskaiiOKm5C1qQ0ObOiF66RKozuUAixaOGgHje6N/T+nfd5GBA=="
|
"integrity": "sha512-1Mp5b0Q31XBreH3EKrDy8sD6vZmcXFm1x6OXeskaiiOKm5C1qQ0ObOiF66RKozuUAixaOGgHje6N/T+nfd5GBA=="
|
||||||
},
|
},
|
||||||
"commitlint-plugin-function-rules": {
|
"commitlint-plugin-function-rules": {
|
||||||
"version": "1.4.0",
|
"version": "1.7.1",
|
||||||
"resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.7.1.tgz",
|
||||||
"integrity": "sha512-ioXm4wG3Ro4oQZshP2IvUpWK8raCQ3V2zDYie0GqPcVG2jyUh4MLGSiSDyWqRbEYymT0K6eXagZYBLz955ebmQ==",
|
"integrity": "sha512-hGLShcCM3my+q3unMoznSfV23JmpJ/R8aHQ5KGzxVwv3HFpDS4cFWraCdBRAkMbL1UzUrVOEutG4EDur5S7AsA==",
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"commitlint-plugin-jira-rules": {
|
"commitlint-plugin-jira-rules": {
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"@commitlint/lint": "^17.1.0",
|
"@commitlint/lint": "^17.1.0",
|
||||||
"@commitlint/load": "^17.1.2",
|
"@commitlint/load": "^17.1.2",
|
||||||
"commitlint-config-jira": "^1.6.4",
|
"commitlint-config-jira": "^1.6.4",
|
||||||
"commitlint-plugin-function-rules": "^1.4.0",
|
"commitlint-plugin-function-rules": "^1.7.1",
|
||||||
"commitlint-plugin-jira-rules": "^1.6.4",
|
"commitlint-plugin-jira-rules": "^1.6.4",
|
||||||
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
||||||
"dargs": "^8.1.0",
|
"dargs": "^8.1.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue