Skip to content

Commit

Permalink
chore(deps-dev): Bump @commitlint/prompt-cli from 17.7.1 to 18.5.0
Browse files Browse the repository at this point in the history
Bumps [@commitlint/prompt-cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/prompt-cli) from 17.7.1 to 18.5.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/prompt-cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.5.0/@commitlint/prompt-cli)

---
updated-dependencies:
- dependency-name: "@commitlint/prompt-cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 22, 2024
1 parent b652ee7 commit f1fa453
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/prompt-cli": "17.7.1",
"@commitlint/prompt-cli": "18.5.0",
"eslint": "8.47.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.0.0",
Expand Down
109 changes: 96 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,14 @@
"@commitlint/types" "^17.4.4"
ajv "^8.11.0"

"@commitlint/config-validator@^18.5.0":
version "18.5.0"
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.5.0.tgz#3ddd3f94001ebbc5a61c7190fa7a51fab289690f"
integrity sha512-mDAA6WQPjh9Ida8ACdInDylBQcqeUD2gBHE+dQu+B3OIHiWiSSrq4F2+wg3nDU9EzfcQSwPwYL+QbMmiW5SmLA==
dependencies:
"@commitlint/types" "^18.4.4"
ajv "^8.11.0"

"@commitlint/ensure@^17.6.7":
version "17.6.7"
resolved "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.6.7.tgz"
Expand All @@ -497,11 +505,28 @@
lodash.startcase "^4.4.0"
lodash.upperfirst "^4.3.1"

"@commitlint/ensure@^18.4.4":
version "18.4.4"
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.4.4.tgz#5e142e489e32f6a22865cea05ca369a95a4b77a1"
integrity sha512-KjD19p6julB5WrQL+Cd8p+AePwpl1XzGAjB0jnuFMKWtji9L7ucCZUKDstGjlkBZGGzH/nvdB8K+bh5K27EVUg==
dependencies:
"@commitlint/types" "^18.4.4"
lodash.camelcase "^4.3.0"
lodash.kebabcase "^4.1.1"
lodash.snakecase "^4.1.1"
lodash.startcase "^4.4.0"
lodash.upperfirst "^4.3.1"

"@commitlint/execute-rule@^17.4.0":
version "17.4.0"
resolved "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-17.4.0.tgz"
integrity sha512-LIgYXuCSO5Gvtc0t9bebAMSwd68ewzmqLypqI2Kke1rqOqqDbMpYcYfoPfFlv9eyLIh4jocHWwCK5FS7z9icUA==

"@commitlint/execute-rule@^18.4.4":
version "18.4.4"
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.4.4.tgz#ade986742c1944c8162a54288747e54a8c6146b5"
integrity sha512-a37Nd3bDQydtg9PCLLWM9ZC+GO7X5i4zJvrggJv5jBhaHsXeQ9ZWdO6ODYR+f0LxBXXNYK3geYXJrCWUCP8JEg==

"@commitlint/format@^17.4.4":
version "17.4.4"
resolved "https://registry.npmjs.org/@commitlint/format/-/format-17.4.4.tgz"
Expand Down Expand Up @@ -548,6 +573,23 @@
ts-node "^10.8.1"
typescript "^4.6.4 || ^5.0.0"

"@commitlint/load@^18.5.0":
version "18.5.0"
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.5.0.tgz#b14eef9306c2500594d8a7f1e4a8d68cb2562439"
integrity sha512-vpyGgk7rzbFsU01NVwPNC/WetHFP0EwSYnQ1R833SJFHkEo+cWvqoVlw/VoZwBMoI6sF5/lwEdKzFDr1DHJ6+A==
dependencies:
"@commitlint/config-validator" "^18.5.0"
"@commitlint/execute-rule" "^18.4.4"
"@commitlint/resolve-extends" "^18.5.0"
"@commitlint/types" "^18.4.4"
chalk "^4.1.0"
cosmiconfig "^8.3.6"
cosmiconfig-typescript-loader "^5.0.0"
lodash.isplainobject "^4.0.6"
lodash.merge "^4.6.2"
lodash.uniq "^4.5.0"
resolve-from "^5.0.0"

"@commitlint/message@^17.4.2":
version "17.4.2"
resolved "https://registry.npmjs.org/@commitlint/message/-/message-17.4.2.tgz"
Expand All @@ -562,23 +604,23 @@
conventional-changelog-angular "^6.0.0"
conventional-commits-parser "^4.0.0"

"@commitlint/prompt-cli@17.7.1":
version "17.7.1"
resolved "https://registry.yarnpkg.com/@commitlint/prompt-cli/-/prompt-cli-17.7.1.tgz#32b3ee9b2de60f69b4f52bf4c6c27da26ecd324f"
integrity sha512-FM4nmJgOpE+aMRI4z41Pa4gu4qm6pAiBQN6+oIxM460hUtRF1wx2N+STfJCEHevM+/zS9h2LSXqdSB0aP3LGdQ==
"@commitlint/prompt-cli@18.5.0":
version "18.5.0"
resolved "https://registry.yarnpkg.com/@commitlint/prompt-cli/-/prompt-cli-18.5.0.tgz#e9b73cdbae121244590ea5fafb2c1648afbede80"
integrity sha512-5y/oICfedW/Lg1WAW2dtHJq7KK2XaXS/h6uGEzq58zzRvNSOi54C/cVTmC+SFxte3BJgvcjz9ZrMLMXXPTZfUg==
dependencies:
"@commitlint/prompt" "^17.7.1"
"@commitlint/prompt" "^18.5.0"
execa "^5.0.0"
inquirer "^6.5.2"

