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 16.2.3 to 16.2.4
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 16.2.3 to 16.2.4. - [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/v16.2.4/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
534ab208f0
commit
4b07cd6c3d
2 changed files with 78 additions and 54 deletions
130
package-lock.json
generated
130
package-lock.json
generated
|
|
@ -29,7 +29,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.17.8",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@commitlint/cli": "^16.2.3",
|
||||
"@commitlint/cli": "^16.2.4",
|
||||
"@commitlint/ensure": "^16.2.1",
|
||||
"@commitlint/test": "^9.0.1",
|
||||
"@commitlint/test-environment": "^9.0.1",
|
||||
|
|
@ -1830,14 +1830,14 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@commitlint/cli": {
|
||||
"version": "16.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-16.2.3.tgz",
|
||||
"integrity": "sha512-VsJBQLvhhlOgEfxs/Z5liYuK0dXqLE5hz1VJzLBxiOxG31kL/X5Q4OvK292BmO7IGZcm1yJE3XQPWSiFaEHbWA==",
|
||||
"version": "16.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-16.2.4.tgz",
|
||||
"integrity": "sha512-rbvqvz9JI+uiKxV2nH65BtSU01fsADd3bxe9fWtO3rM0c+CI/H9FfzKkDLvSRmXjvk1G2/wXlCGeqO9IBT4X9g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/format": "^16.2.1",
|
||||
"@commitlint/lint": "^16.2.1",
|
||||
"@commitlint/load": "^16.2.3",
|
||||
"@commitlint/lint": "^16.2.4",
|
||||
"@commitlint/load": "^16.2.4",
|
||||
"@commitlint/read": "^16.2.1",
|
||||
"@commitlint/types": "^16.2.1",
|
||||
"lodash": "^4.17.19",
|
||||
|
|
@ -1875,27 +1875,27 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/@commitlint/is-ignored": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-16.2.1.tgz",
|
||||
"integrity": "sha512-exl8HRzTIfb1YvDJp2b2HU5z1BT+9tmgxR2XF0YEzkMiCIuEKh+XLeocPr1VcvAKXv3Cmv5X/OfNRp+i+/HIhQ==",
|
||||
"version": "16.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-16.2.4.tgz",
|
||||
"integrity": "sha512-Lxdq9aOAYCOOOjKi58ulbwK/oBiiKz+7Sq0+/SpFIEFwhHkIVugvDvWjh2VRBXmRC/x5lNcjDcYEwS/uYUvlYQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^16.2.1",
|
||||
"semver": "7.3.5"
|
||||
"semver": "7.3.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/@commitlint/lint": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-16.2.1.tgz",
|
||||
"integrity": "sha512-fNINQ3X2ZqsCkNB3Z0Z8ElmhewqrS3gy2wgBTx97BkcjOWiyPAGwDJ752hwrsUnWAVBRztgw826n37xPzxsOgg==",
|
||||
"version": "16.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-16.2.4.tgz",
|
||||
"integrity": "sha512-AUDuwOxb2eGqsXbTMON3imUGkc1jRdtXrbbohiLSCSk3jFVXgJLTMaEcr39pR00N8nE9uZ+V2sYaiILByZVmxQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/is-ignored": "^16.2.1",
|
||||
"@commitlint/is-ignored": "^16.2.4",
|
||||
"@commitlint/parse": "^16.2.1",
|
||||
"@commitlint/rules": "^16.2.1",
|
||||
"@commitlint/rules": "^16.2.4",
|
||||
"@commitlint/types": "^16.2.1"
|
||||
},
|
||||
"engines": {
|
||||
|
|
@ -1903,9 +1903,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/@commitlint/load": {
|
||||
"version": "16.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-16.2.3.tgz",
|
||||
"integrity": "sha512-Hb4OUlMnBUK6UxJEZ/VJ5k0LocIS7PtEMbRXEAA7eSpOgORIFexC4K/RaRpVd5UTtu3M0ST3ddPPijF9rdW6nw==",
|
||||
"version": "16.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-16.2.4.tgz",
|
||||
"integrity": "sha512-HjANm3/29ROV+zt4yfaY/K6gpr9Dbzgtlp0kSwZGW0poDXlD/yqVYgPQ6JolJzZii5FUz5R4yVLC15hVL/w60w==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/config-validator": "^16.2.1",
|
||||
|
|
@ -1965,9 +1965,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/@commitlint/rules": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-16.2.1.tgz",
|
||||
"integrity": "sha512-ZFezJXQaBBso+BOTre/+1dGCuCzlWVaeLiVRGypI53qVgPMzQqZhkCcrxBFeqB87qeyzr4A4EoG++IvITwwpIw==",
|
||||
"version": "16.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-16.2.4.tgz",
|
||||
"integrity": "sha512-rK5rNBIN2ZQNQK+I6trRPK3dWa0MtaTN4xnwOma1qxa4d5wQMQJtScwTZjTJeallFxhOgbNOgr48AMHkdounVg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/ensure": "^16.2.1",
|
||||
|
|
@ -2001,6 +2001,21 @@
|
|||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/semver": {
|
||||
"version": "7.3.7",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
|
||||
"integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"lru-cache": "^6.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"semver": "bin/semver.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/yargs": {
|
||||
"version": "17.1.1",
|
||||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.1.1.tgz",
|
||||
|
|
@ -6027,9 +6042,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/cosmiconfig-typescript-loader/node_modules/acorn": {
|
||||
"version": "8.7.0",
|
||||
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz",
|
||||
"integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==",
|
||||
"version": "8.7.1",
|
||||
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz",
|
||||
"integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"acorn": "bin/acorn"
|
||||
|
|
@ -14739,9 +14754,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/v8-compile-cache-lib": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz",
|
||||
"integrity": "sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==",
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
|
||||
"integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/v8-to-istanbul": {
|
||||
|
|
@ -16497,14 +16512,14 @@
|
|||
"dev": true
|
||||
},
|
||||
"@commitlint/cli": {
|
||||
"version": "16.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-16.2.3.tgz",
|
||||
"integrity": "sha512-VsJBQLvhhlOgEfxs/Z5liYuK0dXqLE5hz1VJzLBxiOxG31kL/X5Q4OvK292BmO7IGZcm1yJE3XQPWSiFaEHbWA==",
|
||||
"version": "16.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-16.2.4.tgz",
|
||||
"integrity": "sha512-rbvqvz9JI+uiKxV2nH65BtSU01fsADd3bxe9fWtO3rM0c+CI/H9FfzKkDLvSRmXjvk1G2/wXlCGeqO9IBT4X9g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/format": "^16.2.1",
|
||||
"@commitlint/lint": "^16.2.1",
|
||||
"@commitlint/load": "^16.2.3",
|
||||
"@commitlint/lint": "^16.2.4",
|
||||
"@commitlint/load": "^16.2.4",
|
||||
"@commitlint/read": "^16.2.1",
|
||||
"@commitlint/types": "^16.2.1",
|
||||
"lodash": "^4.17.19",
|
||||
|
|
@ -16530,31 +16545,31 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/is-ignored": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-16.2.1.tgz",
|
||||
"integrity": "sha512-exl8HRzTIfb1YvDJp2b2HU5z1BT+9tmgxR2XF0YEzkMiCIuEKh+XLeocPr1VcvAKXv3Cmv5X/OfNRp+i+/HIhQ==",
|
||||
"version": "16.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-16.2.4.tgz",
|
||||
"integrity": "sha512-Lxdq9aOAYCOOOjKi58ulbwK/oBiiKz+7Sq0+/SpFIEFwhHkIVugvDvWjh2VRBXmRC/x5lNcjDcYEwS/uYUvlYQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/types": "^16.2.1",
|
||||
"semver": "7.3.5"
|
||||
"semver": "7.3.7"
|
||||
}
|
||||
},
|
||||
"@commitlint/lint": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-16.2.1.tgz",
|
||||
"integrity": "sha512-fNINQ3X2ZqsCkNB3Z0Z8ElmhewqrS3gy2wgBTx97BkcjOWiyPAGwDJ752hwrsUnWAVBRztgw826n37xPzxsOgg==",
|
||||
"version": "16.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-16.2.4.tgz",
|
||||
"integrity": "sha512-AUDuwOxb2eGqsXbTMON3imUGkc1jRdtXrbbohiLSCSk3jFVXgJLTMaEcr39pR00N8nE9uZ+V2sYaiILByZVmxQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/is-ignored": "^16.2.1",
|
||||
"@commitlint/is-ignored": "^16.2.4",
|
||||
"@commitlint/parse": "^16.2.1",
|
||||
"@commitlint/rules": "^16.2.1",
|
||||
"@commitlint/rules": "^16.2.4",
|
||||
"@commitlint/types": "^16.2.1"
|
||||
}
|
||||
},
|
||||
"@commitlint/load": {
|
||||
"version": "16.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-16.2.3.tgz",
|
||||
"integrity": "sha512-Hb4OUlMnBUK6UxJEZ/VJ5k0LocIS7PtEMbRXEAA7eSpOgORIFexC4K/RaRpVd5UTtu3M0ST3ddPPijF9rdW6nw==",
|
||||
"version": "16.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-16.2.4.tgz",
|
||||
"integrity": "sha512-HjANm3/29ROV+zt4yfaY/K6gpr9Dbzgtlp0kSwZGW0poDXlD/yqVYgPQ6JolJzZii5FUz5R4yVLC15hVL/w60w==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/config-validator": "^16.2.1",
|
||||
|
|
@ -16602,9 +16617,9 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/rules": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-16.2.1.tgz",
|
||||
"integrity": "sha512-ZFezJXQaBBso+BOTre/+1dGCuCzlWVaeLiVRGypI53qVgPMzQqZhkCcrxBFeqB87qeyzr4A4EoG++IvITwwpIw==",
|
||||
"version": "16.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-16.2.4.tgz",
|
||||
"integrity": "sha512-rK5rNBIN2ZQNQK+I6trRPK3dWa0MtaTN4xnwOma1qxa4d5wQMQJtScwTZjTJeallFxhOgbNOgr48AMHkdounVg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/ensure": "^16.2.1",
|
||||
|
|
@ -16629,6 +16644,15 @@
|
|||
"chalk": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"semver": {
|
||||
"version": "7.3.7",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
|
||||
"integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"lru-cache": "^6.0.0"
|
||||
}
|
||||
},
|
||||
"yargs": {
|
||||
"version": "17.1.1",
|
||||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.1.1.tgz",
|
||||
|
|
@ -19824,9 +19848,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"acorn": {
|
||||
"version": "8.7.0",
|
||||
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz",
|
||||
"integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==",
|
||||
"version": "8.7.1",
|
||||
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz",
|
||||
"integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==",
|
||||
"dev": true
|
||||
},
|
||||
"acorn-walk": {
|
||||
|
|
@ -26411,9 +26435,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"v8-compile-cache-lib": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz",
|
||||
"integrity": "sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==",
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
|
||||
"integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
|
||||
"dev": true
|
||||
},
|
||||
"v8-to-istanbul": {
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.17.8",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@commitlint/cli": "^16.2.3",
|
||||
"@commitlint/cli": "^16.2.4",
|
||||
"@commitlint/ensure": "^16.2.1",
|
||||
"@commitlint/test": "^9.0.1",
|
||||
"@commitlint/test-environment": "^9.0.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue