5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00

chore(deps): bump @commitlint/lint from 17.4.3 to 17.6.1

Bumps [@commitlint/lint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/lint) from 17.4.3 to 17.6.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/lint/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.6.1/@commitlint/lint)

---
updated-dependencies:
- dependency-name: "@commitlint/lint"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-17 02:57:26 +00:00 committed by GitHub
parent 456526eec7
commit f6ef38160e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 56 additions and 56 deletions

110
package-lock.json generated
View file

@ -17,7 +17,7 @@
"@commitlint/config-patternplate": "^17.1.0",
"@commitlint/ensure": "^17.0.0",
"@commitlint/format": "^17.0.0",
"@commitlint/lint": "^17.1.0",
"@commitlint/lint": "^17.6.1",
"@commitlint/load": "^17.1.2",
"commitlint-config-jira": "^1.6.4",
"commitlint-plugin-function-rules": "^1.7.1",
@ -1990,11 +1990,11 @@
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
},
"node_modules/@commitlint/ensure": {
"version": "17.4.0",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.4.0.tgz",
"integrity": "sha512-7oAxt25je0jeQ/E0O/M8L3ADb1Cvweu/5lc/kYF8g/kXatI0wxGE5La52onnAUAWeWlsuvBNar15WcrmDmr5Mw==",
"version": "17.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.4.4.tgz",
"integrity": "sha512-AHsFCNh8hbhJiuZ2qHv/m59W/GRE9UeOXbkOqxYMNNg9pJ7qELnFcwj5oYpa6vzTSHtPGKf3C2yUFNy1GGHq6g==",
"dependencies": {
"@commitlint/types": "^17.4.0",
"@commitlint/types": "^17.4.4",
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"lodash.snakecase": "^4.1.1",
@ -2026,11 +2026,11 @@
}
},
"node_modules/@commitlint/is-ignored": {
"version": "17.4.2",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.4.2.tgz",
"integrity": "sha512-1b2Y2qJ6n7bHG9K6h8S4lBGUl6kc7mMhJN9gy1SQfUZqe92ToDjUTtgNWb6LbzR1X8Cq4SEus4VU8Z/riEa94Q==",
"version": "17.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.4.4.tgz",
"integrity": "sha512-Y3eo1SFJ2JQDik4rWkBC4tlRIxlXEFrRWxcyrzb1PUT2k3kZ/XGNuCDfk/u0bU2/yS0tOA/mTjFsV+C4qyACHw==",
"dependencies": {
"@commitlint/types": "^17.4.0",
"@commitlint/types": "^17.4.4",
"semver": "7.3.8"
},
"engines": {
@ -2052,14 +2052,14 @@
}
},
"node_modules/@commitlint/lint": {
"version": "17.4.3",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.4.3.tgz",
"integrity": "sha512-GnPsqEYmXIB/MaBhRMzkiDJWyjuLrKad4xoxKO4N6Kc19iqjR4DPc/bl2dxeW9kUmtrAtefOzIEzJAevpA5y2w==",
"version": "17.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.6.1.tgz",
"integrity": "sha512-VARJ9kxH64isgwVnC+ABPafCYzqxpsWJIpDaTuI0gh8aX4GQ0i7cn9tvxtFNfJj4ER2BAJeWJ0vURdNYjK2RQQ==",
"dependencies": {
"@commitlint/is-ignored": "^17.4.2",
"@commitlint/parse": "^17.4.2",
"@commitlint/rules": "^17.4.3",
"@commitlint/types": "^17.4.0"
"@commitlint/is-ignored": "^17.4.4",
"@commitlint/parse": "^17.4.4",
"@commitlint/rules": "^17.6.1",
"@commitlint/types": "^17.4.4"
},
"engines": {
"node": ">=v14"
@ -2128,11 +2128,11 @@
}
},
"node_modules/@commitlint/parse": {
"version": "17.4.2",
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.4.2.tgz",
"integrity": "sha512-DK4EwqhxfXpyCA+UH8TBRIAXAfmmX4q9QRBz/2h9F9sI91yt6mltTrL6TKURMcjUVmgaB80wgS9QybNIyVBIJA==",
"version": "17.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.4.4.tgz",
"integrity": "sha512-EKzz4f49d3/OU0Fplog7nwz/lAfXMaDxtriidyGF9PtR+SRbgv4FhsfF310tKxs6EPj8Y+aWWuX3beN5s+yqGg==",
"dependencies": {
"@commitlint/types": "^17.4.0",
"@commitlint/types": "^17.4.4",
"conventional-changelog-angular": "^5.0.11",
"conventional-commits-parser": "^3.2.2"
},
@ -2187,14 +2187,14 @@
}
},
"node_modules/@commitlint/rules": {
"version": "17.4.3",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.4.3.tgz",
"integrity": "sha512-xHReDfE3Z+O9p1sXeEhPRSk4FifBsC4EbXzvQ4aa0ykQe+n/iZDd4CrFC/Oiv2K9BU4ZnFHak30IbMLa4ks1Rw==",
"version": "17.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.6.1.tgz",
"integrity": "sha512-lUdHw6lYQ1RywExXDdLOKxhpp6857/4c95Dc/1BikrHgdysVUXz26yV0vp1GL7Gv+avx9WqZWTIVB7pNouxlfw==",
"dependencies": {
"@commitlint/ensure": "^17.4.0",
"@commitlint/ensure": "^17.4.4",
"@commitlint/message": "^17.4.2",
"@commitlint/to-lines": "^17.4.0",
"@commitlint/types": "^17.4.0",
"@commitlint/types": "^17.4.4",
"execa": "^5.0.0"
},
"engines": {
@ -2339,9 +2339,9 @@
}
},
"node_modules/@commitlint/types": {
"version": "17.4.0",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.4.0.tgz",
"integrity": "sha512-2NjAnq5IcxY9kXtUeO2Ac0aPpvkuOmwbH/BxIm36XXK5LtWFObWJWjXOA+kcaABMrthjWu6la+FUpyYFMHRvbA==",
"version": "17.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.4.4.tgz",
"integrity": "sha512-amRN8tRLYOsxRr6mTnGGGvB5EmW/4DDjLMgiwK3CCVEmN6Sr/6xePGEpWaspKkckILuUORCwe6VfDBw6uj4axQ==",
"dependencies": {
"chalk": "^4.1.0"
},
@ -16657,11 +16657,11 @@
}
},
"@commitlint/ensure": {
"version": "17.4.0",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.4.0.tgz",
"integrity": "sha512-7oAxt25je0jeQ/E0O/M8L3ADb1Cvweu/5lc/kYF8g/kXatI0wxGE5La52onnAUAWeWlsuvBNar15WcrmDmr5Mw==",
"version": "17.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.4.4.tgz",
"integrity": "sha512-AHsFCNh8hbhJiuZ2qHv/m59W/GRE9UeOXbkOqxYMNNg9pJ7qELnFcwj5oYpa6vzTSHtPGKf3C2yUFNy1GGHq6g==",
"requires": {
"@commitlint/types": "^17.4.0",
"@commitlint/types": "^17.4.4",
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"lodash.snakecase": "^4.1.1",
@ -16684,11 +16684,11 @@
}
},
"@commitlint/is-ignored": {
"version": "17.4.2",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.4.2.tgz",
"integrity": "sha512-1b2Y2qJ6n7bHG9K6h8S4lBGUl6kc7mMhJN9gy1SQfUZqe92ToDjUTtgNWb6LbzR1X8Cq4SEus4VU8Z/riEa94Q==",
"version": "17.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.4.4.tgz",
"integrity": "sha512-Y3eo1SFJ2JQDik4rWkBC4tlRIxlXEFrRWxcyrzb1PUT2k3kZ/XGNuCDfk/u0bU2/yS0tOA/mTjFsV+C4qyACHw==",
"requires": {
"@commitlint/types": "^17.4.0",
"@commitlint/types": "^17.4.4",
"semver": "7.3.8"
},
"dependencies": {
@ -16703,14 +16703,14 @@
}
},
"@commitlint/lint": {
"version": "17.4.3",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.4.3.tgz",
"integrity": "sha512-GnPsqEYmXIB/MaBhRMzkiDJWyjuLrKad4xoxKO4N6Kc19iqjR4DPc/bl2dxeW9kUmtrAtefOzIEzJAevpA5y2w==",
"version": "17.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.6.1.tgz",
"integrity": "sha512-VARJ9kxH64isgwVnC+ABPafCYzqxpsWJIpDaTuI0gh8aX4GQ0i7cn9tvxtFNfJj4ER2BAJeWJ0vURdNYjK2RQQ==",
"requires": {
"@commitlint/is-ignored": "^17.4.2",
"@commitlint/parse": "^17.4.2",
"@commitlint/rules": "^17.4.3",
"@commitlint/types": "^17.4.0"
"@commitlint/is-ignored": "^17.4.4",
"@commitlint/parse": "^17.4.4",
"@commitlint/rules": "^17.6.1",
"@commitlint/types": "^17.4.4"
}
},
"@commitlint/load": {
@ -16766,11 +16766,11 @@
"integrity": "sha512-3XMNbzB+3bhKA1hSAWPCQA3lNxR4zaeQAQcHj0Hx5sVdO6ryXtgUBGGv+1ZCLMgAPRixuc6en+iNAzZ4NzAa8Q=="
},
"@commitlint/parse": {
"version": "17.4.2",
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.4.2.tgz",
"integrity": "sha512-DK4EwqhxfXpyCA+UH8TBRIAXAfmmX4q9QRBz/2h9F9sI91yt6mltTrL6TKURMcjUVmgaB80wgS9QybNIyVBIJA==",
"version": "17.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.4.4.tgz",
"integrity": "sha512-EKzz4f49d3/OU0Fplog7nwz/lAfXMaDxtriidyGF9PtR+SRbgv4FhsfF310tKxs6EPj8Y+aWWuX3beN5s+yqGg==",
"requires": {
"@commitlint/types": "^17.4.0",
"@commitlint/types": "^17.4.4",
"conventional-changelog-angular": "^5.0.11",
"conventional-commits-parser": "^3.2.2"
}
@ -16815,14 +16815,14 @@
}
},
"@commitlint/rules": {
"version": "17.4.3",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.4.3.tgz",
"integrity": "sha512-xHReDfE3Z+O9p1sXeEhPRSk4FifBsC4EbXzvQ4aa0ykQe+n/iZDd4CrFC/Oiv2K9BU4ZnFHak30IbMLa4ks1Rw==",
"version": "17.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.6.1.tgz",
"integrity": "sha512-lUdHw6lYQ1RywExXDdLOKxhpp6857/4c95Dc/1BikrHgdysVUXz26yV0vp1GL7Gv+avx9WqZWTIVB7pNouxlfw==",
"requires": {
"@commitlint/ensure": "^17.4.0",
"@commitlint/ensure": "^17.4.4",
"@commitlint/message": "^17.4.2",
"@commitlint/to-lines": "^17.4.0",
"@commitlint/types": "^17.4.0",
"@commitlint/types": "^17.4.4",
"execa": "^5.0.0"
}
},
@ -16933,9 +16933,9 @@
}
},
"@commitlint/types": {
"version": "17.4.0",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.4.0.tgz",
"integrity": "sha512-2NjAnq5IcxY9kXtUeO2Ac0aPpvkuOmwbH/BxIm36XXK5LtWFObWJWjXOA+kcaABMrthjWu6la+FUpyYFMHRvbA==",
"version": "17.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.4.4.tgz",
"integrity": "sha512-amRN8tRLYOsxRr6mTnGGGvB5EmW/4DDjLMgiwK3CCVEmN6Sr/6xePGEpWaspKkckILuUORCwe6VfDBw6uj4axQ==",
"requires": {
"chalk": "^4.1.0"
}

View file

@ -30,7 +30,7 @@
"@commitlint/config-patternplate": "^17.1.0",
"@commitlint/ensure": "^17.0.0",
"@commitlint/format": "^17.0.0",
"@commitlint/lint": "^17.1.0",
"@commitlint/lint": "^17.6.1",
"@commitlint/load": "^17.1.2",
"commitlint-config-jira": "^1.6.4",
"commitlint-plugin-function-rules": "^1.7.1",