Skip to content

Commit 8cb03fc

Browse files
⬆️ deps: Upgrade dependency @commitlint/cli to v18.6.1
1 parent ea96d82 commit 8cb03fc

File tree

2 files changed

+106
-106
lines changed

2 files changed

+106
-106
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@babel/plugin-transform-destructuring": "7.23.3",
7171
"@babel/plugin-transform-for-of": "7.23.6",
7272
"@babel/preset-env": "7.23.9",
73-
"@commitlint/cli": "18.6.0",
73+
"@commitlint/cli": "18.6.1",
7474
"@js-library/commitlint-config": "0.0.4",
7575
"@node-loader/babel": "2.1.0",
7676
"@node-loader/core": "2.0.0",

yarn.lock

Lines changed: 105 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -2053,82 +2053,82 @@
20532053
read-json-safe "^1.0.5"
20542054
types-pkg-json "^1.1.0"
20552055

2056-
"@commitlint/[email protected].0":
2057-
version "18.6.0"
2058-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.6.0.tgz#f065e0514f3870b6dc9a3c608a78820806b46527"
2059-
integrity sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w==
2060-
dependencies:
2061-
"@commitlint/format" "^18.6.0"
2062-
"@commitlint/lint" "^18.6.0"
2063-
"@commitlint/load" "^18.6.0"
2064-
"@commitlint/read" "^18.6.0"
2065-
"@commitlint/types" "^18.6.0"
2056+
"@commitlint/[email protected].1":
2057+
version "18.6.1"
2058+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.6.1.tgz#78bffdfa00d6f01425d53096954993d83f2b343d"
2059+
integrity sha512-5IDE0a+lWGdkOvKH892HHAZgbAjcj1mT5QrfA/SVbLJV/BbBMGyKN0W5mhgjekPJJwEQdVNvhl9PwUacY58Usw==
2060+
dependencies:
2061+
"@commitlint/format" "^18.6.1"
2062+
"@commitlint/lint" "^18.6.1"
2063+
"@commitlint/load" "^18.6.1"
2064+
"@commitlint/read" "^18.6.1"
2065+
"@commitlint/types" "^18.6.1"
20662066
execa "^5.0.0"
20672067
lodash.isfunction "^3.0.9"
20682068
resolve-from "5.0.0"
20692069
resolve-global "1.0.0"
20702070
yargs "^17.0.0"
20712071

2072-
"@commitlint/config-validator@^18.6.0":
2073-
version "18.6.0"
2074-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.6.0.tgz#ea1e04e92829dd7b90cea444f245b0bdefa0a586"
2075-
integrity sha512-Ptfa865arNozlkjxrYG3qt6wT9AlhNUHeuDyKEZiTL/l0ftncFhK/KN0t/EAMV2tec+0Mwxo0FmhbESj/bI+1g==
2072+
"@commitlint/config-validator@^18.6.1":
2073+
version "18.6.1"
2074+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.6.1.tgz#e0d71a99c984a68586c7ae7afd3f52342022fae8"
2075+
integrity sha512-05uiToBVfPhepcQWE1ZQBR/Io3+tb3gEotZjnI4tTzzPk16NffN6YABgwFQCLmzZefbDcmwWqJWc2XT47q7Znw==
20762076
dependencies:
2077-
"@commitlint/types" "^18.6.0"
2077+
"@commitlint/types" "^18.6.1"
20782078
ajv "^8.11.0"
20792079

2080-
"@commitlint/ensure@^18.6.0":
2081-
version "18.6.0"
2082-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.6.0.tgz#3f3dc09d99016eaab0da9423123effd820d11931"
2083-
integrity sha512-xY07NmOBJ7JuhX3tic021PaeLepZARIQyqpAQoNQZoml1keBFfB6MbA7XlWZv0ebbarUFE4yhKxOPw+WFv7/qw==
2080+
"@commitlint/ensure@^18.6.1":
2081+
version "18.6.1"
2082+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.6.1.tgz#17141e083200ca94d8480dc23b0e8f8b1fd37b7f"
2083+
integrity sha512-BPm6+SspyxQ7ZTsZwXc7TRQL5kh5YWt3euKmEIBZnocMFkJevqs3fbLRb8+8I/cfbVcAo4mxRlpTPfz8zX7SnQ==
20842084
dependencies:
2085-
"@commitlint/types" "^18.6.0"
2085+
"@commitlint/types" "^18.6.1"
20862086
lodash.camelcase "^4.3.0"
20872087
lodash.kebabcase "^4.1.1"
20882088
lodash.snakecase "^4.1.1"
20892089
lodash.startcase "^4.4.0"
20902090
lodash.upperfirst "^4.3.1"
20912091

