Skip to content

Commit 5cd7a03

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v19.0.3
1 parent d12efc4 commit 5cd7a03

File tree

2 files changed

+81
-72
lines changed

2 files changed

+81
-72
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@babel/core": "7.23.9",
7070
"@babel/preset-env": "7.23.9",
7171
"@babel/register": "7.23.7",
72-
"@commitlint/cli": "19.0.1",
72+
"@commitlint/cli": "19.0.3",
7373
"@js-library/commitlint-config": "0.0.4",
7474
"ava": "6.1.1",
7575
"babel-plugin-transform-remove-console": "6.9.4",

yarn.lock

Lines changed: 80 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,33 +1047,33 @@
10471047
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
10481048
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
10491049

1050-
"@commitlint/cli@19.0.1":
1051-
version "19.0.1"
1052-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.0.1.tgz#6177f3e45922a6d8ee1da874c7650f7b59045451"
1053-
integrity sha512-6D+KT/RasFPF92M549I3lABSBWXAdmKvBfxtYWlWO5JdYFSK+B6jY6XyE/hN/DNSYvwwcuNk+CzbqQcy+EbrCw==
1054-
dependencies:
1055-
"@commitlint/format" "^19.0.0"
1056-
"@commitlint/lint" "^19.0.0"
1057-
"@commitlint/load" "^19.0.1"
1058-
"@commitlint/read" "^19.0.0"
1059-
"@commitlint/types" "^19.0.0"
1050+
"@commitlint/cli@19.0.3":
1051+
version "19.0.3"
1052+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.0.3.tgz#a415069099864b75dc65bb22c703c11a3837f258"
1053+
integrity sha512-mGhh/aYPib4Vy4h+AGRloMY+CqkmtdeKPV9poMcZeImF5e3knQ5VYaSeAM0mEzps1dbKsHvABwaDpafLUuM96g==
1054+
dependencies:
1055+
"@commitlint/format" "^19.0.3"
1056+
"@commitlint/lint" "^19.0.3"
1057+
"@commitlint/load" "^19.0.3"
1058+
"@commitlint/read" "^19.0.3"
1059+
"@commitlint/types" "^19.0.3"
10601060
execa "^8.0.1"
10611061
yargs "^17.0.0"
10621062

1063-
"@commitlint/config-validator@^19.0.0":
1064-
version "19.0.0"
1065-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-19.0.0.tgz#11891a4f6a0c2a7efbb7ed231dc214350e95b77e"
1066-
integrity sha512-oxJ2k+jBPRyWzv1ixfxwGZO5DJ1S+v3D8u/QESMwuPh3kQmeOYBRxGI+5FDWMwiVSHpztlhvvxDAU9SFXeMqUA==
1063+
"@commitlint/config-validator@^19.0.3":
1064+
version "19.0.3"
1065+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-19.0.3.tgz#052b181a30da6b4fc16dc5230f4589ac95e0bc81"
1066+
integrity sha512-2D3r4PKjoo59zBc2auodrSCaUnCSALCx54yveOFwwP/i2kfEAQrygwOleFWswLqK0UL/F9r07MFi5ev2ohyM4Q==
10671067
dependencies:
1068-
"@commitlint/types" "^19.0.0"
1068+
"@commitlint/types" "^19.0.3"
10691069
ajv "^8.11.0"
10701070

1071-
"@commitlint/ensure@^19.0.0":
1072-
version "19.0.0"
1073-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-19.0.0.tgz#7426b27853f21ebbe403ac7a97cffe4fc3e99acf"
1074-
integrity sha512-G0avCIwjKplTP1Oc9MlDhsYqi1yOWORtJSBpyMbQEnalQAW1tuRxG4LOLRZVKfFqlDWs2SfVQPN0Uw51Ge0f6w==
1071+
"@commitlint/ensure@^19.0.3":
1072+
version "19.0.3"
1073+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-19.0.3.tgz#d172b1b72ca88cbd317ea1ee79f3a03dbaccc76e"
1074+
integrity sha512-SZEpa/VvBLoT+EFZVb91YWbmaZ/9rPH3ESrINOl0HD2kMYsjvl0tF7nMHh0EpTcv4+gTtZBAe1y/SS6/OhfZzQ==
10751075
dependencies:
1076-
"@commitlint/types" "^19.0.0"
1076+
"@commitlint/types" "^19.0.3"
10771077
lodash.camelcase "^4.3.0"
10781078
lodash.kebabcase "^4.1.1"
10791079
lodash.snakecase "^4.1.1"
@@ -1085,41 +1085,41 @@
10851085
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-19.0.0.tgz#928fb239ae8deec82a6e3b05ec9cfe20afa83856"
10861086
integrity sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw==
10871087

