Skip to content

Commit 6f5a250

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @commitlint/cli to v17
1 parent e535046 commit 6f5a250

File tree

2 files changed

+105
-100
lines changed

2 files changed

+105
-100
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@babel/core": "7.17.12",
7171
"@babel/preset-env": "7.17.12",
7272
"@babel/register": "7.17.7",
73-
"@commitlint/cli": "16.3.0",
73+
"@commitlint/cli": "17.0.0",
7474
"@js-library/commitlint-config": "0.0.4",
7575
"ava": "4.2.0",
7676
"babel-plugin-transform-remove-console": "6.9.4",

yarn.lock

Lines changed: 104 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1908,150 +1908,150 @@
19081908
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
19091909
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
19101910

1911-
"@commitlint/cli@16.3.0":
1912-
version "16.3.0"
1913-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.3.0.tgz#5689f5c2abbb7880d5ff13329251e5648a784b16"
1914-
integrity sha512-P+kvONlfsuTMnxSwWE1H+ZcPMY3STFaHb2kAacsqoIkNx66O0T7sTpBxpxkMrFPyhkJiLJnJWMhk4bbvYD3BMA==
1915-
dependencies:
1916-
"@commitlint/format" "^16.2.1"
1917-
"@commitlint/lint" "^16.2.4"
1918-
"@commitlint/load" "^16.3.0"
1919-
"@commitlint/read" "^16.2.1"
1920-
"@commitlint/types" "^16.2.1"
1911+
"@commitlint/cli@17.0.0":
1912+
version "17.0.0"
1913+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.0.0.tgz#6c86c6b0eba4ba1204a19833c3c962b623f35518"
1914+
integrity sha512-Np6slCdVVG1XwMvwbZrXIzS1INPAD5QmN4L6al04AmCd4nAPU63gxgxC5Mz0Fmx7va23Uvb0S7yEFV1JPhvPUQ==
1915+
dependencies:
1916+
"@commitlint/format" "^17.0.0"
1917+
"@commitlint/lint" "^17.0.0"
1918+
"@commitlint/load" "^17.0.0"
1919+
"@commitlint/read" "^17.0.0"
1920+
"@commitlint/types" "^17.0.0"
19211921
lodash "^4.17.19"
19221922
resolve-from "5.0.0"
19231923
resolve-global "1.0.0"
19241924
yargs "^17.0.0"
19251925

1926-
"@commitlint/config-validator@^16.2.1":
1927-
version "16.2.1"
1928-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-16.2.1.tgz#794e769afd4756e4cf1bfd823b6612932e39c56d"
1929-
integrity sha512-hogSe0WGg7CKmp4IfNbdNES3Rq3UEI4XRPB8JL4EPgo/ORq5nrGTVzxJh78omibNuB8Ho4501Czb1Er1MoDWpw==
1926+
"@commitlint/config-validator@^17.0.0":
1927+
version "17.0.0"
1928+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.0.0.tgz#49ab09f3ca0ac3449e79ea389cb4942423162ac0"
1929+
integrity sha512-78IQjoZWR4kDHp/U5y17euEWzswJpPkA9TDL5F6oZZZaLIEreWzrDZD5PWtM8MsSRl/K2LDU/UrzYju2bKLMpA==
19301930
dependencies:
1931-
"@commitlint/types" "^16.2.1"
1931+
"@commitlint/types" "^17.0.0"
19321932
ajv "^6.12.6"
19331933

1934-
"@commitlint/ensure@^16.2.1":
1935-
version "16.2.1"
1936-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-16.2.1.tgz#0fc538173f95c1eb2694eeedb79cab478347f16f"
1937-
integrity sha512-/h+lBTgf1r5fhbDNHOViLuej38i3rZqTQnBTk+xEg+ehOwQDXUuissQ5GsYXXqI5uGy+261ew++sT4EA3uBJ+A==
1934+
"@commitlint/ensure@^17.0.0":
1935+
version "17.0.0"
1936+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.0.0.tgz#781ff5f8870cb98ce4496d5c71649a4cd122a0e0"
1937+
integrity sha512-M2hkJnNXvEni59S0QPOnqCKIK52G1XyXBGw51mvh7OXDudCmZ9tZiIPpU882p475Mhx48Ien1MbWjCP1zlyC0A==
19381938
dependencies:
1939-
"@commitlint/types" "^16.2.1"
1939+
"@commitlint/types" "^17.0.0"
19401940
lodash "^4.17.19"
19411941

