From 141088740aeb8e3e0ce74eec727ac693127cf0ee Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Mon, 15 Nov 2021 08:16:31 +0000 Subject: [PATCH 1/3] chore: update lodash to 4.17.21 (#2688) SECURITY: CVE-2021-23337 in package lodash https://nvd.nist.gov/vuln/detail/CVE-2021-23337 --- @commitlint/cli/package.json | 2 +- @commitlint/config-patternplate/package.json | 2 +- @commitlint/ensure/package.json | 2 +- @commitlint/format/package.json | 2 +- @commitlint/lint/package.json | 2 +- @commitlint/load/package.json | 2 +- @commitlint/prompt/package.json | 2 +- @commitlint/resolve-extends/package.json | 2 +- @commitlint/rules/package.json | 2 +- @packages/utils/package.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/@commitlint/cli/package.json b/@commitlint/cli/package.json index c16b3eddae..8353208320 100644 --- a/@commitlint/cli/package.json +++ b/@commitlint/cli/package.json @@ -77,7 +77,7 @@ "babel-polyfill": "6.26.0", "chalk": "2.4.2", "get-stdin": "7.0.0", - "lodash": "4.17.15", + "lodash": "4.17.21", "meow": "5.0.0", "resolve-from": "5.0.0", "resolve-global": "1.0.0" diff --git a/@commitlint/config-patternplate/package.json b/@commitlint/config-patternplate/package.json index e1e2061f24..bcc65ec517 100644 --- a/@commitlint/config-patternplate/package.json +++ b/@commitlint/config-patternplate/package.json @@ -31,7 +31,7 @@ "dependencies": { "@commitlint/config-angular": "^8.3.4", "globby": "10.0.1", - "lodash": "4.17.15" + "lodash": "4.17.21" }, "devDependencies": { "@commitlint/utils": "^8.3.4" diff --git a/@commitlint/ensure/package.json b/@commitlint/ensure/package.json index 3ee7128da9..c99959ab09 100644 --- a/@commitlint/ensure/package.json +++ b/@commitlint/ensure/package.json @@ -38,6 +38,6 @@ "globby": "10.0.1" }, "dependencies": { - "lodash": "4.17.15" + "lodash": "4.17.21" } } diff --git a/@commitlint/format/package.json b/@commitlint/format/package.json index c8911fe512..7c67276499 100644 --- a/@commitlint/format/package.json +++ b/@commitlint/format/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@commitlint/utils": "^8.3.4", "@types/lodash": "4.14.144", - "lodash": "4.17.15", + "lodash": "4.17.21", "typescript": "3.6.4" }, "dependencies": { diff --git a/@commitlint/lint/package.json b/@commitlint/lint/package.json index 60a1543811..423d6d6e53 100644 --- a/@commitlint/lint/package.json +++ b/@commitlint/lint/package.json @@ -73,6 +73,6 @@ "@commitlint/parse": "^8.3.4", "@commitlint/rules": "^8.3.4", "babel-runtime": "^6.23.0", - "lodash": "4.17.15" + "lodash": "4.17.21" } } diff --git a/@commitlint/load/package.json b/@commitlint/load/package.json index 4287001ae4..f9751620c5 100644 --- a/@commitlint/load/package.json +++ b/@commitlint/load/package.json @@ -73,7 +73,7 @@ "babel-runtime": "^6.23.0", "chalk": "2.4.2", "cosmiconfig": "^5.2.0", - "lodash": "4.17.15", + "lodash": "4.17.21", "resolve-from": "^5.0.0" } } diff --git a/@commitlint/prompt/package.json b/@commitlint/prompt/package.json index 0fa48cde6d..7901047843 100644 --- a/@commitlint/prompt/package.json +++ b/@commitlint/prompt/package.json @@ -68,7 +68,7 @@ "@commitlint/load": "^8.3.5", "babel-runtime": "^6.23.0", "chalk": "^2.0.0", - "lodash": "4.17.15", + "lodash": "4.17.21", "throat": "^5.0.0", "vorpal": "^1.12.0" } diff --git a/@commitlint/resolve-extends/package.json b/@commitlint/resolve-extends/package.json index 733c80e525..cd56303bc7 100644 --- a/@commitlint/resolve-extends/package.json +++ b/@commitlint/resolve-extends/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "import-fresh": "^3.0.0", - "lodash": "4.17.15", + "lodash": "4.17.21", "resolve-from": "^5.0.0", "resolve-global": "^1.0.0" } diff --git a/@commitlint/rules/package.json b/@commitlint/rules/package.json index c5d219ca1b..d9608a8022 100644 --- a/@commitlint/rules/package.json +++ b/@commitlint/rules/package.json @@ -67,7 +67,7 @@ "conventional-changelog-angular": "1.6.6", "cross-env": "6.0.3", "globby": "10.0.1", - "lodash": "4.17.15" + "lodash": "4.17.21" }, "dependencies": { "@commitlint/ensure": "^8.3.4", diff --git a/@packages/utils/package.json b/@packages/utils/package.json index ace86a6130..57228f3e9b 100644 --- a/@packages/utils/package.json +++ b/@packages/utils/package.json @@ -49,7 +49,7 @@ "@marionebl/sander": "0.6.1", "execa": "0.11.0", "is-builtin-module": "3.0.0", - "lodash": "4.17.15", + "lodash": "4.17.21", "meow": "4.0.1", "read-pkg": "5.2.0", "require-from-string": "2.0.2", From 6a82f76225de53e1a84c4b56ade134d9e541a5a5 Mon Sep 17 00:00:00 2001 From: escapedcat Date: Wed, 17 Nov 2021 14:33:13 +0800 Subject: [PATCH 2/3] chore: update lock file --- yarn.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 5f7c3f59e2..36b84df7d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7431,7 +7431,7 @@ lodash.uniq@^4.5.0: resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= -lodash@4.17.14, lodash@4.17.15, lodash@^3.3.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.4, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1: +lodash@4.17.14, lodash@4.17.21, lodash@^3.3.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.4, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1: version "4.17.14" resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba" integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw== From 9ef77c205ce9338850b15374fd003f2052211803 Mon Sep 17 00:00:00 2001 From: escapedcat Date: Wed, 17 Nov 2021 14:34:44 +0800 Subject: [PATCH 3/3] v8.3.6 --- @alias/commitlint-config-angular/CHANGELOG.md | 8 ++++++++ @alias/commitlint-config-angular/package.json | 6 +++--- @alias/commitlint-config-lerna-scopes/CHANGELOG.md | 8 ++++++++ @alias/commitlint-config-lerna-scopes/package.json | 6 +++--- @alias/commitlint-config-patternplate/CHANGELOG.md | 8 ++++++++ @alias/commitlint-config-patternplate/package.json | 6 +++--- @alias/commitlint/CHANGELOG.md | 8 ++++++++ @alias/commitlint/package.json | 6 +++--- @commitlint/cli/CHANGELOG.md | 8 ++++++++ @commitlint/cli/package.json | 12 ++++++------ @commitlint/config-angular-type-enum/CHANGELOG.md | 8 ++++++++ @commitlint/config-angular-type-enum/package.json | 4 ++-- @commitlint/config-angular/CHANGELOG.md | 8 ++++++++ @commitlint/config-angular/package.json | 6 +++--- @commitlint/config-conventional/CHANGELOG.md | 8 ++++++++ @commitlint/config-conventional/package.json | 4 ++-- @commitlint/config-lerna-scopes/CHANGELOG.md | 8 ++++++++ @commitlint/config-lerna-scopes/package.json | 4 ++-- @commitlint/config-patternplate/CHANGELOG.md | 8 ++++++++ @commitlint/config-patternplate/package.json | 6 +++--- @commitlint/core/CHANGELOG.md | 8 ++++++++ @commitlint/core/package.json | 10 +++++----- @commitlint/ensure/CHANGELOG.md | 8 ++++++++ @commitlint/ensure/package.json | 4 ++-- @commitlint/execute-rule/CHANGELOG.md | 8 ++++++++ @commitlint/execute-rule/package.json | 6 +++--- @commitlint/format/CHANGELOG.md | 8 ++++++++ @commitlint/format/package.json | 4 ++-- @commitlint/is-ignored/CHANGELOG.md | 8 ++++++++ @commitlint/is-ignored/package.json | 6 +++--- @commitlint/lint/CHANGELOG.md | 8 ++++++++ @commitlint/lint/package.json | 10 +++++----- @commitlint/load/CHANGELOG.md | 8 ++++++++ @commitlint/load/package.json | 8 ++++---- @commitlint/message/CHANGELOG.md | 8 ++++++++ @commitlint/message/package.json | 4 ++-- @commitlint/parse/CHANGELOG.md | 8 ++++++++ @commitlint/parse/package.json | 4 ++-- @commitlint/prompt-cli/CHANGELOG.md | 8 ++++++++ @commitlint/prompt-cli/package.json | 6 +++--- @commitlint/prompt/CHANGELOG.md | 8 ++++++++ @commitlint/prompt/package.json | 6 +++--- @commitlint/read/CHANGELOG.md | 8 ++++++++ @commitlint/read/package.json | 6 +++--- @commitlint/resolve-extends/CHANGELOG.md | 8 ++++++++ @commitlint/resolve-extends/package.json | 6 +++--- @commitlint/rules/CHANGELOG.md | 8 ++++++++ @commitlint/rules/package.json | 12 ++++++------ @commitlint/to-lines/CHANGELOG.md | 8 ++++++++ @commitlint/to-lines/package.json | 6 +++--- @commitlint/top-level/CHANGELOG.md | 8 ++++++++ @commitlint/top-level/package.json | 4 ++-- @commitlint/travis-cli/CHANGELOG.md | 8 ++++++++ @commitlint/travis-cli/package.json | 6 +++--- @packages/utils/CHANGELOG.md | 8 ++++++++ @packages/utils/package.json | 2 +- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- 58 files changed, 318 insertions(+), 86 deletions(-) diff --git a/@alias/commitlint-config-angular/CHANGELOG.md b/@alias/commitlint-config-angular/CHANGELOG.md index 80eb60279d..fc896b6983 100644 --- a/@alias/commitlint-config-angular/CHANGELOG.md +++ b/@alias/commitlint-config-angular/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package commitlint-config-angular + + + + + ## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) **Note:** Version bump only for package commitlint-config-angular diff --git a/@alias/commitlint-config-angular/package.json b/@alias/commitlint-config-angular/package.json index a09b5dcdfc..04fea2e579 100644 --- a/@alias/commitlint-config-angular/package.json +++ b/@alias/commitlint-config-angular/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-config-angular", - "version": "8.3.4", + "version": "8.3.6", "description": "Shareable commitlint config enforcing the angular commit convention", "files": [ "index.js" @@ -28,9 +28,9 @@ }, "homepage": "https://github.com/conventional-changelog/commitlint#readme", "dependencies": { - "@commitlint/config-angular": "^8.3.4" + "@commitlint/config-angular": "^8.3.6" }, "devDependencies": { - "@commitlint/utils": "^8.3.4" + "@commitlint/utils": "^8.3.6" } } diff --git a/@alias/commitlint-config-lerna-scopes/CHANGELOG.md b/@alias/commitlint-config-lerna-scopes/CHANGELOG.md index d6ef88fcc1..5e9caea22a 100644 --- a/@alias/commitlint-config-lerna-scopes/CHANGELOG.md +++ b/@alias/commitlint-config-lerna-scopes/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package commitlint-config-lerna-scopes + + + + + ## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) **Note:** Version bump only for package commitlint-config-lerna-scopes diff --git a/@alias/commitlint-config-lerna-scopes/package.json b/@alias/commitlint-config-lerna-scopes/package.json index b6dc6846ab..e267b8f202 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.4", + "version": "8.3.6", "description": "Shareable commitlint config enforcing lerna package names as scopes", "files": [ "index.js" @@ -28,9 +28,9 @@ }, "homepage": "https://github.com/conventional-changelog/commitlint#readme", "dependencies": { - "@commitlint/config-lerna-scopes": "^8.3.4" + "@commitlint/config-lerna-scopes": "^8.3.6" }, "devDependencies": { - "@commitlint/utils": "^8.3.4" + "@commitlint/utils": "^8.3.6" } } diff --git a/@alias/commitlint-config-patternplate/CHANGELOG.md b/@alias/commitlint-config-patternplate/CHANGELOG.md index c1683d9085..83d8292d8f 100644 --- a/@alias/commitlint-config-patternplate/CHANGELOG.md +++ b/@alias/commitlint-config-patternplate/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package commitlint-config-patternplate + + + + + ## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) **Note:** Version bump only for package commitlint-config-patternplate diff --git a/@alias/commitlint-config-patternplate/package.json b/@alias/commitlint-config-patternplate/package.json index 8e450cebc3..8012fd2aa7 100644 --- a/@alias/commitlint-config-patternplate/package.json +++ b/@alias/commitlint-config-patternplate/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-config-patternplate", - "version": "8.3.4", + "version": "8.3.6", "description": "Lint your commits, patternplate-style", "files": [ "index.js" @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/conventional-changelog/commitlint#readme", "dependencies": { - "@commitlint/config-patternplate": "^8.3.4", - "@commitlint/utils": "^8.3.4" + "@commitlint/config-patternplate": "^8.3.6", + "@commitlint/utils": "^8.3.6" } } diff --git a/@alias/commitlint/CHANGELOG.md b/@alias/commitlint/CHANGELOG.md index 9c10631d33..4cc0e684b5 100644 --- a/@alias/commitlint/CHANGELOG.md +++ b/@alias/commitlint/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package commitlint + + + + + ## [8.3.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15) **Note:** Version bump only for package commitlint diff --git a/@alias/commitlint/package.json b/@alias/commitlint/package.json index 959d93da7e..93530d5081 100644 --- a/@alias/commitlint/package.json +++ b/@alias/commitlint/package.json @@ -1,6 +1,6 @@ { "name": "commitlint", - "version": "8.3.5", + "version": "8.3.6", "description": "Lint your commit messages", "files": [ "cli.js" @@ -34,11 +34,11 @@ }, "license": "MIT", "dependencies": { - "@commitlint/cli": "^8.3.5", + "@commitlint/cli": "^8.3.6", "read-pkg": "5.2.0", "resolve-pkg": "2.0.0" }, "devDependencies": { - "@commitlint/utils": "^8.3.4" + "@commitlint/utils": "^8.3.6" } } diff --git a/@commitlint/cli/CHANGELOG.md b/@commitlint/cli/CHANGELOG.md index 4c08abe8d5..f62e07905c 100644 --- a/@commitlint/cli/CHANGELOG.md +++ b/@commitlint/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/cli + + + + + ## [8.3.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15) **Note:** Version bump only for package @commitlint/cli diff --git a/@commitlint/cli/package.json b/@commitlint/cli/package.json index 8353208320..f6786ccafb 100644 --- a/@commitlint/cli/package.json +++ b/@commitlint/cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/cli", - "version": "8.3.5", + "version": "8.3.6", "description": "Lint your commit messages", "files": [ "index.js", @@ -54,7 +54,7 @@ "license": "MIT", "devDependencies": { "@commitlint/test": "8.2.0", - "@commitlint/utils": "^8.3.4", + "@commitlint/utils": "^8.3.6", "ava": "0.18.2", "babel-cli": "6.26.0", "babel-preset-commitlint": "^8.2.0", @@ -70,10 +70,10 @@ "tmp": "0.1.0" }, "dependencies": { - "@commitlint/format": "^8.3.4", - "@commitlint/lint": "^8.3.5", - "@commitlint/load": "^8.3.5", - "@commitlint/read": "^8.3.4", + "@commitlint/format": "^8.3.6", + "@commitlint/lint": "^8.3.6", + "@commitlint/load": "^8.3.6", + "@commitlint/read": "^8.3.6", "babel-polyfill": "6.26.0", "chalk": "2.4.2", "get-stdin": "7.0.0", diff --git a/@commitlint/config-angular-type-enum/CHANGELOG.md b/@commitlint/config-angular-type-enum/CHANGELOG.md index 8d6aeb4421..4ee5e7a955 100644 --- a/@commitlint/config-angular-type-enum/CHANGELOG.md +++ b/@commitlint/config-angular-type-enum/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/config-angular-type-enum + + + + + ## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) **Note:** Version bump only for package @commitlint/config-angular-type-enum diff --git a/@commitlint/config-angular-type-enum/package.json b/@commitlint/config-angular-type-enum/package.json index 65cc3b0a0e..dbb467f5af 100644 --- a/@commitlint/config-angular-type-enum/package.json +++ b/@commitlint/config-angular-type-enum/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-angular-type-enum", - "version": "8.3.4", + "version": "8.3.6", "description": "Shareable commitlint config enforcing the angular commit convention types", "files": [ "index.js" @@ -29,6 +29,6 @@ }, "homepage": "https://github.com/conventional-changelog/commitlint#readme", "devDependencies": { - "@commitlint/utils": "^8.3.4" + "@commitlint/utils": "^8.3.6" } } diff --git a/@commitlint/config-angular/CHANGELOG.md b/@commitlint/config-angular/CHANGELOG.md index 3c5378707d..5c402c458f 100644 --- a/@commitlint/config-angular/CHANGELOG.md +++ b/@commitlint/config-angular/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/config-angular + + + + + ## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) **Note:** Version bump only for package @commitlint/config-angular diff --git a/@commitlint/config-angular/package.json b/@commitlint/config-angular/package.json index 0f17a56526..6c1d6b5d8c 100644 --- a/@commitlint/config-angular/package.json +++ b/@commitlint/config-angular/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-angular", - "version": "8.3.4", + "version": "8.3.6", "description": "Shareable commitlint config enforcing the angular commit convention", "files": [ "index.js" @@ -29,9 +29,9 @@ }, "homepage": "https://github.com/conventional-changelog/commitlint#readme", "devDependencies": { - "@commitlint/utils": "^8.3.4" + "@commitlint/utils": "^8.3.6" }, "dependencies": { - "@commitlint/config-angular-type-enum": "^8.3.4" + "@commitlint/config-angular-type-enum": "^8.3.6" } } diff --git a/@commitlint/config-conventional/CHANGELOG.md b/@commitlint/config-conventional/CHANGELOG.md index 8becaef667..269f3f0af3 100644 --- a/@commitlint/config-conventional/CHANGELOG.md +++ b/@commitlint/config-conventional/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/config-conventional + + + + + ## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) **Note:** Version bump only for package @commitlint/config-conventional diff --git a/@commitlint/config-conventional/package.json b/@commitlint/config-conventional/package.json index d5e029c1e9..85c103469f 100644 --- a/@commitlint/config-conventional/package.json +++ b/@commitlint/config-conventional/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-conventional", - "version": "8.3.4", + "version": "8.3.6", "description": "Shareable commitlint config enforcing conventional commits", "files": [ "index.js" @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/conventional-changelog/commitlint#readme", "devDependencies": { - "@commitlint/utils": "^8.3.4" + "@commitlint/utils": "^8.3.6" }, "dependencies": { "conventional-changelog-conventionalcommits": "4.2.1" diff --git a/@commitlint/config-lerna-scopes/CHANGELOG.md b/@commitlint/config-lerna-scopes/CHANGELOG.md index 5526103f2d..3253489dc9 100644 --- a/@commitlint/config-lerna-scopes/CHANGELOG.md +++ b/@commitlint/config-lerna-scopes/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/config-lerna-scopes + + + + + ## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) **Note:** Version bump only for package @commitlint/config-lerna-scopes diff --git a/@commitlint/config-lerna-scopes/package.json b/@commitlint/config-lerna-scopes/package.json index e1e7a71389..52f22366dc 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.4", + "version": "8.3.6", "description": "Shareable commitlint config enforcing lerna package names as scopes", "files": [ "index.js" @@ -47,7 +47,7 @@ }, "devDependencies": { "@commitlint/test": "8.2.0", - "@commitlint/utils": "^8.3.4", + "@commitlint/utils": "^8.3.6", "@lerna/project": "3.18.0", "ava": "0.22.0", "lerna": "3.18.3" diff --git a/@commitlint/config-patternplate/CHANGELOG.md b/@commitlint/config-patternplate/CHANGELOG.md index 41b0983538..040b68dd37 100644 --- a/@commitlint/config-patternplate/CHANGELOG.md +++ b/@commitlint/config-patternplate/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/config-patternplate + + + + + ## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) **Note:** Version bump only for package @commitlint/config-patternplate diff --git a/@commitlint/config-patternplate/package.json b/@commitlint/config-patternplate/package.json index bcc65ec517..c04c150896 100644 --- a/@commitlint/config-patternplate/package.json +++ b/@commitlint/config-patternplate/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-patternplate", - "version": "8.3.4", + "version": "8.3.6", "description": "Lint your commits, patternplate-style", "files": [ "index.js" @@ -29,11 +29,11 @@ }, "homepage": "https://github.com/conventional-changelog/commitlint#readme", "dependencies": { - "@commitlint/config-angular": "^8.3.4", + "@commitlint/config-angular": "^8.3.6", "globby": "10.0.1", "lodash": "4.17.21" }, "devDependencies": { - "@commitlint/utils": "^8.3.4" + "@commitlint/utils": "^8.3.6" } } diff --git a/@commitlint/core/CHANGELOG.md b/@commitlint/core/CHANGELOG.md index 21cedc02fd..7d06fc268f 100644 --- a/@commitlint/core/CHANGELOG.md +++ b/@commitlint/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/core + + + + + ## [8.3.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15) **Note:** Version bump only for package @commitlint/core diff --git a/@commitlint/core/package.json b/@commitlint/core/package.json index 20f7394d48..233ae20e64 100644 --- a/@commitlint/core/package.json +++ b/@commitlint/core/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/core", - "version": "8.3.5", + "version": "8.3.6", "description": "Lint your commit messages", "files": [ "index.js" @@ -32,9 +32,9 @@ }, "license": "MIT", "dependencies": { - "@commitlint/format": "^8.3.4", - "@commitlint/lint": "^8.3.5", - "@commitlint/load": "^8.3.5", - "@commitlint/read": "^8.3.4" + "@commitlint/format": "^8.3.6", + "@commitlint/lint": "^8.3.6", + "@commitlint/load": "^8.3.6", + "@commitlint/read": "^8.3.6" } } diff --git a/@commitlint/ensure/CHANGELOG.md b/@commitlint/ensure/CHANGELOG.md index a3b1f21000..0120d92877 100644 --- a/@commitlint/ensure/CHANGELOG.md +++ b/@commitlint/ensure/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/ensure + + + + + ## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) **Note:** Version bump only for package @commitlint/ensure diff --git a/@commitlint/ensure/package.json b/@commitlint/ensure/package.json index c99959ab09..a44b9a1b8e 100644 --- a/@commitlint/ensure/package.json +++ b/@commitlint/ensure/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/ensure", - "version": "8.3.4", + "version": "8.3.6", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,7 +34,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/utils": "^8.3.4", + "@commitlint/utils": "^8.3.6", "globby": "10.0.1" }, "dependencies": { diff --git a/@commitlint/execute-rule/CHANGELOG.md b/@commitlint/execute-rule/CHANGELOG.md index 1889724478..80bdd8ddb3 100644 --- a/@commitlint/execute-rule/CHANGELOG.md +++ b/@commitlint/execute-rule/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/execute-rule + + + + + ## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) **Note:** Version bump only for package @commitlint/execute-rule diff --git a/@commitlint/execute-rule/package.json b/@commitlint/execute-rule/package.json index dd71fed909..b46906e3d1 100644 --- a/@commitlint/execute-rule/package.json +++ b/@commitlint/execute-rule/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/execute-rule", - "version": "8.3.4", + "version": "8.3.6", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,8 +34,8 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/parse": "^8.3.4", - "@commitlint/utils": "^8.3.4", + "@commitlint/parse": "^8.3.6", + "@commitlint/utils": "^8.3.6", "@types/jest": "24.0.19", "@types/lodash": "4.14.144", "jest": "24.8.0", diff --git a/@commitlint/format/CHANGELOG.md b/@commitlint/format/CHANGELOG.md index cb8c044780..feb0fd033c 100644 --- a/@commitlint/format/CHANGELOG.md +++ b/@commitlint/format/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/format + + + + + ## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) **Note:** Version bump only for package @commitlint/format diff --git a/@commitlint/format/package.json b/@commitlint/format/package.json index 7c67276499..61ed3ca8a7 100644 --- a/@commitlint/format/package.json +++ b/@commitlint/format/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/format", - "version": "8.3.4", + "version": "8.3.6", "description": "Format commitlint reports", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,7 +34,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/utils": "^8.3.4", + "@commitlint/utils": "^8.3.6", "@types/lodash": "4.14.144", "lodash": "4.17.21", "typescript": "3.6.4" diff --git a/@commitlint/is-ignored/CHANGELOG.md b/@commitlint/is-ignored/CHANGELOG.md index 22be2207dd..3431f45759 100644 --- a/@commitlint/is-ignored/CHANGELOG.md +++ b/@commitlint/is-ignored/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/is-ignored + + + + + ## [8.3.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15) diff --git a/@commitlint/is-ignored/package.json b/@commitlint/is-ignored/package.json index 482a60b5a2..0c9627dc7d 100644 --- a/@commitlint/is-ignored/package.json +++ b/@commitlint/is-ignored/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/is-ignored", - "version": "8.3.5", + "version": "8.3.6", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,9 +34,9 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/parse": "^8.3.4", + "@commitlint/parse": "^8.3.6", "@commitlint/test": "8.2.0", - "@commitlint/utils": "^8.3.4", + "@commitlint/utils": "^8.3.6", "@types/semver": "^6.0.1" }, "dependencies": { diff --git a/@commitlint/lint/CHANGELOG.md b/@commitlint/lint/CHANGELOG.md index 0a0305ecf6..1f274d6f10 100644 --- a/@commitlint/lint/CHANGELOG.md +++ b/@commitlint/lint/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/lint + + + + + ## [8.3.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15) **Note:** Version bump only for package @commitlint/lint diff --git a/@commitlint/lint/package.json b/@commitlint/lint/package.json index 423d6d6e53..853a701de7 100644 --- a/@commitlint/lint/package.json +++ b/@commitlint/lint/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/lint", - "version": "8.3.5", + "version": "8.3.6", "description": "Lint a string against commitlint rules", "main": "lib/index.js", "files": [ @@ -57,7 +57,7 @@ "license": "MIT", "devDependencies": { "@commitlint/test": "8.2.0", - "@commitlint/utils": "^8.3.4", + "@commitlint/utils": "^8.3.6", "ava": "0.22.0", "babel-cli": "6.26.0", "babel-preset-commitlint": "^8.2.0", @@ -69,9 +69,9 @@ "proxyquire": "2.1.3" }, "dependencies": { - "@commitlint/is-ignored": "^8.3.5", - "@commitlint/parse": "^8.3.4", - "@commitlint/rules": "^8.3.4", + "@commitlint/is-ignored": "^8.3.6", + "@commitlint/parse": "^8.3.6", + "@commitlint/rules": "^8.3.6", "babel-runtime": "^6.23.0", "lodash": "4.17.21" } diff --git a/@commitlint/load/CHANGELOG.md b/@commitlint/load/CHANGELOG.md index 6f266397b0..492127f643 100644 --- a/@commitlint/load/CHANGELOG.md +++ b/@commitlint/load/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/load + + + + + ## [8.3.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15) **Note:** Version bump only for package @commitlint/load diff --git a/@commitlint/load/package.json b/@commitlint/load/package.json index f9751620c5..7fb643f371 100644 --- a/@commitlint/load/package.json +++ b/@commitlint/load/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/load", - "version": "8.3.5", + "version": "8.3.6", "description": "Load shared commitlint configuration", "main": "lib/index.js", "files": [ @@ -57,7 +57,7 @@ "license": "MIT", "devDependencies": { "@commitlint/test": "8.2.0", - "@commitlint/utils": "^8.3.4", + "@commitlint/utils": "^8.3.6", "ava": "0.22.0", "babel-cli": "6.26.0", "babel-preset-commitlint": "^8.2.0", @@ -68,8 +68,8 @@ "globby": "10.0.1" }, "dependencies": { - "@commitlint/execute-rule": "^8.3.4", - "@commitlint/resolve-extends": "^8.3.5", + "@commitlint/execute-rule": "^8.3.6", + "@commitlint/resolve-extends": "^8.3.6", "babel-runtime": "^6.23.0", "chalk": "2.4.2", "cosmiconfig": "^5.2.0", diff --git a/@commitlint/message/CHANGELOG.md b/@commitlint/message/CHANGELOG.md index afbd7b1549..b205eb9fd1 100644 --- a/@commitlint/message/CHANGELOG.md +++ b/@commitlint/message/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/message + + + + + ## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) **Note:** Version bump only for package @commitlint/message diff --git a/@commitlint/message/package.json b/@commitlint/message/package.json index 14b385a1cb..151437d4f5 100644 --- a/@commitlint/message/package.json +++ b/@commitlint/message/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/message", - "version": "8.3.4", + "version": "8.3.6", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -35,7 +35,7 @@ "license": "MIT", "devDependencies": { "@commitlint/test": "8.2.0", - "@commitlint/utils": "^8.3.4", + "@commitlint/utils": "^8.3.6", "typescript": "3.6.4" } } diff --git a/@commitlint/parse/CHANGELOG.md b/@commitlint/parse/CHANGELOG.md index f1e094ade4..aef518f7c2 100644 --- a/@commitlint/parse/CHANGELOG.md +++ b/@commitlint/parse/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/parse + + + + + ## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) **Note:** Version bump only for package @commitlint/parse diff --git a/@commitlint/parse/package.json b/@commitlint/parse/package.json index b95d9c10ea..63a14d8898 100644 --- a/@commitlint/parse/package.json +++ b/@commitlint/parse/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/parse", - "version": "8.3.4", + "version": "8.3.6", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -35,7 +35,7 @@ "license": "MIT", "devDependencies": { "@commitlint/test": "8.2.0", - "@commitlint/utils": "^8.3.4", + "@commitlint/utils": "^8.3.6", "@types/lodash": "4.14.144", "import-from": "3.0.0", "typescript": "3.6.4" diff --git a/@commitlint/prompt-cli/CHANGELOG.md b/@commitlint/prompt-cli/CHANGELOG.md index b217a1334b..d04a95c8b4 100644 --- a/@commitlint/prompt-cli/CHANGELOG.md +++ b/@commitlint/prompt-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/prompt-cli + + + + + ## [8.3.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15) **Note:** Version bump only for package @commitlint/prompt-cli diff --git a/@commitlint/prompt-cli/package.json b/@commitlint/prompt-cli/package.json index e8513dfebb..da07d00be3 100644 --- a/@commitlint/prompt-cli/package.json +++ b/@commitlint/prompt-cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/prompt-cli", - "version": "8.3.5", + "version": "8.3.6", "description": "commit prompt using commitlint.config.js", "files": [ "cli.js" @@ -30,11 +30,11 @@ "homepage": "https://github.com/conventional-changelog/commitlint#readme", "devDependencies": { "@commitlint/test": "8.2.0", - "@commitlint/utils": "^8.3.4", + "@commitlint/utils": "^8.3.6", "ava": "0.25.0" }, "dependencies": { - "@commitlint/prompt": "^8.3.5", + "@commitlint/prompt": "^8.3.6", "execa": "0.11.0", "string-to-stream": "3.0.1" } diff --git a/@commitlint/prompt/CHANGELOG.md b/@commitlint/prompt/CHANGELOG.md index bece6ef5c7..4b2e57411f 100644 --- a/@commitlint/prompt/CHANGELOG.md +++ b/@commitlint/prompt/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/prompt + + + + + ## [8.3.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15) **Note:** Version bump only for package @commitlint/prompt diff --git a/@commitlint/prompt/package.json b/@commitlint/prompt/package.json index 7901047843..ae36723985 100644 --- a/@commitlint/prompt/package.json +++ b/@commitlint/prompt/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/prompt", - "version": "8.3.5", + "version": "8.3.6", "description": "commitizen prompt using commitlint.config.js", "main": "./lib/index.js", "files": [ @@ -55,7 +55,7 @@ }, "homepage": "https://github.com/conventional-changelog/commitlint#readme", "devDependencies": { - "@commitlint/utils": "^8.3.4", + "@commitlint/utils": "^8.3.6", "ava": "0.20.0", "babel-cli": "6.26.0", "babel-preset-commitlint": "^8.2.0", @@ -65,7 +65,7 @@ "cross-env": "6.0.3" }, "dependencies": { - "@commitlint/load": "^8.3.5", + "@commitlint/load": "^8.3.6", "babel-runtime": "^6.23.0", "chalk": "^2.0.0", "lodash": "4.17.21", diff --git a/@commitlint/read/CHANGELOG.md b/@commitlint/read/CHANGELOG.md index 26f8592e3c..89ed89a3a1 100644 --- a/@commitlint/read/CHANGELOG.md +++ b/@commitlint/read/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/read + + + + + ## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) **Note:** Version bump only for package @commitlint/read diff --git a/@commitlint/read/package.json b/@commitlint/read/package.json index 3272b3b3a1..cb2ca57bc0 100644 --- a/@commitlint/read/package.json +++ b/@commitlint/read/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/read", - "version": "8.3.4", + "version": "8.3.6", "description": "Read commit messages from a specified range or last edit", "main": "lib/index.js", "files": [ @@ -57,7 +57,7 @@ "license": "MIT", "devDependencies": { "@commitlint/test": "8.2.0", - "@commitlint/utils": "^8.3.4", + "@commitlint/utils": "^8.3.6", "ava": "0.22.0", "babel-cli": "6.26.0", "babel-preset-commitlint": "^8.2.0", @@ -67,7 +67,7 @@ "execa": "0.11.0" }, "dependencies": { - "@commitlint/top-level": "^8.3.4", + "@commitlint/top-level": "^8.3.6", "@marionebl/sander": "^0.6.0", "babel-runtime": "^6.23.0", "git-raw-commits": "^2.0.0" diff --git a/@commitlint/resolve-extends/CHANGELOG.md b/@commitlint/resolve-extends/CHANGELOG.md index 3b22f4fcdb..ea46d6721e 100644 --- a/@commitlint/resolve-extends/CHANGELOG.md +++ b/@commitlint/resolve-extends/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/resolve-extends + + + + + ## [8.3.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15) diff --git a/@commitlint/resolve-extends/package.json b/@commitlint/resolve-extends/package.json index cd56303bc7..7ccb7a95b3 100644 --- a/@commitlint/resolve-extends/package.json +++ b/@commitlint/resolve-extends/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/resolve-extends", - "version": "8.3.5", + "version": "8.3.6", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,8 +34,8 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/parse": "^8.3.4", - "@commitlint/utils": "^8.3.4", + "@commitlint/parse": "^8.3.6", + "@commitlint/utils": "^8.3.6", "@types/lodash": "4.14.144", "@types/node": "^12.12.22", "@types/resolve-from": "5.0.1" diff --git a/@commitlint/rules/CHANGELOG.md b/@commitlint/rules/CHANGELOG.md index 6eae808b8b..d2a3a28c33 100644 --- a/@commitlint/rules/CHANGELOG.md +++ b/@commitlint/rules/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/rules + + + + + ## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) **Note:** Version bump only for package @commitlint/rules diff --git a/@commitlint/rules/package.json b/@commitlint/rules/package.json index d9608a8022..0724c3c7be 100644 --- a/@commitlint/rules/package.json +++ b/@commitlint/rules/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/rules", - "version": "8.3.4", + "version": "8.3.6", "description": "Lint your commit messages", "main": "lib/index.js", "files": [ @@ -56,9 +56,9 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/parse": "^8.3.4", + "@commitlint/parse": "^8.3.6", "@commitlint/test": "8.2.0", - "@commitlint/utils": "^8.3.4", + "@commitlint/utils": "^8.3.6", "ava": "0.22.0", "babel-cli": "6.26.0", "babel-preset-commitlint": "^8.2.0", @@ -70,9 +70,9 @@ "lodash": "4.17.21" }, "dependencies": { - "@commitlint/ensure": "^8.3.4", - "@commitlint/message": "^8.3.4", - "@commitlint/to-lines": "^8.3.4", + "@commitlint/ensure": "^8.3.6", + "@commitlint/message": "^8.3.6", + "@commitlint/to-lines": "^8.3.6", "babel-runtime": "^6.23.0" } } diff --git a/@commitlint/to-lines/CHANGELOG.md b/@commitlint/to-lines/CHANGELOG.md index 4ec4242c56..c3bae9b140 100644 --- a/@commitlint/to-lines/CHANGELOG.md +++ b/@commitlint/to-lines/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/to-lines + + + + + ## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) **Note:** Version bump only for package @commitlint/to-lines diff --git a/@commitlint/to-lines/package.json b/@commitlint/to-lines/package.json index 9384d03831..465998438e 100644 --- a/@commitlint/to-lines/package.json +++ b/@commitlint/to-lines/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/to-lines", - "version": "8.3.4", + "version": "8.3.6", "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.4", - "@commitlint/utils": "^8.3.4" + "@commitlint/parse": "^8.3.6", + "@commitlint/utils": "^8.3.6" } } diff --git a/@commitlint/top-level/CHANGELOG.md b/@commitlint/top-level/CHANGELOG.md index 3bc1ea054a..f293e382c5 100644 --- a/@commitlint/top-level/CHANGELOG.md +++ b/@commitlint/top-level/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/top-level + + + + + ## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) **Note:** Version bump only for package @commitlint/top-level diff --git a/@commitlint/top-level/package.json b/@commitlint/top-level/package.json index c14176a082..1513d8c5d1 100644 --- a/@commitlint/top-level/package.json +++ b/@commitlint/top-level/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/top-level", - "version": "8.3.4", + "version": "8.3.6", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -39,7 +39,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/utils": "^8.3.4", + "@commitlint/utils": "^8.3.6", "@types/find-up": "2.1.1", "@types/node": "12.11.5" }, diff --git a/@commitlint/travis-cli/CHANGELOG.md b/@commitlint/travis-cli/CHANGELOG.md index 110c62b08e..9b6d3d53a0 100644 --- a/@commitlint/travis-cli/CHANGELOG.md +++ b/@commitlint/travis-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/travis-cli + + + + + ## [8.3.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15) **Note:** Version bump only for package @commitlint/travis-cli diff --git a/@commitlint/travis-cli/package.json b/@commitlint/travis-cli/package.json index 88cf319c49..c1f3ad5164 100644 --- a/@commitlint/travis-cli/package.json +++ b/@commitlint/travis-cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/travis-cli", - "version": "8.3.5", + "version": "8.3.6", "description": "Lint all relevant commits for a change or PR on Travis CI", "files": [ "lib/" @@ -56,7 +56,7 @@ "license": "MIT", "devDependencies": { "@commitlint/test": "8.2.0", - "@commitlint/utils": "^8.3.4", + "@commitlint/utils": "^8.3.6", "ava": "0.18.2", "babel-cli": "6.26.0", "babel-preset-commitlint": "^8.2.0", @@ -65,7 +65,7 @@ "which": "2.0.1" }, "dependencies": { - "@commitlint/cli": "^8.3.5", + "@commitlint/cli": "^8.3.6", "babel-runtime": "6.26.0", "execa": "0.11.0" } diff --git a/@packages/utils/CHANGELOG.md b/@packages/utils/CHANGELOG.md index 4c266e13d1..d9359fbbb4 100644 --- a/@packages/utils/CHANGELOG.md +++ b/@packages/utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/utils + + + + + ## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) diff --git a/@packages/utils/package.json b/@packages/utils/package.json index 57228f3e9b..6dabcc3ff3 100644 --- a/@packages/utils/package.json +++ b/@packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/utils", - "version": "8.3.4", + "version": "8.3.6", "description": "Development utilities for @commitlint", "files": [ "dep-check.js", diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b6b35800a..885b0eb62e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) + +**Note:** Version bump only for package @commitlint/root + + + + + ## [8.3.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15) diff --git a/lerna.json b/lerna.json index 20492c3264..1e59b8044b 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "lerna": "2", "npmClient": "yarn", "useWorkspaces": true, - "version": "8.3.5" + "version": "8.3.6" }