Skip to content

Commit 50a7521

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v19.5.0.
1 parent 0793400 commit 50a7521

File tree

2 files changed

+102
-98
lines changed

2 files changed

+102
-98
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"devDependencies": {
7575
"@babel/core": "7.25.2",
7676
"@babel/preset-env": "7.25.4",
77-
"@commitlint/cli": "19.4.1",
77+
"@commitlint/cli": "19.5.0",
7878
"@js-library/commitlint-config": "0.0.4",
7979
"@node-loader/babel": "2.1.0",
8080
"@node-loader/core": "2.0.0",

yarn.lock

+101-97
Original file line numberDiff line numberDiff line change
@@ -2281,150 +2281,149 @@
22812281
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
22822282
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
22832283

2284-
"@commitlint/cli@19.4.1":
2285-
version "19.4.1"
2286-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.1.tgz#51dbd88750620c9e5fb6f5bc773872728a29674a"
2287-
integrity sha512-EerFVII3ZcnhXsDT9VePyIdCJoh3jEzygN1L37MjQXgPfGS6fJTWL/KHClVMod1d8w94lFC3l4Vh/y5ysVAz2A==
2288-
dependencies:
2289-
"@commitlint/format" "^19.3.0"
2290-
"@commitlint/lint" "^19.4.1"
2291-
"@commitlint/load" "^19.4.0"
2292-
"@commitlint/read" "^19.4.0"
2293-
"@commitlint/types" "^19.0.3"
2294-
execa "^8.0.1"
2284+
"@commitlint/cli@19.5.0":
2285+
version "19.5.0"
2286+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.5.0.tgz#a6e2f7f8397ddf9abd5ee5870e30a1bf51b7be2b"
2287+
integrity sha512-gaGqSliGwB86MDmAAKAtV9SV1SHdmN8pnGq4EJU4+hLisQ7IFfx4jvU4s+pk6tl0+9bv6yT+CaZkufOinkSJIQ==
2288+
dependencies:
2289+
"@commitlint/format" "^19.5.0"
2290+
"@commitlint/lint" "^19.5.0"
2291+
"@commitlint/load" "^19.5.0"
2292+
"@commitlint/read" "^19.5.0"
2293+
"@commitlint/types" "^19.5.0"
2294+
tinyexec "^0.3.0"
22952295
yargs "^17.0.0"
22962296

2297-
"@commitlint/config-validator@^19.0.3":
2298-
version "19.0.3"
2299-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-19.0.3.tgz#052b181a30da6b4fc16dc5230f4589ac95e0bc81"
2300-
integrity sha512-2D3r4PKjoo59zBc2auodrSCaUnCSALCx54yveOFwwP/i2kfEAQrygwOleFWswLqK0UL/F9r07MFi5ev2ohyM4Q==
2297+
"@commitlint/config-validator@^19.5.0":
2298+
version "19.5.0"
2299+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-19.5.0.tgz#f0a4eda2109fc716ef01bb8831af9b02e3a1e568"
2300+
integrity sha512-CHtj92H5rdhKt17RmgALhfQt95VayrUo2tSqY9g2w+laAXyk7K/Ef6uPm9tn5qSIwSmrLjKaXK9eiNuxmQrDBw==
23012301
dependencies:
2302-
"@commitlint/types" "^19.0.3"
2302+
"@commitlint/types" "^19.5.0"
23032303
ajv "^8.11.0"
23042304

2305-
"@commitlint/ensure@^19.0.3":
2306-
version "19.0.3"
2307-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-19.0.3.tgz#d172b1b72ca88cbd317ea1ee79f3a03dbaccc76e"
2308-
integrity sha512-SZEpa/VvBLoT+EFZVb91YWbmaZ/9rPH3ESrINOl0HD2kMYsjvl0tF7nMHh0EpTcv4+gTtZBAe1y/SS6/OhfZzQ==
2305+
"@commitlint/ensure@^19.5.0":
2306+
version "19.5.0"
2307+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-19.5.0.tgz#b087374a6a0a0140e5925a82901d234885d9f6dd"
2308+
integrity sha512-Kv0pYZeMrdg48bHFEU5KKcccRfKmISSm9MvgIgkpI6m+ohFTB55qZlBW6eYqh/XDfRuIO0x4zSmvBjmOwWTwkg==
23092309
dependencies:
2310-
"@commitlint/types" "^19.0.3"
2310+
"@commitlint/types" "^19.5.0"
23112311
lodash.camelcase "^4.3.0"
23122312
lodash.kebabcase "^4.1.1"
23132313
lodash.snakecase "^4.1.1"
23142314
lodash.startcase "^4.4.0"
23152315
lodash.upperfirst "^4.3.1"
23162316

2317-
"@commitlint/execute-rule@^19.0.0":
2318-
version "19.0.0"
2319-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-19.0.0.tgz#928fb239ae8deec82a6e3b05ec9cfe20afa83856"
2320-
integrity sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw==
2317+
"@commitlint/execute-rule@^19.5.0":
2318+
version "19.5.0"
2319+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-19.5.0.tgz#c13da8c03ea0379f30856111e27d57518e25b8a2"
2320+
integrity sha512-aqyGgytXhl2ejlk+/rfgtwpPexYyri4t8/n4ku6rRJoRhGZpLFMqrZ+YaubeGysCP6oz4mMA34YSTaSOKEeNrg==
23212321

2322-
"@commitlint/format@^19.3.0":
2323-
version "19.3.0"
2324-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.3.0.tgz#48dd9e6930d41eb0ca19f36159ee940c5b25d857"
2325-
integrity sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg==
2322+
"@commitlint/format@^19.5.0":
2323+
version "19.5.0"
2324+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.5.0.tgz#d879db2d97d70ae622397839fb8603d56e85a250"
2325+
integrity sha512-yNy088miE52stCI3dhG/vvxFo9e4jFkU1Mj3xECfzp/bIS/JUay4491huAlVcffOoMK1cd296q0W92NlER6r3A==
23262326
dependencies:
2327-
"@commitlint/types" "^19.0.3"
2327+
"@commitlint/types" "^19.5.0"
23282328
chalk "^5.3.0"
23292329

2330-
"@commitlint/is-ignored@^19.2.2":
2331-
version "19.2.2"
2332-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.2.2.tgz#503ddcf908ac6b2bc4586a49cb53893a1856f5b2"
2333-
integrity sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==
2330+
"@commitlint/is-ignored@^19.5.0":
2331+
version "19.5.0"
2332+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.5.0.tgz#f8b7f365887acc1e3bdb31b17117bb435585dddf"
2333+
integrity sha512-0XQ7Llsf9iL/ANtwyZ6G0NGp5Y3EQ8eDQSxv/SRcfJ0awlBY4tHFAvwWbw66FVUaWICH7iE5en+FD9TQsokZ5w==
23342334
dependencies:
2335-
"@commitlint/types" "^19.0.3"
2335+
"@commitlint/types" "^19.5.0"
23362336
semver "^7.6.0"
23372337

2338-
"@commitlint/lint@^19.4.1":
2339-
version "19.4.1"
2340-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.4.1.tgz#0760d34fcdaee0bf05befe666ca14c0fc1ecb57e"
2341-
integrity sha512-Ws4YVAZ0jACTv6VThumITC1I5AG0UyXMGua3qcf55JmXIXm/ejfaVKykrqx7RyZOACKVAs8uDRIsEsi87JZ3+Q==
2342-
dependencies:
2343-
"@commitlint/is-ignored" "^19.2.2"
2344-
"@commitlint/parse" "^19.0.3"
2345-
"@commitlint/rules" "^19.4.1"
2346-
"@commitlint/types" "^19.0.3"
2347-
2348-
"@commitlint/load@^19.4.0":
2349-
version "19.4.0"
2350-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.4.0.tgz#7df034e226e300fd577d3f63a72d790d5c821f53"
2351-
integrity sha512-I4lCWaEZYQJ1y+Y+gdvbGAx9pYPavqZAZ3/7/8BpWh+QjscAn8AjsUpLV2PycBsEx7gupq5gM4BViV9xwTIJuw==
2352-
dependencies:
2353-
"@commitlint/config-validator" "^19.0.3"
2354-
"@commitlint/execute-rule" "^19.0.0"
2355-
"@commitlint/resolve-extends" "^19.1.0"
2356-
"@commitlint/types" "^19.0.3"
2338+
"@commitlint/lint@^19.5.0":
2339+
version "19.5.0"
2340+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.5.0.tgz#f4e162e7857a1c0694b20b92527704897558ff70"
2341+
integrity sha512-cAAQwJcRtiBxQWO0eprrAbOurtJz8U6MgYqLz+p9kLElirzSCc0vGMcyCaA1O7AqBuxo11l1XsY3FhOFowLAAg==
2342+
dependencies:
2343+
"@commitlint/is-ignored" "^19.5.0"
2344+
"@commitlint/parse" "^19.5.0"
2345+
"@commitlint/rules" "^19.5.0"
2346+
"@commitlint/types" "^19.5.0"
2347+
2348+
"@commitlint/load@^19.5.0":
2349+
version "19.5.0"
2350+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.5.0.tgz#67f90a294894d1f99b930b6152bed2df44a81794"
2351+
integrity sha512-INOUhkL/qaKqwcTUvCE8iIUf5XHsEPCLY9looJ/ipzi7jtGhgmtH7OOFiNvwYgH7mA8osUWOUDV8t4E2HAi4xA==
2352+
dependencies:
2353+
"@commitlint/config-validator" "^19.5.0"
2354+
"@commitlint/execute-rule" "^19.5.0"
2355+
"@commitlint/resolve-extends" "^19.5.0"
2356+
"@commitlint/types" "^19.5.0"
23572357
chalk "^5.3.0"
23582358
cosmiconfig "^9.0.0"
23592359
cosmiconfig-typescript-loader "^5.0.0"
23602360
lodash.isplainobject "^4.0.6"
23612361
lodash.merge "^4.6.2"
23622362
lodash.uniq "^4.5.0"
23632363

2364-
"@commitlint/message@^19.0.0":
2365-
version "19.0.0"
2366-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-19.0.0.tgz#f789dd1b7a1f9c784578e0111f46cc3fecf5a531"
2367-
integrity sha512-c9czf6lU+9oF9gVVa2lmKaOARJvt4soRsVmbR7Njwp9FpbBgste5i7l/2l5o8MmbwGh4yE1snfnsy2qyA2r/Fw==
2364+
"@commitlint/message@^19.5.0":
2365+
version "19.5.0"
2366+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-19.5.0.tgz#c062d9a1d2b3302c3a8cac25d6d1125ea9c019b2"
2367+
integrity sha512-R7AM4YnbxN1Joj1tMfCyBryOC5aNJBdxadTZkuqtWi3Xj0kMdutq16XQwuoGbIzL2Pk62TALV1fZDCv36+JhTQ==
23682368

2369-
"@commitlint/parse@^19.0.3":
2370-
version "19.0.3"
2371-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-19.0.3.tgz#a2d09876d458e17ad0e1695b04f41af8b50a41c2"
2372-
integrity sha512-Il+tNyOb8VDxN3P6XoBBwWJtKKGzHlitEuXA5BP6ir/3loWlsSqDr5aecl6hZcC/spjq4pHqNh0qPlfeWu38QA==
2369+
"@commitlint/parse@^19.5.0":
2370+
version "19.5.0"
2371+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-19.5.0.tgz#b450dad9b5a95ac5ba472d6d0fdab822dce946fc"
2372+
integrity sha512-cZ/IxfAlfWYhAQV0TwcbdR1Oc0/r0Ik1GEessDJ3Lbuma/MRO8FRQX76eurcXtmhJC//rj52ZSZuXUg0oIX0Fw==
23732373
dependencies:
2374-
"@commitlint/types" "^19.0.3"
2374+
"@commitlint/types" "^19.5.0"
23752375
conventional-changelog-angular "^7.0.0"
23762376
conventional-commits-parser "^5.0.0"
23772377

2378-
"@commitlint/read@^19.4.0":
2379-
version "19.4.0"
2380-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.4.0.tgz#3866b1f9a272ef6a388986efa349d24228fc8b00"
2381-
integrity sha512-r95jLOEZzKDakXtnQub+zR3xjdnrl2XzerPwm7ch1/cc5JGq04tyaNpa6ty0CRCWdVrk4CZHhqHozb8yZwy2+g==
2378+
"@commitlint/read@^19.5.0":
2379+
version "19.5.0"
2380+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.5.0.tgz#601f9f1afe69852b0f28aa81cd455b40979fad6b"
2381+
integrity sha512-TjS3HLPsLsxFPQj6jou8/CZFAmOP2y+6V4PGYt3ihbQKTY1Jnv0QG28WRKl/d1ha6zLODPZqsxLEov52dhR9BQ==
23822382
dependencies:
2383-
"@commitlint/top-level" "^19.0.0"
2384-
"@commitlint/types" "^19.0.3"
2385-
execa "^8.0.1"
2383+
"@commitlint/top-level" "^19.5.0"
2384+
"@commitlint/types" "^19.5.0"
23862385
git-raw-commits "^4.0.0"
23872386
minimist "^1.2.8"
2387+
tinyexec "^0.3.0"
23882388

2389-
"@commitlint/resolve-extends@^19.1.0":
2390-
version "19.1.0"
2391-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-19.1.0.tgz#fa5b8f921e9c8d76f53624c35bf25b9676bd73fa"
2392-
integrity sha512-z2riI+8G3CET5CPgXJPlzftH+RiWYLMYv4C9tSLdLXdr6pBNimSKukYP9MS27ejmscqCTVA4almdLh0ODD2KYg==
2389+
"@commitlint/resolve-extends@^19.5.0":
2390+
version "19.5.0"
2391+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-19.5.0.tgz#f3ec33e12d10df90cae0bfad8e593431fb61b18e"
2392+
integrity sha512-CU/GscZhCUsJwcKTJS9Ndh3AKGZTNFIOoQB2n8CmFnizE0VnEuJoum+COW+C1lNABEeqk6ssfc1Kkalm4bDklA==
23932393
dependencies:
2394-
"@commitlint/config-validator" "^19.0.3"
2395-
"@commitlint/types" "^19.0.3"
2394+
"@commitlint/config-validator" "^19.5.0"
2395+
"@commitlint/types" "^19.5.0"
23962396
global-directory "^4.0.1"
23972397
import-meta-resolve "^4.0.0"
23982398
lodash.mergewith "^4.6.2"
23992399
resolve-from "^5.0.0"
24002400

2401-
"@commitlint/rules@^19.4.1":
2402-
version "19.4.1"
2403-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.4.1.tgz#df15baad1092e2be1b39aa1aa7cc05e12f59f677"
2404-
integrity sha512-AgctfzAONoVxmxOXRyxXIq7xEPrd7lK/60h2egp9bgGUMZK9v0+YqLOA+TH+KqCa63ZoCr8owP2YxoSSu7IgnQ==
2401+
"@commitlint/rules@^19.5.0":
2402+
version "19.5.0"
2403+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.5.0.tgz#2a72ab506d49d7f33eda56f0ae072a3479429e74"
2404+
integrity sha512-hDW5TPyf/h1/EufSHEKSp6Hs+YVsDMHazfJ2azIk9tHPXS6UqSz1dIRs1gpqS3eMXgtkT7JH6TW4IShdqOwhAw==
24052405
dependencies:
2406-
"@commitlint/ensure" "^19.0.3"
2407-
"@commitlint/message" "^19.0.0"
2408-
"@commitlint/to-lines" "^19.0.0"
2409-
"@commitlint/types" "^19.0.3"
2410-
execa "^8.0.1"
2406+
"@commitlint/ensure" "^19.5.0"
2407+
"@commitlint/message" "^19.5.0"
2408+
"@commitlint/to-lines" "^19.5.0"
2409+
"@commitlint/types" "^19.5.0"
24112410

2412-
"@commitlint/to-lines@^19.0.0":
2413-
version "19.0.0"
2414-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-19.0.0.tgz#aa6618eb371bafbc0cd3b48f0db565c4a40462c6"
2415-
integrity sha512-vkxWo+VQU5wFhiP9Ub9Sre0FYe019JxFikrALVoD5UGa8/t3yOJEpEhxC5xKiENKKhUkTpEItMTRAjHw2SCpZw==
2411+
"@commitlint/to-lines@^19.5.0":
2412+
version "19.5.0"
2413+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-19.5.0.tgz#e4b7f34f09064568c96a74de4f1fc9f466c4d472"
2414+
integrity sha512-R772oj3NHPkodOSRZ9bBVNq224DOxQtNef5Pl8l2M8ZnkkzQfeSTr4uxawV2Sd3ui05dUVzvLNnzenDBO1KBeQ==
24162415

2417-
"@commitlint/top-level@^19.0.0":
2418-
version "19.0.0"
2419-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-19.0.0.tgz#9c44d7cec533bb9598bfae9658737e2d6a903605"
2420-
integrity sha512-KKjShd6u1aMGNkCkaX4aG1jOGdn7f8ZI8TR1VEuNqUOjWTOdcDSsmglinglJ18JTjuBX5I1PtjrhQCRcixRVFQ==
2416+
"@commitlint/top-level@^19.5.0":
2417+
version "19.5.0"
2418+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-19.5.0.tgz#0017ffe39b5ba3611a1debd62efe28803601a14f"
2419+
integrity sha512-IP1YLmGAk0yWrImPRRc578I3dDUI5A2UBJx9FbSOjxe9sTlzFiwVJ+zeMLgAtHMtGZsC8LUnzmW1qRemkFU4ng==
24212420
dependencies:
24222421
find-up "^7.0.0"
24232422

2424-
"@commitlint/types@^19.0.3":
2425-
version "19.0.3"
2426-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.0.3.tgz#feff4ecac2b5c359f2a57f9ab094b2ac80ef0266"
2427-
integrity sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==
2423+
"@commitlint/types@^19.5.0":
2424+
version "19.5.0"
2425+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.5.0.tgz#c5084d1231d4dd50e40bdb656ee7601f691400b3"
2426+
integrity sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==
24282427
dependencies:
24292428
"@types/conventional-commits-parser" "^5.0.0"
24302429
chalk "^5.3.0"
@@ -10936,6 +10935,11 @@ tiny-glob@^0.2.8:
1093610935
globalyzer "0.1.0"
1093710936
globrex "^0.1.2"
1093810937

10938+
tinyexec@^0.3.0:
10939+
version "0.3.0"
10940+
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.0.tgz#ed60cfce19c17799d4a241e06b31b0ec2bee69e6"
10941+
integrity sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==
10942+
1093910943
tmp@^0.0.33:
1094010944
version "0.0.33"
1094110945
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"

0 commit comments

Comments
 (0)