chore: update commitlint monorepo to ^17.6.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
d991a76938
commit
a23282ff11
|
@ -17,10 +17,10 @@
|
||||||
"uuid": "^9.0.0"
|
"uuid": "^9.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/config-conventional": "^17.6.0",
|
"@commitlint/config-conventional": "^17.6.1",
|
||||||
"chai": "^4.3.7",
|
"chai": "^4.3.7",
|
||||||
"chai-as-promised": "^7.1.1",
|
"chai-as-promised": "^7.1.1",
|
||||||
"commitlint": "^17.6.0",
|
"commitlint": "^17.6.1",
|
||||||
"eslint": "^8.38.0",
|
"eslint": "^8.38.0",
|
||||||
"eslint-config-loopback": "^13.1.0",
|
"eslint-config-loopback": "^13.1.0",
|
||||||
"loopback-datasource-juggler": "^4.28.4",
|
"loopback-datasource-juggler": "^4.28.4",
|
||||||
|
@ -462,13 +462,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/cli": {
|
"node_modules/@commitlint/cli": {
|
||||||
"version": "17.6.0",
|
"version": "17.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.6.1.tgz",
|
||||||
"integrity": "sha512-JaZeZ1p6kfkSiZlDoQjK09AuiI9zYQMiIUJzTOM8qNRHFOXOPmiTM56nI67yzeUSNTFu6M/DRqjmdjtA5q3hEg==",
|
"integrity": "sha512-kCnDD9LE2ySiTnj/VPaxy4/oRayRcdv4aCuVxtoum8SxIU7OADHc0nJPQfheE8bHcs3zZdWzDMWltRosuT13bg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/format": "^17.4.4",
|
"@commitlint/format": "^17.4.4",
|
||||||
"@commitlint/lint": "^17.6.0",
|
"@commitlint/lint": "^17.6.1",
|
||||||
"@commitlint/load": "^17.5.0",
|
"@commitlint/load": "^17.5.0",
|
||||||
"@commitlint/read": "^17.5.1",
|
"@commitlint/read": "^17.5.1",
|
||||||
"@commitlint/types": "^17.4.4",
|
"@commitlint/types": "^17.4.4",
|
||||||
|
@ -486,9 +486,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/config-conventional": {
|
"node_modules/@commitlint/config-conventional": {
|
||||||
"version": "17.6.0",
|
"version": "17.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.6.1.tgz",
|
||||||
"integrity": "sha512-2Y9M7MN942bTK5h70fJGknhXA02+OtWCkKeIzTSwsdwz1V7y6bxYv24x052E9XHKtZHJfvM3iLuTOsjRvLqWtA==",
|
"integrity": "sha512-ng/ybaSLuTCH9F+7uavSOnEQ9EFMl7lHEjfAEgRh1hwmEe8SpLKpQeMo2aT1IWvHaGMuTb+gjfbzoRf2IR23NQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"conventional-changelog-conventionalcommits": "^5.0.0"
|
"conventional-changelog-conventionalcommits": "^5.0.0"
|
||||||
|
@ -563,14 +563,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/lint": {
|
"node_modules/@commitlint/lint": {
|
||||||
"version": "17.6.0",
|
"version": "17.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.6.1.tgz",
|
||||||
"integrity": "sha512-6cEXxpxZd7fbtYMxeosOum/Nnwu3VdSuZcrFSqP9lWNsrHRv4ijVsnLeomvo6WHPchGOeEWAazAI7Q6Ap22fJw==",
|
"integrity": "sha512-VARJ9kxH64isgwVnC+ABPafCYzqxpsWJIpDaTuI0gh8aX4GQ0i7cn9tvxtFNfJj4ER2BAJeWJ0vURdNYjK2RQQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/is-ignored": "^17.4.4",
|
"@commitlint/is-ignored": "^17.4.4",
|
||||||
"@commitlint/parse": "^17.4.4",
|
"@commitlint/parse": "^17.4.4",
|
||||||
"@commitlint/rules": "^17.6.0",
|
"@commitlint/rules": "^17.6.1",
|
||||||
"@commitlint/types": "^17.4.4"
|
"@commitlint/types": "^17.4.4"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
@ -659,9 +659,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/rules": {
|
"node_modules/@commitlint/rules": {
|
||||||
"version": "17.6.0",
|
"version": "17.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.6.1.tgz",
|
||||||
"integrity": "sha512-Ka7AsRFvkKMYYE7itgo7hddRGCiV+0BgbTIAq4PWmnkHAECxYpdqMVzW5jaATmXZfwfRRTB57e7KZWj6EPmK1A==",
|
"integrity": "sha512-lUdHw6lYQ1RywExXDdLOKxhpp6857/4c95Dc/1BikrHgdysVUXz26yV0vp1GL7Gv+avx9WqZWTIVB7pNouxlfw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/ensure": "^17.4.4",
|
"@commitlint/ensure": "^17.4.4",
|
||||||
|
@ -1602,12 +1602,12 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/commitlint": {
|
"node_modules/commitlint": {
|
||||||
"version": "17.6.0",
|
"version": "17.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-17.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-17.6.1.tgz",
|
||||||
"integrity": "sha512-b2BCQrXE5/Fv03NJ6XrfO1KQ6DAKa4lkOW1S5PVHkl5EZ3H2agdMMQPXzQtdWukjn1xXaqOebg1G5553JV5yZw==",
|
"integrity": "sha512-yO11o5DmN/X4VCL+aLzgfJ1YXOM7qFzMN659SpISS4EBiv+QO16A0jeJU9rgVRbM2K06M7AfBQkZz7EPR3sAnQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/cli": "^17.6.0",
|
"@commitlint/cli": "^17.6.1",
|
||||||
"@commitlint/types": "^17.4.4"
|
"@commitlint/types": "^17.4.4"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -5923,13 +5923,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/cli": {
|
"@commitlint/cli": {
|
||||||
"version": "17.6.0",
|
"version": "17.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.6.1.tgz",
|
||||||
"integrity": "sha512-JaZeZ1p6kfkSiZlDoQjK09AuiI9zYQMiIUJzTOM8qNRHFOXOPmiTM56nI67yzeUSNTFu6M/DRqjmdjtA5q3hEg==",
|
"integrity": "sha512-kCnDD9LE2ySiTnj/VPaxy4/oRayRcdv4aCuVxtoum8SxIU7OADHc0nJPQfheE8bHcs3zZdWzDMWltRosuT13bg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/format": "^17.4.4",
|
"@commitlint/format": "^17.4.4",
|
||||||
"@commitlint/lint": "^17.6.0",
|
"@commitlint/lint": "^17.6.1",
|
||||||
"@commitlint/load": "^17.5.0",
|
"@commitlint/load": "^17.5.0",
|
||||||
"@commitlint/read": "^17.5.1",
|
"@commitlint/read": "^17.5.1",
|
||||||
"@commitlint/types": "^17.4.4",
|
"@commitlint/types": "^17.4.4",
|
||||||
|
@ -5941,9 +5941,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/config-conventional": {
|
"@commitlint/config-conventional": {
|
||||||
"version": "17.6.0",
|
"version": "17.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.6.1.tgz",
|
||||||
"integrity": "sha512-2Y9M7MN942bTK5h70fJGknhXA02+OtWCkKeIzTSwsdwz1V7y6bxYv24x052E9XHKtZHJfvM3iLuTOsjRvLqWtA==",
|
"integrity": "sha512-ng/ybaSLuTCH9F+7uavSOnEQ9EFMl7lHEjfAEgRh1hwmEe8SpLKpQeMo2aT1IWvHaGMuTb+gjfbzoRf2IR23NQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"conventional-changelog-conventionalcommits": "^5.0.0"
|
"conventional-changelog-conventionalcommits": "^5.0.0"
|
||||||
|
@ -6000,14 +6000,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/lint": {
|
"@commitlint/lint": {
|
||||||
"version": "17.6.0",
|
"version": "17.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.6.1.tgz",
|
||||||
"integrity": "sha512-6cEXxpxZd7fbtYMxeosOum/Nnwu3VdSuZcrFSqP9lWNsrHRv4ijVsnLeomvo6WHPchGOeEWAazAI7Q6Ap22fJw==",
|
"integrity": "sha512-VARJ9kxH64isgwVnC+ABPafCYzqxpsWJIpDaTuI0gh8aX4GQ0i7cn9tvxtFNfJj4ER2BAJeWJ0vURdNYjK2RQQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/is-ignored": "^17.4.4",
|
"@commitlint/is-ignored": "^17.4.4",
|
||||||
"@commitlint/parse": "^17.4.4",
|
"@commitlint/parse": "^17.4.4",
|
||||||
"@commitlint/rules": "^17.6.0",
|
"@commitlint/rules": "^17.6.1",
|
||||||
"@commitlint/types": "^17.4.4"
|
"@commitlint/types": "^17.4.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -6078,9 +6078,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/rules": {
|
"@commitlint/rules": {
|
||||||
"version": "17.6.0",
|
"version": "17.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.6.1.tgz",
|
||||||
"integrity": "sha512-Ka7AsRFvkKMYYE7itgo7hddRGCiV+0BgbTIAq4PWmnkHAECxYpdqMVzW5jaATmXZfwfRRTB57e7KZWj6EPmK1A==",
|
"integrity": "sha512-lUdHw6lYQ1RywExXDdLOKxhpp6857/4c95Dc/1BikrHgdysVUXz26yV0vp1GL7Gv+avx9WqZWTIVB7pNouxlfw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/ensure": "^17.4.4",
|
"@commitlint/ensure": "^17.4.4",
|
||||||
|
@ -6804,12 +6804,12 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"commitlint": {
|
"commitlint": {
|
||||||
"version": "17.6.0",
|
"version": "17.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-17.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-17.6.1.tgz",
|
||||||
"integrity": "sha512-b2BCQrXE5/Fv03NJ6XrfO1KQ6DAKa4lkOW1S5PVHkl5EZ3H2agdMMQPXzQtdWukjn1xXaqOebg1G5553JV5yZw==",
|
"integrity": "sha512-yO11o5DmN/X4VCL+aLzgfJ1YXOM7qFzMN659SpISS4EBiv+QO16A0jeJU9rgVRbM2K06M7AfBQkZz7EPR3sAnQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/cli": "^17.6.0",
|
"@commitlint/cli": "^17.6.1",
|
||||||
"@commitlint/types": "^17.4.4"
|
"@commitlint/types": "^17.4.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -33,10 +33,10 @@
|
||||||
"uuid": "^9.0.0"
|
"uuid": "^9.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/config-conventional": "^17.6.0",
|
"@commitlint/config-conventional": "^17.6.1",
|
||||||
"chai": "^4.3.7",
|
"chai": "^4.3.7",
|
||||||
"chai-as-promised": "^7.1.1",
|
"chai-as-promised": "^7.1.1",
|
||||||
"commitlint": "^17.6.0",
|
"commitlint": "^17.6.1",
|
||||||
"eslint": "^8.38.0",
|
"eslint": "^8.38.0",
|
||||||
"eslint-config-loopback": "^13.1.0",
|
"eslint-config-loopback": "^13.1.0",
|
||||||
"loopback-datasource-juggler": "^4.28.4",
|
"loopback-datasource-juggler": "^4.28.4",
|
||||||
|
|
Loading…
Reference in New Issue