2092-
"@commitlint/execute-rule@^18.4.4":
2093-
version "18.4.4"
2094-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.4.4.tgz#ade986742c1944c8162a54288747e54a8c6146b5"
2095-
integrity sha512-a37Nd3bDQydtg9PCLLWM9ZC+GO7X5i4zJvrggJv5jBhaHsXeQ9ZWdO6ODYR+f0LxBXXNYK3geYXJrCWUCP8JEg==
2092+
"@commitlint/execute-rule@^18.6.1":
2093+
version "18.6.1"
2094+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.6.1.tgz#18175e043fe6fb5fceea7b8530316c644f93dfe6"
2095+
integrity sha512-7s37a+iWyJiGUeMFF6qBlyZciUkF8odSAnHijbD36YDctLhGKoYltdvuJ/AFfRm6cBLRtRk9cCVPdsEFtt/2rg==
20962096

2097-
"@commitlint/format@^18.6.0":
2098-
version "18.6.0"
2099-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.6.0.tgz#e13ef8419cd8eb37be5825a2e84e73cabbfb56ad"
2100-
integrity sha512-8UNWfs2slPPSQiiVpLGJTnPHv7Jkd5KYxfbNXbmLL583bjom4RrylvyrCVnmZReA8nNad7pPXq6mDH4FNVj6xg==
2097+
"@commitlint/format@^18.6.1":
2098+
version "18.6.1"
2099+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.6.1.tgz#5f2b8b3ae4d8d80bd9239178e97df63e5b8d280a"
2100+
integrity sha512-K8mNcfU/JEFCharj2xVjxGSF+My+FbUHoqR+4GqPGrHNqXOGNio47ziiR4HQUPKtiNs05o8/WyLBoIpMVOP7wg==
21012101
dependencies:
2102-
"@commitlint/types" "^18.6.0"
2102+
"@commitlint/types" "^18.6.1"
21032103
chalk "^4.1.0"
21042104