1088-
"@commitlint/format@^19.0.0":
1089-
version "19.0.0"
1090-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.0.0.tgz#5da103249bf0e7bdb2ad5e757a37a94e2294c45a"
1091-
integrity sha512-36P4/2tpGSGQsYoSZEso5fTSTaMSArIK9fszy+5B8hwwAvOfnD4kQtrwfMhiXnf7PCgeX2lx5Jma+pY3Bq326A==
1088+
"@commitlint/format@^19.0.3":
1089+
version "19.0.3"
1090+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.0.3.tgz#6e3dcdc028b39d370ba717b8bde0853705c467dc"
1091+
integrity sha512-QjjyGyoiVWzx1f5xOteKHNLFyhyweVifMgopozSgx1fGNrGV8+wp7k6n1t6StHdJ6maQJ+UUtO2TcEiBFRyR6Q==
10921092
dependencies:
1093-
"@commitlint/types" "^19.0.0"
1093+
"@commitlint/types" "^19.0.3"
10941094
chalk "^5.3.0"
10951095

1096-
"@commitlint/is-ignored@^19.0.0":
1097-
version "19.0.0"
1098-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.0.0.tgz#c2fef35374eb58510d59380592269adcc1b67f8a"
1099-
integrity sha512-5b2nIrl8GEjzYAnOK2ZAUxBXvUonYrp3+8kJkUMl8QOtjt2O1gsd71jar7UtoDEqTWJhc+n7lG6lQYMXtcQJAw==
1096+
"@commitlint/is-ignored@^19.0.3":
1097+
version "19.0.3"
1098+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.0.3.tgz#a64e0e217044f2d916127369d21ea12324a834fe"
1099+
integrity sha512-MqDrxJaRSVSzCbPsV6iOKG/Lt52Y+PVwFVexqImmYYFhe51iVJjK2hRhOG2jUAGiUHk4jpdFr0cZPzcBkSzXDQ==
11001100
dependencies:
1101-
"@commitlint/types" "^19.0.0"
1101+
"@commitlint/types" "^19.0.3"
11021102
semver "^7.6.0"
11031103

1104-
"@commitlint/lint@^19.0.0":
1105-
version "19.0.0"
1106-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.0.0.tgz#eb093263f50ac3b28acf1653b5058979fce8a222"
1107-
integrity sha512-rAAisSpxhA+z4uhsveSt1CuTB+Jld5d7zyNSEK2UWjQaOxicwDP+LFiOdM32n/vwsLlOJqhrInA50UcbRSVaGg==
1104+
"@commitlint/lint@^19.0.3":
1105+
version "19.0.3"
1106+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.0.3.tgz#7db83188310c1a5fbdffebbb32a35aa1b0aacee3"
1107+
integrity sha512-uHPyRqIn57iIplYa5xBr6oNu5aPXKGC4WLeuHfqQHclwIqbJ33g3yA5fIA+/NYnp5ZM2EFiujqHFaVUYj6HlKA==
11081108
dependencies:
1109-
"@commitlint/is-ignored" "^19.0.0"
1110-
"@commitlint/parse" "^19.0.0"
1111-
"@commitlint/rules" "^19.0.0"
1112-
"@commitlint/types" "^19.0.0"
1109+
"@commitlint/is-ignored" "^19.0.3"
1110+
"@commitlint/parse" "^19.0.3"
1111+
"@commitlint/rules" "^19.0.3"
1112+
"@commitlint/types" "^19.0.3"
11131113

