Skip to content

Commit 2aaf96b

Browse files
feat(deps): bump @commitlint/prompt from 11.0.0 to 12.0.1
Bumps [@commitlint/prompt](https://github.com/conventional-changelog/commitlint) from 11.0.0 to 12.0.1. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](conventional-changelog/commitlint@v11.0.0...v12.0.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2423f9 commit 2aaf96b

File tree

2 files changed

+49
-9
lines changed

2 files changed

+49
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dependencies": {
5353
"@commitlint/cli": "^11.0.0",
5454
"@commitlint/config-conventional": "^11.0.0",
55-
"@commitlint/prompt": "^11.0.0",
55+
"@commitlint/prompt": "^12.0.1",
5656
"@types/jest": "^26.0.20",
5757
"@typescript-eslint/eslint-plugin": "^4.17.0",
5858
"@typescript-eslint/parser": "^4.14.2",

yarn.lock

+48-8
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,11 @@
954954
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-11.0.0.tgz#3ed60ab7a33019e58d90e2d891b75d7df77b4b4d"
955955
integrity sha512-g01p1g4BmYlZ2+tdotCavrMunnPFPhTzG1ZiLKTCYrooHRbmvqo42ZZn4QMStUEIcn+jfLb6BRZX3JzIwA1ezQ==
956956

957+
"@commitlint/execute-rule@^12.0.1":
958+
version "12.0.1"
959+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-12.0.1.tgz#5bb2eba929270cafb2bd8191799d8b451de7fb7e"
960+
integrity sha512-JzyweYfZlFLtXpgP+btzSY3YAkGPg61TqUSYQqBr4+5IaVf1FruMm5v4D5eLu9dAJuNKUfHbM3AEfuEPiZ79pg==
961+
957962
"@commitlint/format@^11.0.0":
958963
version "11.0.0"
959964
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-11.0.0.tgz#ac47b0b9ca46540c0082c721b290794e67bdc51b"
@@ -980,7 +985,20 @@
980985
"@commitlint/rules" "^11.0.0"
981986
"@commitlint/types" "^11.0.0"
982987

983-
"@commitlint/load@>6.1.1", "@commitlint/load@^11.0.0":
988+
"@commitlint/load@>6.1.1", "@commitlint/load@^12.0.1":
989+
version "12.0.1"
990+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-12.0.1.tgz#4d180fc88e5b4cfcb476a245d899f85154137502"
991+
integrity sha512-dX8KdCWn7w0bTkkk3zKQpe9X8vsTRa5EM+1ffF313wCX9b6tGa9vujhEHCkSzKAbbE2tFV64CHZygE7rtlHdIA==
992+
dependencies:
993+
"@commitlint/execute-rule" "^12.0.1"
994+
"@commitlint/resolve-extends" "^12.0.1"
995+
"@commitlint/types" "^12.0.1"
996+
chalk "^4.0.0"
997+
cosmiconfig "^7.0.0"
998+
lodash "^4.17.19"
999+
resolve-from "^5.0.0"
1000+
1001+
"@commitlint/load@^11.0.0":
9841002
version "11.0.0"
9851003
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-11.0.0.tgz#f736562f0ffa7e773f8808fea93319042ee18211"
9861004
integrity sha512-t5ZBrtgvgCwPfxmG811FCp39/o3SJ7L+SNsxFL92OR4WQxPcu6c8taD0CG2lzOHGuRyuMxZ7ps3EbngT2WpiCg==
@@ -1006,16 +1024,16 @@
10061024
conventional-changelog-angular "^5.0.0"
10071025
conventional-commits-parser "^3.0.0"
10081026

1009-
"@commitlint/prompt@^11.0.0":
1010-
version "11.0.0"
1011-
resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-11.0.0.tgz#f8aef73d17a63901496dfd17aa192063151f679e"
1012-
integrity sha512-tI7Zi3KZ9P38iR/eC1inqjYDbFE/wd6ptA10191XwljXKvgov2nz1abC+5oqJPzGTxex1VC7q/NnWlPwLM5DCg==
1027+
"@commitlint/prompt@^12.0.1":
1028+
version "12.0.1"
1029+
resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-12.0.1.tgz#f1d7c808c26e2864fde50a21fc95651c647cb395"
1030+
integrity sha512-EXCZzoyXIbIhV38tJMjVvwzpQwP08ZmLDbL2crU3zVsZ9FjHxw2ujreF23qpCnx7GQHm/D7Q7rIDHhUALAPj/Q==
10131031
dependencies:
1014-
"@babel/runtime" "^7.11.2"
1015-
"@commitlint/load" "^11.0.0"
1032+
"@commitlint/load" "^12.0.1"
1033+
"@commitlint/types" "^12.0.1"
10161034
chalk "^4.0.0"
10171035
lodash "^4.17.19"
1018-
throat "^5.0.0"
1036+
throat "^6.0.0"
10191037
vorpal "^1.12.0"
10201038

10211039
"@commitlint/read@^11.0.0":
@@ -1037,6 +1055,16 @@
10371055
resolve-from "^5.0.0"
10381056
resolve-global "^1.0.0"
10391057

1058+
"@commitlint/resolve-extends@^12.0.1":
1059+
version "12.0.1"
1060+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-12.0.1.tgz#77509f386e08bd30262ec9a75c783d8f4f028fd2"
1061+
integrity sha512-Mvg0GDi/68Cqw893ha8uhxE8myHfPmiSSSi7d1x4VJNR4hoS37lBdX89kyx4i9NPmLfviY2cUJKTyK8ZrFznZw==
1062+
dependencies:
1063+
import-fresh "^3.0.0"
1064+
lodash "^4.17.19"
1065+
resolve-from "^5.0.0"
1066+
resolve-global "^1.0.0"
1067+
10401068
"@commitlint/rules@^11.0.0":
10411069
version "11.0.0"
10421070
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-11.0.0.tgz#bdb310cc6fc55c9f8d7d917a22b69055c535c375"
@@ -1064,6 +1092,13 @@
10641092
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-11.0.0.tgz#719cf05fcc1abb6533610a2e0f5dd1e61eac14fe"
10651093
integrity sha512-VoNqai1vR5anRF5Tuh/+SWDFk7xi7oMwHrHrbm1BprYXjB2RJsWLhUrStMssDxEl5lW/z3EUdg8RvH/IUBccSQ==
10661094

1095+
"@commitlint/types@^12.0.1":
1096+
version "12.0.1"
1097+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-12.0.1.tgz#04a0cbb8aa56b7c004f8939c2d1ef8892ec68327"
1098+
integrity sha512-FsNDMV0W7D19/ZbR412klpqAilXASx75Neqh7jPtK278IEwdukOg3vth1r5kTm+BjDScM7wMUEOwIW3NNfAtwg==
1099+
dependencies:
1100+
chalk "^4.0.0"
1101+
10671102
"@eslint/eslintrc@^0.4.0":
10681103
version "0.4.0"
10691104
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
@@ -8043,6 +8078,11 @@ throat@^5.0.0:
80438078
resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b"
80448079
integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==
80458080

8081+
throat@^6.0.0:
8082+
version "6.0.1"
8083+
resolved "https://registry.yarnpkg.com/throat/-/throat-6.0.1.tgz#d514fedad95740c12c2d7fc70ea863eb51ade375"
8084+
integrity sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==
8085+
80468086
through2@^2.0.2:
80478087
version "2.0.5"
80488088
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"

0 commit comments

Comments
 (0)