2105-
"@commitlint/is-ignored@^18.6.0":
2106-
version "18.6.0"
2107-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.6.0.tgz#d15ab04f547f7554cc3377d50f8e19178502b8af"
2108-
integrity sha512-Xjx/ZyyJ4FdLuz0FcOvqiqSFgiO2yYj3QN9XlvyrxqbXTxPVC7QFEXJYBVPulUSN/gR7WXH1Udw+HYYfD17xog==
2109-
dependencies:
2110-
"@commitlint/types" "^18.6.0"
2111-
semver "7.5.4"
2112-
2113-
"@commitlint/lint@^18.6.0":
2114-
version "18.6.0"
2115-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.6.0.tgz#f54c856840a6238e0c2972588c2dc986317f1b7b"
2116-
integrity sha512-ycbuDWfyykPmslgiHzhz8dL6F0BJYltXLVfc+M49z0c+FNITM0v+r0Vd2+Tdtq06VTc894p2+YSmZhulY8Jn3Q==
2117-
dependencies:
2118-
"@commitlint/is-ignored" "^18.6.0"
2119-
"@commitlint/parse" "^18.6.0"
2120-
"@commitlint/rules" "^18.6.0"
2121-
"@commitlint/types" "^18.6.0"
2122-
2123-
"@commitlint/load@^18.6.0":
2124-
version "18.6.0"
2125-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.6.0.tgz#98108294b9383aa2905781b192215df4718babb7"
2126-
integrity sha512-RRssj7TmzT0bowoEKlgwg8uQ7ORXWkw7lYLsZZBMi9aInsJuGNLNWcMxJxRZbwxG3jkCidGUg85WmqJvRjsaDA==
2127-
dependencies:
2128-
"@commitlint/config-validator" "^18.6.0"
2129-
"@commitlint/execute-rule" "^18.4.4"
2130-
"@commitlint/resolve-extends" "^18.6.0"
2131-
"@commitlint/types" "^18.6.0"
2105+
"@commitlint/is-ignored@^18.6.1":
2106+
version "18.6.1"
2107+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.6.1.tgz#4ee08ba91ff3defb06e0ef19259a9c6734a8d06e"
2108+
integrity sha512-MOfJjkEJj/wOaPBw5jFjTtfnx72RGwqYIROABudOtJKW7isVjFe9j0t8xhceA02QebtYf4P/zea4HIwnXg8rvA==
2109+
dependencies:
2110+
"@commitlint/types" "^18.6.1"
2111+
semver "7.6.0"
2112+
2113+
"@commitlint/lint@^18.6.1":
2114+
version "18.6.1"
2115+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.6.1.tgz#fe3834636c99ee14534a8eb3832831ac362e9fd8"
2116+
integrity sha512-8WwIFo3jAuU+h1PkYe5SfnIOzp+TtBHpFr4S8oJWhu44IWKuVx6GOPux3+9H1iHOan/rGBaiacicZkMZuluhfQ==
2117+
dependencies:
2118+
"@commitlint/is-ignored" "^18.6.1"
2119+
"@commitlint/parse" "^18.6.1"
2120+
"@commitlint/rules" "^18.6.1"
2121+
"@commitlint/types" "^18.6.1"
2122+
2123+
"@commitlint/load@^18.6.1":
2124+
version "18.6.1"
2125+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.6.1.tgz#fb79ed7ee8b5897a9b5c274c1e24eda9162df816"
2126+
integrity sha512-p26x8734tSXUHoAw0ERIiHyW4RaI4Bj99D8YgUlVV9SedLf8hlWAfyIFhHRIhfPngLlCe0QYOdRKYFt8gy56TA==
2127+
dependencies:
2128+
"@commitlint/config-validator" "^18.6.1"
2129+
"@commitlint/execute-rule" "^18.6.1"
2130+
"@commitlint/resolve-extends" "^18.6.1"
2131+
"@commitlint/types" "^18.6.1"
21322132
chalk "^4.1.0"
21332133
cosmiconfig "^8.3.6"
21342134
cosmiconfig-typescript-loader "^5.0.0"
@@ -2137,69 +2137,69 @@
21372137
lodash.uniq "^4.5.0"
21382138
resolve-from "^5.0.0"
21392139

2140-
"@commitlint/message@^18.4.4":
2141-
version "18.4.4"
2142-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-18.4.4.tgz#811682a0d147a24e5c467acdb52071434df2b9f5"
2143-
integrity sha512-lHF95mMDYgAI1LBXveJUyg4eLaMXyOqJccCK3v55ZOEUsMPrDi8upqDjd/NmzWmESYihaOMBTAnxm+6oD1WoDQ==
2140+
"@commitlint/message@^18.6.1":
2141+
version "18.6.1"
2142+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-18.6.1.tgz#107bd40923ad23d2de56c92a68b179ebfb7e314e"
2143+
integrity sha512-VKC10UTMLcpVjMIaHHsY1KwhuTQtdIKPkIdVEwWV+YuzKkzhlI3aNy6oo1eAN6b/D2LTtZkJe2enHmX0corYRw==
21442144

