Skip to content

Commit c650c4f

Browse files
⬆️ deps: Upgrade dependency @commitlint/cli to v19.8.1. (#433)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d28557 commit c650c4f

File tree

2 files changed

+101
-101
lines changed

2 files changed

+101
-101
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@babel/core": "7.27.1",
7676
"@babel/preset-env": "7.27.2",
7777
"@binary-search-tree/red-black-tree": "10.0.1",
78-
"@commitlint/cli": "19.8.0",
78+
"@commitlint/cli": "19.8.1",
7979
"@iterable-iterator/iter": "1.0.1",
8080
"@iterable-iterator/range": "2.1.0",
8181
"@iterable-iterator/slice": "1.0.2",

yarn.lock

+100-100
Original file line numberDiff line numberDiff line change
@@ -1870,149 +1870,149 @@
18701870
"@iterable-iterator/filter" "^1.0.0"
18711871
"@iterable-iterator/map" "^1.0.0"
18721872

1873-
"@commitlint/[email protected].0":
1874-
version "19.8.0"
1875-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.8.0.tgz#e66e5a5268437e42b7c6f2a447e94ea83b8a3272"
1876-
integrity sha512-t/fCrLVu+Ru01h0DtlgHZXbHV2Y8gKocTR5elDOqIRUzQd0/6hpt2VIWOj9b3NDo7y4/gfxeR2zRtXq/qO6iUg==
1877-
dependencies:
1878-
"@commitlint/format" "^19.8.0"
1879-
"@commitlint/lint" "^19.8.0"
1880-
"@commitlint/load" "^19.8.0"
1881-
"@commitlint/read" "^19.8.0"
1882-
"@commitlint/types" "^19.8.0"
1883-
tinyexec "^0.3.0"
1873+
"@commitlint/[email protected].1":
1874+
version "19.8.1"
1875+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.8.1.tgz#85f7d9f331344e1f0a2b9d8b24fd3695466e1158"
1876+
integrity sha512-LXUdNIkspyxrlV6VDHWBmCZRtkEVRpBKxi2Gtw3J54cGWhLCTouVD/Q6ZSaSvd2YaDObWK8mDjrz3TIKtaQMAA==
1877+
dependencies:
1878+
"@commitlint/format" "^19.8.1"
1879+
"@commitlint/lint" "^19.8.1"
1880+
"@commitlint/load" "^19.8.1"
1881+
"@commitlint/read" "^19.8.1"
1882+
"@commitlint/types" "^19.8.1"
1883+
tinyexec "^1.0.0"
18841884
yargs "^17.0.0"
18851885

1886-
"@commitlint/config-validator@^19.8.0":
1887-
version "19.8.0"
1888-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-19.8.0.tgz#0b30c274e4427d3942fd62ecf53c19d99f43ac4a"
1889-
integrity sha512-+r5ZvD/0hQC3w5VOHJhGcCooiAVdynFlCe2d6I9dU+PvXdV3O+fU4vipVg+6hyLbQUuCH82mz3HnT/cBQTYYuA==
1886+
"@commitlint/config-validator@^19.8.1":
1887+
version "19.8.1"
1888+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-19.8.1.tgz#29e9bb1360fa41b9439b23d8e25deaaf097306b5"
1889+
integrity sha512-0jvJ4u+eqGPBIzzSdqKNX1rvdbSU1lPNYlfQQRIFnBgLy26BtC0cFnr7c/AyuzExMxWsMOte6MkTi9I3SQ3iGQ==
18901890
dependencies:
1891-
"@commitlint/types" "^19.8.0"
1891+
"@commitlint/types" "^19.8.1"
18921892
ajv "^8.11.0"
18931893

1894-
"@commitlint/ensure@^19.8.0":
1895-
version "19.8.0"
1896-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-19.8.0.tgz#481c30706dc4aa4a8e85e7d1f1877c30e5201a0d"
1897-
integrity sha512-kNiNU4/bhEQ/wutI1tp1pVW1mQ0QbAjfPRo5v8SaxoVV+ARhkB8Wjg3BSseNYECPzWWfg/WDqQGIfV1RaBFQZg==
1894+
"@commitlint/ensure@^19.8.1":
1895+
version "19.8.1"
1896+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-19.8.1.tgz#938c54d6f586bda600b5c8e8e842edb281546e14"
1897+
integrity sha512-mXDnlJdvDzSObafjYrOSvZBwkD01cqB4gbnnFuVyNpGUM5ijwU/r/6uqUmBXAAOKRfyEjpkGVZxaDsCVnHAgyw==
18981898
dependencies:
1899-
"@commitlint/types" "^19.8.0"
1899+
"@commitlint/types" "^19.8.1"
19001900
lodash.camelcase "^4.3.0"
19011901
lodash.kebabcase "^4.1.1"
19021902
lodash.snakecase "^4.1.1"
19031903
lodash.startcase "^4.4.0"
19041904
lodash.upperfirst "^4.3.1"
19051905

1906-
"@commitlint/execute-rule@^19.8.0":
1907-
version "19.8.0"
1908-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-19.8.0.tgz#ebcac26dc75d481e223b0c37d59e5bdd7a164d4a"
1909-
integrity sha512-fuLeI+EZ9x2v/+TXKAjplBJWI9CNrHnyi5nvUQGQt4WRkww/d95oVRsc9ajpt4xFrFmqMZkd/xBQHZDvALIY7A==
1906+
"@commitlint/execute-rule@^19.8.1":
1907+
version "19.8.1"
1908+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-19.8.1.tgz#53000363b737773e2d25e97c20f15eaa78742067"
1909+
integrity sha512-YfJyIqIKWI64Mgvn/sE7FXvVMQER/Cd+s3hZke6cI1xgNT/f6ZAz5heND0QtffH+KbcqAwXDEE1/5niYayYaQA==
19101910

1911-
"@commitlint/format@^19.8.0":
1912-
version "19.8.0"
1913-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.8.0.tgz#b06084fb3b807f2142c19c94572127d4a3af5da1"
1914-
integrity sha512-EOpA8IERpQstxwp/WGnDArA7S+wlZDeTeKi98WMOvaDLKbjptuHWdOYYr790iO7kTCif/z971PKPI2PkWMfOxg==
1911+
"@commitlint/format@^19.8.1":
1912+
version "19.8.1"
1913+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.8.1.tgz#3e09b1291b3e29092d7a86f0afbbcfc0d99d3ad4"
1914+
integrity sha512-kSJj34Rp10ItP+Eh9oCItiuN/HwGQMXBnIRk69jdOwEW9llW9FlyqcWYbHPSGofmjsqeoxa38UaEA5tsbm2JWw==
19151915
dependencies:
1916-
"@commitlint/types" "^19.8.0"
1916+
"@commitlint/types" "^19.8.1"
19171917
chalk "^5.3.0"
19181918

1919-
"@commitlint/is-ignored@^19.8.0":
1920-
version "19.8.0"
1921-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.8.0.tgz#3e413168b1222e62798dd1a36c64d2454e7bb291"
1922-
integrity sha512-L2Jv9yUg/I+jF3zikOV0rdiHUul9X3a/oU5HIXhAJLE2+TXTnEBfqYP9G5yMw/Yb40SnR764g4fyDK6WR2xtpw==
1919+
"@commitlint/is-ignored@^19.8.1":
1920+
version "19.8.1"
1921+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.8.1.tgz#fed0851360ea2d21799eaf8ec9ef6d98c15536e3"
1922+
integrity sha512-AceOhEhekBUQ5dzrVhDDsbMaY5LqtN8s1mqSnT2Kz1ERvVZkNihrs3Sfk1Je/rxRNbXYFzKZSHaPsEJJDJV8dg==
19231923
dependencies:
1924-
"@commitlint/types" "^19.8.0"
1924+
"@commitlint/types" "^19.8.1"
19251925
semver "^7.6.0"
19261926

1927-
"@commitlint/lint@^19.8.0":
1928-
version "19.8.0"
1929-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.8.0.tgz#c2bf85de6d2e86e13c972cf19a2d425e62e9b057"
1930-
integrity sha512-+/NZKyWKSf39FeNpqhfMebmaLa1P90i1Nrb1SrA7oSU5GNN/lksA4z6+ZTnsft01YfhRZSYMbgGsARXvkr/VLQ==
1931-
dependencies:
1932-
"@commitlint/is-ignored" "^19.8.0"
1933-
"@commitlint/parse" "^19.8.0"
1934-
"@commitlint/rules" "^19.8.0"
1935-
"@commitlint/types" "^19.8.0"
1936-
1937-
"@commitlint/load@^19.8.0":
1938-
version "19.8.0"
1939-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.8.0.tgz#7c7078fbdc9c4e3a14fa5a8684c3cb854353551e"
1940-
integrity sha512-4rvmm3ff81Sfb+mcWT5WKlyOa+Hd33WSbirTVUer0wjS1Hv/Hzr07Uv1ULIV9DkimZKNyOwXn593c+h8lsDQPQ==
1941-
dependencies:
1942-
"@commitlint/config-validator" "^19.8.0"
1943-
"@commitlint/execute-rule" "^19.8.0"
1944-
"@commitlint/resolve-extends" "^19.8.0"
1945-
"@commitlint/types" "^19.8.0"
1927+
"@commitlint/lint@^19.8.1":
1928+
version "19.8.1"
1929+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.8.1.tgz#c21bf9000ca54e41c5b0139c98aaf12473c03bb0"
1930+
integrity sha512-52PFbsl+1EvMuokZXLRlOsdcLHf10isTPlWwoY1FQIidTsTvjKXVXYb7AvtpWkDzRO2ZsqIgPK7bI98x8LRUEw==
1931+
dependencies:
1932+
"@commitlint/is-ignored" "^19.8.1"
1933+
"@commitlint/parse" "^19.8.1"
1934+
"@commitlint/rules" "^19.8.1"
1935+
"@commitlint/types" "^19.8.1"
1936+
1937+
"@commitlint/load@^19.8.1":
1938+
version "19.8.1"
1939+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.8.1.tgz#b997b1f65a961bf0a47189f15f6dc8786ceb4576"
1940+
integrity sha512-9V99EKG3u7z+FEoe4ikgq7YGRCSukAcvmKQuTtUyiYPnOd9a2/H9Ak1J9nJA1HChRQp9OA/sIKPugGS+FK/k1A==
1941+
dependencies:
1942+
"@commitlint/config-validator" "^19.8.1"
1943+
"@commitlint/execute-rule" "^19.8.1"
1944+
"@commitlint/resolve-extends" "^19.8.1"
1945+
"@commitlint/types" "^19.8.1"
19461946
chalk "^5.3.0"
19471947
cosmiconfig "^9.0.0"
19481948
cosmiconfig-typescript-loader "^6.1.0"
19491949
lodash.isplainobject "^4.0.6"
19501950
lodash.merge "^4.6.2"
19511951
lodash.uniq "^4.5.0"
19521952

1953-
"@commitlint/message@^19.8.0":
1954-
version "19.8.0"
1955-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-19.8.0.tgz#1ac1c527a601b329373ba50ffd70a713acb0b8ca"
1956-
integrity sha512-qs/5Vi9bYjf+ZV40bvdCyBn5DvbuelhR6qewLE8Bh476F7KnNyLfdM/ETJ4cp96WgeeHo6tesA2TMXS0sh5X4A==
1953+
"@commitlint/message@^19.8.1":
1954+
version "19.8.1"
1955+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-19.8.1.tgz#d5d0d87837483d9f9b4559ffa06e1aaa26d266d6"
1956+
integrity sha512-+PMLQvjRXiU+Ae0Wc+p99EoGEutzSXFVwQfa3jRNUZLNW5odZAyseb92OSBTKCu+9gGZiJASt76Cj3dLTtcTdg==
19571957

1958-
"@commitlint/parse@^19.8.0":
1959-
version "19.8.0"
1960-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-19.8.0.tgz#bce415dda60e115239cd337b15262e459cab8eba"
1961-
integrity sha512-YNIKAc4EXvNeAvyeEnzgvm1VyAe0/b3Wax7pjJSwXuhqIQ1/t2hD3OYRXb6D5/GffIvaX82RbjD+nWtMZCLL7Q==
1958+
"@commitlint/parse@^19.8.1":
1959+
version "19.8.1"
1960+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-19.8.1.tgz#73125d04f07f11477cf563cbfe0cc9f6dc85a747"
1961+
integrity sha512-mmAHYcMBmAgJDKWdkjIGq50X4yB0pSGpxyOODwYmoexxxiUCy5JJT99t1+PEMK7KtsCtzuWYIAXYAiKR+k+/Jw==
19621962
dependencies:
1963-
"@commitlint/types" "^19.8.0"
1963+
"@commitlint/types" "^19.8.1"
19641964
conventional-changelog-angular "^7.0.0"
19651965
conventional-commits-parser "^5.0.0"
19661966

1967-
"@commitlint/read@^19.8.0":
1968-
version "19.8.0"
1969-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.8.0.tgz#d16bea846619100e23c4d56bcf191c397da7542f"
1970-
integrity sha512-6ywxOGYajcxK1y1MfzrOnwsXO6nnErna88gRWEl3qqOOP8MDu/DTeRkGLXBFIZuRZ7mm5yyxU5BmeUvMpNte5w==
1967+
"@commitlint/read@^19.8.1":
1968+
version "19.8.1"
1969+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.8.1.tgz#812930fd0f616e796e122751cb983346e5454ec8"
1970+
integrity sha512-03Jbjb1MqluaVXKHKRuGhcKWtSgh3Jizqy2lJCRbRrnWpcM06MYm8th59Xcns8EqBYvo0Xqb+2DoZFlga97uXQ==
19711971
dependencies:
1972-
"@commitlint/top-level" "^19.8.0"
1973-
"@commitlint/types" "^19.8.0"
1972+
"@commitlint/top-level" "^19.8.1"
1973+
"@commitlint/types" "^19.8.1"
19741974
git-raw-commits "^4.0.0"
19751975
minimist "^1.2.8"
1976-
tinyexec "^0.3.0"
1976+
tinyexec "^1.0.0"
19771977

1978-
"@commitlint/resolve-extends@^19.8.0":
1979-
version "19.8.0"
1980-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-19.8.0.tgz#2ef6c448ed7f925840cca282e3ce37bea8e9b726"
1981-
integrity sha512-CLanRQwuG2LPfFVvrkTrBR/L/DMy3+ETsgBqW1OvRxmzp/bbVJW0Xw23LnnExgYcsaFtos967lul1CsbsnJlzQ==
1978+
"@commitlint/resolve-extends@^19.8.1":
1979+
version "19.8.1"
1980+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-19.8.1.tgz#a44bb4c22e3e7d407cc9a3758fcf58f5c360b694"
1981+
integrity sha512-GM0mAhFk49I+T/5UCYns5ayGStkTt4XFFrjjf0L4S26xoMTSkdCf9ZRO8en1kuopC4isDFuEm7ZOm/WRVeElVg==
19821982
dependencies:
1983-
"@commitlint/config-validator" "^19.8.0"
1984-
"@commitlint/types" "^19.8.0"
1983+
"@commitlint/config-validator" "^19.8.1"
1984+
"@commitlint/types" "^19.8.1"
19851985
global-directory "^4.0.1"
19861986
import-meta-resolve "^4.0.0"
19871987
lodash.mergewith "^4.6.2"
19881988
resolve-from "^5.0.0"
19891989

1990-
"@commitlint/rules@^19.8.0":
1991-
version "19.8.0"
1992-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.8.0.tgz#0ca2b7bd9dc22409173963f15061d8cac671bdaa"
1993-
integrity sha512-IZ5IE90h6DSWNuNK/cwjABLAKdy8tP8OgGVGbXe1noBEX5hSsu00uRlLu6JuruiXjWJz2dZc+YSw3H0UZyl/mA==
1990+
"@commitlint/rules@^19.8.1":
1991+
version "19.8.1"
1992+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.8.1.tgz#1cea53d5bf970ce56dc105e1da5e6655a2fe7a5f"
1993+
integrity sha512-Hnlhd9DyvGiGwjfjfToMi1dsnw1EXKGJNLTcsuGORHz6SS9swRgkBsou33MQ2n51/boIDrbsg4tIBbRpEWK2kw==
19941994
dependencies:
1995-
"@commitlint/ensure" "^19.8.0"
1996-
"@commitlint/message" "^19.8.0"
1997-
"@commitlint/to-lines" "^19.8.0"
1998-
"@commitlint/types" "^19.8.0"
1995+
"@commitlint/ensure" "^19.8.1"
1996+
"@commitlint/message" "^19.8.1"
1997+
"@commitlint/to-lines" "^19.8.1"
1998+
"@commitlint/types" "^19.8.1"
19991999

2000-
"@commitlint/to-lines@^19.8.0":
2001-
version "19.8.0"
2002-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-19.8.0.tgz#f7bdf7878999c0620f3a2f46f829fcc1f1f1d118"
2003-
integrity sha512-3CKLUw41Cur8VMjh16y8LcsOaKbmQjAKCWlXx6B0vOUREplp6em9uIVhI8Cv934qiwkbi2+uv+mVZPnXJi1o9A==
2000+
"@commitlint/to-lines@^19.8.1":
2001+
version "19.8.1"
2002+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-19.8.1.tgz#c1a28a84542c7ba321c1c11178b83ae024257b47"
2003+
integrity sha512-98Mm5inzbWTKuZQr2aW4SReY6WUukdWXuZhrqf1QdKPZBCCsXuG87c+iP0bwtD6DBnmVVQjgp4whoHRVixyPBg==
20042004

2005-
"@commitlint/top-level@^19.8.0":
2006-
version "19.8.0"
2007-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-19.8.0.tgz#5ff4d9b8be44501edd2c94b93602a7104d63d92d"
2008-
integrity sha512-Rphgoc/omYZisoNkcfaBRPQr4myZEHhLPx2/vTXNLjiCw4RgfPR1wEgUpJ9OOmDCiv5ZyIExhprNLhteqH4FuQ==
2005+
"@commitlint/top-level@^19.8.1":
2006+
version "19.8.1"
2007+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-19.8.1.tgz#2c942189d83a29b21ff7ba6e91607301efdf5916"
2008+
integrity sha512-Ph8IN1IOHPSDhURCSXBz44+CIu+60duFwRsg6HqaISFHQHbmBtxVw4ZrFNIYUzEP7WwrNPxa2/5qJ//NK1FGcw==
20092009
dependencies:
20102010
find-up "^7.0.0"
20112011

2012-
"@commitlint/types@^19.8.0":
2013-
version "19.8.0"
2014-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.8.0.tgz#5a77c7a723a714995a51917edd0ecfcf29495d3c"
2015-
integrity sha512-LRjP623jPyf3Poyfb0ohMj8I3ORyBDOwXAgxxVPbSD0unJuW2mJWeiRfaQinjtccMqC5Wy1HOMfa4btKjbNxbg==
2012+
"@commitlint/types@^19.8.1":
2013+
version "19.8.1"
2014+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.8.1.tgz#7971fbd56b0cfb31692a4e1941b74ac8217c44e5"
2015+
integrity sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==
20162016
dependencies:
20172017
"@types/conventional-commits-parser" "^5.0.0"
20182018
chalk "^5.3.0"
@@ -11170,10 +11170,10 @@ tiny-glob@^0.2.8:
1117011170
globalyzer "0.1.0"
1117111171
globrex "^0.1.2"
1117211172

11173-
tinyexec@^0.3.0:
11174-
version "0.3.0"
11175-
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.0.tgz#ed60cfce19c17799d4a241e06b31b0ec2bee69e6"
11176-
integrity sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==
11173+
tinyexec@^1.0.0:
11174+
version "1.0.1"
11175+
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.1.tgz#70c31ab7abbb4aea0a24f55d120e5990bfa1e0b1"
11176+
integrity sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==
1117711177

1117811178
tmp@^0.0.33:
1117911179
version "0.0.33"

0 commit comments

Comments
 (0)