Skip to content

Commit 01666b7

Browse files
⬆️ deps: Upgrade dependency @commitlint/cli to v19.4.0.
1 parent 4455473 commit 01666b7

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
@@ -70,7 +70,7 @@
7070
"@babel/plugin-transform-destructuring": "7.24.5",
7171
"@babel/plugin-transform-for-of": "7.24.1",
7272
"@babel/preset-env": "7.24.5",
73-
"@commitlint/cli": "19.3.0",
73+
"@commitlint/cli": "19.4.0",
7474
"@js-library/commitlint-config": "0.0.4",
7575
"@node-loader/babel": "2.1.0",
7676
"@node-loader/core": "2.0.0",

yarn.lock

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

2125-
"@commitlint/cli@19.3.0":
2126-
version "19.3.0"
2127-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.3.0.tgz#44e6da9823a01f0cdcc43054bbefdd2c6c5ddf39"
2128-
integrity sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==
2125+
"@commitlint/cli@19.4.0":
2126+
version "19.4.0"
2127+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.0.tgz#9f93d3ed07e531fcfa371015c8c87e0aa26d974f"
2128+
integrity sha512-sJX4J9UioVwZHq7JWM9tjT5bgWYaIN3rC4FP7YwfEwBYiIO+wMyRttRvQLNkow0vCdM0D67r9NEWU0Ui03I4Eg==
21292129
dependencies:
21302130
"@commitlint/format" "^19.3.0"
21312131
"@commitlint/lint" "^19.2.2"
2132-
"@commitlint/load" "^19.2.0"
2133-
"@commitlint/read" "^19.2.1"
2132+
"@commitlint/load" "^19.4.0"
2133+
"@commitlint/read" "^19.4.0"
21342134
"@commitlint/types" "^19.0.3"
21352135
execa "^8.0.1"
21362136
yargs "^17.0.0"
@@ -2186,10 +2186,10 @@
21862186
"@commitlint/rules" "^19.0.3"
21872187
"@commitlint/types" "^19.0.3"
21882188

2189-
"@commitlint/load@^19.2.0":
2190-
version "19.2.0"
2191-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.2.0.tgz#3ca51fdead4f1e1e09c9c7df343306412b1ef295"
2192-
integrity sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==
2189+
"@commitlint/load@^19.4.0":
2190+
version "19.4.0"
2191+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.4.0.tgz#7df034e226e300fd577d3f63a72d790d5c821f53"
2192+
integrity sha512-I4lCWaEZYQJ1y+Y+gdvbGAx9pYPavqZAZ3/7/8BpWh+QjscAn8AjsUpLV2PycBsEx7gupq5gM4BViV9xwTIJuw==
21932193
dependencies:
21942194
"@commitlint/config-validator" "^19.0.3"
21952195
"@commitlint/execute-rule" "^19.0.0"
@@ -2216,10 +2216,10 @@
22162216
conventional-changelog-angular "^7.0.0"
22172217
conventional-commits-parser "^5.0.0"
22182218

2219-
"@commitlint/read@^19.2.1":
2220-
version "19.2.1"
2221-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.2.1.tgz#7296b99c9a989e60e5927fff8388a1dd44299c2f"
2222-
integrity sha512-qETc4+PL0EUv7Q36lJbPG+NJiBOGg7SSC7B5BsPWOmei+Dyif80ErfWQ0qXoW9oCh7GTpTNRoaVhiI8RbhuaNw==
2219+
"@commitlint/read@^19.4.0":
2220+
version "19.4.0"
2221+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.4.0.tgz#3866b1f9a272ef6a388986efa349d24228fc8b00"
2222+
integrity sha512-r95jLOEZzKDakXtnQub+zR3xjdnrl2XzerPwm7ch1/cc5JGq04tyaNpa6ty0CRCWdVrk4CZHhqHozb8yZwy2+g==
22232223
dependencies:
22242224
"@commitlint/top-level" "^19.0.0"
22252225
"@commitlint/types" "^19.0.3"

0 commit comments

Comments
 (0)