Skip to content

Commit 0102b19

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v18.4.3
1 parent 2fbf3cd commit 0102b19

File tree

2 files changed

+100
-100
lines changed

2 files changed

+100
-100
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@babel/plugin-transform-destructuring": "7.23.3",
8080
"@babel/plugin-transform-for-of": "7.23.3",
8181
"@babel/preset-env": "7.23.3",
82-
"@commitlint/cli": "18.4.2",
82+
"@commitlint/cli": "18.4.3",
8383
"@iterable-iterator/consume": "^1.0.1",
8484
"@iterable-iterator/iter": "^1.0.1",
8585
"@iterable-iterator/list": "^1.0.1",

yarn.lock

Lines changed: 99 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,82 +2001,82 @@
20012001
read-json-safe "^1.0.5"
20022002
types-pkg-json "^1.1.0"
20032003

2004-
"@commitlint/[email protected].2":
2005-
version "18.4.2"
2006-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.4.2.tgz#b00e711c371f010447f0a37d464d27e2d1e6cf49"
2007-
integrity sha512-dDfb2+wzeQe6ogdHNHOy0J0nraok+La0BoxamNMhBOng9/5GoESPDmKUJ1Lt1oivh5MfIgZh0Vm6f0rxkB8CoA==
2008-
dependencies:
2009-
"@commitlint/format" "^18.4.0"
2010-
"@commitlint/lint" "^18.4.2"
2011-
"@commitlint/load" "^18.4.2"
2012-
"@commitlint/read" "^18.4.0"
2013-
"@commitlint/types" "^18.4.0"
2004+
"@commitlint/[email protected].3":
2005+
version "18.4.3"
2006+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.4.3.tgz#5b6112035f2cb17b76244cde5f1587ab853c2365"
2007+
integrity sha512-zop98yfB3A6NveYAZ3P1Mb6bIXuCeWgnUfVNkH4yhIMQpQfzFwseadazOuSn0OOfTt0lWuFauehpm9GcqM5lww==
2008+
dependencies:
2009+
"@commitlint/format" "^18.4.3"
2010+
"@commitlint/lint" "^18.4.3"
2011+
"@commitlint/load" "^18.4.3"
2012+
"@commitlint/read" "^18.4.3"
2013+
"@commitlint/types" "^18.4.3"
20142014
execa "^5.0.0"
20152015
lodash.isfunction "^3.0.9"
20162016
resolve-from "5.0.0"
20172017
resolve-global "1.0.0"
20182018
yargs "^17.0.0"
20192019

2020-
"@commitlint/config-validator@^18.4.0":
2021-
version "18.4.0"
2022-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.4.0.tgz#7197d7ab3248dd936782b319cafc0480ab9732d5"
2023-
integrity sha512-1y6qHMU3o4cYQSK+Y9EnmH6H1GRiwQGjnLIUOIKlekrmfc8MrMk1ByNmb8od4vK3qHJAaL/77/5n+1uyyIF5dA==
2020+
"@commitlint/config-validator@^18.4.3":
2021+
version "18.4.3"
2022+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.4.3.tgz#cf71d36383cd5241e3b74097e7110514d5d43860"
2023+
integrity sha512-FPZZmTJBARPCyef9ohRC9EANiQEKSWIdatx5OlgeHKu878dWwpyeFauVkhzuBRJFcCA4Uvz/FDtlDKs008IHcA==
20242024
dependencies:
2025-
"@commitlint/types" "^18.4.0"
2025+
"@commitlint/types" "^18.4.3"
20262026
ajv "^8.11.0"
20272027