1114-
"@commitlint/load@^19.0.1":
1115-
version "19.0.1"
1116-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.0.1.tgz#754bf73dea771b02b88211b66027d6ace41f2524"
1117-
integrity sha512-5w5RHhtidRPMRm8ktph+NKypt1Wu5Z2jbU1Lc+1IS9Azy83JWRBQ9xKBbW9gF66R/TwHF0v6Jy8KOqRS8I/GgA==
1114+
"@commitlint/load@^19.0.3":
1115+
version "19.0.3"
1116+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.0.3.tgz#f05ce3830482e3908799f8e6eb202c8d9713efd8"
1117+
integrity sha512-18Tk/ZcDFRKIoKfEcl7kC+bYkEQ055iyKmGsYDoYWpKf6FUvBrP9bIWapuy/MB+kYiltmP9ITiUx6UXtqC9IRw==
11181118
dependencies:
1119-
"@commitlint/config-validator" "^19.0.0"
1119+
"@commitlint/config-validator" "^19.0.3"
11201120
"@commitlint/execute-rule" "^19.0.0"
1121-
"@commitlint/resolve-extends" "^19.0.1"
1122-
"@commitlint/types" "^19.0.0"
1121+
"@commitlint/resolve-extends" "^19.0.3"
1122+
"@commitlint/types" "^19.0.3"
11231123
chalk "^5.3.0"
11241124
cosmiconfig "^8.3.6"
11251125
cosmiconfig-typescript-loader "^5.0.0"
@@ -1132,45 +1132,46 @@
11321132
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-19.0.0.tgz#f789dd1b7a1f9c784578e0111f46cc3fecf5a531"
11331133
integrity sha512-c9czf6lU+9oF9gVVa2lmKaOARJvt4soRsVmbR7Njwp9FpbBgste5i7l/2l5o8MmbwGh4yE1snfnsy2qyA2r/Fw==
11341134

1135-
"@commitlint/parse@^19.0.0":
1136-
version "19.0.0"
1137-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-19.0.0.tgz#e7200b24033e6a7efe2213f9c9ac86de75f95d28"
1138-
integrity sha512-/2hT08V/2Lh+aQ5cSAw5vO74FlA3LJGYzLfsNMcx6aW8Kmrsa9W7chNNY5hMWbucCF92s/JE3eVIHnzoEBKTTA==
1135+
"@commitlint/parse@^19.0.3":
1136+
version "19.0.3"
1137+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-19.0.3.tgz#a2d09876d458e17ad0e1695b04f41af8b50a41c2"
1138+
integrity sha512-Il+tNyOb8VDxN3P6XoBBwWJtKKGzHlitEuXA5BP6ir/3loWlsSqDr5aecl6hZcC/spjq4pHqNh0qPlfeWu38QA==
11391139
dependencies:
1140-
"@commitlint/types" "^19.0.0"
1140+
"@commitlint/types" "^19.0.3"
11411141
conventional-changelog-angular "^7.0.0"
11421142
conventional-commits-parser "^5.0.0"
11431143

1144-
"@commitlint/read@^19.0.0":
1145-
version "19.0.0"
1146-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.0.0.tgz#05ce4ef95730dd601fc138f827a39db7d6fa22b0"
1147-
integrity sha512-AbK/fQjWrXGAAHl+KeOtZtWJryhzkTnynhkABF4IUFZqK71JSviSIPHYuUQjdwNrD0PJGs5f19ORjY8LOXP08w==
1144+
"@commitlint/read@^19.0.3":
1145+
version "19.0.3"
1146+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.0.3.tgz#b04abaa4daae2ba84f5f77a3800a6c3bc27cd94d"
1147+
integrity sha512-b5AflTyAXkUx5qKw4TkjjcOccXZHql3JqMi522knTQktq2AubKXFz60Sws+K4FsefwPws6fGz9mqiI/NvsvxFA==
11481148
dependencies:
11491149
"@commitlint/top-level" "^19.0.0"
1150-
"@commitlint/types" "^19.0.0"
1150+
"@commitlint/types" "^19.0.3"
11511151
git-raw-commits "^4.0.0"
11521152
minimist "^1.2.8"
11531153

