Skip to content

Commit d34e788

Browse files
⬆️ deps: Upgrade dependency @commitlint/cli to v19.4.0.
1 parent 600ee17 commit d34e788

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
@@ -74,7 +74,7 @@
7474
"devDependencies": {
7575
"@babel/core": "7.25.2",
7676
"@babel/preset-env": "7.25.3",
77-
"@commitlint/cli": "19.3.0",
77+
"@commitlint/cli": "19.4.0",
7878
"@iterable-iterator/chain": "2.0.1",
7979
"@iterable-iterator/list": "1.0.1",
8080
"@iterable-iterator/map": "1.0.1",

yarn.lock

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

2357-
"@commitlint/cli@19.3.0":
2358-
version "19.3.0"
2359-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.3.0.tgz#44e6da9823a01f0cdcc43054bbefdd2c6c5ddf39"
2360-
integrity sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==
2357+
"@commitlint/cli@19.4.0":
2358+
version "19.4.0"
2359+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.0.tgz#9f93d3ed07e531fcfa371015c8c87e0aa26d974f"
2360+
integrity sha512-sJX4J9UioVwZHq7JWM9tjT5bgWYaIN3rC4FP7YwfEwBYiIO+wMyRttRvQLNkow0vCdM0D67r9NEWU0Ui03I4Eg==
23612361
dependencies:
23622362
"@commitlint/format" "^19.3.0"
23632363
"@commitlint/lint" "^19.2.2"
2364-
"@commitlint/load" "^19.2.0"
2365-
"@commitlint/read" "^19.2.1"
2364+
"@commitlint/load" "^19.4.0"
2365+
"@commitlint/read" "^19.4.0"
23662366
"@commitlint/types" "^19.0.3"
23672367
execa "^8.0.1"
23682368
yargs "^17.0.0"
@@ -2418,10 +2418,10 @@
24182418
"@commitlint/rules" "^19.0.3"
24192419
"@commitlint/types" "^19.0.3"
24202420

2421-
"@commitlint/load@^19.2.0":
2422-
version "19.2.0"
2423-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.2.0.tgz#3ca51fdead4f1e1e09c9c7df343306412b1ef295"
2424-
integrity sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==
2421+
"@commitlint/load@^19.4.0":
2422+
version "19.4.0"
2423+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.4.0.tgz#7df034e226e300fd577d3f63a72d790d5c821f53"
2424+
integrity sha512-I4lCWaEZYQJ1y+Y+gdvbGAx9pYPavqZAZ3/7/8BpWh+QjscAn8AjsUpLV2PycBsEx7gupq5gM4BViV9xwTIJuw==
24252425
dependencies:
24262426
"@commitlint/config-validator" "^19.0.3"
24272427
"@commitlint/execute-rule" "^19.0.0"
@@ -2448,10 +2448,10 @@
24482448
conventional-changelog-angular "^7.0.0"
24492449
conventional-commits-parser "^5.0.0"
24502450

2451-
"@commitlint/read@^19.2.1":
2452-
version "19.2.1"
2453-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.2.1.tgz#7296b99c9a989e60e5927fff8388a1dd44299c2f"
2454-
integrity sha512-qETc4+PL0EUv7Q36lJbPG+NJiBOGg7SSC7B5BsPWOmei+Dyif80ErfWQ0qXoW9oCh7GTpTNRoaVhiI8RbhuaNw==
2451+
"@commitlint/read@^19.4.0":
2452+
version "19.4.0"
2453+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.4.0.tgz#3866b1f9a272ef6a388986efa349d24228fc8b00"
2454+
integrity sha512-r95jLOEZzKDakXtnQub+zR3xjdnrl2XzerPwm7ch1/cc5JGq04tyaNpa6ty0CRCWdVrk4CZHhqHozb8yZwy2+g==
24552455
dependencies:
24562456
"@commitlint/top-level" "^19.0.0"
24572457
"@commitlint/types" "^19.0.3"

0 commit comments

Comments
 (0)