2145-
"@commitlint/parse@^18.6.0":
2146-
version "18.6.0"
2147-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.6.0.tgz#ae19ff8ceb0c8ffab131158829b06b505b9921fd"
2148-
integrity sha512-Y/G++GJpATFw54O0jikc/h2ibyGHgghtPnwsOk3O/aU092ydJ5XEHYcd7xGNQYuLweLzQis2uEwRNk9AVIPbQQ==
2145+
"@commitlint/parse@^18.6.1":
2146+
version "18.6.1"
2147+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.6.1.tgz#2946b814125e907b9c4d63d3e71d0c1b54b30b62"
2148+
integrity sha512-eS/3GREtvVJqGZrwAGRwR9Gdno3YcZ6Xvuaa+vUF8j++wsmxrA2En3n0ccfVO2qVOLJC41ni7jSZhQiJpMPGOQ==
21492149
dependencies:
2150-
"@commitlint/types" "^18.6.0"
2150+
"@commitlint/types" "^18.6.1"
21512151
conventional-changelog-angular "^7.0.0"
21522152
conventional-commits-parser "^5.0.0"
21532153

2154-
"@commitlint/read@^18.6.0":
2155-
version "18.6.0"
2156-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.6.0.tgz#324ea1fa625f88427780df23fffe4a92d383d665"
2157-
integrity sha512-w39ji8VfWhPKRquPhRHB3Yd8XIHwaNHgOh28YI1QEmZ59qVpuVUQo6h/NsVb+uoC6LbXZiofTZv2iFR084jKEA==
2154+
"@commitlint/read@^18.6.1":
2155+
version "18.6.1"
2156+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.6.1.tgz#8c138311ed9749427920c369f6276be136f2aa50"
2157+
integrity sha512-ia6ODaQFzXrVul07ffSgbZGFajpe8xhnDeLIprLeyfz3ivQU1dIoHp7yz0QIorZ6yuf4nlzg4ZUkluDrGN/J/w==
21582158
dependencies:
2159-
"@commitlint/top-level" "^18.4.4"
2160-
"@commitlint/types" "^18.6.0"
2159+
"@commitlint/top-level" "^18.6.1"
2160+
"@commitlint/types" "^18.6.1"
21612161
git-raw-commits "^2.0.11"
21622162
minimist "^1.2.6"
21632163

2164-
"@commitlint/resolve-extends@^18.6.0":
2165-
version "18.6.0"
2166-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.6.0.tgz#db55be2b32e12593bc98dc44c6d9a9d90941bab4"
2167-
integrity sha512-k2Xp+Fxeggki2i90vGrbiLDMefPius3zGSTFFlRAPKce/SWLbZtI+uqE9Mne23mHO5lmcSV8z5m6ziiJwGpOcg==
2164+
"@commitlint/resolve-extends@^18.6.1":
2165+
version "18.6.1"
2166+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.6.1.tgz#f0572c682fc24dbabe2e0f42873261e0fa42c91a"
2167+
integrity sha512-ifRAQtHwK+Gj3Bxj/5chhc4L2LIc3s30lpsyW67yyjsETR6ctHAHRu1FSpt0KqahK5xESqoJ92v6XxoDRtjwEQ==
21682168
dependencies:
2169-
"@commitlint/config-validator" "^18.6.0"
2170-
"@commitlint/types" "^18.6.0"
2169+
"@commitlint/config-validator" "^18.6.1"
2170+
"@commitlint/types" "^18.6.1"
21712171
import-fresh "^3.0.0"
21722172
lodash.mergewith "^4.6.2"
21732173
resolve-from "^5.0.0"
21742174
resolve-global "^1.0.0"
21752175

2176-
"@commitlint/rules@^18.6.0":
2177-
version "18.6.0"
2178-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.6.0.tgz#6d933e2de5639b75b4946120b3880e72e66a6051"
2179-
integrity sha512-pTalvCEvuCWrBWZA/YqO/3B3nZnY3Ncc+TmQsRajBdC1tkQIm5Iovdo4Ec7f2Dw1tVvpYMUUNAgcWqsY0WckWg==
2176+
"@commitlint/rules@^18.6.1":
2177+
version "18.6.1"
2178+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.6.1.tgz#da25aeffe6c0e1c7625e44f46089fb8860986caf"
2179+
integrity sha512-kguM6HxZDtz60v/zQYOe0voAtTdGybWXefA1iidjWYmyUUspO1zBPQEmJZ05/plIAqCVyNUTAiRPWIBKLCrGew==
21802180
dependencies:
2181-
"@commitlint/ensure" "^18.6.0"
2182-
"@commitlint/message" "^18.4.4"
2183-
"@commitlint/to-lines" "^18.4.4"
2184-
"@commitlint/types" "^18.6.0"
2181+
"@commitlint/ensure" "^18.6.1"
2182+
"@commitlint/message" "^18.6.1"
2183+
"@commitlint/to-lines" "^18.6.1"
2184+
"@commitlint/types" "^18.6.1"
21852185
execa "^5.0.0"
21862186

