Skip to content

Commit 9f3b8a9

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v19.4.1.
1 parent 611acc2 commit 9f3b8a9

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
@@ -77,7 +77,7 @@
7777
"@babel/plugin-transform-destructuring": "7.24.8",
7878
"@babel/plugin-transform-for-of": "7.24.7",
7979
"@babel/preset-env": "7.25.4",
80-
"@commitlint/cli": "19.4.0",
80+
"@commitlint/cli": "19.4.1",
8181
"@js-library/commitlint-config": "0.0.4",
8282
"@node-loader/babel": "2.1.0",
8383
"@node-loader/core": "2.0.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2239,13 +2239,13 @@
22392239
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
22402240
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
22412241

2242-
"@commitlint/[email protected].0":
2243-
version "19.4.0"
2244-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.0.tgz#9f93d3ed07e531fcfa371015c8c87e0aa26d974f"
2245-
integrity sha512-sJX4J9UioVwZHq7JWM9tjT5bgWYaIN3rC4FP7YwfEwBYiIO+wMyRttRvQLNkow0vCdM0D67r9NEWU0Ui03I4Eg==
2242+
"@commitlint/[email protected].1":
2243+
version "19.4.1"
2244+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.1.tgz#51dbd88750620c9e5fb6f5bc773872728a29674a"
2245+
integrity sha512-EerFVII3ZcnhXsDT9VePyIdCJoh3jEzygN1L37MjQXgPfGS6fJTWL/KHClVMod1d8w94lFC3l4Vh/y5ysVAz2A==
22462246
dependencies:
22472247
"@commitlint/format" "^19.3.0"
2248-
"@commitlint/lint" "^19.2.2"
2248+
"@commitlint/lint" "^19.4.1"
22492249
"@commitlint/load" "^19.4.0"
22502250
"@commitlint/read" "^19.4.0"
22512251
"@commitlint/types" "^19.0.3"
@@ -2293,14 +2293,14 @@
22932293
"@commitlint/types" "^19.0.3"
22942294
semver "^7.6.0"
22952295

2296-
"@commitlint/lint@^19.2.2":
2297-
version "19.2.2"
2298-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.2.2.tgz#57f69e24bd832a7dcce8ebf82d11e3bf03ccc2a9"
2299-
integrity sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==
2296+
"@commitlint/lint@^19.4.1":
2297+
version "19.4.1"
2298+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.4.1.tgz#0760d34fcdaee0bf05befe666ca14c0fc1ecb57e"
2299+
integrity sha512-Ws4YVAZ0jACTv6VThumITC1I5AG0UyXMGua3qcf55JmXIXm/ejfaVKykrqx7RyZOACKVAs8uDRIsEsi87JZ3+Q==
23002300
dependencies:
23012301
"@commitlint/is-ignored" "^19.2.2"
23022302
"@commitlint/parse" "^19.0.3"
2303-
"@commitlint/rules" "^19.0.3"
2303+
"@commitlint/rules" "^19.4.1"
23042304
"@commitlint/types" "^19.0.3"
23052305

23062306
"@commitlint/load@^19.4.0":
@@ -2356,10 +2356,10 @@
23562356
lodash.mergewith "^4.6.2"
23572357
resolve-from "^5.0.0"
23582358

2359-
"@commitlint/rules@^19.0.3":
2360-
version "19.0.3"
2361-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.0.3.tgz#de647a9055847cae4f3ae32b4798096b604584f3"
2362-
integrity sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw==
2359+
"@commitlint/rules@^19.4.1":
2360+
version "19.4.1"
2361+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.4.1.tgz#df15baad1092e2be1b39aa1aa7cc05e12f59f677"
2362+
integrity sha512-AgctfzAONoVxmxOXRyxXIq7xEPrd7lK/60h2egp9bgGUMZK9v0+YqLOA+TH+KqCa63ZoCr8owP2YxoSSu7IgnQ==
23632363
dependencies:
23642364
"@commitlint/ensure" "^19.0.3"
23652365
"@commitlint/message" "^19.0.0"

0 commit comments

Comments
 (0)