1942-
"@commitlint/execute-rule@^16.2.1":
1943-
version "16.2.1"
1944-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-16.2.1.tgz#60be73be4b9af97a41546e7ce59fdd33787c65f8"
1945-
integrity sha512-oSls82fmUTLM6cl5V3epdVo4gHhbmBFvCvQGHBRdQ50H/690Uq1Dyd7hXMuKITCIdcnr9umyDkr8r5C6HZDF3g==
1942+
"@commitlint/execute-rule@^17.0.0":
1943+
version "17.0.0"
1944+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-17.0.0.tgz#186e9261fd36733922ae617497888c4bdb6e5c92"
1945+
integrity sha512-nVjL/w/zuqjCqSJm8UfpNaw66V9WzuJtQvEnCrK4jDw6qKTmZB+1JQ8m6BQVZbNBcwfYdDNKnhIhqI0Rk7lgpQ==
19461946

1947-
"@commitlint/format@^16.2.1":
1948-
version "16.2.1"
1949-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-16.2.1.tgz#6e673f710c799be78e68b2682323e04f75080d07"
1950-
integrity sha512-Yyio9bdHWmNDRlEJrxHKglamIk3d6hC0NkEUW6Ti6ipEh2g0BAhy8Od6t4vLhdZRa1I2n+gY13foy+tUgk0i1Q==
1947+
"@commitlint/format@^17.0.0":
1948+
version "17.0.0"
1949+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-17.0.0.tgz#2c991ac0df3955fe5d7d4d733967bd17e6cfd9e0"
1950+
integrity sha512-MZzJv7rBp/r6ZQJDEodoZvdRM0vXu1PfQvMTNWFb8jFraxnISMTnPBWMMjr2G/puoMashwaNM//fl7j8gGV5lA==
19511951
dependencies:
1952-
"@commitlint/types" "^16.2.1"
1953-
chalk "^4.0.0"
1952+
"@commitlint/types" "^17.0.0"
1953+
chalk "^4.1.0"
19541954

1955-
"@commitlint/is-ignored@^16.2.4":
1956-
version "16.2.4"
1957-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-16.2.4.tgz#369e40a240ad5451bf2b57a80829253129d7f19b"
1958-
integrity sha512-Lxdq9aOAYCOOOjKi58ulbwK/oBiiKz+7Sq0+/SpFIEFwhHkIVugvDvWjh2VRBXmRC/x5lNcjDcYEwS/uYUvlYQ==
1955+
"@commitlint/is-ignored@^17.0.0":
1956+
version "17.0.0"
1957+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.0.0.tgz#64f53517b390689e58aa3c29fbf1e05b7d4fbd65"
1958+
integrity sha512-UmacD0XM/wWykgdXn5CEWVS4XGuqzU+ZGvM2hwv85+SXGnIOaG88XHrt81u37ZeVt1riWW+YdOxcJW6+nd5v5w==
19591959
dependencies:
1960-
"@commitlint/types" "^16.2.1"
1960+
"@commitlint/types" "^17.0.0"
19611961
semver "7.3.7"
19621962

