Skip to content

Commit a7e09d5

Browse files
chore(deps-dev): bump the commitlint-ecosystem group with 2 updates (#2542)
1 parent 0250d0e commit a7e09d5

File tree

2 files changed

+111
-103
lines changed

2 files changed

+111
-103
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
],
6464
"devDependencies": {
6565
"@adobe/focus-ring-polyfill": "^0.1.5",
66-
"@commitlint/cli": "^18.6.0",
67-
"@commitlint/config-conventional": "^18.6.0",
66+
"@commitlint/cli": "^18.6.1",
67+
"@commitlint/config-conventional": "^18.6.2",
6868
"@nx/devkit": "^18.0.4",
6969
"@spectrum-css/cyclebutton": "^3.1.3",
7070
"@spectrum-css/expressvars": "^3.0.9",

yarn.lock

Lines changed: 109 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,89 +1370,90 @@
13701370
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
13711371
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
13721372

1373-
"@commitlint/cli@^18.6.0":
1374-
version "18.6.0"
1375-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.6.0.tgz#f065e0514f3870b6dc9a3c608a78820806b46527"
1376-
integrity sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w==
1377-
dependencies:
1378-
"@commitlint/format" "^18.6.0"
1379-
"@commitlint/lint" "^18.6.0"
1380-
"@commitlint/load" "^18.6.0"
1381-
"@commitlint/read" "^18.6.0"
1382-
"@commitlint/types" "^18.6.0"
1373+
"@commitlint/cli@^18.6.1":
1374+
version "18.6.1"
1375+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.6.1.tgz#78bffdfa00d6f01425d53096954993d83f2b343d"
1376+
integrity sha512-5IDE0a+lWGdkOvKH892HHAZgbAjcj1mT5QrfA/SVbLJV/BbBMGyKN0W5mhgjekPJJwEQdVNvhl9PwUacY58Usw==
1377+
dependencies:
1378+
"@commitlint/format" "^18.6.1"
1379+
"@commitlint/lint" "^18.6.1"
1380+
"@commitlint/load" "^18.6.1"
1381+
"@commitlint/read" "^18.6.1"
1382+
"@commitlint/types" "^18.6.1"
13831383
execa "^5.0.0"
13841384
lodash.isfunction "^3.0.9"
13851385
resolve-from "5.0.0"
13861386
resolve-global "1.0.0"
13871387
yargs "^17.0.0"
13881388

1389-
"@commitlint/config-conventional@^18.6.0":
1390-
version "18.6.0"
1391-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-18.6.0.tgz#88da3e34e2bfcd8a5d46bcc472553e7f63f35323"
1392-
integrity sha512-CDCOf2eJz9D/TL44IBks0stM9TmdLCNE2B48owIU3YCadwzts/bobXPScagIgPQF6hhKYMEdj5zpUDlmbwuqwQ==
1389+
"@commitlint/config-conventional@^18.6.2":
1390+
version "18.6.2"
1391+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-18.6.2.tgz#617f3ee761578040cade530631058699642cbd78"
1392+
integrity sha512-PcgSYg1AKGQIwDQKbaHtJsfqYy4uJTC7crLVZ83lfjcPaec4Pry2vLeaWej7ao2KsT20l9dWoMPpEGg8LWdUuA==
13931393
dependencies:
1394+
"@commitlint/types" "^18.6.1"
13941395
conventional-changelog-conventionalcommits "^7.0.2"
13951396

1396-
"@commitlint/config-validator@^18.6.0":
1397-
version "18.6.0"
1398-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.6.0.tgz#ea1e04e92829dd7b90cea444f245b0bdefa0a586"
1399-
integrity sha512-Ptfa865arNozlkjxrYG3qt6wT9AlhNUHeuDyKEZiTL/l0ftncFhK/KN0t/EAMV2tec+0Mwxo0FmhbESj/bI+1g==
1397+
"@commitlint/config-validator@^18.6.1":
1398+
version "18.6.1"
1399+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.6.1.tgz#e0d71a99c984a68586c7ae7afd3f52342022fae8"
1400+
integrity sha512-05uiToBVfPhepcQWE1ZQBR/Io3+tb3gEotZjnI4tTzzPk16NffN6YABgwFQCLmzZefbDcmwWqJWc2XT47q7Znw==
14001401
dependencies:
1401-
"@commitlint/types" "^18.6.0"
1402+
"@commitlint/types" "^18.6.1"
14021403
ajv "^8.11.0"
14031404

1404-
"@commitlint/ensure@^18.6.0":
1405-
version "18.6.0"
1406-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.6.0.tgz#3f3dc09d99016eaab0da9423123effd820d11931"
1407-
integrity sha512-xY07NmOBJ7JuhX3tic021PaeLepZARIQyqpAQoNQZoml1keBFfB6MbA7XlWZv0ebbarUFE4yhKxOPw+WFv7/qw==
1405+
"@commitlint/ensure@^18.6.1":
1406+
version "18.6.1"
1407+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.6.1.tgz#17141e083200ca94d8480dc23b0e8f8b1fd37b7f"
1408+
integrity sha512-BPm6+SspyxQ7ZTsZwXc7TRQL5kh5YWt3euKmEIBZnocMFkJevqs3fbLRb8+8I/cfbVcAo4mxRlpTPfz8zX7SnQ==
14081409
dependencies:
1409-
"@commitlint/types" "^18.6.0"
1410+
"@commitlint/types" "^18.6.1"
14101411
lodash.camelcase "^4.3.0"
14111412
lodash.kebabcase "^4.1.1"
14121413
lodash.snakecase "^4.1.1"
14131414
lodash.startcase "^4.4.0"
14141415
lodash.upperfirst "^4.3.1"
14151416

1416-
"@commitlint/execute-rule@^18.4.4":
1417-
version "18.4.4"
1418-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.4.4.tgz#ade986742c1944c8162a54288747e54a8c6146b5"
1419-
integrity sha512-a37Nd3bDQydtg9PCLLWM9ZC+GO7X5i4zJvrggJv5jBhaHsXeQ9ZWdO6ODYR+f0LxBXXNYK3geYXJrCWUCP8JEg==
1417+
"@commitlint/execute-rule@^18.6.1":
1418+
version "18.6.1"
1419+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.6.1.tgz#18175e043fe6fb5fceea7b8530316c644f93dfe6"
1420+
integrity sha512-7s37a+iWyJiGUeMFF6qBlyZciUkF8odSAnHijbD36YDctLhGKoYltdvuJ/AFfRm6cBLRtRk9cCVPdsEFtt/2rg==
14201421

1421-
"@commitlint/format@^18.6.0":
1422-
version "18.6.0"
1423-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.6.0.tgz#e13ef8419cd8eb37be5825a2e84e73cabbfb56ad"
1424-
integrity sha512-8UNWfs2slPPSQiiVpLGJTnPHv7Jkd5KYxfbNXbmLL583bjom4RrylvyrCVnmZReA8nNad7pPXq6mDH4FNVj6xg==
1422+
"@commitlint/format@^18.6.1":
1423+
version "18.6.1"
1424+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.6.1.tgz#5f2b8b3ae4d8d80bd9239178e97df63e5b8d280a"
1425+
integrity sha512-K8mNcfU/JEFCharj2xVjxGSF+My+FbUHoqR+4GqPGrHNqXOGNio47ziiR4HQUPKtiNs05o8/WyLBoIpMVOP7wg==
14251426
dependencies:
1426-
"@commitlint/types" "^18.6.0"
1427+
"@commitlint/types" "^18.6.1"
14271428
chalk "^4.1.0"
14281429

1429-
"@commitlint/is-ignored@^18.6.0":
1430-
version "18.6.0"
1431-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.6.0.tgz#d15ab04f547f7554cc3377d50f8e19178502b8af"
1432-
integrity sha512-Xjx/ZyyJ4FdLuz0FcOvqiqSFgiO2yYj3QN9XlvyrxqbXTxPVC7QFEXJYBVPulUSN/gR7WXH1Udw+HYYfD17xog==
1433-
dependencies:
1434-
"@commitlint/types" "^18.6.0"
1435-
semver "7.5.4"
1436-
1437-
"@commitlint/lint@^18.6.0":
1438-
version "18.6.0"
1439-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.6.0.tgz#f54c856840a6238e0c2972588c2dc986317f1b7b"
1440-
integrity sha512-ycbuDWfyykPmslgiHzhz8dL6F0BJYltXLVfc+M49z0c+FNITM0v+r0Vd2+Tdtq06VTc894p2+YSmZhulY8Jn3Q==
1441-
dependencies:
1442-
"@commitlint/is-ignored" "^18.6.0"
1443-
"@commitlint/parse" "^18.6.0"
1444-
"@commitlint/rules" "^18.6.0"
1445-
"@commitlint/types" "^18.6.0"
1446-
1447-
"@commitlint/load@^18.6.0":
1448-
version "18.6.0"
1449-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.6.0.tgz#98108294b9383aa2905781b192215df4718babb7"
1450-
integrity sha512-RRssj7TmzT0bowoEKlgwg8uQ7ORXWkw7lYLsZZBMi9aInsJuGNLNWcMxJxRZbwxG3jkCidGUg85WmqJvRjsaDA==
1451-
dependencies:
1452-
"@commitlint/config-validator" "^18.6.0"
1453-
"@commitlint/execute-rule" "^18.4.4"
1454-
"@commitlint/resolve-extends" "^18.6.0"
1455-
"@commitlint/types" "^18.6.0"
1430+
"@commitlint/is-ignored@^18.6.1":
1431+
version "18.6.1"
1432+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.6.1.tgz#4ee08ba91ff3defb06e0ef19259a9c6734a8d06e"
1433+
integrity sha512-MOfJjkEJj/wOaPBw5jFjTtfnx72RGwqYIROABudOtJKW7isVjFe9j0t8xhceA02QebtYf4P/zea4HIwnXg8rvA==
1434+
dependencies:
1435+
"@commitlint/types" "^18.6.1"
1436+
semver "7.6.0"
1437+
1438+
"@commitlint/lint@^18.6.1":
1439+
version "18.6.1"
1440+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.6.1.tgz#fe3834636c99ee14534a8eb3832831ac362e9fd8"
1441+
integrity sha512-8WwIFo3jAuU+h1PkYe5SfnIOzp+TtBHpFr4S8oJWhu44IWKuVx6GOPux3+9H1iHOan/rGBaiacicZkMZuluhfQ==
1442+
dependencies:
1443+
"@commitlint/is-ignored" "^18.6.1"
1444+
"@commitlint/parse" "^18.6.1"
1445+
"@commitlint/rules" "^18.6.1"
1446+
"@commitlint/types" "^18.6.1"
1447+
1448+
"@commitlint/load@^18.6.1":
1449+
version "18.6.1"
1450+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.6.1.tgz#fb79ed7ee8b5897a9b5c274c1e24eda9162df816"
1451+
integrity sha512-p26x8734tSXUHoAw0ERIiHyW4RaI4Bj99D8YgUlVV9SedLf8hlWAfyIFhHRIhfPngLlCe0QYOdRKYFt8gy56TA==
1452+
dependencies:
1453+
"@commitlint/config-validator" "^18.6.1"
1454+
"@commitlint/execute-rule" "^18.6.1"
1455+
"@commitlint/resolve-extends" "^18.6.1"
1456+
"@commitlint/types" "^18.6.1"
14561457
chalk "^4.1.0"
14571458
cosmiconfig "^8.3.6"
14581459
cosmiconfig-typescript-loader "^5.0.0"
@@ -1461,69 +1462,69 @@
14611462
lodash.uniq "^4.5.0"
14621463
resolve-from "^5.0.0"
14631464

1464-
"@commitlint/message@^18.4.4":
1465-
version "18.4.4"
1466-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-18.4.4.tgz#811682a0d147a24e5c467acdb52071434df2b9f5"
1467-
integrity sha512-lHF95mMDYgAI1LBXveJUyg4eLaMXyOqJccCK3v55ZOEUsMPrDi8upqDjd/NmzWmESYihaOMBTAnxm+6oD1WoDQ==
1465+
"@commitlint/message@^18.6.1":
1466+
version "18.6.1"
1467+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-18.6.1.tgz#107bd40923ad23d2de56c92a68b179ebfb7e314e"
1468+
integrity sha512-VKC10UTMLcpVjMIaHHsY1KwhuTQtdIKPkIdVEwWV+YuzKkzhlI3aNy6oo1eAN6b/D2LTtZkJe2enHmX0corYRw==
14681469

1469-
"@commitlint/parse@^18.6.0":
1470-
version "18.6.0"
1471-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.6.0.tgz#ae19ff8ceb0c8ffab131158829b06b505b9921fd"
1472-
integrity sha512-Y/G++GJpATFw54O0jikc/h2ibyGHgghtPnwsOk3O/aU092ydJ5XEHYcd7xGNQYuLweLzQis2uEwRNk9AVIPbQQ==
1470+
"@commitlint/parse@^18.6.1":
1471+
version "18.6.1"
1472+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.6.1.tgz#2946b814125e907b9c4d63d3e71d0c1b54b30b62"
1473+
integrity sha512-eS/3GREtvVJqGZrwAGRwR9Gdno3YcZ6Xvuaa+vUF8j++wsmxrA2En3n0ccfVO2qVOLJC41ni7jSZhQiJpMPGOQ==
14731474
dependencies:
1474-
"@commitlint/types" "^18.6.0"
1475+
"@commitlint/types" "^18.6.1"
14751476
conventional-changelog-angular "^7.0.0"
14761477
conventional-commits-parser "^5.0.0"
14771478

1478-
"@commitlint/read@^18.6.0":
1479-
version "18.6.0"
1480-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.6.0.tgz#324ea1fa625f88427780df23fffe4a92d383d665"
1481-
integrity sha512-w39ji8VfWhPKRquPhRHB3Yd8XIHwaNHgOh28YI1QEmZ59qVpuVUQo6h/NsVb+uoC6LbXZiofTZv2iFR084jKEA==
1479+
"@commitlint/read@^18.6.1":
1480+
version "18.6.1"
1481+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.6.1.tgz#8c138311ed9749427920c369f6276be136f2aa50"
1482+
integrity sha512-ia6ODaQFzXrVul07ffSgbZGFajpe8xhnDeLIprLeyfz3ivQU1dIoHp7yz0QIorZ6yuf4nlzg4ZUkluDrGN/J/w==
14821483
dependencies:
1483-
"@commitlint/top-level" "^18.4.4"
1484-
"@commitlint/types" "^18.6.0"
1484+
"@commitlint/top-level" "^18.6.1"
1485+
"@commitlint/types" "^18.6.1"
14851486
git-raw-commits "^2.0.11"
14861487
minimist "^1.2.6"
14871488

1488-
"@commitlint/resolve-extends@^18.6.0":
1489-
version "18.6.0"
1490-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.6.0.tgz#db55be2b32e12593bc98dc44c6d9a9d90941bab4"
1491-
integrity sha512-k2Xp+Fxeggki2i90vGrbiLDMefPius3zGSTFFlRAPKce/SWLbZtI+uqE9Mne23mHO5lmcSV8z5m6ziiJwGpOcg==
1489+
"@commitlint/resolve-extends@^18.6.1":
1490+
version "18.6.1"
1491+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.6.1.tgz#f0572c682fc24dbabe2e0f42873261e0fa42c91a"
1492+
integrity sha512-ifRAQtHwK+Gj3Bxj/5chhc4L2LIc3s30lpsyW67yyjsETR6ctHAHRu1FSpt0KqahK5xESqoJ92v6XxoDRtjwEQ==
14921493
dependencies:
1493-
"@commitlint/config-validator" "^18.6.0"
1494-
"@commitlint/types" "^18.6.0"
1494+
"@commitlint/config-validator" "^18.6.1"
1495+
"@commitlint/types" "^18.6.1"
14951496
import-fresh "^3.0.0"
14961497
lodash.mergewith "^4.6.2"
14971498
resolve-from "^5.0.0"
14981499
resolve-global "^1.0.0"
14991500

1500-
"@commitlint/rules@^18.6.0":
1501-
version "18.6.0"
1502-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.6.0.tgz#6d933e2de5639b75b4946120b3880e72e66a6051"
1503-
integrity sha512-pTalvCEvuCWrBWZA/YqO/3B3nZnY3Ncc+TmQsRajBdC1tkQIm5Iovdo4Ec7f2Dw1tVvpYMUUNAgcWqsY0WckWg==
1501+
"@commitlint/rules@^18.6.1":
1502+
version "18.6.1"
1503+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.6.1.tgz#da25aeffe6c0e1c7625e44f46089fb8860986caf"
1504+
integrity sha512-kguM6HxZDtz60v/zQYOe0voAtTdGybWXefA1iidjWYmyUUspO1zBPQEmJZ05/plIAqCVyNUTAiRPWIBKLCrGew==
15041505
dependencies:
1505-
"@commitlint/ensure" "^18.6.0"
1506-
"@commitlint/message" "^18.4.4"
1507-
"@commitlint/to-lines" "^18.4.4"
1508-
"@commitlint/types" "^18.6.0"
1506+
"@commitlint/ensure" "^18.6.1"
1507+
"@commitlint/message" "^18.6.1"
1508+
"@commitlint/to-lines" "^18.6.1"
1509+
"@commitlint/types" "^18.6.1"
15091510
execa "^5.0.0"
15101511

1511-
"@commitlint/to-lines@^18.4.4":
1512-
version "18.4.4"
1513-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-18.4.4.tgz#546cf8d985459f3526359b6a63d7a5b421e1ed60"
1514-
integrity sha512-mwe2Roa59NCz/krniAdCygFabg7+fQCkIhXqBHw00XQ8Y7lw4poZLLxeGI3p3bLpcEOXdqIDrEGLwHmG5lBdwQ==
1512+
"@commitlint/to-lines@^18.6.1":
1513+
version "18.6.1"
1514+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-18.6.1.tgz#d28827a4a540c98eea1aae31dafd66f80b2f1b9e"
1515+
integrity sha512-Gl+orGBxYSNphx1+83GYeNy5N0dQsHBQ9PJMriaLQDB51UQHCVLBT/HBdOx5VaYksivSf5Os55TLePbRLlW50Q==
15151516

1516-
"@commitlint/top-level@^18.4.4":
1517-
version "18.4.4"
1518-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-18.4.4.tgz#df69ffa49fdc4541d1f05e814352d575fb0f3b0d"
1519-
integrity sha512-PBwW1drgeavl9CadB7IPRUk6rkUP/O8jEkxjlC+ofuh3pw0bzJdAT+Kw7M1Yc9KtTb9xTaqUB8uvRtaybHa/tQ==
1517+
"@commitlint/top-level@^18.6.1":
1518+
version "18.6.1"
1519+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-18.6.1.tgz#429fcb985e3beaba9b17e05c0ae61926c647baf0"
1520+
integrity sha512-HyiHQZUTf0+r0goTCDs/bbVv/LiiQ7AVtz6KIar+8ZrseB9+YJAIo8HQ2IC2QT1y3N1lbW6OqVEsTHjbT6hGSw==
15201521
dependencies:
15211522
find-up "^5.0.0"
15221523

1523-
"@commitlint/types@^18.6.0":
1524-
version "18.6.0"
1525-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.6.0.tgz#3d3493cb5910f60f3749a8eb56aca47dc2e1b662"
1526-
integrity sha512-oavoKLML/eJa2rJeyYSbyGAYzTxQ6voG5oeX3OrxpfrkRWhJfm4ACnhoRf5tgiybx2MZ+EVFqC1Lw3W8/uwpZA==
1524+
"@commitlint/types@^18.6.1":
1525+
version "18.6.1"
1526+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.6.1.tgz#7eb3ab2d799d9166fbb98b96b0744581e59a4ad4"
1527+
integrity sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg==
15271528
dependencies:
15281529
chalk "^4.1.0"
15291530

@@ -16133,6 +16134,13 @@ semver@7.5.4, semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver
1613316134
dependencies:
1613416135
lru-cache "^6.0.0"
1613516136

16137+
semver@7.6.0:
16138+
version "7.6.0"
16139+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
16140+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
16141+
dependencies:
16142+
lru-cache "^6.0.0"
16143+
1613616144
semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
1613716145
version "6.3.1"
1613816146
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"

0 commit comments

Comments
 (0)