chore(deps-dev): bump @commitlint/config-conventional (#2668)

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.0.3 to 19.0.3.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.0.3/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-04 08:43:09 +01:00 committed by GitHub
parent 483abda0b4
commit 922e938803
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 12 deletions

View File

@ -21,7 +21,7 @@
"homepage": "https://github.com/meienberger/runtipi-appstore#readme",
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@commitlint/cz-commitlint": "^19.0.3",
"@types/jest": "^28.1.6",
"@types/js-yaml": "^4.0.5",

View File

@ -9,8 +9,8 @@ devDependencies:
specifier: ^17.0.3
version: 17.0.3
'@commitlint/config-conventional':
specifier: ^17.0.3
version: 17.0.3
specifier: ^19.0.3
version: 19.0.3
'@commitlint/cz-commitlint':
specifier: ^19.0.3
version: 19.0.3(@types/node@18.6.2)(commitizen@4.2.5)(inquirer@9.2.15)(typescript@5.3.3)
@ -410,11 +410,12 @@ packages:
- '@swc/wasm'
dev: true
/@commitlint/config-conventional@17.0.3:
resolution: {integrity: sha512-HCnzTm5ATwwwzNVq5Y57poS0a1oOOcd5pc1MmBpLbGmSysc4i7F/++JuwtdFPu16sgM3H9J/j2zznRLOSGVO2A==}
engines: {node: '>=v14'}
/@commitlint/config-conventional@19.0.3:
resolution: {integrity: sha512-vh0L8XeLaEzTe8VCxSd0gAFvfTK0RFolrzw4o431bIuWJfi/yRCHJlsDwus7wW2eJaFFDR0VFXJyjGyDQhi4vA==}
engines: {node: '>=v18'}
dependencies:
conventional-changelog-conventionalcommits: 5.0.0
'@commitlint/types': 19.0.3
conventional-changelog-conventionalcommits: 7.0.2
dev: true
/@commitlint/config-validator@17.0.3:
@ -1608,13 +1609,11 @@ packages:
q: 1.5.1
dev: true
/conventional-changelog-conventionalcommits@5.0.0:
resolution: {integrity: sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==}
engines: {node: '>=10'}
/conventional-changelog-conventionalcommits@7.0.2:
resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==}
engines: {node: '>=16'}
dependencies:
compare-func: 2.0.0
lodash: 4.17.21
q: 1.5.1
dev: true
/conventional-commit-types@3.0.0: