Skip to content

Commit 3816e63

Browse files
⬆️ deps: Upgrade dependency @commitlint/cli to v19.3.0.
1 parent 417c5c2 commit 3816e63

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"devDependencies": {
7373
"@babel/core": "7.24.4",
7474
"@babel/preset-env": "7.24.4",
75-
"@commitlint/cli": "19.2.1",
75+
"@commitlint/cli": "19.3.0",
7676
"@js-library/commitlint-config": "0.0.4",
7777
"@node-loader/babel": "2.1.0",
7878
"@node-loader/core": "2.0.0",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2249,13 +2249,13 @@
22492249
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
22502250
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
22512251

2252-
"@commitlint/cli@19.2.1":
2253-
version "19.2.1"
2254-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.2.1.tgz#8f00d27a8b7c7780e75b06fd4658fdc1e9209f1b"
2255-
integrity sha512-cbkYUJsLqRomccNxvoJTyv5yn0bSy05BBizVyIcLACkRbVUqYorC351Diw/XFSWC/GtpwiwT2eOvQgFZa374bg==
2252+
"@commitlint/cli@19.3.0":
2253+
version "19.3.0"
2254+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.3.0.tgz#44e6da9823a01f0cdcc43054bbefdd2c6c5ddf39"
2255+
integrity sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==
22562256
dependencies:
2257-
"@commitlint/format" "^19.0.3"
2258-
"@commitlint/lint" "^19.1.0"
2257+
"@commitlint/format" "^19.3.0"
2258+
"@commitlint/lint" "^19.2.2"
22592259
"@commitlint/load" "^19.2.0"
22602260
"@commitlint/read" "^19.2.1"
22612261
"@commitlint/types" "^19.0.3"
@@ -2287,28 +2287,28 @@
22872287
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-19.0.0.tgz#928fb239ae8deec82a6e3b05ec9cfe20afa83856"
22882288
integrity sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw==
22892289

2290-
"@commitlint/format@^19.0.3":
2291-
version "19.0.3"
2292-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.0.3.tgz#6e3dcdc028b39d370ba717b8bde0853705c467dc"
2293-
integrity sha512-QjjyGyoiVWzx1f5xOteKHNLFyhyweVifMgopozSgx1fGNrGV8+wp7k6n1t6StHdJ6maQJ+UUtO2TcEiBFRyR6Q==
2290+
"@commitlint/format@^19.3.0":
2291+
version "19.3.0"
2292+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.3.0.tgz#48dd9e6930d41eb0ca19f36159ee940c5b25d857"
2293+
integrity sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg==
22942294
dependencies:
22952295
"@commitlint/types" "^19.0.3"
22962296
chalk "^5.3.0"
22972297

2298-
"@commitlint/is-ignored@^19.0.3":
2299-
version "19.0.3"
2300-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.0.3.tgz#a64e0e217044f2d916127369d21ea12324a834fe"
2301-
integrity sha512-MqDrxJaRSVSzCbPsV6iOKG/Lt52Y+PVwFVexqImmYYFhe51iVJjK2hRhOG2jUAGiUHk4jpdFr0cZPzcBkSzXDQ==
2298+
"@commitlint/is-ignored@^19.2.2":
2299+
version "19.2.2"
2300+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.2.2.tgz#503ddcf908ac6b2bc4586a49cb53893a1856f5b2"
2301+
integrity sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==
23022302
dependencies:
23032303
"@commitlint/types" "^19.0.3"
23042304
semver "^7.6.0"
23052305

2306-
"@commitlint/lint@^19.1.0":
2307-
version "19.1.0"
2308-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.1.0.tgz#0f4b26b1452d59a92a28b5fa6de9bdbee18399a1"
2309-
integrity sha512-ESjaBmL/9cxm+eePyEr6SFlBUIYlYpI80n+Ltm7IA3MAcrmiP05UMhJdAD66sO8jvo8O4xdGn/1Mt2G5VzfZKw==
2306+
"@commitlint/lint@^19.2.2":
2307+
version "19.2.2"
2308+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.2.2.tgz#57f69e24bd832a7dcce8ebf82d11e3bf03ccc2a9"
2309+
integrity sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==
23102310
dependencies:
2311-
"@commitlint/is-ignored" "^19.0.3"
2311+
"@commitlint/is-ignored" "^19.2.2"
23122312
"@commitlint/parse" "^19.0.3"
23132313
"@commitlint/rules" "^19.0.3"
23142314
"@commitlint/types" "^19.0.3"

0 commit comments

Comments
 (0)