2028-
"@commitlint/ensure@^18.4.0":
2029-
version "18.4.0"
2030-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.4.0.tgz#4f9ed3900a98c28c2991a07a6b1c6b1611c85892"
2031-
integrity sha512-N5cJo/n61ULSwz3W5Iz/IZJ0I9H/PaHc+OMcF2XcRVbLa6B3YwzEW66XGCRKVULlsBNSrIH6tk5un9ayXAXIdw==
2028+
"@commitlint/ensure@^18.4.3":
2029+
version "18.4.3"
2030+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.4.3.tgz#1193a6418fe05edc8d5eff91f3129db345fa1d38"
2031+
integrity sha512-MI4fwD9TWDVn4plF5+7JUyLLbkOdzIRBmVeNlk4dcGlkrVA+/l5GLcpN66q9LkFsFv6G2X31y89ApA3hqnqIFg==
20322032
dependencies:
2033-
"@commitlint/types" "^18.4.0"
2033+
"@commitlint/types" "^18.4.3"
20342034
lodash.camelcase "^4.3.0"
20352035
lodash.kebabcase "^4.1.1"
20362036
lodash.snakecase "^4.1.1"
20372037
lodash.startcase "^4.4.0"
20382038
lodash.upperfirst "^4.3.1"
20392039

2040-
"@commitlint/execute-rule@^18.4.0":
2041-
version "18.4.0"
2042-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.4.0.tgz#a19bdac0195738e264e7dc2028db673a62087b9e"
2043-
integrity sha512-g013SWki6ZWhURBLOSXTaVQGWHdA0QlPJGiW4a+YpThezmJOemvc4LiKVpn13AjSKQ40QnmBqpBrxujOaSo+3A==
2040+
"@commitlint/execute-rule@^18.4.3":
2041+
version "18.4.3"
2042+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.4.3.tgz#4dca5412dc8fdeb4210432961f209d9eb65008f5"
2043+
integrity sha512-t7FM4c+BdX9WWZCPrrbV5+0SWLgT3kCq7e7/GhHCreYifg3V8qyvO127HF796vyFql75n4TFF+5v1asOOWkV1Q==
20442044

2045-
"@commitlint/format@^18.4.0":
2046-
version "18.4.0"
2047-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.4.0.tgz#4f76466a7cafef5a5c9e7ad2c609b81a6b77cd09"
2048-
integrity sha512-MiAe4D5/ahty38CzULdQbpRa3ReKZtx0kyigOWcntq+N5uqez+Ac4/MO7H+3j1kC4G7nfJVfBu6TqcXeyNvhCQ==
2045+
"@commitlint/format@^18.4.3":
2046+
version "18.4.3"
2047+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.4.3.tgz#3478bc2980eb178e13881834e290f12362ec6357"
2048+
integrity sha512-8b+ItXYHxAhRAXFfYki5PpbuMMOmXYuzLxib65z2XTqki59YDQJGpJ/wB1kEE5MQDgSTQWtKUrA8n9zS/1uIDQ==
20492049
dependencies:
2050-
"@commitlint/types" "^18.4.0"
2050+
"@commitlint/types" "^18.4.3"
20512051
chalk "^4.1.0"
20522052

2053-
"@commitlint/is-ignored@^18.4.2":
2054-
version "18.4.2"
2055-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.4.2.tgz#c0929ee7e88a95af7109563fb2e5c691eb934fd1"
2056-
integrity sha512-uujjyJlrXsMsQrv0r8HDGigAwJELPAMtA1Vxi2WUB54HbyAWa0Ue6ujMRZNKov2YeA96r6o72gLDnugb6yu8IA==
2053+
"@commitlint/is-ignored@^18.4.3":
2054+
version "18.4.3"
2055+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.4.3.tgz#443e1791af9a13a62299c54f836ad25da42f2663"
2056+
integrity sha512-ZseOY9UfuAI32h9w342Km4AIaTieeFskm2ZKdrG7r31+c6zGBzuny9KQhwI9puc0J3GkUquEgKJblCl7pMnjwg==
20572057
dependencies:
2058-
"@commitlint/types" "^18.4.0"
2058+
"@commitlint/types" "^18.4.3"
20592059
semver "7.5.4"
20602060

