Skip to content

Commit 0d19f7c

Browse files
⬆️ deps: Upgrade dependency @commitlint/cli to v19.2.2.
1 parent 7e0e006 commit 0d19f7c

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"devDependencies": {
7676
"@babel/core": "7.24.4",
7777
"@babel/preset-env": "7.24.4",
78-
"@commitlint/cli": "19.2.1",
78+
"@commitlint/cli": "19.2.2",
7979
"@js-library/commitlint-config": "0.0.4",
8080
"@node-loader/babel": "2.1.0",
8181
"@node-loader/core": "2.0.0",

Diff for: yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -2087,13 +2087,13 @@
20872087
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
20882088
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
20892089

2090-
"@commitlint/[email protected].1":
2091-
version "19.2.1"
2092-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.2.1.tgz#8f00d27a8b7c7780e75b06fd4658fdc1e9209f1b"
2093-
integrity sha512-cbkYUJsLqRomccNxvoJTyv5yn0bSy05BBizVyIcLACkRbVUqYorC351Diw/XFSWC/GtpwiwT2eOvQgFZa374bg==
2090+
"@commitlint/[email protected].2":
2091+
version "19.2.2"
2092+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.2.2.tgz#7b6d78596dcf6d716942b147aa07c04c4ee126df"
2093+
integrity sha512-P8cbOHfg2PQRzfICLSrzUVOCVMqjEZ8Hlth6mtJ4yOEjT47Q5PbIGymgX3rLVylNw+3IAT2Djn9IJ2wHbXFzBg==
20942094
dependencies:
20952095
"@commitlint/format" "^19.0.3"
2096-
"@commitlint/lint" "^19.1.0"
2096+
"@commitlint/lint" "^19.2.2"
20972097
"@commitlint/load" "^19.2.0"
20982098
"@commitlint/read" "^19.2.1"
20992099
"@commitlint/types" "^19.0.3"
@@ -2133,20 +2133,20 @@
21332133
"@commitlint/types" "^19.0.3"
21342134
chalk "^5.3.0"
21352135

2136-
"@commitlint/is-ignored@^19.0.3":
2137-
version "19.0.3"
2138-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.0.3.tgz#a64e0e217044f2d916127369d21ea12324a834fe"
2139-
integrity sha512-MqDrxJaRSVSzCbPsV6iOKG/Lt52Y+PVwFVexqImmYYFhe51iVJjK2hRhOG2jUAGiUHk4jpdFr0cZPzcBkSzXDQ==
2136+
"@commitlint/is-ignored@^19.2.2":
2137+
version "19.2.2"
2138+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.2.2.tgz#503ddcf908ac6b2bc4586a49cb53893a1856f5b2"
2139+
integrity sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==
21402140
dependencies:
21412141
"@commitlint/types" "^19.0.3"
21422142
semver "^7.6.0"
21432143

2144-
"@commitlint/lint@^19.1.0":
2145-
version "19.1.0"
2146-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.1.0.tgz#0f4b26b1452d59a92a28b5fa6de9bdbee18399a1"
2147-
integrity sha512-ESjaBmL/9cxm+eePyEr6SFlBUIYlYpI80n+Ltm7IA3MAcrmiP05UMhJdAD66sO8jvo8O4xdGn/1Mt2G5VzfZKw==
2144+
"@commitlint/lint@^19.2.2":
2145+
version "19.2.2"
2146+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.2.2.tgz#57f69e24bd832a7dcce8ebf82d11e3bf03ccc2a9"
2147+
integrity sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==
21482148
dependencies:
2149-
"@commitlint/is-ignored" "^19.0.3"
2149+
"@commitlint/is-ignored" "^19.2.2"
21502150
"@commitlint/parse" "^19.0.3"
21512151
"@commitlint/rules" "^19.0.3"
21522152
"@commitlint/types" "^19.0.3"

0 commit comments

Comments
 (0)