Skip to content

Commit 98202cb

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v19.4.0.
1 parent b6d534f commit 98202cb

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+1-1
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
"@js-library/commitlint-config": "0.0.4",
7979
"@node-loader/babel": "2.1.0",
8080
"@node-loader/core": "2.0.0",

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -2204,15 +2204,15 @@
22042204
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
22052205
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
22062206

2207-
"@commitlint/cli@19.3.0":
2208-
version "19.3.0"
2209-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.3.0.tgz#44e6da9823a01f0cdcc43054bbefdd2c6c5ddf39"
2210-
integrity sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==
2207+
"@commitlint/cli@19.4.0":
2208+
version "19.4.0"
2209+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.0.tgz#9f93d3ed07e531fcfa371015c8c87e0aa26d974f"
2210+
integrity sha512-sJX4J9UioVwZHq7JWM9tjT5bgWYaIN3rC4FP7YwfEwBYiIO+wMyRttRvQLNkow0vCdM0D67r9NEWU0Ui03I4Eg==
22112211
dependencies:
22122212
"@commitlint/format" "^19.3.0"
22132213
"@commitlint/lint" "^19.2.2"
2214-
"@commitlint/load" "^19.2.0"
2215-
"@commitlint/read" "^19.2.1"
2214+
"@commitlint/load" "^19.4.0"
2215+
"@commitlint/read" "^19.4.0"
22162216
"@commitlint/types" "^19.0.3"
22172217
execa "^8.0.1"
22182218
yargs "^17.0.0"
@@ -2268,10 +2268,10 @@
22682268
"@commitlint/rules" "^19.0.3"
22692269
"@commitlint/types" "^19.0.3"
22702270

2271-
"@commitlint/load@^19.2.0":
2272-
version "19.2.0"
2273-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.2.0.tgz#3ca51fdead4f1e1e09c9c7df343306412b1ef295"
2274-
integrity sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==
2271+
"@commitlint/load@^19.4.0":
2272+
version "19.4.0"
2273+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.4.0.tgz#7df034e226e300fd577d3f63a72d790d5c821f53"
2274+
integrity sha512-I4lCWaEZYQJ1y+Y+gdvbGAx9pYPavqZAZ3/7/8BpWh+QjscAn8AjsUpLV2PycBsEx7gupq5gM4BViV9xwTIJuw==
22752275
dependencies:
22762276
"@commitlint/config-validator" "^19.0.3"
22772277
"@commitlint/execute-rule" "^19.0.0"
@@ -2298,10 +2298,10 @@
22982298
conventional-changelog-angular "^7.0.0"
22992299
conventional-commits-parser "^5.0.0"
23002300

2301-
"@commitlint/read@^19.2.1":
2302-
version "19.2.1"
2303-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.2.1.tgz#7296b99c9a989e60e5927fff8388a1dd44299c2f"
2304-
integrity sha512-qETc4+PL0EUv7Q36lJbPG+NJiBOGg7SSC7B5BsPWOmei+Dyif80ErfWQ0qXoW9oCh7GTpTNRoaVhiI8RbhuaNw==
2301+
"@commitlint/read@^19.4.0":
2302+
version "19.4.0"
2303+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.4.0.tgz#3866b1f9a272ef6a388986efa349d24228fc8b00"
2304+
integrity sha512-r95jLOEZzKDakXtnQub+zR3xjdnrl2XzerPwm7ch1/cc5JGq04tyaNpa6ty0CRCWdVrk4CZHhqHozb8yZwy2+g==
23052305
dependencies:
23062306
"@commitlint/top-level" "^19.0.0"
23072307
"@commitlint/types" "^19.0.3"

0 commit comments

Comments
 (0)