Skip to content

Commit 03c74ac

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v18.4.0
1 parent 0e311af commit 03c74ac

File tree

2 files changed

+95
-95
lines changed

2 files changed

+95
-95
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.3",
7272
"@babel/preset-env": "7.23.3",
73-
"@commitlint/cli": "18.2.0",
73+
"@commitlint/cli": "18.4.0",
7474
"@js-library/commitlint-config": "0.0.4",
7575
"@node-loader/babel": "2.0.1",
7676
"@node-loader/core": "2.0.0",

yarn.lock

Lines changed: 94 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -2014,82 +2014,82 @@
20142014
read-json-safe "^1.0.5"
20152015
types-pkg-json "^1.1.0"
20162016

2017-
"@commitlint/cli@18.2.0":
2018-
version "18.2.0"
2019-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.2.0.tgz#c2dc8f0a834b5c4befa48cad6396f694f28d2b5f"
2020-
integrity sha512-F/DCG791kMFmWg5eIdogakuGeg4OiI2kD430ed1a1Hh3epvrJdeIAgcGADAMIOmF+m0S1+VlIYUKG2dvQQ1Izw==
2021-
dependencies:
2022-
"@commitlint/format" "^18.1.0"
2023-
"@commitlint/lint" "^18.1.0"
2024-
"@commitlint/load" "^18.2.0"
2025-
"@commitlint/read" "^18.1.0"
2026-
"@commitlint/types" "^18.1.0"
2017+
"@commitlint/cli@18.4.0":
2018+
version "18.4.0"
2019+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.4.0.tgz#bbeca164b595473d3a67f1a9aac46bf557a05fb4"
2020+
integrity sha512-iz3KJtmsRRFm6OlyrORxRR6qcrznuoFDzcvMXTMpl6E/wj9Vr2crolDk6cG3bFpJCjWd9C7KidXerRha6hh1kQ==
2021+
dependencies:
2022+
"@commitlint/format" "^18.4.0"
2023+
"@commitlint/lint" "^18.4.0"
2024+
"@commitlint/load" "^18.4.0"
2025+
"@commitlint/read" "^18.4.0"
2026+
"@commitlint/types" "^18.4.0"
20272027
execa "^5.0.0"
20282028
lodash.isfunction "^3.0.9"
20292029
resolve-from "5.0.0"
20302030
resolve-global "1.0.0"
20312031
yargs "^17.0.0"
20322032

2033-
"@commitlint/config-validator@^18.1.0":
2034-
version "18.1.0"
2035-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.1.0.tgz#e717151ab99206bdf70d2b526a32e530cec72512"
2036-
integrity sha512-kbHkIuItXn93o2NmTdwi5Mk1ujyuSIysRE/XHtrcps/27GuUKEIqBJp6TdJ4Sq+ze59RlzYSHMKuDKZbfg9+uQ==
2033+
"@commitlint/config-validator@^18.4.0":
2034+
version "18.4.0"
2035+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.4.0.tgz#7197d7ab3248dd936782b319cafc0480ab9732d5"
2036+
integrity sha512-1y6qHMU3o4cYQSK+Y9EnmH6H1GRiwQGjnLIUOIKlekrmfc8MrMk1ByNmb8od4vK3qHJAaL/77/5n+1uyyIF5dA==
20372037
dependencies:
2038-
"@commitlint/types" "^18.1.0"
2038+
"@commitlint/types" "^18.4.0"
20392039
ajv "^8.11.0"
20402040