"@commitlint/prompt@^17.7.1":
version "17.7.1"
resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-17.7.1.tgz#f9fbe24d873fecb3bcfc33fa860c5b61f39780aa"
integrity sha512-TWPATfSarPHdUOGkE/irBtzE+ZhEuUQI8U8PMcrLYi26NtJTHmRWpwZGug5gehcmlvQuLCjoFg3naYrs1BMHEQ==
"@commitlint/prompt@^18.5.0":
version "18.5.0"
resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-18.5.0.tgz#5d02f6cc0b89f56d9e3f1b80c5b7690d3d49df4d"
integrity sha512-+4R021eiJuHg6j5ST4BJPpy8bk43yPUUuoPwwpuh7XZKPCtc+cqIO1Ycv9qfM2uWgcIbPMvVZ8UOggjm6CNKZQ==
dependencies:
"@commitlint/ensure" "^17.6.7"
"@commitlint/load" "^17.7.1"
"@commitlint/types" "^17.4.4"
"@commitlint/ensure" "^18.4.4"
"@commitlint/load" "^18.5.0"
"@commitlint/types" "^18.4.4"
chalk "^4.1.0"
inquirer "^6.5.2"

Expand All @@ -605,6 +647,18 @@
resolve-from "^5.0.0"
resolve-global "^1.0.0"

"@commitlint/resolve-extends@^18.5.0":
version "18.5.0"
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.5.0.tgz#ea955fc9455f70a5389cdc9633c78132c8008ed2"
integrity sha512-OxCYOMnlkOEEIkwTaRiFjHyuWBq962WBZQVHfMHej8tr3d+SfjznvqZhPmW8/SuqtfmGEiJPGWUNOxgwH+O0MA==
dependencies:
"@commitlint/config-validator" "^18.5.0"
"@commitlint/types" "^18.4.4"
import-fresh "^3.0.0"
lodash.mergewith "^4.6.2"
resolve-from "^5.0.0"
resolve-global "^1.0.0"

"@commitlint/rules@^17.7.0":
version "17.7.0"
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.7.0.tgz#b97a4933c5cba11a659a19ee467f6f000f31533e"
Expand Down Expand Up @@ -635,6 +689,13 @@
dependencies:
chalk "^4.1.0"

"@commitlint/types@^18.4.4":
version "18.4.4"
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.4.4.tgz#dae9e0ce6a6728a36b8982ff301af0170bbe0d38"
integrity sha512-/FykLtodD8gKs3+VNkAUwofu4LBHankclj+I8fB2jTRvG6PV7k/OUt4P+VbM7ip853qS4F0g7Z6hLNa6JeMcAQ==
dependencies:
chalk "^4.1.0"

"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"
resolved "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz"
Expand Down Expand Up @@ -2467,6 +2528,13 @@ cosmiconfig-typescript-loader@^4.0.0:
resolved "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.4.0.tgz"
integrity sha512-BabizFdC3wBHhbI4kJh0VkQP9GkBfoHPydD0COMce1nJ1kJAB3F2TmJ/I7diULBKtmEWSwEbuN/KDtgnmUUVmw==

cosmiconfig-typescript-loader@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-5.0.0.tgz#0d3becfe022a871f7275ceb2397d692e06045dc8"
integrity sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==
dependencies:
jiti "^1.19.1"

cosmiconfig@^7.0.0:
version "7.1.0"
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz"
Expand All @@ -2488,6 +2556,16 @@ cosmiconfig@^8.0.0:
parse-json "^5.0.0"
path-type "^4.0.0"

cosmiconfig@^8.3.6:
version "8.3.6"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.3.6.tgz#060a2b871d66dba6c8538ea1118ba1ac16f5fae3"
integrity sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==
dependencies:
import-fresh "^3.3.0"
js-yaml "^4.1.0"
parse-json "^5.2.0"
path-type "^4.0.0"

create-jest@^29.7.0:
version "29.7.0"
resolved "https://registry.yarnpkg.com/create-jest/-/create-jest-29.7.0.tgz#a355c5b3cb1e1af02ba177fe7afd7feee49a5320"
Expand Down Expand Up @@ -3590,7 +3668,7 @@ immer@9.0.19:
resolved "https://registry.npmjs.org/immer/-/immer-9.0.19.tgz"
integrity sha512-eY+Y0qcsB4TZKwgQzLaE/lqYMlKhv5J9dyd2RhhtGhNo2njPXDqU9XPfcNfa3MIDsdtZt5KlkIsirlo4dHsWdQ==

import-fresh@^3.0.0, import-fresh@^3.2.1:
import-fresh@^3.0.0, import-fresh@^3.2.1, import-fresh@^3.3.0:
version "3.3.0"
resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz"
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
Expand Down Expand Up @@ -4366,6 +4444,11 @@ jest@29.7.0:
import-local "^3.0.2"
jest-cli "^29.7.0"

jiti@^1.19.1:
version "1.21.0"
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.0.tgz#7c97f8fe045724e136a397f7340475244156105d"
integrity sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==

js-sha3@0.8.0:
version "0.8.0"
resolved "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz"
Expand Down

0 comments on commit f1fa453

Please sign in to comment.