Skip to content

Commit a8d6552

Browse files
dependabot[bot]jrolfs
authored andcommitted
feat(deps): bump @commitlint/prompt from 9.1.2 to 11.0.0
Bumps [@commitlint/prompt](https://github.com/conventional-changelog/commitlint) from 9.1.2 to 11.0.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](conventional-changelog/commitlint@v9.1.2...v11.0.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b7b72e commit a8d6552

File tree

2 files changed

+7
-40
lines changed

2 files changed

+7
-40
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@babel/runtime": "^7.11.2",
6262
"@commitlint/cli": "^11.0.0",
6363
"@commitlint/config-conventional": "^9.1.2",
64-
"@commitlint/prompt": "^9.1.2",
64+
"@commitlint/prompt": "^11.0.0",
6565
"@rollup/plugin-commonjs": "^15.0.0",
6666
"@rollup/plugin-json": "^4.0.2",
6767
"@rollup/plugin-node-resolve": "^7.1.1",

yarn.lock

+6-39
Original file line numberDiff line numberDiff line change
@@ -1047,11 +1047,6 @@
10471047
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-11.0.0.tgz#3ed60ab7a33019e58d90e2d891b75d7df77b4b4d"
10481048
integrity sha512-g01p1g4BmYlZ2+tdotCavrMunnPFPhTzG1ZiLKTCYrooHRbmvqo42ZZn4QMStUEIcn+jfLb6BRZX3JzIwA1ezQ==
10491049

1050-
"@commitlint/execute-rule@^9.1.2":
1051-
version "9.1.2"
1052-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-9.1.2.tgz#74a77eae50c8d2e5766822061ddf0df1b4f08027"
1053-
integrity sha512-NGbeo0KCVYo1yj9vVPFHv6RGFpIF6wcQxpFYUKGIzZVV9Vz1WyiKS689JXa99Dt1aN0cZlEJJLnTNDIgYls0Vg==
1054-
10551050
"@commitlint/format@^11.0.0":
10561051
version "11.0.0"
10571052
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-11.0.0.tgz#ac47b0b9ca46540c0082c721b290794e67bdc51b"
@@ -1091,19 +1086,6 @@
10911086
lodash "^4.17.19"
10921087
resolve-from "^5.0.0"
10931088

1094-
"@commitlint/load@^9.1.2":
1095-
version "9.1.2"
1096-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-9.1.2.tgz#c79634e8805ab35f318c535fdbda748288bf5395"
1097-
integrity sha512-FPL82xBuF7J3EJ57kLVoligQP4BFRwrknooP+vNT787AXmQ/Fddc/iYYwHwy67pNkk5N++/51UyDl/CqiHb6nA==
1098-
dependencies:
1099-
"@commitlint/execute-rule" "^9.1.2"
1100-
"@commitlint/resolve-extends" "^9.1.2"
1101-
"@commitlint/types" "^9.1.2"
1102-
chalk "4.1.0"
1103-
cosmiconfig "^6.0.0"
1104-
lodash "^4.17.19"
1105-
resolve-from "^5.0.0"
1106-
11071089
"@commitlint/message@^11.0.0":
11081090
version "11.0.0"
11091091
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-11.0.0.tgz#83554c3cbbc884fd07b473593bc3e94bcaa3ee05"
@@ -1117,13 +1099,13 @@
11171099
conventional-changelog-angular "^5.0.0"
11181100
conventional-commits-parser "^3.0.0"
11191101

1120-
"@commitlint/prompt@^9.1.2":
1121-
version "9.1.2"
1122-
resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-9.1.2.tgz#b0fa35525fa940943eb388292780acbcb9aa4f6c"
1123-
integrity sha512-VxpF+e+rYZZ+8DjIEY3arSnWiKVbDISVxWGbrxUUbheIBnqr1fAFcpJHJWBOzJTW79J79Y6Y6KGcu2fXvPx0ug==
1102+
"@commitlint/prompt@^11.0.0":
1103+
version "11.0.0"
1104+
resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-11.0.0.tgz#f8aef73d17a63901496dfd17aa192063151f679e"
1105+
integrity sha512-tI7Zi3KZ9P38iR/eC1inqjYDbFE/wd6ptA10191XwljXKvgov2nz1abC+5oqJPzGTxex1VC7q/NnWlPwLM5DCg==
11241106
dependencies:
1125-
"@babel/runtime" "^7.9.6"
1126-
"@commitlint/load" "^9.1.2"
1107+
"@babel/runtime" "^7.11.2"
1108+
"@commitlint/load" "^11.0.0"
11271109
chalk "^4.0.0"
11281110
lodash "^4.17.19"
11291111
throat "^5.0.0"
@@ -1148,16 +1130,6 @@
11481130
resolve-from "^5.0.0"
11491131
resolve-global "^1.0.0"
11501132

1151-
"@commitlint/resolve-extends@^9.1.2":
1152-
version "9.1.2"
1153-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-9.1.2.tgz#222dcb73b139b6645cf3ce3bd55db429a98600b3"
1154-
integrity sha512-HcoL+qFGmWEu9VM4fY0HI+VzF4yHcg3x+9Hx6pYFZ+r2wLbnKs964y0v68oyMO/mS/46MVoLNXZGR8U3adpadg==
1155-
dependencies:
1156-
import-fresh "^3.0.0"
1157-
lodash "^4.17.19"
1158-
resolve-from "^5.0.0"
1159-
resolve-global "^1.0.0"
1160-
11611133
"@commitlint/rules@^11.0.0":
11621134
version "11.0.0"
11631135
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-11.0.0.tgz#bdb310cc6fc55c9f8d7d917a22b69055c535c375"
@@ -1185,11 +1157,6 @@
11851157
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-11.0.0.tgz#719cf05fcc1abb6533610a2e0f5dd1e61eac14fe"
11861158
integrity sha512-VoNqai1vR5anRF5Tuh/+SWDFk7xi7oMwHrHrbm1BprYXjB2RJsWLhUrStMssDxEl5lW/z3EUdg8RvH/IUBccSQ==
11871159

1188-
"@commitlint/types@^9.1.2":
1189-
version "9.1.2"
1190-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-9.1.2.tgz#d05f66db03e3a3638a654e8badf2deb489eb220d"
1191-
integrity sha512-r3fwVbVH+M8W0qYlBBZFsUwKe6NT5qvz+EmU7sr8VeN1cQ63z+3cfXyTo7WGGEMEgKiT0jboNAK3b1FZp8k9LQ==
1192-
11931160
"@istanbuljs/load-nyc-config@^1.0.0":
11941161
version "1.1.0"
11951162
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"

0 commit comments

Comments
 (0)