2061-
"@commitlint/lint@^18.4.2":
2062-
version "18.4.2"
2063-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.4.2.tgz#5a2f24ead427b9c9503ad12d135a295eb08f528b"
2064-
integrity sha512-ljGOIH7w9SnjvZFoKjf30iWFxDnezfRtOc50+rNLdDP0TpLspaYYLPhDO/TeVdmii1/AJiDgBIuBboQlaIy7Bw==
2065-
dependencies:
2066-
"@commitlint/is-ignored" "^18.4.2"
2067-
"@commitlint/parse" "^18.4.0"
2068-
"@commitlint/rules" "^18.4.0"
2069-
"@commitlint/types" "^18.4.0"
2070-
2071-
"@commitlint/load@^18.4.2":
2072-
version "18.4.2"
2073-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.4.2.tgz#f3f213f8c0fd36ded1f8950880905add8ae5920b"
2074-
integrity sha512-CKmzXdF9XwZJoVijAqpUlV9qzZOkyiYni4KuSCtTZVAAVudi9H84cJ4FqZxSwEP9G21vmoJiNrW8G042AsduVg==
2075-
dependencies:
2076-
"@commitlint/config-validator" "^18.4.0"
2077-
"@commitlint/execute-rule" "^18.4.0"
2078-
"@commitlint/resolve-extends" "^18.4.0"
2079-
"@commitlint/types" "^18.4.0"
2061+
"@commitlint/lint@^18.4.3":
2062+
version "18.4.3"
2063+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.4.3.tgz#1c5a912c2c3785e21d499821c4b70c58ff9a2cfb"
2064+
integrity sha512-18u3MRgEXNbnYkMOWoncvq6QB8/90m9TbERKgdPqVvS+zQ/MsuRhdvHYCIXGXZxUb0YI4DV2PC4bPneBV/fYuA==
2065+
dependencies:
2066+
"@commitlint/is-ignored" "^18.4.3"
2067+
"@commitlint/parse" "^18.4.3"
2068+
"@commitlint/rules" "^18.4.3"
2069+
"@commitlint/types" "^18.4.3"
2070+
2071+
"@commitlint/load@^18.4.3":
2072+
version "18.4.3"
2073+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.4.3.tgz#de156698ddf6e9719ecc49159890834490f61bff"
2074+
integrity sha512-v6j2WhvRQJrcJaj5D+EyES2WKTxPpxENmNpNG3Ww8MZGik3jWRXtph0QTzia5ZJyPh2ib5aC/6BIDymkUUM58Q==
2075+
dependencies:
2076+
"@commitlint/config-validator" "^18.4.3"
2077+
"@commitlint/execute-rule" "^18.4.3"
2078+
"@commitlint/resolve-extends" "^18.4.3"
2079+
"@commitlint/types" "^18.4.3"
20802080
"@types/node" "^18.11.9"
20812081
chalk "^4.1.0"
20822082
cosmiconfig "^8.3.6"
@@ -2086,70 +2086,70 @@
20862086
lodash.uniq "^4.5.0"
20872087
resolve-from "^5.0.0"
20882088

2089-
"@commitlint/message@^18.4.0":
2090-
version "18.4.0"
2091-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-18.4.0.tgz#501e020c92d461f56f73d8359a79961b44eeb61c"
2092-
integrity sha512-3kg6NQO6pJ+VdBTWi51KInT8ngkxPJaW+iI7URtUALjKcO9K4XY3gf80ZPmS1hDessrjb7qCr1lau8eWMINAQw==
2089+
"@commitlint/message@^18.4.3":
2090+
version "18.4.3"
2091+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-18.4.3.tgz#1e0985ae7c751a620f01b2cfe8f0e875354805e2"
2092+
integrity sha512-ddJ7AztWUIoEMAXoewx45lKEYEOeOlBVWjk8hDMUGpprkuvWULpaXczqdjwVtjrKT3JhhN+gMs8pm5G3vB2how==
20932093

