From 0382070379cfc841da8dc57718d232d1649dac6f Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Tue, 22 Oct 2019 20:20:25 +0000 Subject: [PATCH] v8.3.2 --- @alias/commitlint-config-lerna-scopes/package.json | 4 ++-- @alias/commitlint/package.json | 4 ++-- @commitlint/cli/package.json | 10 +++++----- @commitlint/config-conventional/package.json | 2 +- @commitlint/config-lerna-scopes/package.json | 2 +- @commitlint/core/package.json | 10 +++++----- @commitlint/execute-rule/package.json | 4 ++-- @commitlint/format/package.json | 2 +- @commitlint/is-ignored/package.json | 4 ++-- @commitlint/lint/package.json | 8 ++++---- @commitlint/load/package.json | 6 +++--- @commitlint/message/package.json | 2 +- @commitlint/parse/package.json | 2 +- @commitlint/prompt-cli/package.json | 4 ++-- @commitlint/prompt/package.json | 4 ++-- @commitlint/read/package.json | 4 ++-- @commitlint/resolve-extends/package.json | 4 ++-- @commitlint/rules/package.json | 8 ++++---- @commitlint/to-lines/package.json | 4 ++-- @commitlint/top-level/package.json | 2 +- @commitlint/travis-cli/package.json | 4 ++-- lerna.json | 2 +- 22 files changed, 48 insertions(+), 48 deletions(-) diff --git a/@alias/commitlint-config-lerna-scopes/package.json b/@alias/commitlint-config-lerna-scopes/package.json index 57a956a8b9..0215e1f9e8 100644 --- a/@alias/commitlint-config-lerna-scopes/package.json +++ b/@alias/commitlint-config-lerna-scopes/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-config-lerna-scopes", - "version": "8.3.0", + "version": "8.3.2", "description": "Shareable commitlint config enforcing lerna package names as scopes", "files": [ "index.js" @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/conventional-changelog/commitlint#readme", "dependencies": { - "@commitlint/config-lerna-scopes": "^8.3.0" + "@commitlint/config-lerna-scopes": "^8.3.2" }, "devDependencies": { "@commitlint/utils": "^8.3.0" diff --git a/@alias/commitlint/package.json b/@alias/commitlint/package.json index bc8fb4971b..5bc80a2ed8 100644 --- a/@alias/commitlint/package.json +++ b/@alias/commitlint/package.json @@ -1,6 +1,6 @@ { "name": "commitlint", - "version": "8.3.1", + "version": "8.3.2", "description": "Lint your commit messages", "files": [ "cli.js" @@ -34,7 +34,7 @@ }, "license": "MIT", "dependencies": { - "@commitlint/cli": "^8.3.1", + "@commitlint/cli": "^8.3.2", "read-pkg": "5.2.0", "resolve-pkg": "2.0.0" }, diff --git a/@commitlint/cli/package.json b/@commitlint/cli/package.json index 6b60b15b45..560e1d36c3 100644 --- a/@commitlint/cli/package.json +++ b/@commitlint/cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/cli", - "version": "8.3.1", + "version": "8.3.2", "description": "Lint your commit messages", "files": [ "index.js", @@ -70,10 +70,10 @@ "tmp": "0.1.0" }, "dependencies": { - "@commitlint/format": "^8.3.0", - "@commitlint/lint": "^8.3.0", - "@commitlint/load": "^8.3.1", - "@commitlint/read": "^8.3.0", + "@commitlint/format": "^8.3.2", + "@commitlint/lint": "^8.3.2", + "@commitlint/load": "^8.3.2", + "@commitlint/read": "^8.3.2", "babel-polyfill": "6.26.0", "chalk": "2.4.2", "get-stdin": "7.0.0", diff --git a/@commitlint/config-conventional/package.json b/@commitlint/config-conventional/package.json index 2aad9facd4..a5bf78f3ea 100644 --- a/@commitlint/config-conventional/package.json +++ b/@commitlint/config-conventional/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-conventional", - "version": "8.3.0", + "version": "8.3.2", "description": "Shareable commitlint config enforcing conventional commits", "files": [ "index.js" diff --git a/@commitlint/config-lerna-scopes/package.json b/@commitlint/config-lerna-scopes/package.json index 162b33b311..0765bc42e4 100644 --- a/@commitlint/config-lerna-scopes/package.json +++ b/@commitlint/config-lerna-scopes/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-lerna-scopes", - "version": "8.3.0", + "version": "8.3.2", "description": "Shareable commitlint config enforcing lerna package names as scopes", "files": [ "index.js" diff --git a/@commitlint/core/package.json b/@commitlint/core/package.json index 2f9f9830cf..d1b1de9d87 100644 --- a/@commitlint/core/package.json +++ b/@commitlint/core/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/core", - "version": "8.3.1", + "version": "8.3.2", "description": "Lint your commit messages", "files": [ "index.js" @@ -32,9 +32,9 @@ }, "license": "MIT", "dependencies": { - "@commitlint/format": "^8.3.0", - "@commitlint/lint": "^8.3.0", - "@commitlint/load": "^8.3.1", - "@commitlint/read": "^8.3.0" + "@commitlint/format": "^8.3.2", + "@commitlint/lint": "^8.3.2", + "@commitlint/load": "^8.3.2", + "@commitlint/read": "^8.3.2" } } diff --git a/@commitlint/execute-rule/package.json b/@commitlint/execute-rule/package.json index 5b973152fc..d1d89ca1b6 100644 --- a/@commitlint/execute-rule/package.json +++ b/@commitlint/execute-rule/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/execute-rule", - "version": "8.3.0", + "version": "8.3.2", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,7 +34,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/parse": "^8.3.0", + "@commitlint/parse": "^8.3.2", "@commitlint/utils": "^8.3.0", "@types/jest": "24.0.19", "@types/lodash": "4.14.144", diff --git a/@commitlint/format/package.json b/@commitlint/format/package.json index be67d40534..f67fc0ceed 100644 --- a/@commitlint/format/package.json +++ b/@commitlint/format/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/format", - "version": "8.3.0", + "version": "8.3.2", "description": "Format commitlint reports", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/@commitlint/is-ignored/package.json b/@commitlint/is-ignored/package.json index 2247e32cae..ecd843420d 100644 --- a/@commitlint/is-ignored/package.json +++ b/@commitlint/is-ignored/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/is-ignored", - "version": "8.3.0", + "version": "8.3.2", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,7 +34,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/parse": "^8.3.0", + "@commitlint/parse": "^8.3.2", "@commitlint/test": "8.2.0", "@commitlint/utils": "^8.3.0" }, diff --git a/@commitlint/lint/package.json b/@commitlint/lint/package.json index 0ef2aab001..8b5b1f1baa 100644 --- a/@commitlint/lint/package.json +++ b/@commitlint/lint/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/lint", - "version": "8.3.0", + "version": "8.3.2", "description": "Lint a string against commitlint rules", "main": "lib/index.js", "files": [ @@ -69,9 +69,9 @@ "proxyquire": "2.1.3" }, "dependencies": { - "@commitlint/is-ignored": "^8.3.0", - "@commitlint/parse": "^8.3.0", - "@commitlint/rules": "^8.3.0", + "@commitlint/is-ignored": "^8.3.2", + "@commitlint/parse": "^8.3.2", + "@commitlint/rules": "^8.3.2", "babel-runtime": "^6.23.0", "lodash": "4.17.15" } diff --git a/@commitlint/load/package.json b/@commitlint/load/package.json index fc0c5ef704..9c8e34da8d 100644 --- a/@commitlint/load/package.json +++ b/@commitlint/load/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/load", - "version": "8.3.1", + "version": "8.3.2", "description": "Load shared commitlint configuration", "main": "lib/index.js", "files": [ @@ -68,8 +68,8 @@ "globby": "10.0.1" }, "dependencies": { - "@commitlint/execute-rule": "^8.3.0", - "@commitlint/resolve-extends": "^8.3.0", + "@commitlint/execute-rule": "^8.3.2", + "@commitlint/resolve-extends": "^8.3.2", "babel-runtime": "^6.23.0", "chalk": "2.4.2", "cosmiconfig": "^5.2.0", diff --git a/@commitlint/message/package.json b/@commitlint/message/package.json index 927f26af6d..8032d00a84 100644 --- a/@commitlint/message/package.json +++ b/@commitlint/message/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/message", - "version": "8.3.0", + "version": "8.3.2", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/@commitlint/parse/package.json b/@commitlint/parse/package.json index ca632b9990..7605d59c20 100644 --- a/@commitlint/parse/package.json +++ b/@commitlint/parse/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/parse", - "version": "8.3.0", + "version": "8.3.2", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/@commitlint/prompt-cli/package.json b/@commitlint/prompt-cli/package.json index ab19f9a964..224ae337cf 100644 --- a/@commitlint/prompt-cli/package.json +++ b/@commitlint/prompt-cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/prompt-cli", - "version": "8.3.1", + "version": "8.3.2", "description": "commit prompt using commitlint.config.js", "files": [ "cli.js" @@ -34,7 +34,7 @@ "ava": "0.25.0" }, "dependencies": { - "@commitlint/prompt": "^8.3.1", + "@commitlint/prompt": "^8.3.2", "execa": "0.11.0", "string-to-stream": "3.0.1" } diff --git a/@commitlint/prompt/package.json b/@commitlint/prompt/package.json index ce66885258..4f0dbce072 100644 --- a/@commitlint/prompt/package.json +++ b/@commitlint/prompt/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/prompt", - "version": "8.3.1", + "version": "8.3.2", "description": "commitizen prompt using commitlint.config.js", "main": "./lib/index.js", "files": [ @@ -65,7 +65,7 @@ "cross-env": "6.0.3" }, "dependencies": { - "@commitlint/load": "^8.3.1", + "@commitlint/load": "^8.3.2", "babel-runtime": "^6.23.0", "chalk": "^2.0.0", "lodash": "4.17.15", diff --git a/@commitlint/read/package.json b/@commitlint/read/package.json index 449edabd78..e21196468c 100644 --- a/@commitlint/read/package.json +++ b/@commitlint/read/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/read", - "version": "8.3.0", + "version": "8.3.2", "description": "Read commit messages from a specified range or last edit", "main": "lib/index.js", "files": [ @@ -67,7 +67,7 @@ "execa": "0.11.0" }, "dependencies": { - "@commitlint/top-level": "^8.3.0", + "@commitlint/top-level": "^8.3.2", "@marionebl/sander": "^0.6.0", "babel-runtime": "^6.23.0", "git-raw-commits": "^2.0.0" diff --git a/@commitlint/resolve-extends/package.json b/@commitlint/resolve-extends/package.json index c5f7d22b52..73f3b60874 100644 --- a/@commitlint/resolve-extends/package.json +++ b/@commitlint/resolve-extends/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/resolve-extends", - "version": "8.3.0", + "version": "8.3.2", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,7 +34,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/parse": "^8.3.0", + "@commitlint/parse": "^8.3.2", "@commitlint/utils": "^8.3.0", "@types/lodash": "4.14.144", "@types/resolve-from": "5.0.1" diff --git a/@commitlint/rules/package.json b/@commitlint/rules/package.json index bec8deadae..31c066a23f 100644 --- a/@commitlint/rules/package.json +++ b/@commitlint/rules/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/rules", - "version": "8.3.0", + "version": "8.3.2", "description": "Lint your commit messages", "main": "lib/index.js", "files": [ @@ -56,7 +56,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/parse": "^8.3.0", + "@commitlint/parse": "^8.3.2", "@commitlint/test": "8.2.0", "@commitlint/utils": "^8.3.0", "ava": "0.22.0", @@ -71,8 +71,8 @@ }, "dependencies": { "@commitlint/ensure": "^8.3.0", - "@commitlint/message": "^8.3.0", - "@commitlint/to-lines": "^8.3.0", + "@commitlint/message": "^8.3.2", + "@commitlint/to-lines": "^8.3.2", "babel-runtime": "^6.23.0" } } diff --git a/@commitlint/to-lines/package.json b/@commitlint/to-lines/package.json index 4c8bf1f821..f3f31b6b89 100644 --- a/@commitlint/to-lines/package.json +++ b/@commitlint/to-lines/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/to-lines", - "version": "8.3.0", + "version": "8.3.2", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,7 +34,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/parse": "^8.3.0", + "@commitlint/parse": "^8.3.2", "@commitlint/utils": "^8.3.0" } } diff --git a/@commitlint/top-level/package.json b/@commitlint/top-level/package.json index ab8d953700..c2d4743e30 100644 --- a/@commitlint/top-level/package.json +++ b/@commitlint/top-level/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/top-level", - "version": "8.3.0", + "version": "8.3.2", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/@commitlint/travis-cli/package.json b/@commitlint/travis-cli/package.json index d59ce4a4ec..eaf8ae0389 100644 --- a/@commitlint/travis-cli/package.json +++ b/@commitlint/travis-cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/travis-cli", - "version": "8.3.1", + "version": "8.3.2", "description": "Lint all relevant commits for a change or PR on Travis CI", "files": [ "lib/" @@ -65,7 +65,7 @@ "which": "2.0.1" }, "dependencies": { - "@commitlint/cli": "^8.3.1", + "@commitlint/cli": "^8.3.2", "babel-runtime": "6.26.0", "execa": "0.11.0" } diff --git a/lerna.json b/lerna.json index 482bf43db8..ca0986f9cb 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "lerna": "2", "npmClient": "yarn", "useWorkspaces": true, - "version": "8.3.1" + "version": "8.3.2" }