Skip to content

Commit 60a0234

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

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
@@ -78,7 +78,7 @@
7878
"@babel/core": "7.27.1",
7979
"@babel/preset-env": "7.27.2",
8080
"@collection-abstraction/counter": "6.0.1",
81-
"@commitlint/cli": "19.8.0",
81+
"@commitlint/cli": "19.8.1",
8282
"@iterable-iterator/list": "1.0.1",
8383
"@iterable-iterator/map": "1.0.1",
8484
"@iterable-iterator/range": "2.1.0",

yarn.lock

+100-100
Original file line numberDiff line numberDiff line change
@@ -1884,149 +1884,149 @@
18841884
"@iterable-iterator/filter" "^1.0.0"
18851885
"@iterable-iterator/map" "^1.0.0"
18861886

1887-
"@commitlint/[email protected].0":
1888-
version "19.8.0"
1889-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.8.0.tgz#e66e5a5268437e42b7c6f2a447e94ea83b8a3272"
1890-
integrity sha512-t/fCrLVu+Ru01h0DtlgHZXbHV2Y8gKocTR5elDOqIRUzQd0/6hpt2VIWOj9b3NDo7y4/gfxeR2zRtXq/qO6iUg==
1891-
dependencies:
1892-
"@commitlint/format" "^19.8.0"
1893-
"@commitlint/lint" "^19.8.0"
1894-
"@commitlint/load" "^19.8.0"
1895-
"@commitlint/read" "^19.8.0"
1896-
"@commitlint/types" "^19.8.0"
1897-
tinyexec "^0.3.0"
1887+
"@commitlint/[email protected].1":
1888+
version "19.8.1"
1889+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.8.1.tgz#85f7d9f331344e1f0a2b9d8b24fd3695466e1158"
1890+
integrity sha512-LXUdNIkspyxrlV6VDHWBmCZRtkEVRpBKxi2Gtw3J54cGWhLCTouVD/Q6ZSaSvd2YaDObWK8mDjrz3TIKtaQMAA==
1891+
dependencies:
1892+
"@commitlint/format" "^19.8.1"
1893+
"@commitlint/lint" "^19.8.1"
1894+
"@commitlint/load" "^19.8.1"
1895+
"@commitlint/read" "^19.8.1"
1896+
"@commitlint/types" "^19.8.1"
1897+
tinyexec "^1.0.0"
18981898
yargs "^17.0.0"
18991899

1900-
"@commitlint/config-validator@^19.8.0":
1901-
version "19.8.0"
1902-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-19.8.0.tgz#0b30c274e4427d3942fd62ecf53c19d99f43ac4a"
1903-
integrity sha512-+r5ZvD/0hQC3w5VOHJhGcCooiAVdynFlCe2d6I9dU+PvXdV3O+fU4vipVg+6hyLbQUuCH82mz3HnT/cBQTYYuA==
1900+
"@commitlint/config-validator@^19.8.1":
1901+
version "19.8.1"
1902+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-19.8.1.tgz#29e9bb1360fa41b9439b23d8e25deaaf097306b5"
1903+
integrity sha512-0jvJ4u+eqGPBIzzSdqKNX1rvdbSU1lPNYlfQQRIFnBgLy26BtC0cFnr7c/AyuzExMxWsMOte6MkTi9I3SQ3iGQ==
19041904
dependencies:
1905-
"@commitlint/types" "^19.8.0"
1905+
"@commitlint/types" "^19.8.1"
19061906
ajv "^8.11.0"
19071907

1908-
"@commitlint/ensure@^19.8.0":
1909-
version "19.8.0"
1910-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-19.8.0.tgz#481c30706dc4aa4a8e85e7d1f1877c30e5201a0d"
1911-
integrity sha512-kNiNU4/bhEQ/wutI1tp1pVW1mQ0QbAjfPRo5v8SaxoVV+ARhkB8Wjg3BSseNYECPzWWfg/WDqQGIfV1RaBFQZg==
1908+
"@commitlint/ensure@^19.8.1":
1909+
version "19.8.1"
1910+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-19.8.1.tgz#938c54d6f586bda600b5c8e8e842edb281546e14"
1911+
integrity sha512-mXDnlJdvDzSObafjYrOSvZBwkD01cqB4gbnnFuVyNpGUM5ijwU/r/6uqUmBXAAOKRfyEjpkGVZxaDsCVnHAgyw==
19121912
dependencies:
1913-
"@commitlint/types" "^19.8.0"
1913+
"@commitlint/types" "^19.8.1"
19141914
lodash.camelcase "^4.3.0"
19151915
lodash.kebabcase "^4.1.1"
19161916
lodash.snakecase "^4.1.1"
19171917
lodash.startcase "^4.4.0"
19181918
lodash.upperfirst "^4.3.1"
19191919

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