1154-
"@commitlint/resolve-extends@^19.0.1":
1155-
version "19.0.1"
1156-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-19.0.1.tgz#14fdd2be5ec3e01e7cd1d1b3336e39b930239144"
1157-
integrity sha512-U5BRCNEiib0I06e6utNzBXZRu/t/bzlqVljS5kaNwggPN1VS+Kvuks8fY97j85B8sifHXU5dhUICPRKP8Oj31A==
1154+
"@commitlint/resolve-extends@^19.0.3":
1155+
version "19.0.3"
1156+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-19.0.3.tgz#04d0e95f9119983765741df603d36f4457f56c13"
1157+
integrity sha512-18BKmta8OC8+Ub+Q3QGM9l27VjQaXobloVXOrMvu8CpEwJYv62vC/t7Ka5kJnsW0tU9q1eMqJFZ/nN9T/cOaIA==
11581158
dependencies:
1159-
"@commitlint/config-validator" "^19.0.0"
1160-
"@commitlint/types" "^19.0.0"
1159+
"@commitlint/config-validator" "^19.0.3"
1160+
"@commitlint/types" "^19.0.3"
11611161
global-directory "^4.0.1"
11621162
import-meta-resolve "^4.0.0"
11631163
lodash.mergewith "^4.6.2"
1164+
resolve-from "^5.0.0"
11641165

1165-
"@commitlint/rules@^19.0.0":
1166-
version "19.0.0"
1167-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.0.0.tgz#c6f5aeae52ff14ed37e54cf96156968b1f979ac6"
1168-
integrity sha512-uwb5Ro5vvJlEjnWPezL3AcdlbLdJz24SD5VembgA6IXqqunphZr5LFsQL1z5efP7p3MUdJEXFynIx8o62+j2lA==
1166+
"@commitlint/rules@^19.0.3":
1167+
version "19.0.3"
1168+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.0.3.tgz#de647a9055847cae4f3ae32b4798096b604584f3"
1169+
integrity sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw==
11691170
dependencies:
1170-
"@commitlint/ensure" "^19.0.0"
1171+
"@commitlint/ensure" "^19.0.3"
11711172
"@commitlint/message" "^19.0.0"
11721173
"@commitlint/to-lines" "^19.0.0"
1173-
"@commitlint/types" "^19.0.0"
1174+
"@commitlint/types" "^19.0.3"
11741175
execa "^8.0.1"
11751176

11761177
"@commitlint/to-lines@^19.0.0":
@@ -1185,11 +1186,12 @@
11851186
dependencies:
11861187
find-up "^7.0.0"
11871188

1188-
"@commitlint/types@^19.0.0":
1189-
version "19.0.0"
1190-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.0.0.tgz#d5af1c8730c85a1622ae885f2d728fced17a4e0c"
1191-
integrity sha512-qLjLUdYXKi0TIavONrjBkxrElp7KguqDbvzIRbqTdJBV/cAAr8QEhHe1qUq8OcCM3gFWTlUrDz3ISZbkRoGsAg==
1189+
"@commitlint/types@^19.0.3":
1190+
version "19.0.3"
1191+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.0.3.tgz#feff4ecac2b5c359f2a57f9ab094b2ac80ef0266"
1192+
integrity sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==
11921193
dependencies:
1194+
"@types/conventional-commits-parser" "^5.0.0"
11931195
chalk "^5.3.0"
11941196

11951197
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
@@ -1480,6 +1482,13 @@
14801482
resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad"
14811483
integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
14821484

1485+
"@types/conventional-commits-parser@^5.0.0":
1486+
version "5.0.0"
1487+
resolved "https://registry.yarnpkg.com/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz#8c9d23e0b415b24b91626d07017303755d542dc8"
1488+
integrity sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==
1489+
dependencies:
1490+
"@types/node" "*"
1491+
14831492
"@types/eslint@^8.44.6":
14841493
version "8.56.2"
14851494
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.2.tgz#1c72a9b794aa26a8b94ad26d5b9aa51c8a6384bb"

0 commit comments

Comments
 (0)