1963-
"@commitlint/lint@^16.2.4":
1964-
version "16.2.4"
1965-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-16.2.4.tgz#575f5a9d227dddfca8386253d9aff27be5b94788"
1966-
integrity sha512-AUDuwOxb2eGqsXbTMON3imUGkc1jRdtXrbbohiLSCSk3jFVXgJLTMaEcr39pR00N8nE9uZ+V2sYaiILByZVmxQ==
1967-
dependencies:
1968-
"@commitlint/is-ignored" "^16.2.4"
1969-
"@commitlint/parse" "^16.2.1"
1970-
"@commitlint/rules" "^16.2.4"
1971-
"@commitlint/types" "^16.2.1"
1972-
1973-
"@commitlint/load@^16.3.0":
1974-
version "16.3.0"
1975-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.3.0.tgz#e674ccc9edefd64a2d8b82d175de81ec3bb70eca"
1976-
integrity sha512-3tykjV/iwbkv2FU9DG+NZ/JqmP0Nm3b7aDwgCNQhhKV5P74JAuByULkafnhn+zsFGypG1qMtI5u+BZoa9APm0A==
1977-
dependencies:
1978-
"@commitlint/config-validator" "^16.2.1"
1979-
"@commitlint/execute-rule" "^16.2.1"
1980-
"@commitlint/resolve-extends" "^16.2.1"
1981-
"@commitlint/types" "^16.2.1"
1963+
"@commitlint/lint@^17.0.0":
1964+
version "17.0.0"
1965+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.0.0.tgz#38ef61e0e977d738f738233fbcdf33a5fc04cf96"
1966+
integrity sha512-5FL7VLvGJQby24q0pd4UdM8FNFcL+ER1T/UBf8A9KRL5+QXV1Rkl6Zhcl7+SGpGlVo6Yo0pm6aLW716LVKWLGg==
1967+
dependencies:
1968+
"@commitlint/is-ignored" "^17.0.0"
1969+
"@commitlint/parse" "^17.0.0"
1970+
"@commitlint/rules" "^17.0.0"
1971+
"@commitlint/types" "^17.0.0"
1972+
1973+
"@commitlint/load@^17.0.0":
1974+
version "17.0.0"
1975+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.0.0.tgz#0bbefe6d8b99276714c5ea8ef32de2bd2f082698"
1976+
integrity sha512-XaiHF4yWQOPAI0O6wXvk+NYLtJn/Xb7jgZEeKd4C1ZWd7vR7u8z5h0PkWxSr0uLZGQsElGxv3fiZ32C5+q6M8w==
1977+
dependencies:
1978+
"@commitlint/config-validator" "^17.0.0"
1979+
"@commitlint/execute-rule" "^17.0.0"
1980+
"@commitlint/resolve-extends" "^17.0.0"
1981+
"@commitlint/types" "^17.0.0"
19821982
"@types/node" ">=12"
1983-
chalk "^4.0.0"
1983+
chalk "^4.1.0"
19841984
cosmiconfig "^7.0.0"
19851985
cosmiconfig-typescript-loader "^2.0.0"
19861986
lodash "^4.17.19"
19871987
resolve-from "^5.0.0"
1988-
typescript "^4.4.3"
1988+
typescript "^4.6.4"
19891989

1990-
"@commitlint/message@^16.2.1":
1991-
version "16.2.1"
1992-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-16.2.1.tgz#bc6a0fa446a746ac2ca78cf372e4cec48daf620d"
1993-
integrity sha512-2eWX/47rftViYg7a3axYDdrgwKv32mxbycBJT6OQY/MJM7SUfYNYYvbMFOQFaA4xIVZt7t2Alyqslbl6blVwWw==
1990+
"@commitlint/message@^17.0.0":
1991+
version "17.0.0"
1992+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.0.0.tgz#ae0f8ec6a3e5c8d369792a2c391952c7596cca73"
1993+
integrity sha512-LpcwYtN+lBlfZijHUdVr8aNFTVpHjuHI52BnfoV01TF7iSLnia0jttzpLkrLmI8HNQz6Vhr9UrxDWtKZiMGsBw==
19941994

1995-
"@commitlint/parse@^16.2.1":
1996-
version "16.2.1"
1997-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-16.2.1.tgz#50b359cb711ec566d2ee236a8e4c6baca07b77c0"
1998-
integrity sha512-2NP2dDQNL378VZYioLrgGVZhWdnJO4nAxQl5LXwYb08nEcN+cgxHN1dJV8OLJ5uxlGJtDeR8UZZ1mnQ1gSAD/g==
1995+
"@commitlint/parse@^17.0.0":
1996+
version "17.0.0"
1997+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.0.0.tgz#6d508a1e2aec76f348a447994f26e9b749c02091"
1998+
integrity sha512-cKcpfTIQYDG1ywTIr5AG0RAiLBr1gudqEsmAGCTtj8ffDChbBRxm6xXs2nv7GvmJN7msOt7vOKleLvcMmRa1+A==
19991999
dependencies:
2000-
"@commitlint/types" "^16.2.1"
2000+
"@commitlint/types" "^17.0.0"
20012001
conventional-changelog-angular "^5.0.11"
20022002
conventional-commits-parser "^3.2.2"
20032003

