Skip to content

Commit a9eeb3f

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v19.2.2.
1 parent b27711f commit a9eeb3f

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
@@ -73,7 +73,7 @@
7373
"@babel/core": "7.24.4",
7474
"@babel/preset-env": "7.24.4",
7575
"@combinatorics/factorial": "0.0.2",
76-
"@commitlint/cli": "19.2.1",
76+
"@commitlint/cli": "19.2.2",
7777
"@comparison-sorting/is-sorted": "0.0.1",
7878
"@functional-abstraction/functools": "3.0.2",
7979
"@iterable-iterator/chain": "2.0.1",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2075,13 +2075,13 @@
20752075
dependencies:
20762076
"@failure-abstraction/error" "^6.0.1"
20772077

2078-
"@commitlint/[email protected].1":
2079-
version "19.2.1"
2080-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.2.1.tgz#8f00d27a8b7c7780e75b06fd4658fdc1e9209f1b"
2081-
integrity sha512-cbkYUJsLqRomccNxvoJTyv5yn0bSy05BBizVyIcLACkRbVUqYorC351Diw/XFSWC/GtpwiwT2eOvQgFZa374bg==
2078+
"@commitlint/[email protected].2":
2079+
version "19.2.2"
2080+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.2.2.tgz#7b6d78596dcf6d716942b147aa07c04c4ee126df"
2081+
integrity sha512-P8cbOHfg2PQRzfICLSrzUVOCVMqjEZ8Hlth6mtJ4yOEjT47Q5PbIGymgX3rLVylNw+3IAT2Djn9IJ2wHbXFzBg==
20822082
dependencies:
20832083
"@commitlint/format" "^19.0.3"
2084-
"@commitlint/lint" "^19.1.0"
2084+
"@commitlint/lint" "^19.2.2"
20852085
"@commitlint/load" "^19.2.0"
20862086
"@commitlint/read" "^19.2.1"
20872087
"@commitlint/types" "^19.0.3"
@@ -2121,20 +2121,20 @@
21212121
"@commitlint/types" "^19.0.3"
21222122
chalk "^5.3.0"
21232123

2124-
"@commitlint/is-ignored@^19.0.3":
2125-
version "19.0.3"
2126-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.0.3.tgz#a64e0e217044f2d916127369d21ea12324a834fe"
2127-
integrity sha512-MqDrxJaRSVSzCbPsV6iOKG/Lt52Y+PVwFVexqImmYYFhe51iVJjK2hRhOG2jUAGiUHk4jpdFr0cZPzcBkSzXDQ==
2124+
"@commitlint/is-ignored@^19.2.2":
2125+
version "19.2.2"
2126+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.2.2.tgz#503ddcf908ac6b2bc4586a49cb53893a1856f5b2"
2127+
integrity sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==
21282128
dependencies:
21292129
"@commitlint/types" "^19.0.3"
21302130
semver "^7.6.0"
21312131

2132-
"@commitlint/lint@^19.1.0":
2133-
version "19.1.0"
2134-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.1.0.tgz#0f4b26b1452d59a92a28b5fa6de9bdbee18399a1"
2135-
integrity sha512-ESjaBmL/9cxm+eePyEr6SFlBUIYlYpI80n+Ltm7IA3MAcrmiP05UMhJdAD66sO8jvo8O4xdGn/1Mt2G5VzfZKw==
2132+
"@commitlint/lint@^19.2.2":
2133+
version "19.2.2"
2134+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.2.2.tgz#57f69e24bd832a7dcce8ebf82d11e3bf03ccc2a9"
2135+
integrity sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==
21362136
dependencies:
2137-
"@commitlint/is-ignored" "^19.0.3"
2137+
"@commitlint/is-ignored" "^19.2.2"
21382138
"@commitlint/parse" "^19.0.3"
21392139
"@commitlint/rules" "^19.0.3"
21402140
"@commitlint/types" "^19.0.3"

0 commit comments

Comments
 (0)