2094-
"@commitlint/parse@^18.4.0":
2095-
version "18.4.0"
2096-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.4.0.tgz#40d45efd248dd0f540419f3fdb19f1165b46484f"
2097-
integrity sha512-SxTCSUZH8CJNYWOlFg18YUQ2RLz8ubXKbpHUIiSNwCbiQx7UDCydp1JnhoB4sOYOxgV8d3nuDwYluRU5KnEY4A==
2094+
"@commitlint/parse@^18.4.3":
2095+
version "18.4.3"
2096+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.4.3.tgz#f96515b0fa9b7a05dca52be8b214ab50eadfd9c9"
2097+
integrity sha512-eoH7CXM9L+/Me96KVcfJ27EIIbA5P9sqw3DqjJhRYuhaULIsPHFs5S5GBDCqT0vKZQDx0DgxhMpW6AQbnKrFtA==
20982098
dependencies:
2099-
"@commitlint/types" "^18.4.0"
2100-
conventional-changelog-angular "^6.0.0"
2099+
"@commitlint/types" "^18.4.3"
2100+
conventional-changelog-angular "^7.0.0"
21012101
conventional-commits-parser "^5.0.0"
21022102

2103-
"@commitlint/read@^18.4.0":
2104-
version "18.4.0"
2105-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.4.0.tgz#8d3bd35041f56510a64ce351e79cc568d36a1c41"
2106-
integrity sha512-IpnABCbDeOw5npZ09SZZGLfd3T7cFtsxUYm6wT3aGmIB2fXKE3fMeuj3jxXjMibiGIyA3Z5voCMuOcKWpkNySA==
2103+
"@commitlint/read@^18.4.3":
2104+
version "18.4.3"
2105+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.4.3.tgz#269fb814bb914bf23c8719690bd01c9ad4a6c09a"
2106+
integrity sha512-H4HGxaYA6OBCimZAtghL+B+SWu8ep4X7BwgmedmqWZRHxRLcX2q0bWBtUm5FsMbluxbOfrJwOs/Z0ah4roP/GQ==
21072107
dependencies:
2108-
"@commitlint/top-level" "^18.4.0"
2109-
"@commitlint/types" "^18.4.0"
2108+
"@commitlint/top-level" "^18.4.3"
2109+
"@commitlint/types" "^18.4.3"
21102110
fs-extra "^11.0.0"
21112111
git-raw-commits "^2.0.11"
21122112
minimist "^1.2.6"
21132113

2114-
"@commitlint/resolve-extends@^18.4.0":
2115-
version "18.4.0"
2116-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.4.0.tgz#69b04efb5253564c773a18241305ddb31b04d8af"
2117-
integrity sha512-qhgU6ach+S6sJMD9NjCYiEycOObGhxzWQLQzqlScJCv9zkPs15Bg0ffLXTQ3z7ipXv46XEKYMnSJzjLRw2Tlkg==
2114+
"@commitlint/resolve-extends@^18.4.3":
2115+
version "18.4.3"
2116+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.4.3.tgz#741c42381ea48f4624209bfc0da0a15b5fba75b5"
2117+
integrity sha512-30sk04LZWf8+SDgJrbJCjM90gTg2LxsD9cykCFeFu+JFHvBFq5ugzp2eO/DJGylAdVaqxej3c7eTSE64hR/lnw==
21182118
dependencies:
2119-
"@commitlint/config-validator" "^18.4.0"
2120-
"@commitlint/types" "^18.4.0"
2119+
"@commitlint/config-validator" "^18.4.3"
2120+
"@commitlint/types" "^18.4.3"
21212121
import-fresh "^3.0.0"
21222122
lodash.mergewith "^4.6.2"
21232123
resolve-from "^5.0.0"
21242124
resolve-global "^1.0.0"
21252125

2126-
"@commitlint/rules@^18.4.0":
2127-
version "18.4.0"
2128-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.4.0.tgz#a156e357893c25b09d3a7ec5ee1a9f2c3168df4a"
2129-
integrity sha512-T3ChRxQZ6g0iNCpVLc6KeQId0/86TnyQA8PFkng+dWElO2DAA5km/yirgKZV1Xlc+gF7Rf6d+a0ottxdKpOY+w==
2126+
"@commitlint/rules@^18.4.3":
2127+
version "18.4.3"
2128+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.4.3.tgz#2ae1f16ea1ede20e01ca81ad187fdc65ccc9a5f1"
2129+
integrity sha512-8KIeukDf45BiY+Lul1T0imSNXF0sMrlLG6JpLLKolkmYVQ6PxxoNOriwyZ3UTFFpaVbPy0rcITaV7U9JCAfDTA==
21302130
dependencies:
2131-
"@commitlint/ensure" "^18.4.0"
2132-
"@commitlint/message" "^18.4.0"
2133-
"@commitlint/to-lines" "^18.4.0"
2134-
"@commitlint/types" "^18.4.0"
2131+
"@commitlint/ensure" "^18.4.3"
2132+
"@commitlint/message" "^18.4.3"
2133+
"@commitlint/to-lines" "^18.4.3"
2134+
"@commitlint/types" "^18.4.3"
21352135
execa "^5.0.0"
21362136

