From 53cf3257b58146db2440be97412e4cefbf5ee363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 06:48:34 +0000 Subject: [PATCH] chore: bump @commitlint/prompt-cli from 17.0.3 to 17.2.0 Bumps [@commitlint/prompt-cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/prompt-cli) from 17.0.3 to 17.2.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/v17.2.0/@commitlint/prompt-cli) --- updated-dependencies: - dependency-name: "@commitlint/prompt-cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 66 +++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 57 insertions(+), 9 deletions(-) diff --git a/yarn.lock b/yarn.lock index fec6567..d07e34d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -64,6 +64,14 @@ "@commitlint/types" "^17.0.0" ajv "^8.11.0" +"@commitlint/config-validator@^17.1.0": + version "17.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.1.0.tgz#51d09ca53d7a0d19736abf34eb18a66efce0f97a" + integrity sha512-Q1rRRSU09ngrTgeTXHq6ePJs2KrI+axPTgkNYDWSJIuS1Op4w3J30vUfSXjwn5YEJHklK3fSqWNHmBhmTR7Vdg== + dependencies: + "@commitlint/types" "^17.0.0" + ajv "^8.11.0" + "@commitlint/ensure@^17.0.0": version "17.0.0" resolved "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.0.0.tgz#781ff5f8870cb98ce4496d5c71649a4cd122a0e0" @@ -120,6 +128,24 @@ resolve-from "^5.0.0" typescript "^4.6.4" +"@commitlint/load@^17.2.0": + version "17.2.0" + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.2.0.tgz#11c9fb23a967ff1507a28931c91aae7f978ea4ae" + integrity sha512-HDD57qSqNrk399R4TIjw31AWBG8dBjNj1MrDKZKmC/wvimtnIFlqzcu1+sxfXIOHj/+M6tcMWDtvknGUd7SU+g== + dependencies: + "@commitlint/config-validator" "^17.1.0" + "@commitlint/execute-rule" "^17.0.0" + "@commitlint/resolve-extends" "^17.1.0" + "@commitlint/types" "^17.0.0" + "@types/node" "^14.0.0" + chalk "^4.1.0" + cosmiconfig "^7.0.0" + cosmiconfig-typescript-loader "^4.0.0" + lodash "^4.17.19" + resolve-from "^5.0.0" + ts-node "^10.8.1" + typescript "^4.6.4" + "@commitlint/message@^17.0.0": version "17.0.0" resolved "https://registry.npmjs.org/@commitlint/message/-/message-17.0.0.tgz#ae0f8ec6a3e5c8d369792a2c391952c7596cca73" @@ -135,21 +161,21 @@ conventional-commits-parser "^3.2.2" "@commitlint/prompt-cli@^17.0.0": - version "17.0.3" - resolved "https://registry.npmjs.org/@commitlint/prompt-cli/-/prompt-cli-17.0.3.tgz#ec83de53849bbd53d09b8f884e98931e995b5ee9" - integrity sha512-RUWbXKMrBDca4+mf0HcSSBVjMK8tzrGHpRFdPCwWZQ+dXAPBZ1RvDCaNAl9AdkJJqF556btrIqBjhmO5Q7VKoQ== + version "17.2.0" + resolved "https://registry.yarnpkg.com/@commitlint/prompt-cli/-/prompt-cli-17.2.0.tgz#897ecedd1a1f6a91ad4adb5196326149cac7b044" + integrity sha512-CQjABqmB6V76zpp3q7AzzYu3P8UDrv4j8e60OFiY7tzPny5a0CLvB8yp0+8Y4Z99OtOPDY9mKJku7jm1MP0OJQ== dependencies: - "@commitlint/prompt" "^17.0.3" + "@commitlint/prompt" "^17.2.0" execa "^5.0.0" inquirer "^6.5.2" -"@commitlint/prompt@^17.0.3": - version "17.0.3" - resolved "https://registry.npmjs.org/@commitlint/prompt/-/prompt-17.0.3.tgz#e3f06071d54231967272c92cc990d04531a7d3a5" - integrity sha512-YdR1tarst9bcjQXhD6+4S2/buEyUPC+9G1nfklwizQIzaiHe3rkvmF0HgTR8PJgZjvbHEOM2KDjBz3q60Dsmtw== +"@commitlint/prompt@^17.2.0": + version "17.2.0" + resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-17.2.0.tgz#e687521bce9bf4fc1ee1eb7a0b89e80f5e1be8fd" + integrity sha512-xMWMJteq0VZ25i8IaXGBmUMEg8l5SQewvk21jp//BPkKSOxEwXFUSiwMA6iUkILCWHHffQBAgs/1O+4HqZrtaQ== dependencies: "@commitlint/ensure" "^17.0.0" - "@commitlint/load" "^17.0.3" + "@commitlint/load" "^17.2.0" "@commitlint/types" "^17.0.0" chalk "^4.1.0" inquirer "^6.5.2" @@ -177,6 +203,18 @@ resolve-from "^5.0.0" resolve-global "^1.0.0" +"@commitlint/resolve-extends@^17.1.0": + version "17.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.1.0.tgz#7cf04fa13096c8a6544a4af13321fdf8d0d50694" + integrity sha512-jqKm00LJ59T0O8O4bH4oMa4XyJVEOK4GzH8Qye9XKji+Q1FxhZznxMV/bDLyYkzbTodBt9sL0WLql8wMtRTbqQ== + dependencies: + "@commitlint/config-validator" "^17.1.0" + "@commitlint/types" "^17.0.0" + import-fresh "^3.0.0" + lodash "^4.17.19" + resolve-from "^5.0.0" + resolve-global "^1.0.0" + "@commitlint/rules@^17.0.0": version "17.0.0" resolved "https://registry.npmjs.org/@commitlint/rules/-/rules-17.0.0.tgz#4eecc5d28cabbc5f3f73838fb02592b551f9bf62" @@ -826,6 +864,11 @@ resolved "https://registry.npmjs.org/@types/node/-/node-18.7.13.tgz#23e6c5168333480d454243378b69e861ab5c011a" integrity sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw== +"@types/node@^14.0.0": + version "14.18.33" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.33.tgz#8c29a0036771569662e4635790ffa9e057db379b" + integrity sha512-qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg== + "@types/normalize-package-data@^2.4.0": version "2.4.1" resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" @@ -1624,6 +1667,11 @@ cosmiconfig-typescript-loader@^2.0.0: cosmiconfig "^7" ts-node "^10.8.1" +cosmiconfig-typescript-loader@^4.0.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.2.0.tgz#a3cfd0dd9dac86be7dbe5f53eb46ad03abdf417b" + integrity sha512-NkANeMnaHrlaSSlpKGyvn2R4rqUDeE/9E5YHx+b4nwo0R8dZyAqcih8/gxpCZvqWP9Vf6xuLpMSzSgdVEIM78g== + cosmiconfig@^7, cosmiconfig@^7.0.0: version "7.0.1" resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"