2041-
"@commitlint/ensure@^18.1.0":
2042-
version "18.1.0"
2043-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.1.0.tgz#3342fdaf42210166a6ca8779c0028298dd60b4b7"
2044-
integrity sha512-CkPzJ9UBumIo54VDcpmBlaVX81J++wzEhN3DJH9+6PaLeiIG+gkSx8t7C2gfwG7PaiW4HzQtdQlBN5ab+c4vFQ==
2041+
"@commitlint/ensure@^18.4.0":
2042+
version "18.4.0"
2043+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.4.0.tgz#4f9ed3900a98c28c2991a07a6b1c6b1611c85892"
2044+
integrity sha512-N5cJo/n61ULSwz3W5Iz/IZJ0I9H/PaHc+OMcF2XcRVbLa6B3YwzEW66XGCRKVULlsBNSrIH6tk5un9ayXAXIdw==
20452045
dependencies:
2046-
"@commitlint/types" "^18.1.0"
2046+
"@commitlint/types" "^18.4.0"
20472047
lodash.camelcase "^4.3.0"
20482048
lodash.kebabcase "^4.1.1"
20492049
lodash.snakecase "^4.1.1"
20502050
lodash.startcase "^4.4.0"
20512051
lodash.upperfirst "^4.3.1"
20522052

2053-
"@commitlint/execute-rule@^18.1.0":
2054-
version "18.1.0"
2055-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.1.0.tgz#1dcacf8da1981dd2e6da76988fdac9f48cdccd46"
2056-
integrity sha512-w3Vt4K+O7+nSr9/gFSEfZ1exKUOPSlJaRpnk7Y+XowEhvwT7AIk1HNANH+gETf0zGZ020+hfiMW/Ome+SNCUsg==
2053+
"@commitlint/execute-rule@^18.4.0":
2054+
version "18.4.0"
2055+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.4.0.tgz#a19bdac0195738e264e7dc2028db673a62087b9e"
2056+
integrity sha512-g013SWki6ZWhURBLOSXTaVQGWHdA0QlPJGiW4a+YpThezmJOemvc4LiKVpn13AjSKQ40QnmBqpBrxujOaSo+3A==
20572057

2058-
"@commitlint/format@^18.1.0":
2059-
version "18.1.0"
2060-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.1.0.tgz#fe0d03b47cf2eda98a5bd9819d595935f53576de"
2061-
integrity sha512-So/w217tGWMZZb1yXcUFNF2qFLyYtSVqbnGoMbX8a+JKcG4oB11Gc1adS0ssUOMivtiNpaLtkSHFynyiwtJtiQ==
2058+
"@commitlint/format@^18.4.0":
2059+
version "18.4.0"
2060+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.4.0.tgz#4f76466a7cafef5a5c9e7ad2c609b81a6b77cd09"
2061+
integrity sha512-MiAe4D5/ahty38CzULdQbpRa3ReKZtx0kyigOWcntq+N5uqez+Ac4/MO7H+3j1kC4G7nfJVfBu6TqcXeyNvhCQ==
20622062
dependencies:
2063-
"@commitlint/types" "^18.1.0"
2063+
"@commitlint/types" "^18.4.0"
20642064
chalk "^4.1.0"
20652065

2066-
"@commitlint/is-ignored@^18.1.0":
2067-
version "18.1.0"
2068-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.1.0.tgz#f43501fcf853a35d5d1062c63694b2fbb88a72d6"
2069-
integrity sha512-fa1fY93J/Nx2GH6r6WOLdBOiL7x9Uc1N7wcpmaJ1C5Qs6P+rPSUTkofe2IOhSJIJoboHfAH6W0ru4xtK689t0Q==
2066+
"@commitlint/is-ignored@^18.4.0":
2067+
version "18.4.0"
2068+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.4.0.tgz#a8cb3cbc49dc9460ada9ba0694f54ef12dafe712"
2069+
integrity sha512-vyBKBj3Q4N3Xe4ZQcJXW9ef6gVrDL9Fl2HXnnC3F0Qt/F6E4runhJkEuUh5DB3WCXTJUHIJkByKPqrnz4RNrZw==
20702070
dependencies:
2071-
"@commitlint/types" "^18.1.0"
2071+
"@commitlint/types" "^18.4.0"
20722072
semver "7.5.4"
20732073