2187-
"@commitlint/to-lines@^18.4.4":
2188-
version "18.4.4"
2189-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-18.4.4.tgz#546cf8d985459f3526359b6a63d7a5b421e1ed60"
2190-
integrity sha512-mwe2Roa59NCz/krniAdCygFabg7+fQCkIhXqBHw00XQ8Y7lw4poZLLxeGI3p3bLpcEOXdqIDrEGLwHmG5lBdwQ==
2187+
"@commitlint/to-lines@^18.6.1":
2188+
version "18.6.1"
2189+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-18.6.1.tgz#d28827a4a540c98eea1aae31dafd66f80b2f1b9e"
2190+
integrity sha512-Gl+orGBxYSNphx1+83GYeNy5N0dQsHBQ9PJMriaLQDB51UQHCVLBT/HBdOx5VaYksivSf5Os55TLePbRLlW50Q==
21912191

2192-
"@commitlint/top-level@^18.4.4":
2193-
version "18.4.4"
2194-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-18.4.4.tgz#df69ffa49fdc4541d1f05e814352d575fb0f3b0d"
2195-
integrity sha512-PBwW1drgeavl9CadB7IPRUk6rkUP/O8jEkxjlC+ofuh3pw0bzJdAT+Kw7M1Yc9KtTb9xTaqUB8uvRtaybHa/tQ==
2192+
"@commitlint/top-level@^18.6.1":
2193+
version "18.6.1"
2194+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-18.6.1.tgz#429fcb985e3beaba9b17e05c0ae61926c647baf0"
2195+
integrity sha512-HyiHQZUTf0+r0goTCDs/bbVv/LiiQ7AVtz6KIar+8ZrseB9+YJAIo8HQ2IC2QT1y3N1lbW6OqVEsTHjbT6hGSw==
21962196
dependencies:
21972197
find-up "^5.0.0"
21982198

2199-
"@commitlint/types@^18.6.0":
2200-
version "18.6.0"
2201-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.6.0.tgz#3d3493cb5910f60f3749a8eb56aca47dc2e1b662"
2202-
integrity sha512-oavoKLML/eJa2rJeyYSbyGAYzTxQ6voG5oeX3OrxpfrkRWhJfm4ACnhoRf5tgiybx2MZ+EVFqC1Lw3W8/uwpZA==
2199+
"@commitlint/types@^18.6.1":
2200+
version "18.6.1"
2201+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.6.1.tgz#7eb3ab2d799d9166fbb98b96b0744581e59a4ad4"
2202+
integrity sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg==
22032203
dependencies:
22042204
chalk "^4.1.0"
22052205

@@ -10087,10 +10087,10 @@ semver-diff@^4.0.0:
1008710087
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
1008810088
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
1008910089

10090-
semver@7.5.4, semver@^7.5.3, semver@^7.5.4:
10091-
version "7.5.4"
10092-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
10093-
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
10090+
semver@7.6.0, semver@^7.6.0:
10091+
version "7.6.0"
10092+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
10093+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
1009410094
dependencies:
1009510095
lru-cache "^6.0.0"
1009610096

@@ -10116,10 +10116,10 @@ semver@^7.0.0, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7:
1011610116
dependencies:
1011710117
lru-cache "^6.0.0"
1011810118

10119-
semver@^7.6.0:
10120-
version "7.6.0"
10121-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
10122-
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
10119+
semver@^7.5.3, semver@^7.5.4:
10120+
version "7.5.4"
10121+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
10122+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
1012310123
dependencies:
1012410124
lru-cache "^6.0.0"
1012510125

0 commit comments

Comments
 (0)