From 5be733976de51ba28f877bcdd273eea73f6725cf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Feb 2019 22:56:18 +0000 Subject: [PATCH] chore(deps): update commitlint monorepo --- shrinkwrap.yaml | 25 ++++++++++++------------- tools/package.json | 6 +++--- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/shrinkwrap.yaml b/shrinkwrap.yaml index 2071554bfb..b0fc86e58b 100644 --- a/shrinkwrap.yaml +++ b/shrinkwrap.yaml @@ -2049,14 +2049,14 @@ importers: write-pkg: 3.2.0 tools: devDependencies: - '@commitlint/cli': 7.4.0 - '@commitlint/config-conventional': 7.3.1 - '@commitlint/prompt-cli': 7.3.1 + '@commitlint/cli': 7.5.2 + '@commitlint/config-conventional': 7.5.0 + '@commitlint/prompt-cli': 7.5.0 husky: 1.3.1 specifiers: - '@commitlint/cli': 7.4.0 - '@commitlint/config-conventional': 7.3.1 - '@commitlint/prompt-cli': 7.3.1 + '@commitlint/cli': 7.5.2 + '@commitlint/config-conventional': 7.5.0 + '@commitlint/prompt-cli': 7.5.0 husky: 1.3.1 utils/tslint-config: dependencies: @@ -2071,7 +2071,7 @@ importers: tslint-eslint-rules: 5.4.0 typescript: 3.3.3333 packages: - /@commitlint/cli/7.4.0: + /@commitlint/cli/7.5.2: dependencies: '@commitlint/format': 7.5.0 '@commitlint/lint': 7.5.2 @@ -2089,11 +2089,11 @@ packages: node: '>=4' hasBin: true resolution: - integrity: sha512-wwjLX+8dkqgiQgIDcKpwSoYC+vWp/njw+Q0f+TPtSB3KCARmb9A4EWmDzFocYzK1goJT+j472ZG87GqUOHmChg== - /@commitlint/config-conventional/7.3.1: + integrity: sha512-UQdW/wNb+XeANoYYLyuKEDIfWKSzdhJkPQZ8ie/IjfMNnsP+B23bkX4Ati+6U8zgz0yyngoxWl+3lfExiIL4hQ== + /@commitlint/config-conventional/7.5.0: dev: true resolution: - integrity: sha512-KPgL+wvXReqi0tvmjV0NQI+d4QwK125K1qimJtM+/uArR7P4AAlQxdXGnZ5kBtsTIzg9O9FhUS49UwqffmxijA== + integrity: sha512-odLgBfQ5xntFAmMfAmDY2C4EWhW+cSTbvbsRS7seb55DCa3IaxxSHHC9eXrR+hN/BdUT5vqAxdX1PkR996sq9Q== /@commitlint/ensure/7.1.2: dependencies: lodash.camelcase: 4.3.0 @@ -2172,16 +2172,15 @@ packages: node: '>=4' resolution: integrity: sha512-hWASM8SBFTBtlFkKrEtD1qW6yTe2BsfoRiMKuYyRCTd+739TUF17og5vgQVuWttbGP0gXaciW44NygS2YjZmfA== - /@commitlint/prompt-cli/7.3.1: + /@commitlint/prompt-cli/7.5.0: dependencies: '@commitlint/prompt': 7.5.0 execa: 0.9.0 - meow: 3.7.0 string-to-stream: 1.1.1 dev: true hasBin: true resolution: - integrity: sha512-F9GT+41FDTR1kpzzsSNAlSaKfFhoem0yE3XIUlGJf7DSvq78PZG05gkpbMi73nKlK2BSS6lCzel6WxTWWd9NZg== + integrity: sha512-uTk/p6PUjFO2hyLsKsU4f1de2q33OtJyqEYk7LTkLMx2oyio+BYjNc4s3RgB7sUm6Mjbpmyn0COuNOe08AEA2A== /@commitlint/prompt/7.5.0: dependencies: '@commitlint/load': 7.5.0 diff --git a/tools/package.json b/tools/package.json index f7447e4f41..1342300e2d 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,8 +1,8 @@ { "devDependencies": { - "@commitlint/cli": "7.4.0", - "@commitlint/config-conventional": "7.3.1", - "@commitlint/prompt-cli": "7.3.1", + "@commitlint/cli": "7.5.2", + "@commitlint/config-conventional": "7.5.0", + "@commitlint/prompt-cli": "7.5.0", "husky": "1.3.1" }, "husky": {