mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
chore(deps-dev): bump @commitlint/cli from 17.1.2 to 17.2.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.1.2 to 17.2.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.2.0/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
861b4d9f10
commit
8c6117ba8a
2 changed files with 64 additions and 64 deletions
126
package-lock.json
generated
126
package-lock.json
generated
|
|
@ -31,7 +31,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.19.3",
|
||||
"@babel/preset-env": "^7.19.3",
|
||||
"@commitlint/cli": "^17.1.2",
|
||||
"@commitlint/cli": "^17.2.0",
|
||||
"@commitlint/test": "^9.0.1",
|
||||
"@commitlint/test-environment": "^9.0.1",
|
||||
"@jest/globals": "^29.1.2",
|
||||
|
|
@ -1838,15 +1838,15 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@commitlint/cli": {
|
||||
"version": "17.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.1.2.tgz",
|
||||
"integrity": "sha512-h/4Hlka3bvCLbnxf0Er2ri5A44VMlbMSkdTRp8Adv2tRiklSTRIoPGs7OEXDv3EoDs2AAzILiPookgM4Gi7LOw==",
|
||||
"version": "17.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.2.0.tgz",
|
||||
"integrity": "sha512-kd1zykcrjIKyDRftWW1E1TJqkgzeosEkv1BiYPCdzkb/g/3BrfgwZUHR1vg+HO3qKUb/0dN+jNXArhGGAHpmaQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/format": "^17.0.0",
|
||||
"@commitlint/lint": "^17.1.0",
|
||||
"@commitlint/load": "^17.1.2",
|
||||
"@commitlint/read": "^17.1.0",
|
||||
"@commitlint/lint": "^17.2.0",
|
||||
"@commitlint/load": "^17.2.0",
|
||||
"@commitlint/read": "^17.2.0",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"execa": "^5.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
|
|
@ -2022,9 +2022,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/is-ignored": {
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.1.0.tgz",
|
||||
"integrity": "sha512-JITWKDMHhIh8IpdIbcbuH9rEQJty1ZWelgjleTFrVRAcEwN/sPzk1aVUXRIZNXMJWbZj8vtXRJnFihrml8uECQ==",
|
||||
"version": "17.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.2.0.tgz",
|
||||
"integrity": "sha512-rgUPUQraHxoMLxiE8GK430HA7/R2vXyLcOT4fQooNrZq9ERutNrP6dw3gdKLkq22Nede3+gEHQYUzL4Wu75ndg==",
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"semver": "7.3.7"
|
||||
|
|
@ -2034,13 +2034,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/lint": {
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.1.0.tgz",
|
||||
"integrity": "sha512-ltpqM2ogt/+SDhUaScFo0MdscncEF96lvQTPMM/VTTWlw7sTGLLWkOOppsee2MN/uLNNWjQ7kqkd4h6JqoM9AQ==",
|
||||
"version": "17.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.2.0.tgz",
|
||||
"integrity": "sha512-N2oLn4Dj672wKH5qJ4LGO+73UkYXGHO+NTVUusGw83SjEv7GjpqPGKU6KALW2kFQ/GsDefSvOjpSi3CzWHQBDg==",
|
||||
"dependencies": {
|
||||
"@commitlint/is-ignored": "^17.1.0",
|
||||
"@commitlint/parse": "^17.0.0",
|
||||
"@commitlint/rules": "^17.0.0",
|
||||
"@commitlint/is-ignored": "^17.2.0",
|
||||
"@commitlint/parse": "^17.2.0",
|
||||
"@commitlint/rules": "^17.2.0",
|
||||
"@commitlint/types": "^17.0.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
@ -2048,9 +2048,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/load": {
|
||||
"version": "17.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.1.2.tgz",
|
||||
"integrity": "sha512-sk2p/jFYAWLChIfOIp/MGSIn/WzZ0vkc3afw+l4X8hGEYkvDe4gQUUAVxjl/6xMRn0HgnSLMZ04xXh5pkTsmgg==",
|
||||
"version": "17.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.2.0.tgz",
|
||||
"integrity": "sha512-HDD57qSqNrk399R4TIjw31AWBG8dBjNj1MrDKZKmC/wvimtnIFlqzcu1+sxfXIOHj/+M6tcMWDtvknGUd7SU+g==",
|
||||
"dependencies": {
|
||||
"@commitlint/config-validator": "^17.1.0",
|
||||
"@commitlint/execute-rule": "^17.0.0",
|
||||
|
|
@ -2075,17 +2075,17 @@
|
|||
"integrity": "sha512-vQAnaReSQkEDa8uwAyQby8bYGKu84R/deEc6mg5T8fX6gzCn8QW6rziSgsti1fNvsrswKUKPnVTi7uoB+u62Mw=="
|
||||
},
|
||||
"node_modules/@commitlint/message": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.0.0.tgz",
|
||||
"integrity": "sha512-LpcwYtN+lBlfZijHUdVr8aNFTVpHjuHI52BnfoV01TF7iSLnia0jttzpLkrLmI8HNQz6Vhr9UrxDWtKZiMGsBw==",
|
||||
"version": "17.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.2.0.tgz",
|
||||
"integrity": "sha512-/4l2KFKxBOuoEn1YAuuNNlAU05Zt7sNsC9H0mPdPm3chOrT4rcX0pOqrQcLtdMrMkJz0gC7b3SF80q2+LtdL9Q==",
|
||||
"engines": {
|
||||
"node": ">=v14"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/parse": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.0.0.tgz",
|
||||
"integrity": "sha512-cKcpfTIQYDG1ywTIr5AG0RAiLBr1gudqEsmAGCTtj8ffDChbBRxm6xXs2nv7GvmJN7msOt7vOKleLvcMmRa1+A==",
|
||||
"version": "17.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.2.0.tgz",
|
||||
"integrity": "sha512-vLzLznK9Y21zQ6F9hf8D6kcIJRb2haAK5T/Vt1uW2CbHYOIfNsR/hJs0XnF/J9ctM20Tfsqv4zBitbYvVw7F6Q==",
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"conventional-changelog-angular": "^5.0.11",
|
||||
|
|
@ -2096,9 +2096,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/read": {
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.1.0.tgz",
|
||||
"integrity": "sha512-73BoFNBA/3Ozo2JQvGsE0J8SdrJAWGfZQRSHqvKaqgmY042Su4gXQLqvAzgr55S9DI1l9TiU/5WDuh8IE86d/g==",
|
||||
"version": "17.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.2.0.tgz",
|
||||
"integrity": "sha512-bbblBhrHkjxra3ptJNm0abxu7yeAaxumQ8ZtD6GIVqzURCETCP7Dm0tlVvGRDyXBuqX6lIJxh3W7oyKqllDsHQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/top-level": "^17.0.0",
|
||||
|
|
@ -2142,12 +2142,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/rules": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.0.0.tgz",
|
||||
"integrity": "sha512-45nIy3dERKXWpnwX9HeBzK5SepHwlDxdGBfmedXhL30fmFCkJOdxHyOJsh0+B0RaVsLGT01NELpfzJUmtpDwdQ==",
|
||||
"version": "17.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.2.0.tgz",
|
||||
"integrity": "sha512-1YynwD4Eh7HXZNpqG8mtUlL2pSX2jBy61EejYJv4ooZPcg50Ak7LPOyD3a9UZnsE76AXWFBz+yo9Hv4MIpAa0Q==",
|
||||
"dependencies": {
|
||||
"@commitlint/ensure": "^17.0.0",
|
||||
"@commitlint/message": "^17.0.0",
|
||||
"@commitlint/message": "^17.2.0",
|
||||
"@commitlint/to-lines": "^17.0.0",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"execa": "^5.0.0"
|
||||
|
|
@ -18026,15 +18026,15 @@
|
|||
"dev": true
|
||||
},
|
||||
"@commitlint/cli": {
|
||||
"version": "17.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.1.2.tgz",
|
||||
"integrity": "sha512-h/4Hlka3bvCLbnxf0Er2ri5A44VMlbMSkdTRp8Adv2tRiklSTRIoPGs7OEXDv3EoDs2AAzILiPookgM4Gi7LOw==",
|
||||
"version": "17.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.2.0.tgz",
|
||||
"integrity": "sha512-kd1zykcrjIKyDRftWW1E1TJqkgzeosEkv1BiYPCdzkb/g/3BrfgwZUHR1vg+HO3qKUb/0dN+jNXArhGGAHpmaQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/format": "^17.0.0",
|
||||
"@commitlint/lint": "^17.1.0",
|
||||
"@commitlint/load": "^17.1.2",
|
||||
"@commitlint/read": "^17.1.0",
|
||||
"@commitlint/lint": "^17.2.0",
|
||||
"@commitlint/load": "^17.2.0",
|
||||
"@commitlint/read": "^17.2.0",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"execa": "^5.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
|
|
@ -18165,29 +18165,29 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/is-ignored": {
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.1.0.tgz",
|
||||
"integrity": "sha512-JITWKDMHhIh8IpdIbcbuH9rEQJty1ZWelgjleTFrVRAcEwN/sPzk1aVUXRIZNXMJWbZj8vtXRJnFihrml8uECQ==",
|
||||
"version": "17.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.2.0.tgz",
|
||||
"integrity": "sha512-rgUPUQraHxoMLxiE8GK430HA7/R2vXyLcOT4fQooNrZq9ERutNrP6dw3gdKLkq22Nede3+gEHQYUzL4Wu75ndg==",
|
||||
"requires": {
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"semver": "7.3.7"
|
||||
}
|
||||
},
|
||||
"@commitlint/lint": {
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.1.0.tgz",
|
||||
"integrity": "sha512-ltpqM2ogt/+SDhUaScFo0MdscncEF96lvQTPMM/VTTWlw7sTGLLWkOOppsee2MN/uLNNWjQ7kqkd4h6JqoM9AQ==",
|
||||
"version": "17.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.2.0.tgz",
|
||||
"integrity": "sha512-N2oLn4Dj672wKH5qJ4LGO+73UkYXGHO+NTVUusGw83SjEv7GjpqPGKU6KALW2kFQ/GsDefSvOjpSi3CzWHQBDg==",
|
||||
"requires": {
|
||||
"@commitlint/is-ignored": "^17.1.0",
|
||||
"@commitlint/parse": "^17.0.0",
|
||||
"@commitlint/rules": "^17.0.0",
|
||||
"@commitlint/is-ignored": "^17.2.0",
|
||||
"@commitlint/parse": "^17.2.0",
|
||||
"@commitlint/rules": "^17.2.0",
|
||||
"@commitlint/types": "^17.0.0"
|
||||
}
|
||||
},
|
||||
"@commitlint/load": {
|
||||
"version": "17.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.1.2.tgz",
|
||||
"integrity": "sha512-sk2p/jFYAWLChIfOIp/MGSIn/WzZ0vkc3afw+l4X8hGEYkvDe4gQUUAVxjl/6xMRn0HgnSLMZ04xXh5pkTsmgg==",
|
||||
"version": "17.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.2.0.tgz",
|
||||
"integrity": "sha512-HDD57qSqNrk399R4TIjw31AWBG8dBjNj1MrDKZKmC/wvimtnIFlqzcu1+sxfXIOHj/+M6tcMWDtvknGUd7SU+g==",
|
||||
"requires": {
|
||||
"@commitlint/config-validator": "^17.1.0",
|
||||
"@commitlint/execute-rule": "^17.0.0",
|
||||
|
|
@ -18211,14 +18211,14 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/message": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.0.0.tgz",
|
||||
"integrity": "sha512-LpcwYtN+lBlfZijHUdVr8aNFTVpHjuHI52BnfoV01TF7iSLnia0jttzpLkrLmI8HNQz6Vhr9UrxDWtKZiMGsBw=="
|
||||
"version": "17.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.2.0.tgz",
|
||||
"integrity": "sha512-/4l2KFKxBOuoEn1YAuuNNlAU05Zt7sNsC9H0mPdPm3chOrT4rcX0pOqrQcLtdMrMkJz0gC7b3SF80q2+LtdL9Q=="
|
||||
},
|
||||
"@commitlint/parse": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.0.0.tgz",
|
||||
"integrity": "sha512-cKcpfTIQYDG1ywTIr5AG0RAiLBr1gudqEsmAGCTtj8ffDChbBRxm6xXs2nv7GvmJN7msOt7vOKleLvcMmRa1+A==",
|
||||
"version": "17.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.2.0.tgz",
|
||||
"integrity": "sha512-vLzLznK9Y21zQ6F9hf8D6kcIJRb2haAK5T/Vt1uW2CbHYOIfNsR/hJs0XnF/J9ctM20Tfsqv4zBitbYvVw7F6Q==",
|
||||
"requires": {
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"conventional-changelog-angular": "^5.0.11",
|
||||
|
|
@ -18226,9 +18226,9 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/read": {
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.1.0.tgz",
|
||||
"integrity": "sha512-73BoFNBA/3Ozo2JQvGsE0J8SdrJAWGfZQRSHqvKaqgmY042Su4gXQLqvAzgr55S9DI1l9TiU/5WDuh8IE86d/g==",
|
||||
"version": "17.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.2.0.tgz",
|
||||
"integrity": "sha512-bbblBhrHkjxra3ptJNm0abxu7yeAaxumQ8ZtD6GIVqzURCETCP7Dm0tlVvGRDyXBuqX6lIJxh3W7oyKqllDsHQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/top-level": "^17.0.0",
|
||||
|
|
@ -18265,12 +18265,12 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/rules": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.0.0.tgz",
|
||||
"integrity": "sha512-45nIy3dERKXWpnwX9HeBzK5SepHwlDxdGBfmedXhL30fmFCkJOdxHyOJsh0+B0RaVsLGT01NELpfzJUmtpDwdQ==",
|
||||
"version": "17.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.2.0.tgz",
|
||||
"integrity": "sha512-1YynwD4Eh7HXZNpqG8mtUlL2pSX2jBy61EejYJv4ooZPcg50Ak7LPOyD3a9UZnsE76AXWFBz+yo9Hv4MIpAa0Q==",
|
||||
"requires": {
|
||||
"@commitlint/ensure": "^17.0.0",
|
||||
"@commitlint/message": "^17.0.0",
|
||||
"@commitlint/message": "^17.2.0",
|
||||
"@commitlint/to-lines": "^17.0.0",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"execa": "^5.0.0"
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.19.3",
|
||||
"@babel/preset-env": "^7.19.3",
|
||||
"@commitlint/cli": "^17.1.2",
|
||||
"@commitlint/cli": "^17.2.0",
|
||||
"@commitlint/test": "^9.0.1",
|
||||
"@commitlint/test-environment": "^9.0.1",
|
||||
"@jest/globals": "^29.1.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue