Skip to content

Commit 947e120

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v19.4.0.
1 parent dbebb5b commit 947e120

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
@@ -70,7 +70,7 @@
7070
"devDependencies": {
7171
"@babel/core": "7.25.2",
7272
"@babel/preset-env": "7.25.3",
73-
"@commitlint/cli": "19.3.0",
73+
"@commitlint/cli": "19.4.0",
7474
"@entropy-source/pseudo-random": "4.0.0",
7575
"@iterable-iterator/consume": "1.0.1",
7676
"@iterable-iterator/list": "1.0.1",

yarn.lock

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

2203-
"@commitlint/cli@19.3.0":
2204-
version "19.3.0"
2205-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.3.0.tgz#44e6da9823a01f0cdcc43054bbefdd2c6c5ddf39"
2206-
integrity sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==
2203+
"@commitlint/cli@19.4.0":
2204+
version "19.4.0"
2205+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.0.tgz#9f93d3ed07e531fcfa371015c8c87e0aa26d974f"
2206+
integrity sha512-sJX4J9UioVwZHq7JWM9tjT5bgWYaIN3rC4FP7YwfEwBYiIO+wMyRttRvQLNkow0vCdM0D67r9NEWU0Ui03I4Eg==
22072207
dependencies:
22082208
"@commitlint/format" "^19.3.0"
22092209
"@commitlint/lint" "^19.2.2"
2210-
"@commitlint/load" "^19.2.0"
2211-
"@commitlint/read" "^19.2.1"
2210+
"@commitlint/load" "^19.4.0"
2211+
"@commitlint/read" "^19.4.0"
22122212
"@commitlint/types" "^19.0.3"
22132213
execa "^8.0.1"
22142214
yargs "^17.0.0"
@@ -2264,10 +2264,10 @@
22642264
"@commitlint/rules" "^19.0.3"
22652265
"@commitlint/types" "^19.0.3"
22662266

2267-
"@commitlint/load@^19.2.0":
2268-
version "19.2.0"
2269-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.2.0.tgz#3ca51fdead4f1e1e09c9c7df343306412b1ef295"
2270-
integrity sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==
2267+
"@commitlint/load@^19.4.0":
2268+
version "19.4.0"
2269+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.4.0.tgz#7df034e226e300fd577d3f63a72d790d5c821f53"
2270+
integrity sha512-I4lCWaEZYQJ1y+Y+gdvbGAx9pYPavqZAZ3/7/8BpWh+QjscAn8AjsUpLV2PycBsEx7gupq5gM4BViV9xwTIJuw==
22712271
dependencies:
22722272
"@commitlint/config-validator" "^19.0.3"
22732273
"@commitlint/execute-rule" "^19.0.0"
@@ -2294,10 +2294,10 @@
22942294
conventional-changelog-angular "^7.0.0"
22952295
conventional-commits-parser "^5.0.0"
22962296

2297-
"@commitlint/read@^19.2.1":
2298-
version "19.2.1"
2299-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.2.1.tgz#7296b99c9a989e60e5927fff8388a1dd44299c2f"
2300-
integrity sha512-qETc4+PL0EUv7Q36lJbPG+NJiBOGg7SSC7B5BsPWOmei+Dyif80ErfWQ0qXoW9oCh7GTpTNRoaVhiI8RbhuaNw==
2297+
"@commitlint/read@^19.4.0":
2298+
version "19.4.0"
2299+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.4.0.tgz#3866b1f9a272ef6a388986efa349d24228fc8b00"
2300+
integrity sha512-r95jLOEZzKDakXtnQub+zR3xjdnrl2XzerPwm7ch1/cc5JGq04tyaNpa6ty0CRCWdVrk4CZHhqHozb8yZwy2+g==
23012301
dependencies:
23022302
"@commitlint/top-level" "^19.0.0"
23032303
"@commitlint/types" "^19.0.3"

0 commit comments

Comments
 (0)