2074-
"@commitlint/lint@^18.1.0":
2075-
version "18.1.0"
2076-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.1.0.tgz#fb4a93340224e44fff4b5e7fc703d1dac390a32e"
2077-
integrity sha512-LGB3eI5UYu5LLayibNrRM4bSbowr1z9uyqvp0c7+0KaSJi+xHxy/QEhb6fy4bMAtbXEvygY0sUu9HxSWg41rVQ==
2078-
dependencies:
2079-
"@commitlint/is-ignored" "^18.1.0"
2080-
"@commitlint/parse" "^18.1.0"
2081-
"@commitlint/rules" "^18.1.0"
2082-
"@commitlint/types" "^18.1.0"
2083-
2084-
"@commitlint/load@^18.2.0":
2085-
version "18.2.0"
2086-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.2.0.tgz#ca2428c306d0b7f5ae9bac91991efaa359ba0ad6"
2087-
integrity sha512-xjX3d3CRlOALwImhOsmLYZh14/+gW/KxsY7+bPKrzmGuFailf9K7ckhB071oYZVJdACnpY4hDYiosFyOC+MpAA==
2088-
dependencies:
2089-
"@commitlint/config-validator" "^18.1.0"
2090-
"@commitlint/execute-rule" "^18.1.0"
2091-
"@commitlint/resolve-extends" "^18.1.0"
2092-
"@commitlint/types" "^18.1.0"
2074+
"@commitlint/lint@^18.4.0":
2075+
version "18.4.0"
2076+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.4.0.tgz#bd865bbb25d3d44b4bacccc946d60b157693efdd"
2077+
integrity sha512-Wkkf1DPVeLdHYGqtzMBfWoMbUtCojvlzDR89OKVic1rid41iZbb0FzTcwgMYs/1TNWNxoIq9PVVwY7ovLX1aJQ==
2078+
dependencies:
2079+
"@commitlint/is-ignored" "^18.4.0"
2080+
"@commitlint/parse" "^18.4.0"
2081+
"@commitlint/rules" "^18.4.0"
2082+
"@commitlint/types" "^18.4.0"
2083+
2084+
"@commitlint/load@^18.4.0":
2085+
version "18.4.0"
2086+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.4.0.tgz#81e8384ef804c2aba5decca82a643d35cbbc378e"
2087+
integrity sha512-7unGl1HGRNMgWrUPmj8OFkJyuNUMb6xA1i53/OAFKd9l+U3C4WTfoJe3t/TUz8vKZLCaDcWWR/b2cw5HveBBFg==
2088+
dependencies:
2089+
"@commitlint/config-validator" "^18.4.0"
2090+
"@commitlint/execute-rule" "^18.4.0"
2091+
"@commitlint/resolve-extends" "^18.4.0"
2092+
"@commitlint/types" "^18.4.0"
20932093
"@types/node" "^18.11.9"
20942094
chalk "^4.1.0"
20952095
cosmiconfig "^8.0.0"
@@ -2099,70 +2099,70 @@
20992099
lodash.uniq "^4.5.0"
21002100
resolve-from "^5.0.0"
21012101

2102-
"@commitlint/message@^18.1.0":
2103-
version "18.1.0"
2104-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-18.1.0.tgz#841f5b3a72922407ca3e3a1668568c2cf22e2cd0"
2105-
integrity sha512-8dT/jJg73wf3o2Mut/fqEDTpBYSIEVtX5PWyuY/0uviEYeheZAczFo/VMIkeGzhJJn1IrcvAwWsvJ1lVGY2I/w==
2102+
"@commitlint/message@^18.4.0":
2103+
version "18.4.0"
2104+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-18.4.0.tgz#501e020c92d461f56f73d8359a79961b44eeb61c"
2105+
integrity sha512-3kg6NQO6pJ+VdBTWi51KInT8ngkxPJaW+iI7URtUALjKcO9K4XY3gf80ZPmS1hDessrjb7qCr1lau8eWMINAQw==
21062106

