Skip to content

Commit 503ea6c

Browse files
chore(deps-dev): bump @commitlint/config-conventional
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 19.2.2 to 19.5.0. - [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.5.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d65350a commit 503ea6c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@angular/compiler-cli": "18.2.0",
5959
"@angular/language-service": "18.2.0",
6060
"@commitlint/cli": "^19.3.0",
61-
"@commitlint/config-conventional": "^19.2.2",
61+
"@commitlint/config-conventional": "^19.5.0",
6262
"@nx/angular": "19.6.4",
6363
"@nx/cypress": "19.6.4",
6464
"@nx/devkit": "19.6.4",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1368,12 +1368,12 @@
13681368
execa "^8.0.1"
13691369
yargs "^17.0.0"
13701370

1371-
"@commitlint/config-conventional@^19.2.2":
1372-
version "19.2.2"
1373-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz#1f4e6975d428985deacf2b3ff6547e02c9302054"
1374-
integrity sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==
1371+
"@commitlint/config-conventional@^19.5.0":
1372+
version "19.5.0"
1373+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.5.0.tgz#f838cdaed0e0e223cdc2e865f055d474a49fe18c"
1374+
integrity sha512-OBhdtJyHNPryZKg0fFpZNOBM1ZDbntMvqMuSmpfyP86XSfwzGw4CaoYRG4RutUPg0BTK07VMRIkNJT6wi2zthg==
13751375
dependencies:
1376-
"@commitlint/types" "^19.0.3"
1376+
"@commitlint/types" "^19.5.0"
13771377
conventional-changelog-conventionalcommits "^7.0.2"
13781378

13791379
"@commitlint/config-validator@^19.0.3":
@@ -1503,10 +1503,10 @@
15031503
dependencies:
15041504
find-up "^7.0.0"
15051505

1506-
"@commitlint/types@^19.0.3":
1507-
version "19.0.3"
1508-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.0.3.tgz#feff4ecac2b5c359f2a57f9ab094b2ac80ef0266"
1509-
integrity sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==
1506+
"@commitlint/types@^19.0.3", "@commitlint/types@^19.5.0":
1507+
version "19.5.0"
1508+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.5.0.tgz#c5084d1231d4dd50e40bdb656ee7601f691400b3"
1509+
integrity sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==
15101510
dependencies:
15111511
"@types/conventional-commits-parser" "^5.0.0"
15121512
chalk "^5.3.0"

0 commit comments

Comments
 (0)