2137-
"@commitlint/to-lines@^18.4.0":
2138-
version "18.4.0"
2139-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-18.4.0.tgz#006c2be09a5ce322024bc3025d1fbb4478ea4ec5"
2140-
integrity sha512-bZXuCtfBPjNgtEnG3gwJrveIgfKK2UdhIhFvKpMTrQl/gAwoto/3mzmE7qGAHwmuP4eZ2U8X7iwMnqIlWmv2Tw==
2137+
"@commitlint/to-lines@^18.4.3":
2138+
version "18.4.3"
2139+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-18.4.3.tgz#b6cac1eff3d93f0791791a9f8db7b13c6136a350"
2140+
integrity sha512-fy1TAleik4Zfru1RJ8ZU6cOSvgSVhUellxd3WZV1D5RwHZETt1sZdcA4mQN2y3VcIZsUNKkW0Mq8CM9/L9harQ==
21412141

2142-
"@commitlint/top-level@^18.4.0":
2143-
version "18.4.0"
2144-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-18.4.0.tgz#b5210c35cf2942da9786d8fcab80bcddf2a952de"
2145-
integrity sha512-TfulcA8UHF7MZ6tm4Ci3aqZgMBZa1OoCg4prccWHvwG/hsHujZ7+0FKbeKqDbcSli/YWm4NJwEjl4uh5itIJeA==
2142+
"@commitlint/top-level@^18.4.3":
2143+
version "18.4.3"
2144+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-18.4.3.tgz#f4c6fb8ab98de9240c3ed3e4b330d8c50a0fee3a"
2145+
integrity sha512-E6fJPBLPFL5R8+XUNSYkj4HekIOuGMyJo3mIx2PkYc3clel+pcWQ7TConqXxNWW4x1ugigiIY2RGot55qUq1hw==
21462146
dependencies:
21472147
find-up "^5.0.0"
21482148

2149-
"@commitlint/types@^18.4.0":
2150-
version "18.4.0"
2151-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.4.0.tgz#482393d587a86fdf0d98ed17d2efd598d5021049"
2152-
integrity sha512-MKeaFxt0I9fhqUb2E+YIzX/gZtmkuodJET/XKiZIMvXUff8Ee4Ih86eLg+yAm2jf1pwGBmU02uNOp0y094w2Uw==
2149+
"@commitlint/types@^18.4.3":
2150+
version "18.4.3"
2151+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.4.3.tgz#bb50de49330ddff2adcc8ccabb840c8e660336b3"
2152+
integrity sha512-cvzx+vtY/I2hVBZHCLrpoh+sA0hfuzHwDc+BAFPimYLjJkpHnghQM+z8W/KyLGkygJh3BtI3xXXq+dKjnSWEmA==
21532153
dependencies:
21542154
chalk "^4.1.0"
21552155

@@ -3985,10 +3985,10 @@ [email protected]:
39853985
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz#ae40e9b57cdd3915408a2805ebd3a5585608dc81"
39863986
integrity sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==
39873987

3988-
conventional-changelog-angular@^6.0.0:
3989-
version "6.0.0"
3990-
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-6.0.0.tgz#a9a9494c28b7165889144fd5b91573c4aa9ca541"
3991-
integrity sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg==
3988+
conventional-changelog-angular@^7.0.0:
3989+
version "7.0.0"
3990+
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz#5eec8edbff15aa9b1680a8dcfbd53e2d7eb2ba7a"
3991+
integrity sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==
39923992
dependencies:
39933993
compare-func "^2.0.0"
39943994

0 commit comments

Comments
 (0)