2107-
"@commitlint/parse@^18.1.0":
2108-
version "18.1.0"
2109-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.1.0.tgz#d5b019f47f090b0f82931a5ea1d5eeb0fc2a140e"
2110-
integrity sha512-23yv8uBweXWYn8bXk4PjHIsmVA+RkbqPh2h7irupBo2LthVlzMRc4LM6UStasScJ4OlXYYaWOmuP7jcExUF50Q==
2107+
"@commitlint/parse@^18.4.0":
2108+
version "18.4.0"
2109+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.4.0.tgz#40d45efd248dd0f540419f3fdb19f1165b46484f"
2110+
integrity sha512-SxTCSUZH8CJNYWOlFg18YUQ2RLz8ubXKbpHUIiSNwCbiQx7UDCydp1JnhoB4sOYOxgV8d3nuDwYluRU5KnEY4A==
21112111
dependencies:
2112-
"@commitlint/types" "^18.1.0"
2112+
"@commitlint/types" "^18.4.0"
21132113
conventional-changelog-angular "^6.0.0"
21142114
conventional-commits-parser "^5.0.0"
21152115

2116-
"@commitlint/read@^18.1.0":
2117-
version "18.1.0"
2118-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.1.0.tgz#646dc66b0784f864f663b5ad82fabf8789fb41d8"
2119-
integrity sha512-rzfzoKUwxmvYO81tI5o1371Nwt3vhcQR36oTNfupPdU1jgSL3nzBIS3B93LcZh3IYKbCIMyMPN5WZ10BXdeoUg==
2116+
"@commitlint/read@^18.4.0":
2117+
version "18.4.0"
2118+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.4.0.tgz#8d3bd35041f56510a64ce351e79cc568d36a1c41"
2119+
integrity sha512-IpnABCbDeOw5npZ09SZZGLfd3T7cFtsxUYm6wT3aGmIB2fXKE3fMeuj3jxXjMibiGIyA3Z5voCMuOcKWpkNySA==
21202120
dependencies:
2121-
"@commitlint/top-level" "^18.1.0"
2122-
"@commitlint/types" "^18.1.0"
2121+
"@commitlint/top-level" "^18.4.0"
2122+
"@commitlint/types" "^18.4.0"
21232123
fs-extra "^11.0.0"
21242124
git-raw-commits "^2.0.11"
21252125
minimist "^1.2.6"
21262126

2127-
"@commitlint/resolve-extends@^18.1.0":
2128-
version "18.1.0"
2129-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.1.0.tgz#f134b679c3dfdd4006d2d6c9ace36237b7b0ffed"
2130-
integrity sha512-3mZpzOEJkELt7BbaZp6+bofJyxViyObebagFn0A7IHaLARhPkWTivXdjvZHS12nAORftv88Yhbh8eCPKfSvB7g==
2127+
"@commitlint/resolve-extends@^18.4.0":
2128+
version "18.4.0"
2129+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.4.0.tgz#69b04efb5253564c773a18241305ddb31b04d8af"
2130+
integrity sha512-qhgU6ach+S6sJMD9NjCYiEycOObGhxzWQLQzqlScJCv9zkPs15Bg0ffLXTQ3z7ipXv46XEKYMnSJzjLRw2Tlkg==
21312131
dependencies:
2132-
"@commitlint/config-validator" "^18.1.0"
2133-
"@commitlint/types" "^18.1.0"
2132+
"@commitlint/config-validator" "^18.4.0"
2133+
"@commitlint/types" "^18.4.0"
21342134
import-fresh "^3.0.0"
21352135
lodash.mergewith "^4.6.2"
21362136
resolve-from "^5.0.0"
21372137
resolve-global "^1.0.0"
21382138