2004-
"@commitlint/read@^16.2.1":
2005-
version "16.2.1"
2006-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-16.2.1.tgz#e0539205d77cdb6879b560f95e5fb251e0c6f562"
2007-
integrity sha512-tViXGuaxLTrw2r7PiYMQOFA2fueZxnnt0lkOWqKyxT+n2XdEMGYcI9ID5ndJKXnfPGPppD0w/IItKsIXlZ+alw==
2004+
"@commitlint/read@^17.0.0":
2005+
version "17.0.0"
2006+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.0.0.tgz#8ab01cf2f27350d8f81f21690962679a7cae5abf"
2007+
integrity sha512-zkuOdZayKX3J6F6mPnVMzohK3OBrsEdOByIqp4zQjA9VLw1hMsDEFQ18rKgUc2adkZar+4S01QrFreDCfZgbxA==
20082008
dependencies:
2009-
"@commitlint/top-level" "^16.2.1"
2010-
"@commitlint/types" "^16.2.1"
2009+
"@commitlint/top-level" "^17.0.0"
2010+
"@commitlint/types" "^17.0.0"
20112011
fs-extra "^10.0.0"
20122012
git-raw-commits "^2.0.0"
20132013

2014-
"@commitlint/resolve-extends@^16.2.1":
2015-
version "16.2.1"
2016-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-16.2.1.tgz#2f7833a5a3a7aa79f508e59fcb0f1d33c45ed360"
2017-
integrity sha512-NbbCMPKTFf2J805kwfP9EO+vV+XvnaHRcBy6ud5dF35dxMsvdJqke54W3XazXF1ZAxC4a3LBy4i/GNVBAthsEg==
2014+
"@commitlint/resolve-extends@^17.0.0":
2015+
version "17.0.0"
2016+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.0.0.tgz#3a40ee08184b984acf475ebc962641f435e3a639"
2017+
integrity sha512-wi60WiJmwaQ7lzMXK8Vbc18Hq9tE2j/6iv2AFfPUGV7fvfY6Sf1iNKuUHirSqR0fquUyufIXe4y/K9A6LVIIvw==
20182018
dependencies:
2019-
"@commitlint/config-validator" "^16.2.1"
2020-
"@commitlint/types" "^16.2.1"
2019+
"@commitlint/config-validator" "^17.0.0"
2020+
"@commitlint/types" "^17.0.0"
20212021
import-fresh "^3.0.0"
20222022
lodash "^4.17.19"
20232023
resolve-from "^5.0.0"
20242024
resolve-global "^1.0.0"
20252025

2026-
"@commitlint/rules@^16.2.4":
2027-
version "16.2.4"
2028-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-16.2.4.tgz#c2fbbf20d9d0e8fcf25690c88a27750d4a3e867b"
2029-
integrity sha512-rK5rNBIN2ZQNQK+I6trRPK3dWa0MtaTN4xnwOma1qxa4d5wQMQJtScwTZjTJeallFxhOgbNOgr48AMHkdounVg==
2026+
"@commitlint/rules@^17.0.0":
2027+
version "17.0.0"
2028+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.0.0.tgz#4eecc5d28cabbc5f3f73838fb02592b551f9bf62"
2029+
integrity sha512-45nIy3dERKXWpnwX9HeBzK5SepHwlDxdGBfmedXhL30fmFCkJOdxHyOJsh0+B0RaVsLGT01NELpfzJUmtpDwdQ==
20302030
dependencies:
2031-
"@commitlint/ensure" "^16.2.1"
2032-
"@commitlint/message" "^16.2.1"
2033-
"@commitlint/to-lines" "^16.2.1"
2034-
"@commitlint/types" "^16.2.1"
2031+
"@commitlint/ensure" "^17.0.0"
2032+
"@commitlint/message" "^17.0.0"
2033+
"@commitlint/to-lines" "^17.0.0"
2034+
"@commitlint/types" "^17.0.0"
20352035
execa "^5.0.0"
20362036

