From 15be0ab095d6b66e235295daa960fd148a599605 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 11 Jan 2019 16:09:41 +0000 Subject: [PATCH] chore(deps): update devDependency @commitlint/config-conventional to ^7.3.0 (#29) This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | @​commitlint/config-conventional | devDependencies | minor | `^7.1.2` -> `^7.3.0` | [source](https://togithub.com/marionebl/commitlint) | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#Developmint/cipher-collection). --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b35544d..86eda40 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "license": "MIT", "devDependencies": { "@commitlint/cli": "^7.2.1", - "@commitlint/config-conventional": "^7.1.2", + "@commitlint/config-conventional": "^7.3.0", "@commitlint/travis-cli": "^7.2.1", "babel-core": "^6.26.3", "babel-eslint": "^10.0.1", diff --git a/yarn.lock b/yarn.lock index 59507a4..2d480bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -115,10 +115,10 @@ resolve-from "^4.0.0" resolve-global "^0.1.0" -"@commitlint/config-conventional@^7.1.2": - version "7.1.2" - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-7.1.2.tgz#5b5e45924c9abd8f9a8d83eb1f66e24e5f66916f" - integrity sha512-DmA4ixkpv03qA1TVs1Bl25QsVym2bPL6pKapesALWIVggG3OpwqGZ55vN75Tx8xZoG7LFKrVyrt7kwhA7X8njQ== +"@commitlint/config-conventional@^7.3.0": + version "7.3.0" + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-7.3.0.tgz#d76fa88e0a32e3768f103d84cd3413f750ac85d1" + integrity sha512-JKhQOfc+brEDUp/nDsNMOur8i1/Mbszd5hSdtUIiQqOjP294V99FrFytxOH4vIsInSrv6xagGxSE8J57wGQRxA== "@commitlint/ensure@^7.2.0": version "7.2.0"