Skip to content

Commit 7714dca

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v19.4.0.
1 parent 244ca06 commit 7714dca

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@babel/cli": "7.24.8",
8282
"@babel/core": "7.25.2",
8383
"@babel/preset-env": "7.25.3",
84-
"@commitlint/cli": "19.3.0",
84+
"@commitlint/cli": "19.4.0",
8585
"@iterable-iterator/zip": "1.0.1",
8686
"@js-library/commitlint-config": "0.0.4",
8787
"@node-loader/babel": "2.1.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,15 +1387,15 @@
13871387
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
13881388
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
13891389

1390-
"@commitlint/cli@19.3.0":
1391-
version "19.3.0"
1392-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.3.0.tgz#44e6da9823a01f0cdcc43054bbefdd2c6c5ddf39"
1393-
integrity sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==
1390+
"@commitlint/cli@19.4.0":
1391+
version "19.4.0"
1392+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.0.tgz#9f93d3ed07e531fcfa371015c8c87e0aa26d974f"
1393+
integrity sha512-sJX4J9UioVwZHq7JWM9tjT5bgWYaIN3rC4FP7YwfEwBYiIO+wMyRttRvQLNkow0vCdM0D67r9NEWU0Ui03I4Eg==
13941394
dependencies:
13951395
"@commitlint/format" "^19.3.0"
13961396
"@commitlint/lint" "^19.2.2"
1397-
"@commitlint/load" "^19.2.0"
1398-
"@commitlint/read" "^19.2.1"
1397+
"@commitlint/load" "^19.4.0"
1398+
"@commitlint/read" "^19.4.0"
13991399
"@commitlint/types" "^19.0.3"
14001400
execa "^8.0.1"
14011401
yargs "^17.0.0"
@@ -1451,10 +1451,10 @@
14511451
"@commitlint/rules" "^19.0.3"
14521452
"@commitlint/types" "^19.0.3"
14531453

1454-
"@commitlint/load@^19.2.0":
1455-
version "19.2.0"
1456-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.2.0.tgz#3ca51fdead4f1e1e09c9c7df343306412b1ef295"
1457-
integrity sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==
1454+
"@commitlint/load@^19.4.0":
1455+
version "19.4.0"
1456+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.4.0.tgz#7df034e226e300fd577d3f63a72d790d5c821f53"
1457+
integrity sha512-I4lCWaEZYQJ1y+Y+gdvbGAx9pYPavqZAZ3/7/8BpWh+QjscAn8AjsUpLV2PycBsEx7gupq5gM4BViV9xwTIJuw==
14581458
dependencies:
14591459
"@commitlint/config-validator" "^19.0.3"
14601460
"@commitlint/execute-rule" "^19.0.0"
@@ -1481,10 +1481,10 @@
14811481
conventional-changelog-angular "^7.0.0"
14821482
conventional-commits-parser "^5.0.0"
14831483

1484-
"@commitlint/read@^19.2.1":
1485-
version "19.2.1"
1486-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.2.1.tgz#7296b99c9a989e60e5927fff8388a1dd44299c2f"
1487-
integrity sha512-qETc4+PL0EUv7Q36lJbPG+NJiBOGg7SSC7B5BsPWOmei+Dyif80ErfWQ0qXoW9oCh7GTpTNRoaVhiI8RbhuaNw==
1484+
"@commitlint/read@^19.4.0":
1485+
version "19.4.0"
1486+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.4.0.tgz#3866b1f9a272ef6a388986efa349d24228fc8b00"
1487+
integrity sha512-r95jLOEZzKDakXtnQub+zR3xjdnrl2XzerPwm7ch1/cc5JGq04tyaNpa6ty0CRCWdVrk4CZHhqHozb8yZwy2+g==
14881488
dependencies:
14891489
"@commitlint/top-level" "^19.0.0"
14901490
"@commitlint/types" "^19.0.3"

0 commit comments

Comments
 (0)