2037-
"@commitlint/to-lines@^16.2.1":
2038-
version "16.2.1"
2039-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-16.2.1.tgz#42d000f34dc0406f514991e86237fdab5e8affd0"
2040-
integrity sha512-9/VjpYj5j1QeY3eiog1zQWY6axsdWAc0AonUUfyZ7B0MVcRI0R56YsHAfzF6uK/g/WwPZaoe4Lb1QCyDVnpVaQ==
2037+
"@commitlint/to-lines@^17.0.0":
2038+
version "17.0.0"
2039+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-17.0.0.tgz#5766895836b8085b099a098482f88a03f070b411"
2040+
integrity sha512-nEi4YEz04Rf2upFbpnEorG8iymyH7o9jYIVFBG1QdzebbIFET3ir+8kQvCZuBE5pKCtViE4XBUsRZz139uFrRQ==
20412041

2042-
"@commitlint/top-level@^16.2.1":
2043-
version "16.2.1"
2044-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-16.2.1.tgz#bdaa53ab3d8970e0288879f1a342a8c2dfe01583"
2045-
integrity sha512-lS6GSieHW9y6ePL73ied71Z9bOKyK+Ib9hTkRsB8oZFAyQZcyRwq2w6nIa6Fngir1QW51oKzzaXfJL94qwImyw==
2042+
"@commitlint/top-level@^17.0.0":
2043+
version "17.0.0"
2044+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-17.0.0.tgz#ebd0df4c703c026c2fbdc20fa746836334f4ed15"
2045+
integrity sha512-dZrEP1PBJvodNWYPOYiLWf6XZergdksKQaT6i1KSROLdjf5Ai0brLOv5/P+CPxBeoj3vBxK4Ax8H1Pg9t7sHIQ==
20462046
dependencies:
20472047
find-up "^5.0.0"
20482048

2049-
"@commitlint/types@^16.2.1":
2050-
version "16.2.1"
2051-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-16.2.1.tgz#f25d373b88b01e51fc3fa44488101361945a61bd"
2052-
integrity sha512-7/z7pA7BM0i8XvMSBynO7xsB3mVQPUZbVn6zMIlp/a091XJ3qAXRXc+HwLYhiIdzzS5fuxxNIHZMGHVD4HJxdA==
2049+
"@commitlint/types@^17.0.0":
2050+
version "17.0.0"
2051+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.0.0.tgz#3b4604c1a0f06c340ce976e6c6903d4f56e3e690"
2052+
integrity sha512-hBAw6U+SkAT5h47zDMeOu3HSiD0SODw4Aq7rRNh1ceUmL7GyLKYhPbUvlRWqZ65XjBLPHZhFyQlRaPNz8qvUyQ==
20532053
dependencies:
2054-
chalk "^4.0.0"
2054+
chalk "^4.1.0"
20552055

20562056
"@cspotcode/source-map-consumer@0.8.0":
20572057
version "0.8.0"
@@ -9516,7 +9516,7 @@ typedarray-to-buffer@^3.1.5:
95169516
dependencies:
95179517
is-typedarray "^1.0.0"
95189518

9519-
typescript@^4.1.3, typescript@^4.4.3:
9519+
typescript@^4.1.3:
95209520
version "4.5.4"
95219521
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
95229522
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
@@ -9526,6 +9526,11 @@ typescript@^4.5.5:
95269526
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
95279527
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
95289528

9529+
typescript@^4.6.4:
9530+
version "4.6.4"
9531+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
9532+
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
9533+
95299534
unbox-primitive@^1.0.1:
95309535
version "1.0.1"
95319536
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"

0 commit comments

Comments
 (0)