chore(deps): update commitlint monorepo to v18.6.1

| datasource | package                         | from   | to     |
| ---------- | ------------------------------- | ------ | ------ |
| npm        | @commitlint/cli                 | 18.6.0 | 18.6.1 |
| npm        | @commitlint/config-conventional | 18.6.0 | 18.6.1 |
This commit is contained in:
renovate[bot] 2024-02-20 10:30:57 +00:00 committed by GitHub
parent fde666397a
commit 75ac7f1551
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 10 deletions

View file

@ -36,8 +36,8 @@
"@actions/exec": "1.1.1"
},
"devDependencies": {
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.6",
"@semantic-release/npm": "11.0.2",

17
pnpm-lock.yaml generated
View file

@ -14,11 +14,11 @@ dependencies:
devDependencies:
'@commitlint/cli':
specifier: 18.6.0
version: 18.6.0(@types/node@20.11.17)(typescript@5.3.3)
specifier: 18.6.1
version: 18.6.1(@types/node@20.11.17)(typescript@5.3.3)
'@commitlint/config-conventional':
specifier: 18.6.0
version: 18.6.0
specifier: 18.6.1
version: 18.6.1
'@semantic-release/git':
specifier: 10.0.1
version: 10.0.1(semantic-release@23.0.2)
@ -143,8 +143,8 @@ packages:
dev: true
optional: true
/@commitlint/cli@18.6.0(@types/node@20.11.17)(typescript@5.3.3):
resolution: {integrity: sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w==}
/@commitlint/cli@18.6.1(@types/node@20.11.17)(typescript@5.3.3):
resolution: {integrity: sha512-5IDE0a+lWGdkOvKH892HHAZgbAjcj1mT5QrfA/SVbLJV/BbBMGyKN0W5mhgjekPJJwEQdVNvhl9PwUacY58Usw==}
engines: {node: '>=v18'}
hasBin: true
dependencies:
@ -163,10 +163,11 @@ packages:
- typescript
dev: true
/@commitlint/config-conventional@18.6.0:
resolution: {integrity: sha512-CDCOf2eJz9D/TL44IBks0stM9TmdLCNE2B48owIU3YCadwzts/bobXPScagIgPQF6hhKYMEdj5zpUDlmbwuqwQ==}
/@commitlint/config-conventional@18.6.1:
resolution: {integrity: sha512-ftpfAOQyI+IHvut0cRF4EFM39PWCqde+uOXCjH9NpK6FpqfhncAbEvP0E7OIpFsrDX0aS7k81tzH5Yz7prcNxA==}
engines: {node: '>=v18'}
dependencies:
'@commitlint/types': 18.6.1
conventional-changelog-conventionalcommits: 7.0.2
dev: true