1925-
"@commitlint/format@^19.8.0":
1926-
version "19.8.0"
1927-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.8.0.tgz#b06084fb3b807f2142c19c94572127d4a3af5da1"
1928-
integrity sha512-EOpA8IERpQstxwp/WGnDArA7S+wlZDeTeKi98WMOvaDLKbjptuHWdOYYr790iO7kTCif/z971PKPI2PkWMfOxg==
1925+
"@commitlint/format@^19.8.1":
1926+
version "19.8.1"
1927+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.8.1.tgz#3e09b1291b3e29092d7a86f0afbbcfc0d99d3ad4"
1928+
integrity sha512-kSJj34Rp10ItP+Eh9oCItiuN/HwGQMXBnIRk69jdOwEW9llW9FlyqcWYbHPSGofmjsqeoxa38UaEA5tsbm2JWw==
19291929
dependencies:
1930-
"@commitlint/types" "^19.8.0"
1930+
"@commitlint/types" "^19.8.1"
19311931
chalk "^5.3.0"
19321932

1933-
"@commitlint/is-ignored@^19.8.0":
1934-
version "19.8.0"
1935-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.8.0.tgz#3e413168b1222e62798dd1a36c64d2454e7bb291"
1936-
integrity sha512-L2Jv9yUg/I+jF3zikOV0rdiHUul9X3a/oU5HIXhAJLE2+TXTnEBfqYP9G5yMw/Yb40SnR764g4fyDK6WR2xtpw==
1933+
"@commitlint/is-ignored@^19.8.1":
1934+
version "19.8.1"
1935+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.8.1.tgz#fed0851360ea2d21799eaf8ec9ef6d98c15536e3"
1936+
integrity sha512-AceOhEhekBUQ5dzrVhDDsbMaY5LqtN8s1mqSnT2Kz1ERvVZkNihrs3Sfk1Je/rxRNbXYFzKZSHaPsEJJDJV8dg==
19371937
dependencies:
1938-
"@commitlint/types" "^19.8.0"
1938+
"@commitlint/types" "^19.8.1"
19391939
semver "^7.6.0"
19401940

1941-
"@commitlint/lint@^19.8.0":
1942-
version "19.8.0"
1943-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.8.0.tgz#c2bf85de6d2e86e13c972cf19a2d425e62e9b057"
1944-
integrity sha512-+/NZKyWKSf39FeNpqhfMebmaLa1P90i1Nrb1SrA7oSU5GNN/lksA4z6+ZTnsft01YfhRZSYMbgGsARXvkr/VLQ==
1945-
dependencies:
1946-
"@commitlint/is-ignored" "^19.8.0"
1947-
"@commitlint/parse" "^19.8.0"
1948-
"@commitlint/rules" "^19.8.0"
1949-
"@commitlint/types" "^19.8.0"
1950-
1951-
"@commitlint/load@^19.8.0":
1952-
version "19.8.0"
1953-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.8.0.tgz#7c7078fbdc9c4e3a14fa5a8684c3cb854353551e"
1954-
integrity sha512-4rvmm3ff81Sfb+mcWT5WKlyOa+Hd33WSbirTVUer0wjS1Hv/Hzr07Uv1ULIV9DkimZKNyOwXn593c+h8lsDQPQ==
1955-
dependencies:
1956-
"@commitlint/config-validator" "^19.8.0"
1957-
"@commitlint/execute-rule" "^19.8.0"
1958-
"@commitlint/resolve-extends" "^19.8.0"
1959-
"@commitlint/types" "^19.8.0"
1941+
"@commitlint/lint@^19.8.1":
1942+
version "19.8.1"
1943+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.8.1.tgz#c21bf9000ca54e41c5b0139c98aaf12473c03bb0"
1944+
integrity sha512-52PFbsl+1EvMuokZXLRlOsdcLHf10isTPlWwoY1FQIidTsTvjKXVXYb7AvtpWkDzRO2ZsqIgPK7bI98x8LRUEw==
1945+
dependencies:
1946+
"@commitlint/is-ignored" "^19.8.1"
1947+
"@commitlint/parse" "^19.8.1"
1948+
"@commitlint/rules" "^19.8.1"
1949+
"@commitlint/types" "^19.8.1"
1950+
1951+
"@commitlint/load@^19.8.1":
1952+
version "19.8.1"
1953+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.8.1.tgz#b997b1f65a961bf0a47189f15f6dc8786ceb4576"
1954+
integrity sha512-9V99EKG3u7z+FEoe4ikgq7YGRCSukAcvmKQuTtUyiYPnOd9a2/H9Ak1J9nJA1HChRQp9OA/sIKPugGS+FK/k1A==
1955+
dependencies:
1956+
"@commitlint/config-validator" "^19.8.1"
1957+
"@commitlint/execute-rule" "^19.8.1"
1958+
"@commitlint/resolve-extends" "^19.8.1"
1959+
"@commitlint/types" "^19.8.1"
19601960
chalk "^5.3.0"
19611961
cosmiconfig "^9.0.0"
19621962
cosmiconfig-typescript-loader "^6.1.0"
19631963
lodash.isplainobject "^4.0.6"
19641964
lodash.merge "^4.6.2"
19651965
lodash.uniq "^4.5.0"
19661966