2139-
"@commitlint/rules@^18.1.0":
2140-
version "18.1.0"
2141-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.1.0.tgz#772fe47c5ff78482881f5238b17f129027f06cdb"
2142-
integrity sha512-VJNQ674CRv4znI0DbsjZLVnn647J+BTxHGcrDIsYv7c99gW7TUGeIe5kL80G7l8+5+N0se8v9yn+Prr8xEy6Yw==
2139+
"@commitlint/rules@^18.4.0":
2140+
version "18.4.0"
2141+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.4.0.tgz#a156e357893c25b09d3a7ec5ee1a9f2c3168df4a"
2142+
integrity sha512-T3ChRxQZ6g0iNCpVLc6KeQId0/86TnyQA8PFkng+dWElO2DAA5km/yirgKZV1Xlc+gF7Rf6d+a0ottxdKpOY+w==
21432143
dependencies:
2144-
"@commitlint/ensure" "^18.1.0"
2145-
"@commitlint/message" "^18.1.0"
2146-
"@commitlint/to-lines" "^18.1.0"
2147-
"@commitlint/types" "^18.1.0"
2144+
"@commitlint/ensure" "^18.4.0"
2145+
"@commitlint/message" "^18.4.0"
2146+
"@commitlint/to-lines" "^18.4.0"
2147+
"@commitlint/types" "^18.4.0"
21482148
execa "^5.0.0"
21492149

2150-
"@commitlint/to-lines@^18.1.0":
2151-
version "18.1.0"
2152-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-18.1.0.tgz#6dc3784cd49843e05bc5939696aaa0cd2f4b58a1"
2153-
integrity sha512-aHIoSDjG0ckxPLYDpODUeSLbEKmF6Jrs1B5JIssbbE9eemBtXtjm9yzdiAx9ZXcwoHlhbTp2fbndDb3YjlvJag==
2150+
"@commitlint/to-lines@^18.4.0":
2151+
version "18.4.0"
2152+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-18.4.0.tgz#006c2be09a5ce322024bc3025d1fbb4478ea4ec5"
2153+
integrity sha512-bZXuCtfBPjNgtEnG3gwJrveIgfKK2UdhIhFvKpMTrQl/gAwoto/3mzmE7qGAHwmuP4eZ2U8X7iwMnqIlWmv2Tw==
21542154

2155-
"@commitlint/top-level@^18.1.0":
2156-
version "18.1.0"
2157-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-18.1.0.tgz#ddbfa15baecac424f3d64bf0a29eed9ac4e48eb1"
2158-
integrity sha512-1/USHlolIxJlsfLKecSXH+6PDojIvnzaJGPYwF7MtnTuuXCNQ4izkeqDsRuNMe9nU2VIKpK9OT8Q412kGNmgGw==
2155+
"@commitlint/top-level@^18.4.0":
2156+
version "18.4.0"
2157+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-18.4.0.tgz#b5210c35cf2942da9786d8fcab80bcddf2a952de"
2158+
integrity sha512-TfulcA8UHF7MZ6tm4Ci3aqZgMBZa1OoCg4prccWHvwG/hsHujZ7+0FKbeKqDbcSli/YWm4NJwEjl4uh5itIJeA==
21592159
dependencies:
21602160
find-up "^5.0.0"
21612161

2162-
"@commitlint/types@^18.1.0":
2163-
version "18.1.0"
2164-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.1.0.tgz#7d0d0227ee28b5bacbafa648601ee51e8604f03e"
2165-
integrity sha512-65vGxZmbs+2OVwEItxhp3Ul7X2m2LyLfifYI/NdPwRqblmuES2w2aIRhIjb7cwUIBHHSTT8WXj4ixVHQibmvLQ==
2162+
"@commitlint/types@^18.4.0":
2163+
version "18.4.0"
2164+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.4.0.tgz#482393d587a86fdf0d98ed17d2efd598d5021049"
2165+
integrity sha512-MKeaFxt0I9fhqUb2E+YIzX/gZtmkuodJET/XKiZIMvXUff8Ee4Ih86eLg+yAm2jf1pwGBmU02uNOp0y094w2Uw==
21662166
dependencies:
21672167
chalk "^4.1.0"
21682168

0 commit comments

Comments
 (0)