Skip to content

Commit 5cd8c14

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v19.2.2.
1 parent 47a40d3 commit 5cd8c14

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
@@ -80,7 +80,7 @@
8080
"devDependencies": {
8181
"@babel/core": "7.24.4",
8282
"@babel/preset-env": "7.24.4",
83-
"@commitlint/cli": "19.2.1",
83+
"@commitlint/cli": "19.2.2",
8484
"@iterable-iterator/list": "1.0.1",
8585
"@iterable-iterator/map": "1.0.1",
8686
"@iterable-iterator/range": "2.1.0",

yarn.lock

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

2066-
"@commitlint/[email protected].1":
2067-
version "19.2.1"
2068-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.2.1.tgz#8f00d27a8b7c7780e75b06fd4658fdc1e9209f1b"
2069-
integrity sha512-cbkYUJsLqRomccNxvoJTyv5yn0bSy05BBizVyIcLACkRbVUqYorC351Diw/XFSWC/GtpwiwT2eOvQgFZa374bg==
2066+
"@commitlint/[email protected].2":
2067+
version "19.2.2"
2068+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.2.2.tgz#7b6d78596dcf6d716942b147aa07c04c4ee126df"
2069+
integrity sha512-P8cbOHfg2PQRzfICLSrzUVOCVMqjEZ8Hlth6mtJ4yOEjT47Q5PbIGymgX3rLVylNw+3IAT2Djn9IJ2wHbXFzBg==
20702070
dependencies:
20712071
"@commitlint/format" "^19.0.3"
2072-
"@commitlint/lint" "^19.1.0"
2072+
"@commitlint/lint" "^19.2.2"
20732073
"@commitlint/load" "^19.2.0"
20742074
"@commitlint/read" "^19.2.1"
20752075
"@commitlint/types" "^19.0.3"
@@ -2109,20 +2109,20 @@
21092109
"@commitlint/types" "^19.0.3"
21102110
chalk "^5.3.0"
21112111

2112-
"@commitlint/is-ignored@^19.0.3":
2113-
version "19.0.3"
2114-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.0.3.tgz#a64e0e217044f2d916127369d21ea12324a834fe"
2115-
integrity sha512-MqDrxJaRSVSzCbPsV6iOKG/Lt52Y+PVwFVexqImmYYFhe51iVJjK2hRhOG2jUAGiUHk4jpdFr0cZPzcBkSzXDQ==
2112+
"@commitlint/is-ignored@^19.2.2":
2113+
version "19.2.2"
2114+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.2.2.tgz#503ddcf908ac6b2bc4586a49cb53893a1856f5b2"
2115+
integrity sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==
21162116
dependencies:
21172117
"@commitlint/types" "^19.0.3"
21182118
semver "^7.6.0"
21192119

2120-
"@commitlint/lint@^19.1.0":
2121-
version "19.1.0"
2122-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.1.0.tgz#0f4b26b1452d59a92a28b5fa6de9bdbee18399a1"
2123-
integrity sha512-ESjaBmL/9cxm+eePyEr6SFlBUIYlYpI80n+Ltm7IA3MAcrmiP05UMhJdAD66sO8jvo8O4xdGn/1Mt2G5VzfZKw==
2120+
"@commitlint/lint@^19.2.2":
2121+
version "19.2.2"
2122+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.2.2.tgz#57f69e24bd832a7dcce8ebf82d11e3bf03ccc2a9"
2123+
integrity sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==
21242124
dependencies:
2125-
"@commitlint/is-ignored" "^19.0.3"
2125+
"@commitlint/is-ignored" "^19.2.2"
21262126
"@commitlint/parse" "^19.0.3"
21272127
"@commitlint/rules" "^19.0.3"
21282128
"@commitlint/types" "^19.0.3"

0 commit comments

Comments
 (0)