1967-
"@commitlint/message@^19.8.0":
1968-
version "19.8.0"
1969-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-19.8.0.tgz#1ac1c527a601b329373ba50ffd70a713acb0b8ca"
1970-
integrity sha512-qs/5Vi9bYjf+ZV40bvdCyBn5DvbuelhR6qewLE8Bh476F7KnNyLfdM/ETJ4cp96WgeeHo6tesA2TMXS0sh5X4A==
1967+
"@commitlint/message@^19.8.1":
1968+
version "19.8.1"
1969+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-19.8.1.tgz#d5d0d87837483d9f9b4559ffa06e1aaa26d266d6"
1970+
integrity sha512-+PMLQvjRXiU+Ae0Wc+p99EoGEutzSXFVwQfa3jRNUZLNW5odZAyseb92OSBTKCu+9gGZiJASt76Cj3dLTtcTdg==
19711971

1972-
"@commitlint/parse@^19.8.0":
1973-
version "19.8.0"
1974-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-19.8.0.tgz#bce415dda60e115239cd337b15262e459cab8eba"
1975-
integrity sha512-YNIKAc4EXvNeAvyeEnzgvm1VyAe0/b3Wax7pjJSwXuhqIQ1/t2hD3OYRXb6D5/GffIvaX82RbjD+nWtMZCLL7Q==
1972+
"@commitlint/parse@^19.8.1":
1973+
version "19.8.1"
1974+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-19.8.1.tgz#73125d04f07f11477cf563cbfe0cc9f6dc85a747"
1975+
integrity sha512-mmAHYcMBmAgJDKWdkjIGq50X4yB0pSGpxyOODwYmoexxxiUCy5JJT99t1+PEMK7KtsCtzuWYIAXYAiKR+k+/Jw==
19761976
dependencies:
1977-
"@commitlint/types" "^19.8.0"
1977+
"@commitlint/types" "^19.8.1"
19781978
conventional-changelog-angular "^7.0.0"
19791979
conventional-commits-parser "^5.0.0"
19801980

1981-
"@commitlint/read@^19.8.0":
1982-
version "19.8.0"
1983-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.8.0.tgz#d16bea846619100e23c4d56bcf191c397da7542f"
1984-
integrity sha512-6ywxOGYajcxK1y1MfzrOnwsXO6nnErna88gRWEl3qqOOP8MDu/DTeRkGLXBFIZuRZ7mm5yyxU5BmeUvMpNte5w==
1981+
"@commitlint/read@^19.8.1":
1982+
version "19.8.1"
1983+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.8.1.tgz#812930fd0f616e796e122751cb983346e5454ec8"
1984+
integrity sha512-03Jbjb1MqluaVXKHKRuGhcKWtSgh3Jizqy2lJCRbRrnWpcM06MYm8th59Xcns8EqBYvo0Xqb+2DoZFlga97uXQ==
19851985
dependencies:
1986-
"@commitlint/top-level" "^19.8.0"
1987-
"@commitlint/types" "^19.8.0"
1986+
"@commitlint/top-level" "^19.8.1"
1987+
"@commitlint/types" "^19.8.1"
19881988
git-raw-commits "^4.0.0"
19891989
minimist "^1.2.8"
1990-
tinyexec "^0.3.0"
1990+
tinyexec "^1.0.0"
19911991

