Skip to content

Commit 036b9b0

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

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
@@ -73,7 +73,7 @@
7373
"devDependencies": {
7474
"@babel/core": "7.27.1",
7575
"@babel/preset-env": "7.27.2",
76-
"@commitlint/cli": "19.8.0",
76+
"@commitlint/cli": "19.8.1",
7777
"@heap-data-structure/specification": "16.0.1",
7878
"@js-library/commitlint-config": "0.0.4",
7979
"@node-loader/babel": "2.1.0",

yarn.lock

+100-100
Original file line numberDiff line numberDiff line change
@@ -1812,149 +1812,149 @@
18121812
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
18131813
integrity sha512-W+a0/JpU28AqH4IKtwUPcEUnUyXMDLALcn5/JLczGGT9fHE2sIby/xP/oQnx3nxkForzgzPy201RAKcB4xPAFQ==
18141814

1815-
"@commitlint/[email protected].0":
1816-
version "19.8.0"
1817-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.8.0.tgz#e66e5a5268437e42b7c6f2a447e94ea83b8a3272"
1818-
integrity sha512-t/fCrLVu+Ru01h0DtlgHZXbHV2Y8gKocTR5elDOqIRUzQd0/6hpt2VIWOj9b3NDo7y4/gfxeR2zRtXq/qO6iUg==
1819-
dependencies:
1820-
"@commitlint/format" "^19.8.0"
1821-
"@commitlint/lint" "^19.8.0"
1822-
"@commitlint/load" "^19.8.0"
1823-
"@commitlint/read" "^19.8.0"
1824-
"@commitlint/types" "^19.8.0"
1825-
tinyexec "^0.3.0"
1815+
"@commitlint/[email protected].1":
1816+
version "19.8.1"
1817+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.8.1.tgz#85f7d9f331344e1f0a2b9d8b24fd3695466e1158"
1818+
integrity sha512-LXUdNIkspyxrlV6VDHWBmCZRtkEVRpBKxi2Gtw3J54cGWhLCTouVD/Q6ZSaSvd2YaDObWK8mDjrz3TIKtaQMAA==
1819+
dependencies:
1820+
"@commitlint/format" "^19.8.1"
1821+
"@commitlint/lint" "^19.8.1"
1822+
"@commitlint/load" "^19.8.1"
1823+
"@commitlint/read" "^19.8.1"
1824+
"@commitlint/types" "^19.8.1"
1825+
tinyexec "^1.0.0"
18261826
yargs "^17.0.0"
18271827

1828-
"@commitlint/config-validator@^19.8.0":
1829-
version "19.8.0"
1830-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-19.8.0.tgz#0b30c274e4427d3942fd62ecf53c19d99f43ac4a"
1831-
integrity sha512-+r5ZvD/0hQC3w5VOHJhGcCooiAVdynFlCe2d6I9dU+PvXdV3O+fU4vipVg+6hyLbQUuCH82mz3HnT/cBQTYYuA==
1828+
"@commitlint/config-validator@^19.8.1":
1829+
version "19.8.1"
1830+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-19.8.1.tgz#29e9bb1360fa41b9439b23d8e25deaaf097306b5"
1831+
integrity sha512-0jvJ4u+eqGPBIzzSdqKNX1rvdbSU1lPNYlfQQRIFnBgLy26BtC0cFnr7c/AyuzExMxWsMOte6MkTi9I3SQ3iGQ==
18321832
dependencies:
1833-
"@commitlint/types" "^19.8.0"
1833+
"@commitlint/types" "^19.8.1"
18341834
ajv "^8.11.0"
18351835

1836-
"@commitlint/ensure@^19.8.0":
1837-
version "19.8.0"
1838-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-19.8.0.tgz#481c30706dc4aa4a8e85e7d1f1877c30e5201a0d"
1839-
integrity sha512-kNiNU4/bhEQ/wutI1tp1pVW1mQ0QbAjfPRo5v8SaxoVV+ARhkB8Wjg3BSseNYECPzWWfg/WDqQGIfV1RaBFQZg==
1836+
"@commitlint/ensure@^19.8.1":
1837+
version "19.8.1"
1838+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-19.8.1.tgz#938c54d6f586bda600b5c8e8e842edb281546e14"
1839+
integrity sha512-mXDnlJdvDzSObafjYrOSvZBwkD01cqB4gbnnFuVyNpGUM5ijwU/r/6uqUmBXAAOKRfyEjpkGVZxaDsCVnHAgyw==
18401840
dependencies:
1841-
"@commitlint/types" "^19.8.0"
1841+
"@commitlint/types" "^19.8.1"
18421842
lodash.camelcase "^4.3.0"
18431843
lodash.kebabcase "^4.1.1"
18441844
lodash.snakecase "^4.1.1"
18451845
lodash.startcase "^4.4.0"
18461846
lodash.upperfirst "^4.3.1"
18471847

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

1853-
"@commitlint/format@^19.8.0":
1854-
version "19.8.0"
1855-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.8.0.tgz#b06084fb3b807f2142c19c94572127d4a3af5da1"
1856-
integrity sha512-EOpA8IERpQstxwp/WGnDArA7S+wlZDeTeKi98WMOvaDLKbjptuHWdOYYr790iO7kTCif/z971PKPI2PkWMfOxg==
1853+
"@commitlint/format@^19.8.1":
1854+
version "19.8.1"
1855+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.8.1.tgz#3e09b1291b3e29092d7a86f0afbbcfc0d99d3ad4"
1856+
integrity sha512-kSJj34Rp10ItP+Eh9oCItiuN/HwGQMXBnIRk69jdOwEW9llW9FlyqcWYbHPSGofmjsqeoxa38UaEA5tsbm2JWw==
18571857
dependencies:
1858-
"@commitlint/types" "^19.8.0"
1858+
"@commitlint/types" "^19.8.1"
18591859
chalk "^5.3.0"
18601860

1861-
"@commitlint/is-ignored@^19.8.0":
1862-
version "19.8.0"
1863-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.8.0.tgz#3e413168b1222e62798dd1a36c64d2454e7bb291"
1864-
integrity sha512-L2Jv9yUg/I+jF3zikOV0rdiHUul9X3a/oU5HIXhAJLE2+TXTnEBfqYP9G5yMw/Yb40SnR764g4fyDK6WR2xtpw==
1861+
"@commitlint/is-ignored@^19.8.1":
1862+
version "19.8.1"
1863+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.8.1.tgz#fed0851360ea2d21799eaf8ec9ef6d98c15536e3"
1864+
integrity sha512-AceOhEhekBUQ5dzrVhDDsbMaY5LqtN8s1mqSnT2Kz1ERvVZkNihrs3Sfk1Je/rxRNbXYFzKZSHaPsEJJDJV8dg==
18651865
dependencies:
1866-
"@commitlint/types" "^19.8.0"
1866+
"@commitlint/types" "^19.8.1"
18671867
semver "^7.6.0"
18681868

1869-
"@commitlint/lint@^19.8.0":
1870-
version "19.8.0"
1871-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.8.0.tgz#c2bf85de6d2e86e13c972cf19a2d425e62e9b057"
1872-
integrity sha512-+/NZKyWKSf39FeNpqhfMebmaLa1P90i1Nrb1SrA7oSU5GNN/lksA4z6+ZTnsft01YfhRZSYMbgGsARXvkr/VLQ==
1873-
dependencies:
1874-
"@commitlint/is-ignored" "^19.8.0"
1875-
"@commitlint/parse" "^19.8.0"
1876-
"@commitlint/rules" "^19.8.0"
1877-
"@commitlint/types" "^19.8.0"
1878-
1879-
"@commitlint/load@^19.8.0":
1880-
version "19.8.0"
1881-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.8.0.tgz#7c7078fbdc9c4e3a14fa5a8684c3cb854353551e"
1882-
integrity sha512-4rvmm3ff81Sfb+mcWT5WKlyOa+Hd33WSbirTVUer0wjS1Hv/Hzr07Uv1ULIV9DkimZKNyOwXn593c+h8lsDQPQ==
1883-
dependencies:
1884-
"@commitlint/config-validator" "^19.8.0"
1885-
"@commitlint/execute-rule" "^19.8.0"
1886-
"@commitlint/resolve-extends" "^19.8.0"
1887-
"@commitlint/types" "^19.8.0"
1869+
"@commitlint/lint@^19.8.1":
1870+
version "19.8.1"
1871+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.8.1.tgz#c21bf9000ca54e41c5b0139c98aaf12473c03bb0"
1872+
integrity sha512-52PFbsl+1EvMuokZXLRlOsdcLHf10isTPlWwoY1FQIidTsTvjKXVXYb7AvtpWkDzRO2ZsqIgPK7bI98x8LRUEw==
1873+
dependencies:
1874+
"@commitlint/is-ignored" "^19.8.1"
1875+
"@commitlint/parse" "^19.8.1"
1876+
"@commitlint/rules" "^19.8.1"
1877+
"@commitlint/types" "^19.8.1"
1878+
1879+
"@commitlint/load@^19.8.1":
1880+
version "19.8.1"
1881+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.8.1.tgz#b997b1f65a961bf0a47189f15f6dc8786ceb4576"
1882+
integrity sha512-9V99EKG3u7z+FEoe4ikgq7YGRCSukAcvmKQuTtUyiYPnOd9a2/H9Ak1J9nJA1HChRQp9OA/sIKPugGS+FK/k1A==
1883+
dependencies:
1884+
"@commitlint/config-validator" "^19.8.1"
1885+
"@commitlint/execute-rule" "^19.8.1"
1886+
"@commitlint/resolve-extends" "^19.8.1"
1887+
"@commitlint/types" "^19.8.1"
18881888
chalk "^5.3.0"
18891889
cosmiconfig "^9.0.0"
18901890
cosmiconfig-typescript-loader "^6.1.0"
18911891
lodash.isplainobject "^4.0.6"
18921892
lodash.merge "^4.6.2"
18931893
lodash.uniq "^4.5.0"
18941894

1895-
"@commitlint/message@^19.8.0":
1896-
version "19.8.0"
1897-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-19.8.0.tgz#1ac1c527a601b329373ba50ffd70a713acb0b8ca"
1898-
integrity sha512-qs/5Vi9bYjf+ZV40bvdCyBn5DvbuelhR6qewLE8Bh476F7KnNyLfdM/ETJ4cp96WgeeHo6tesA2TMXS0sh5X4A==
1895+
"@commitlint/message@^19.8.1":
1896+
version "19.8.1"
1897+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-19.8.1.tgz#d5d0d87837483d9f9b4559ffa06e1aaa26d266d6"
1898+
integrity sha512-+PMLQvjRXiU+Ae0Wc+p99EoGEutzSXFVwQfa3jRNUZLNW5odZAyseb92OSBTKCu+9gGZiJASt76Cj3dLTtcTdg==
18991899

1900-
"@commitlint/parse@^19.8.0":
1901-
version "19.8.0"
1902-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-19.8.0.tgz#bce415dda60e115239cd337b15262e459cab8eba"
1903-
integrity sha512-YNIKAc4EXvNeAvyeEnzgvm1VyAe0/b3Wax7pjJSwXuhqIQ1/t2hD3OYRXb6D5/GffIvaX82RbjD+nWtMZCLL7Q==
1900+
"@commitlint/parse@^19.8.1":
1901+
version "19.8.1"
1902+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-19.8.1.tgz#73125d04f07f11477cf563cbfe0cc9f6dc85a747"
1903+
integrity sha512-mmAHYcMBmAgJDKWdkjIGq50X4yB0pSGpxyOODwYmoexxxiUCy5JJT99t1+PEMK7KtsCtzuWYIAXYAiKR+k+/Jw==
19041904
dependencies:
1905-
"@commitlint/types" "^19.8.0"
1905+
"@commitlint/types" "^19.8.1"
19061906
conventional-changelog-angular "^7.0.0"
19071907
conventional-commits-parser "^5.0.0"
19081908

1909-
"@commitlint/read@^19.8.0":
1910-
version "19.8.0"
1911-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.8.0.tgz#d16bea846619100e23c4d56bcf191c397da7542f"
1912-
integrity sha512-6ywxOGYajcxK1y1MfzrOnwsXO6nnErna88gRWEl3qqOOP8MDu/DTeRkGLXBFIZuRZ7mm5yyxU5BmeUvMpNte5w==
1909+
"@commitlint/read@^19.8.1":
1910+
version "19.8.1"
1911+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.8.1.tgz#812930fd0f616e796e122751cb983346e5454ec8"
1912+
integrity sha512-03Jbjb1MqluaVXKHKRuGhcKWtSgh3Jizqy2lJCRbRrnWpcM06MYm8th59Xcns8EqBYvo0Xqb+2DoZFlga97uXQ==
19131913
dependencies:
1914-
"@commitlint/top-level" "^19.8.0"
1915-
"@commitlint/types" "^19.8.0"
1914+
"@commitlint/top-level" "^19.8.1"
1915+
"@commitlint/types" "^19.8.1"
19161916
git-raw-commits "^4.0.0"
19171917
minimist "^1.2.8"
1918-
tinyexec "^0.3.0"
1918+
tinyexec "^1.0.0"
19191919

1920-
"@commitlint/resolve-extends@^19.8.0":
1921-
version "19.8.0"
1922-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-19.8.0.tgz#2ef6c448ed7f925840cca282e3ce37bea8e9b726"
1923-
integrity sha512-CLanRQwuG2LPfFVvrkTrBR/L/DMy3+ETsgBqW1OvRxmzp/bbVJW0Xw23LnnExgYcsaFtos967lul1CsbsnJlzQ==
1920+
"@commitlint/resolve-extends@^19.8.1":
1921+
version "19.8.1"
1922+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-19.8.1.tgz#a44bb4c22e3e7d407cc9a3758fcf58f5c360b694"
1923+
integrity sha512-GM0mAhFk49I+T/5UCYns5ayGStkTt4XFFrjjf0L4S26xoMTSkdCf9ZRO8en1kuopC4isDFuEm7ZOm/WRVeElVg==
19241924
dependencies:
1925-
"@commitlint/config-validator" "^19.8.0"
1926-
"@commitlint/types" "^19.8.0"
1925+
"@commitlint/config-validator" "^19.8.1"
1926+
"@commitlint/types" "^19.8.1"
19271927
global-directory "^4.0.1"
19281928
import-meta-resolve "^4.0.0"
19291929
lodash.mergewith "^4.6.2"
19301930
resolve-from "^5.0.0"
19311931

1932-
"@commitlint/rules@^19.8.0":
1933-
version "19.8.0"
1934-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.8.0.tgz#0ca2b7bd9dc22409173963f15061d8cac671bdaa"
1935-
integrity sha512-IZ5IE90h6DSWNuNK/cwjABLAKdy8tP8OgGVGbXe1noBEX5hSsu00uRlLu6JuruiXjWJz2dZc+YSw3H0UZyl/mA==
1932+
"@commitlint/rules@^19.8.1":
1933+
version "19.8.1"
1934+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.8.1.tgz#1cea53d5bf970ce56dc105e1da5e6655a2fe7a5f"
1935+
integrity sha512-Hnlhd9DyvGiGwjfjfToMi1dsnw1EXKGJNLTcsuGORHz6SS9swRgkBsou33MQ2n51/boIDrbsg4tIBbRpEWK2kw==
19361936
dependencies:
1937-
"@commitlint/ensure" "^19.8.0"
1938-
"@commitlint/message" "^19.8.0"
1939-
"@commitlint/to-lines" "^19.8.0"
1940-
"@commitlint/types" "^19.8.0"
1937+
"@commitlint/ensure" "^19.8.1"
1938+
"@commitlint/message" "^19.8.1"
1939+
"@commitlint/to-lines" "^19.8.1"
1940+
"@commitlint/types" "^19.8.1"
19411941

1942-
"@commitlint/to-lines@^19.8.0":
1943-
version "19.8.0"
1944-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-19.8.0.tgz#f7bdf7878999c0620f3a2f46f829fcc1f1f1d118"
1945-
integrity sha512-3CKLUw41Cur8VMjh16y8LcsOaKbmQjAKCWlXx6B0vOUREplp6em9uIVhI8Cv934qiwkbi2+uv+mVZPnXJi1o9A==
1942+
"@commitlint/to-lines@^19.8.1":
1943+
version "19.8.1"
1944+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-19.8.1.tgz#c1a28a84542c7ba321c1c11178b83ae024257b47"
1945+
integrity sha512-98Mm5inzbWTKuZQr2aW4SReY6WUukdWXuZhrqf1QdKPZBCCsXuG87c+iP0bwtD6DBnmVVQjgp4whoHRVixyPBg==
19461946

1947-
"@commitlint/top-level@^19.8.0":
1948-
version "19.8.0"
1949-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-19.8.0.tgz#5ff4d9b8be44501edd2c94b93602a7104d63d92d"
1950-
integrity sha512-Rphgoc/omYZisoNkcfaBRPQr4myZEHhLPx2/vTXNLjiCw4RgfPR1wEgUpJ9OOmDCiv5ZyIExhprNLhteqH4FuQ==
1947+
"@commitlint/top-level@^19.8.1":
1948+
version "19.8.1"
1949+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-19.8.1.tgz#2c942189d83a29b21ff7ba6e91607301efdf5916"
1950+
integrity sha512-Ph8IN1IOHPSDhURCSXBz44+CIu+60duFwRsg6HqaISFHQHbmBtxVw4ZrFNIYUzEP7WwrNPxa2/5qJ//NK1FGcw==
19511951
dependencies:
19521952
find-up "^7.0.0"
19531953

1954-
"@commitlint/types@^19.8.0":
1955-
version "19.8.0"
1956-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.8.0.tgz#5a77c7a723a714995a51917edd0ecfcf29495d3c"
1957-
integrity sha512-LRjP623jPyf3Poyfb0ohMj8I3ORyBDOwXAgxxVPbSD0unJuW2mJWeiRfaQinjtccMqC5Wy1HOMfa4btKjbNxbg==
1954+
"@commitlint/types@^19.8.1":
1955+
version "19.8.1"
1956+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.8.1.tgz#7971fbd56b0cfb31692a4e1941b74ac8217c44e5"
1957+
integrity sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==
19581958
dependencies:
19591959
"@types/conventional-commits-parser" "^5.0.0"
19601960
chalk "^5.3.0"
@@ -10332,10 +10332,10 @@ tiny-glob@^0.2.8:
1033210332
globalyzer "0.1.0"
1033310333
globrex "^0.1.2"
1033410334

10335-
tinyexec@^0.3.0:
10336-
version "0.3.0"
10337-
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.0.tgz#ed60cfce19c17799d4a241e06b31b0ec2bee69e6"
10338-
integrity sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==
10335+
tinyexec@^1.0.0:
10336+
version "1.0.1"
10337+
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.1.tgz#70c31ab7abbb4aea0a24f55d120e5990bfa1e0b1"
10338+
integrity sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==
1033910339

1034010340
tmp@^0.0.33:
1034110341
version "0.0.33"

0 commit comments

Comments
 (0)