chore(deps): update commitlint monorepo to ^16.2.4

This commit is contained in:
Renovate Bot 2022-04-28 03:30:15 +00:00
parent 5f3a30cda7
commit 7052fbcf51
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 58 additions and 58 deletions

112
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "gatsby-starter-lumen",
"version": "1.1.45",
"version": "1.1.46",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gatsby-starter-lumen",
"version": "1.1.45",
"version": "1.1.46",
"license": "MIT",
"dependencies": {
"@sentry/gatsby": "^6.19.7",
@ -43,8 +43,8 @@
},
"devDependencies": {
"@alxshelepenok/eslint-config": "^1.0.34",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@jest/globals": "^27.5.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
@ -2015,14 +2015,14 @@
}
},
"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",
@ -2074,9 +2074,9 @@
}
},
"node_modules/@commitlint/config-conventional": {
"version": "16.2.1",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-16.2.1.tgz",
"integrity": "sha512-cP9gArx7gnaj4IqmtCIcHdRjTYdRUi6lmGE+lOzGGjGe45qGOS8nyQQNvkNy2Ey2VqoSWuXXkD8zCUh6EHf1Ww==",
"version": "16.2.4",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-16.2.4.tgz",
"integrity": "sha512-av2UQJa3CuE5P0dzxj/o/B9XVALqYzEViHrMXtDrW9iuflrqCStWBAioijppj9URyz6ONpohJKAtSdgAOE0gkA==",
"dev": true,
"dependencies": {
"conventional-changelog-conventionalcommits": "^4.3.1"
@ -2134,27 +2134,27 @@
}
},
"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/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": {
@ -2162,9 +2162,9 @@
}
},
"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",
@ -2257,9 +2257,9 @@
}
},
"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",
@ -26115,9 +26115,9 @@
}
},
"node_modules/semver": {
"version": "7.3.5",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
"integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
"version": "7.3.7",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
"integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
"dependencies": {
"lru-cache": "^6.0.0"
},
@ -31365,14 +31365,14 @@
"optional": 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",
@ -31411,9 +31411,9 @@
}
},
"@commitlint/config-conventional": {
"version": "16.2.1",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-16.2.1.tgz",
"integrity": "sha512-cP9gArx7gnaj4IqmtCIcHdRjTYdRUi6lmGE+lOzGGjGe45qGOS8nyQQNvkNy2Ey2VqoSWuXXkD8zCUh6EHf1Ww==",
"version": "16.2.4",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-16.2.4.tgz",
"integrity": "sha512-av2UQJa3CuE5P0dzxj/o/B9XVALqYzEViHrMXtDrW9iuflrqCStWBAioijppj9URyz6ONpohJKAtSdgAOE0gkA==",
"dev": true,
"requires": {
"conventional-changelog-conventionalcommits": "^4.3.1"
@ -31456,31 +31456,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",
@ -31556,9 +31556,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",
@ -49114,9 +49114,9 @@
}
},
"semver": {
"version": "7.3.5",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
"integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
"version": "7.3.7",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
"integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
"requires": {
"lru-cache": "^6.0.0"
}

View File

@ -81,8 +81,8 @@
},
"devDependencies": {
"@alxshelepenok/eslint-config": "^1.0.34",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@jest/globals": "^27.5.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",