1992-
"@commitlint/resolve-extends@^19.8.0":
1993-
version "19.8.0"
1994-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-19.8.0.tgz#2ef6c448ed7f925840cca282e3ce37bea8e9b726"
1995-
integrity sha512-CLanRQwuG2LPfFVvrkTrBR/L/DMy3+ETsgBqW1OvRxmzp/bbVJW0Xw23LnnExgYcsaFtos967lul1CsbsnJlzQ==
1992+
"@commitlint/resolve-extends@^19.8.1":
1993+
version "19.8.1"
1994+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-19.8.1.tgz#a44bb4c22e3e7d407cc9a3758fcf58f5c360b694"
1995+
integrity sha512-GM0mAhFk49I+T/5UCYns5ayGStkTt4XFFrjjf0L4S26xoMTSkdCf9ZRO8en1kuopC4isDFuEm7ZOm/WRVeElVg==
19961996
dependencies:
1997-
"@commitlint/config-validator" "^19.8.0"
1998-
"@commitlint/types" "^19.8.0"
1997+
"@commitlint/config-validator" "^19.8.1"
1998+
"@commitlint/types" "^19.8.1"
19991999
global-directory "^4.0.1"
20002000
import-meta-resolve "^4.0.0"
20012001
lodash.mergewith "^4.6.2"
20022002
resolve-from "^5.0.0"
20032003

2004-
"@commitlint/rules@^19.8.0":
2005-
version "19.8.0"
2006-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.8.0.tgz#0ca2b7bd9dc22409173963f15061d8cac671bdaa"
2007-
integrity sha512-IZ5IE90h6DSWNuNK/cwjABLAKdy8tP8OgGVGbXe1noBEX5hSsu00uRlLu6JuruiXjWJz2dZc+YSw3H0UZyl/mA==
2004+
"@commitlint/rules@^19.8.1":
2005+
version "19.8.1"
2006+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.8.1.tgz#1cea53d5bf970ce56dc105e1da5e6655a2fe7a5f"
2007+
integrity sha512-Hnlhd9DyvGiGwjfjfToMi1dsnw1EXKGJNLTcsuGORHz6SS9swRgkBsou33MQ2n51/boIDrbsg4tIBbRpEWK2kw==
20082008
dependencies:
2009-
"@commitlint/ensure" "^19.8.0"
2010-
"@commitlint/message" "^19.8.0"
2011-
"@commitlint/to-lines" "^19.8.0"
2012-
"@commitlint/types" "^19.8.0"
2009+
"@commitlint/ensure" "^19.8.1"
2010+
"@commitlint/message" "^19.8.1"
2011+
"@commitlint/to-lines" "^19.8.1"
2012+
"@commitlint/types" "^19.8.1"
20132013

2014-
"@commitlint/to-lines@^19.8.0":
2015-
version "19.8.0"
2016-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-19.8.0.tgz#f7bdf7878999c0620f3a2f46f829fcc1f1f1d118"
2017-
integrity sha512-3CKLUw41Cur8VMjh16y8LcsOaKbmQjAKCWlXx6B0vOUREplp6em9uIVhI8Cv934qiwkbi2+uv+mVZPnXJi1o9A==
2014+
"@commitlint/to-lines@^19.8.1":
2015+
version "19.8.1"
2016+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-19.8.1.tgz#c1a28a84542c7ba321c1c11178b83ae024257b47"
2017+
integrity sha512-98Mm5inzbWTKuZQr2aW4SReY6WUukdWXuZhrqf1QdKPZBCCsXuG87c+iP0bwtD6DBnmVVQjgp4whoHRVixyPBg==
20182018

2019-
"@commitlint/top-level@^19.8.0":
2020-
version "19.8.0"
2021-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-19.8.0.tgz#5ff4d9b8be44501edd2c94b93602a7104d63d92d"
2022-
integrity sha512-Rphgoc/omYZisoNkcfaBRPQr4myZEHhLPx2/vTXNLjiCw4RgfPR1wEgUpJ9OOmDCiv5ZyIExhprNLhteqH4FuQ==
2019+
"@commitlint/top-level@^19.8.1":
2020+
version "19.8.1"
2021+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-19.8.1.tgz#2c942189d83a29b21ff7ba6e91607301efdf5916"
2022+
integrity sha512-Ph8IN1IOHPSDhURCSXBz44+CIu+60duFwRsg6HqaISFHQHbmBtxVw4ZrFNIYUzEP7WwrNPxa2/5qJ//NK1FGcw==
20232023
dependencies:
20242024
find-up "^7.0.0"
20252025

2026-
"@commitlint/types@^19.8.0":
2027-
version "19.8.0"
2028-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.8.0.tgz#5a77c7a723a714995a51917edd0ecfcf29495d3c"
2029-
integrity sha512-LRjP623jPyf3Poyfb0ohMj8I3ORyBDOwXAgxxVPbSD0unJuW2mJWeiRfaQinjtccMqC5Wy1HOMfa4btKjbNxbg==
2026+
"@commitlint/types@^19.8.1":
2027+
version "19.8.1"
2028+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.8.1.tgz#7971fbd56b0cfb31692a4e1941b74ac8217c44e5"
2029+
integrity sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==
20302030
dependencies:
20312031
"@types/conventional-commits-parser" "^5.0.0"
20322032
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)