Skip to content

Commit 7dd6759

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v19.4.1.
1 parent 6bf6194 commit 7dd6759

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
@@ -81,7 +81,7 @@
8181
"@babel/cli": "7.24.8",
8282
"@babel/core": "7.25.2",
8383
"@babel/preset-env": "7.25.4",
84-
"@commitlint/cli": "19.4.0",
84+
"@commitlint/cli": "19.4.1",
8585
"@iterable-iterator/zip": "1.0.1",
8686
"@js-library/commitlint-config": "0.0.4",
8787
"@node-loader/babel": "2.1.0",

yarn.lock

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

1467-
"@commitlint/[email protected].0":
1468-
version "19.4.0"
1469-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.0.tgz#9f93d3ed07e531fcfa371015c8c87e0aa26d974f"
1470-
integrity sha512-sJX4J9UioVwZHq7JWM9tjT5bgWYaIN3rC4FP7YwfEwBYiIO+wMyRttRvQLNkow0vCdM0D67r9NEWU0Ui03I4Eg==
1467+
"@commitlint/[email protected].1":
1468+
version "19.4.1"
1469+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.1.tgz#51dbd88750620c9e5fb6f5bc773872728a29674a"
1470+
integrity sha512-EerFVII3ZcnhXsDT9VePyIdCJoh3jEzygN1L37MjQXgPfGS6fJTWL/KHClVMod1d8w94lFC3l4Vh/y5ysVAz2A==
14711471
dependencies:
14721472
"@commitlint/format" "^19.3.0"
1473-
"@commitlint/lint" "^19.2.2"
1473+
"@commitlint/lint" "^19.4.1"
14741474
"@commitlint/load" "^19.4.0"
14751475
"@commitlint/read" "^19.4.0"
14761476
"@commitlint/types" "^19.0.3"
@@ -1518,14 +1518,14 @@
15181518
"@commitlint/types" "^19.0.3"
15191519
semver "^7.6.0"
15201520

1521-
"@commitlint/lint@^19.2.2":
1522-
version "19.2.2"
1523-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.2.2.tgz#57f69e24bd832a7dcce8ebf82d11e3bf03ccc2a9"
1524-
integrity sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==
1521+
"@commitlint/lint@^19.4.1":
1522+
version "19.4.1"
1523+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.4.1.tgz#0760d34fcdaee0bf05befe666ca14c0fc1ecb57e"
1524+
integrity sha512-Ws4YVAZ0jACTv6VThumITC1I5AG0UyXMGua3qcf55JmXIXm/ejfaVKykrqx7RyZOACKVAs8uDRIsEsi87JZ3+Q==
15251525
dependencies:
15261526
"@commitlint/is-ignored" "^19.2.2"
15271527
"@commitlint/parse" "^19.0.3"
1528-
"@commitlint/rules" "^19.0.3"
1528+
"@commitlint/rules" "^19.4.1"
15291529
"@commitlint/types" "^19.0.3"
15301530

15311531
"@commitlint/load@^19.4.0":
@@ -1581,10 +1581,10 @@
15811581
lodash.mergewith "^4.6.2"
15821582
resolve-from "^5.0.0"
15831583

1584-
"@commitlint/rules@^19.0.3":
1585-
version "19.0.3"
1586-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.0.3.tgz#de647a9055847cae4f3ae32b4798096b604584f3"
1587-
integrity sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw==
1584+
"@commitlint/rules@^19.4.1":
1585+
version "19.4.1"
1586+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.4.1.tgz#df15baad1092e2be1b39aa1aa7cc05e12f59f677"
1587+
integrity sha512-AgctfzAONoVxmxOXRyxXIq7xEPrd7lK/60h2egp9bgGUMZK9v0+YqLOA+TH+KqCa63ZoCr8owP2YxoSSu7IgnQ==
15881588
dependencies:
15891589
"@commitlint/ensure" "^19.0.3"
15901590
"@commitlint/message" "^19.0.0"

0 commit comments

Comments
 (0)