Skip to content

Commit fad830e

Browse files
chore(devdeps): update commitlint monorepo to v15 (#501)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f29e592 commit fad830e

File tree

2 files changed

+89
-89
lines changed

2 files changed

+89
-89
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@babel/preset-env": "7.16.4",
1313
"@babel/preset-react": "7.16.0",
1414
"@babel/preset-typescript": "7.16.0",
15-
"@commitlint/cli": "14.1.0",
16-
"@commitlint/config-conventional": "14.1.0",
15+
"@commitlint/cli": "15.0.0",
16+
"@commitlint/config-conventional": "15.0.0",
1717
"@rollup/plugin-babel": "5.3.0",
1818
"@rollup/plugin-node-resolve": "13.0.6",
1919
"@testing-library/jest-dom": "5.15.0",

yarn.lock

Lines changed: 87 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,143 +1001,143 @@
10011001
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
10021002
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
10031003

1004-
"@commitlint/cli@14.1.0":
1005-
version "14.1.0"
1006-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-14.1.0.tgz#7b657a955ed22f3df348ba9afa6ce5a5121ff7eb"
1007-
integrity sha512-Orq62jkl9qAGvjFqhehtAqjGY/duJ8hIRPPIHmGR2jIB96D4VTmazS3ZvqJz2Q9kKr61mLAk/171zm0FVzQCYA==
1008-
dependencies:
1009-
"@commitlint/format" "^14.1.0"
1010-
"@commitlint/lint" "^14.1.0"
1011-
"@commitlint/load" "^14.1.0"
1012-
"@commitlint/read" "^14.0.0"
1013-
"@commitlint/types" "^14.0.0"
1004+
"@commitlint/cli@15.0.0":
1005+
version "15.0.0"
1006+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-15.0.0.tgz#8e78e86ee2b6955c1a5d140e734a6c171ce367ee"
1007+
integrity sha512-Y5xmDCweytqzo4N4lOI2YRiuX35xTjcs8n5hUceBH8eyK0YbwtgWX50BJOH2XbkwEmII9blNhlBog6AdQsqicg==
1008+
dependencies:
1009+
"@commitlint/format" "^15.0.0"
1010+
"@commitlint/lint" "^15.0.0"
1011+
"@commitlint/load" "^15.0.0"
1012+
"@commitlint/read" "^15.0.0"
1013+
"@commitlint/types" "^15.0.0"
10141014
lodash "^4.17.19"
10151015
resolve-from "5.0.0"
10161016
resolve-global "1.0.0"
10171017
yargs "^17.0.0"
10181018

1019-
"@commitlint/config-conventional@14.1.0":
1020-
version "14.1.0"
1021-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-14.1.0.tgz#29e386ef200fa72d43418153ab1c490c89024dee"
1022-
integrity sha512-JuhCqkEv8jyqmd54EpXPsQFpYc/8k7sfP1UziRdEvZSJUCLxz+8Pk4cNS0oF1BtjaWO7ITgXPlIZg47PyApGmg==
1019+
"@commitlint/config-conventional@15.0.0":
1020+
version "15.0.0"
1021+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-15.0.0.tgz#3bf1adf319e3b431de12ba82dc399524038b2d8f"
1022+
integrity sha512-eZBRL8Lk3hMNHp1wUMYj0qrZQEsST1ai7KHR8J1IDD9aHgT7L2giciibuQ+Og7vxVhR5WtYDvh9xirXFVPaSkQ==
10231023
dependencies:
10241024
conventional-changelog-conventionalcommits "^4.3.1"
10251025

1026-
"@commitlint/ensure@^14.1.0":
1027-
version "14.1.0"
1028-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-14.1.0.tgz#b58b2ffe2bc95be143ed8f188721b97df1043ba5"
1029-
integrity sha512-xrYvFdqVepT3XA1BmSh88eKbvYKtLuQu98QLfgxVmwS99Kj3yW0sT3D7jGvNsynbIx2dhbXofDyubf/DKkpFrQ==
1026+
"@commitlint/ensure@^15.0.0":
1027+
version "15.0.0"
1028+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-15.0.0.tgz#06a63738e2393970a085b428e6cf80fa1fe76f48"
1029+
integrity sha512-7DV4iNIald3vycwaWBNGk5FbonaNzOlU8nBe5m5AgU2dIeNKuXwLm+zzJzG27j0Ho56rgz//3F6RIvmsoxY9ZA==
10301030
dependencies:
1031-
"@commitlint/types" "^14.0.0"
1031+
"@commitlint/types" "^15.0.0"
10321032
lodash "^4.17.19"
10331033

1034-
"@commitlint/execute-rule@^14.0.0":
1035-
version "14.0.0"
1036-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-14.0.0.tgz#3ba45fc255286e3180f89ed4e9ac1ef237160734"
1037-
integrity sha512-Hh/HLpCBDlrD3Rx2x2pDBx6CU+OtVqGXh7mbFpNihAVx6B0zyZqm/vv0cdwdhfGW5OEn1BhCqHf1ZOvL/DwdWA==
1034+
"@commitlint/execute-rule@^15.0.0":
1035+
version "15.0.0"
1036+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-15.0.0.tgz#6bff7962df38e89ff9fdbc00abd79b8849c7e9f9"
1037+
integrity sha512-pyE4ApxjbWhb1TXz5vRiGwI2ssdMMgZbaaheZq1/7WC0xRnqnIhE1yUC1D2q20qPtvkZPstTYvMiRVtF+DvjUg==
10381038

1039-
"@commitlint/format@^14.1.0":
1040-
version "14.1.0"
1041-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-14.1.0.tgz#09b4081bdcb02163496bfcece98f9d4606238bc5"
1042-
integrity sha512-sF6engqqHjvxGctWRKjFs/HQeNowlpbVmmoP481b2UMQnVQnjjfXJvQsoLpaqFUvgc2sHM4L85F8BmAw+iHG1w==
1039+
"@commitlint/format@^15.0.0":
1040+
version "15.0.0"
1041+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-15.0.0.tgz#10935180913de9384bea4c9217f4c6c5ee100ab3"
1042+
integrity sha512-bPhAfqwRhPk92WiuY0ktEJNpRRHSCd+Eg1MdhGyL9Bl3U25E5zvuInA+dNctnzZiOBSH/37ZaD0eOKCpQE6acg==
10431043
dependencies:
1044-
"@commitlint/types" "^14.0.0"
1044+
"@commitlint/types" "^15.0.0"
10451045
chalk "^4.0.0"
10461046

1047-
"@commitlint/is-ignored@^14.0.0":
1048-
version "14.0.0"
1049-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-14.0.0.tgz#8c88e05211519bc187558aad07eee02581292ec4"
1050-
integrity sha512-nJltYjXTa+mk+6SPe35nOZCCvt3Gh5mbDz008KQ4OPcn1GX1NG+pEgz1Kx3agDp/pc+JGnsrr5GV00gygIoloA==
1047+
"@commitlint/is-ignored@^15.0.0":
1048+
version "15.0.0"
1049+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-15.0.0.tgz#382bf9f6f8d810f2ffc59ccc527f4389eadd7949"
1050+
integrity sha512-edtnkf2QZ/7e/YCJDgn1WDw9wfF1WfOitW5YEoSOb4SxjJEb/oE87kxNPZ2j8mnDMuunspcMfGHeg6fRlwaEWg==
10511051
dependencies:
1052-
"@commitlint/types" "^14.0.0"
1052+
"@commitlint/types" "^15.0.0"
10531053
semver "7.3.5"
10541054

1055-
"@commitlint/lint@^14.1.0":
1056-
version "14.1.0"
1057-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-14.1.0.tgz#1673b216803d65cc4bbe631f656125be54fd2f69"
1058-
integrity sha512-CApGJEOtWU/CcuPD8HkOR1jdUYpjKutGPaeby9nSFzJhwl/UQOjxc4Nd+2g2ygsMi5l3N4j2sWQYEgccpFC3lA==
1055+
"@commitlint/lint@^15.0.0":
1056+
version "15.0.0"
1057+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-15.0.0.tgz#a93b8896fb25b05ab2ed0246d365f4908654588d"
1058+
integrity sha512-hUi2+Im/2dJ5FBvWnodypTkg+5haCgsDzB0fyMApWLUA1IucYUAqRCQCW5em1Mhk9Crw1pd5YzFNikhIclkqCw==
10591059
dependencies:
1060-
"@commitlint/is-ignored" "^14.0.0"
1061-
"@commitlint/parse" "^14.0.0"
1062-
"@commitlint/rules" "^14.1.0"
1063-
"@commitlint/types" "^14.0.0"
1060+
"@commitlint/is-ignored" "^15.0.0"
1061+
"@commitlint/parse" "^15.0.0"
1062+
"@commitlint/rules" "^15.0.0"
1063+
"@commitlint/types" "^15.0.0"
10641064

1065-
"@commitlint/load@^14.1.0":
1066-
version "14.1.0"
1067-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-14.1.0.tgz#911e8625cfa1a80df2914b835834c6068fdfdab4"
1068-
integrity sha512-p+HbgjhkqLsnxyjOUdEYHztHCp8n2oLVUJTmRPuP5FXLNevh6Gwmxf+NYC2J0sgD084aV2CFi3qu1W4yHWIknA==
1065+
"@commitlint/load@^15.0.0":
1066+
version "15.0.0"
1067+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-15.0.0.tgz#5bd391c1387aafe92b54cf2a86b76a5228fcf4ef"
1068+
integrity sha512-Ak1YPeOhvxmY3ioe0o6m1yLGvUAYb4BdfGgShU8jiTCmU3Mnmms0Xh/kfQz8AybhezCC3AmVTyBLaBZxOHR8kg==
10691069
dependencies:
1070-
"@commitlint/execute-rule" "^14.0.0"
1071-
"@commitlint/resolve-extends" "^14.1.0"
1072-
"@commitlint/types" "^14.0.0"
1070+
"@commitlint/execute-rule" "^15.0.0"
1071+
"@commitlint/resolve-extends" "^15.0.0"
1072+
"@commitlint/types" "^15.0.0"
10731073
"@endemolshinegroup/cosmiconfig-typescript-loader" "^3.0.2"
10741074
chalk "^4.0.0"
10751075
cosmiconfig "^7.0.0"
10761076
lodash "^4.17.19"
10771077
resolve-from "^5.0.0"
10781078
typescript "^4.4.3"
10791079

1080-
"@commitlint/message@^14.0.0":
1081-
version "14.0.0"
1082-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-14.0.0.tgz#4db852fcd76352be547811d57709667588a39ba9"
1083-
integrity sha512-316Pum+bwDcZamOQw0DXSY17Dq9EjvL1zKdYIZqneu4lnXN6uFfi53Y/sP5crW6zlLdnuTHe1MnuewXPLHfH1Q==
1080+
"@commitlint/message@^15.0.0":
1081+
version "15.0.0"
1082+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-15.0.0.tgz#98a38aca1b3cd996a0fcdbd9ad67e9039df60b0a"
1083+
integrity sha512-L8euabzboKavPuDJsdIYAY2wx97LbiGEYsckMo6NmV8pOun50c8hQx6ouXFSAx4pp+mX9yUGmMiVqfrk2LKDJQ==
10841084

1085-
"@commitlint/parse@^14.0.0":
1086-
version "14.0.0"
1087-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-14.0.0.tgz#cb6f66323a27617744f9b479cf09941ff9c3f93d"
1088-
integrity sha512-49qkk0TcwdxJPZUX8MElEzMlRFIL/cg64P4pk8HotFEm2HYdbxxZp6v3cbVw5WOsnRA0frrs+NNoOcIT83ccMQ==
1085+
"@commitlint/parse@^15.0.0":
1086+
version "15.0.0"
1087+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-15.0.0.tgz#cac77b7514748b8d01d00c0e67d5e54c695c302c"
1088+
integrity sha512-7fweM67tZfBNS7zw1KTuuT5K2u9nGytUJqFqT/1Ln3Na9cBCsoAqR47mfsNOTlRCgGwakm4xiQ7BpS2gN0OGuw==
10891089
dependencies:
1090-
"@commitlint/types" "^14.0.0"
1090+
"@commitlint/types" "^15.0.0"
10911091
conventional-changelog-angular "^5.0.11"
10921092
conventional-commits-parser "^3.2.2"
10931093

1094-
"@commitlint/read@^14.0.0":
1095-
version "14.0.0"
1096-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-14.0.0.tgz#f871600ce815b541c7f1a4fdabe2c66d8840c2ab"
1097-
integrity sha512-WXXcSLBqwXTqnEmB0lbU2TrayDJ2G3qI/lxy1ianVmpQol8p9BjodAA6bYxtYYHdQFVXUrIsclzFP/naWG+hlQ==
1094+
"@commitlint/read@^15.0.0":
1095+
version "15.0.0"
1096+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-15.0.0.tgz#da839f3b4d49b05586a9cd2666cc8c4a36b9ec91"
1097+
integrity sha512-5yI1o2HKZFVe7RTjL7IhuhHMKar/MDNY34vEHqqz9gMI7BK/rdP8uVb4Di1efl2V0UPnwID0nPKWESjQ8Ti0gw==
10981098
dependencies:
1099-
"@commitlint/top-level" "^14.0.0"
1100-
"@commitlint/types" "^14.0.0"
1099+
"@commitlint/top-level" "^15.0.0"
1100+
"@commitlint/types" "^15.0.0"
11011101
fs-extra "^10.0.0"
11021102
git-raw-commits "^2.0.0"
11031103

1104-
"@commitlint/resolve-extends@^14.1.0":
1105-
version "14.1.0"
1106-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-14.1.0.tgz#f23b40d95c95901fcb7b53edebc8fe86f54fe99d"
1107-
integrity sha512-ko80k6QB6E6/OvGNWy4u7gzzWyluDT3VDNL2kfZaDywsnrYntUKyT4Do97gQ7orttITzj2GRtk3KWClVz4rUUQ==
1104+
"@commitlint/resolve-extends@^15.0.0":
1105+
version "15.0.0"
1106+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-15.0.0.tgz#baf21227e2ac52cef546ec35dd6732e9b0b6e57c"
1107+
integrity sha512-7apfRJjgJsKja7lHsPfEFixKjA/fk/UeD3owkOw1174yYu4u8xBDLSeU3IinGPdMuF9m245eX8wo7vLUy+EBSg==
11081108
dependencies:
11091109
import-fresh "^3.0.0"
11101110
lodash "^4.17.19"
11111111
resolve-from "^5.0.0"
11121112
resolve-global "^1.0.0"
11131113

1114-
"@commitlint/rules@^14.1.0":
1115-
version "14.1.0"
1116-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-14.1.0.tgz#caec339b05c45e7536cac5d9f1db11fcc9e3dfcd"
1117-
integrity sha512-6jmv414/1JzGzDI/DS+snAMhcL6roQKPdg0WB3kWTWN52EvWXBFm0HIMGt2H/FlRKxozwVXlQN60/1fNIl98xA==
1114+
"@commitlint/rules@^15.0.0":
1115+
version "15.0.0"
1116+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-15.0.0.tgz#326370abc004492fcb5543198d1d55b14e25e3c8"
1117+
integrity sha512-SqXfp6QUlwBS+0IZm4FEA/NmmAwcFQIkG3B05BtemOVWXQdZ8j1vV6hDwvA9oMPCmUSrrGpHOtZK7HaHhng2yA==
11181118
dependencies:
1119-
"@commitlint/ensure" "^14.1.0"
1120-
"@commitlint/message" "^14.0.0"
1121-
"@commitlint/to-lines" "^14.0.0"
1122-
"@commitlint/types" "^14.0.0"
1119+
"@commitlint/ensure" "^15.0.0"
1120+
"@commitlint/message" "^15.0.0"
1121+
"@commitlint/to-lines" "^15.0.0"
1122+
"@commitlint/types" "^15.0.0"
11231123
execa "^5.0.0"
11241124

1125-
"@commitlint/to-lines@^14.0.0":
1126-
version "14.0.0"
1127-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-14.0.0.tgz#d90c7453bc678e7e2d8a4cae125783b1d4df7aa4"
1128-
integrity sha512-uIXk54oJDuYyLpI208s3+cGmJ323yvSJ9LB7yUDMWUeJi2LgRxE2EBZL995kLQdnoAsBBXcLq+VDyppg5bV/cg==
1125+
"@commitlint/to-lines@^15.0.0":
1126+
version "15.0.0"
1127+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-15.0.0.tgz#b86ac98f319688990ecc2e09227fadf591b65c92"
1128+
integrity sha512-mY3MNA9ujPqVpiJjTYG9MDsYCobue5PJFO0MfcIzS1mCVvngH8ZFTPAh1fT5t+t1h876boS88+9WgqjRvbYItw==
11291129

1130-
"@commitlint/top-level@^14.0.0":
1131-
version "14.0.0"
1132-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-14.0.0.tgz#5fed6ac7ae2f5cff02ea1f41bddbfa24487ef3c8"
1133-
integrity sha512-MZDKZfWfl9g4KozgWBGTCrI2cXkMHnBFlhwvEfrAu5G8wd5aL1f2uWEUMnBMjUikmhVj99i1pzge4XFWHQ29wQ==
1130+
"@commitlint/top-level@^15.0.0":
1131+
version "15.0.0"
1132+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-15.0.0.tgz#467ec8377e81dfc916e1a20a27558862be1a4254"
1133+
integrity sha512-7Gz3t7xcuuUw1d1Nou6YLaztzp2Em+qZ6YdCzrqYc+aquca3Vt0O696nuiBDU/oE+tls4Hx2CNpAbWhTgEwB5A==
11341134
dependencies:
11351135
find-up "^5.0.0"
11361136

1137-
"@commitlint/types@^14.0.0":
1138-
version "14.0.0"
1139-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-14.0.0.tgz#17bf4d1ab1178c67990ce01b36017d6e6792b751"
1140-
integrity sha512-sIls1nP2uSbGL466edYlh8mn7O/WP4i3bcvP+2DMhkscRCSgaPhNRWDilhYVsHt2Vu1HTQ27uT0Bj5/Lt2+EcQ==
1137+
"@commitlint/types@^15.0.0":
1138+
version "15.0.0"
1139+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-15.0.0.tgz#46fa7bda3e6340caf3e3a2e415bcb78ff0195eed"
1140+
integrity sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==
11411141
dependencies:
11421142
chalk "^4.0.0"
11431143

0 commit comments

Comments
 (0)