Skip to content

Commit a5b8605

Browse files
committed
2 parents 9f6ee0e + 420ea52 commit a5b8605

File tree

21 files changed

+562
-513
lines changed

21 files changed

+562
-513
lines changed

@alias/commitlint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [13.2.1](https://github.com/conventional-changelog/commitlint/compare/v13.2.0...v13.2.1) (2021-10-09)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28)
715

816
**Note:** Version bump only for package commitlint

@alias/commitlint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "13.2.0",
3+
"version": "13.2.1",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -34,7 +34,7 @@
3434
},
3535
"license": "MIT",
3636
"dependencies": {
37-
"@commitlint/cli": "^13.2.0",
37+
"@commitlint/cli": "^13.2.1",
3838
"@commitlint/types": "^13.2.0"
3939
},
4040
"devDependencies": {

@commitlint/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [13.2.1](https://github.com/conventional-changelog/commitlint/compare/v13.2.0...v13.2.1) (2021-10-09)
7+
8+
**Note:** Version bump only for package @commitlint/cli
9+
10+
11+
12+
13+
614
# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28)
715

816
**Note:** Version bump only for package @commitlint/cli

@commitlint/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "13.2.0",
3+
"version": "13.2.1",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -38,15 +38,15 @@
3838
"devDependencies": {
3939
"@commitlint/test": "^13.2.0",
4040
"@commitlint/utils": "^13.2.0",
41-
"@types/node": "12.20.27",
41+
"@types/node": "12.20.28",
4242
"@types/yargs": "^17.0.0",
4343
"execa": "^5.0.0",
4444
"fs-extra": "^10.0.0"
4545
},
4646
"dependencies": {
4747
"@commitlint/format": "^13.2.0",
4848
"@commitlint/lint": "^13.2.0",
49-
"@commitlint/load": "^13.2.0",
49+
"@commitlint/load": "^13.2.1",
5050
"@commitlint/read": "^13.2.0",
5151
"@commitlint/types": "^13.2.0",
5252
"lodash": "^4.17.19",

@commitlint/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [13.2.1](https://github.com/conventional-changelog/commitlint/compare/v13.2.0...v13.2.1) (2021-10-09)
7+
8+
**Note:** Version bump only for package @commitlint/core
9+
10+
11+
12+
13+
614
# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28)
715

816
**Note:** Version bump only for package @commitlint/core

@commitlint/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "13.2.0",
3+
"version": "13.2.1",
44
"description": "Lint your commit messages",
55
"main": "lib/core.js",
66
"types": "lib/core.d.ts",
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@commitlint/format": "^13.2.0",
3838
"@commitlint/lint": "^13.2.0",
39-
"@commitlint/load": "^13.2.0",
39+
"@commitlint/load": "^13.2.1",
4040
"@commitlint/read": "^13.2.0"
4141
},
4242
"devDependencies": {

@commitlint/cz-commitlint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [13.2.1](https://github.com/conventional-changelog/commitlint/compare/v13.2.0...v13.2.1) (2021-10-09)
7+
8+
**Note:** Version bump only for package @commitlint/cz-commitlint
9+
10+
11+
12+
13+
614
# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28)
715

816
**Note:** Version bump only for package @commitlint/cz-commitlint

@commitlint/cz-commitlint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cz-commitlint",
3-
"version": "13.2.0",
3+
"version": "13.2.1",
44
"description": "Commitizen adapter using the commitlint.config.js",
55
"main": "./lib/index.js",
66
"files": [
@@ -36,7 +36,7 @@
3636
}
3737
},
3838
"dependencies": {
39-
"@commitlint/load": "^13.2.0",
39+
"@commitlint/load": "^13.2.1",
4040
"@commitlint/types": "^13.2.0",
4141
"chalk": "^4.1.0",
4242
"lodash": "^4.17.21",

@commitlint/load/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [13.2.1](https://github.com/conventional-changelog/commitlint/compare/v13.2.0...v13.2.1) (2021-10-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **load:** added a direct dependency on typescript ([#2785](https://github.com/conventional-changelog/commitlint/issues/2785)) ([9c17f8d](https://github.com/conventional-changelog/commitlint/commit/9c17f8d423404b484f72df41358a18bd90014ecd)), closes [EndemolShineGroup/cosmiconfig-typescript-loader#147](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/issues/147) [#2779](https://github.com/conventional-changelog/commitlint/issues/2779)
12+
13+
14+
15+
16+
617
# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28)
718

819

@commitlint/load/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/load",
3-
"version": "13.2.0",
3+
"version": "13.2.1",
44
"description": "Load shared commitlint configuration",
55
"main": "lib/load.js",
66
"types": "lib/load.d.ts",

@commitlint/prompt-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [13.2.1](https://github.com/conventional-changelog/commitlint/compare/v13.2.0...v13.2.1) (2021-10-09)
7+
8+
**Note:** Version bump only for package @commitlint/prompt-cli
9+
10+
11+
12+
13+
614
# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28)
715

816
**Note:** Version bump only for package @commitlint/prompt-cli

@commitlint/prompt-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt-cli",
3-
"version": "13.2.0",
3+
"version": "13.2.1",
44
"description": "commit prompt using commitlint.config.js",
55
"files": [
66
"cli.js"
@@ -35,7 +35,7 @@
3535
"@commitlint/utils": "^13.2.0"
3636
},
3737
"dependencies": {
38-
"@commitlint/prompt": "^13.2.0",
38+
"@commitlint/prompt": "^13.2.1",
3939
"execa": "^5.0.0"
4040
},
4141
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

@commitlint/prompt/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [13.2.1](https://github.com/conventional-changelog/commitlint/compare/v13.2.0...v13.2.1) (2021-10-09)
7+
8+
**Note:** Version bump only for package @commitlint/prompt
9+
10+
11+
12+
13+
614
# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28)
715

816
**Note:** Version bump only for package @commitlint/prompt

@commitlint/prompt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt",
3-
"version": "13.2.0",
3+
"version": "13.2.1",
44
"description": "commitizen prompt using commitlint.config.js",
55
"main": "./lib/index.js",
66
"files": [
@@ -40,7 +40,7 @@
4040
"commitizen": "4.2.4"
4141
},
4242
"dependencies": {
43-
"@commitlint/load": "^13.2.0",
43+
"@commitlint/load": "^13.2.1",
4444
"@commitlint/types": "^13.2.0",
4545
"chalk": "^4.0.0",
4646
"lodash": "^4.17.19",

@commitlint/travis-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [13.2.1](https://github.com/conventional-changelog/commitlint/compare/v13.2.0...v13.2.1) (2021-10-09)
7+
8+
**Note:** Version bump only for package @commitlint/travis-cli
9+
10+
11+
12+
13+
614
# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28)
715

816
**Note:** Version bump only for package @commitlint/travis-cli

@commitlint/travis-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/travis-cli",
3-
"version": "13.2.0",
3+
"version": "13.2.1",
44
"description": "Lint all relevant commits for a change or PR on Travis CI",
55
"files": [
66
"lib/",
@@ -39,7 +39,7 @@
3939
"@commitlint/utils": "^13.2.0"
4040
},
4141
"dependencies": {
42-
"@commitlint/cli": "^13.2.0",
42+
"@commitlint/cli": "^13.2.1",
4343
"execa": "^5.0.0"
4444
},
4545
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [13.2.1](https://github.com/conventional-changelog/commitlint/compare/v13.2.0...v13.2.1) (2021-10-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **load:** added a direct dependency on typescript ([#2785](https://github.com/conventional-changelog/commitlint/issues/2785)) ([9c17f8d](https://github.com/conventional-changelog/commitlint/commit/9c17f8d423404b484f72df41358a18bd90014ecd)), closes [EndemolShineGroup/cosmiconfig-typescript-loader#147](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/issues/147) [#2779](https://github.com/conventional-changelog/commitlint/issues/2779)
12+
13+
14+
15+
16+
617
# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28)
718

819

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ For more information on how to contribute please take a look at our [contributio
226226

227227
![commitlint-dependencies](https://user-images.githubusercontent.com/4248851/58385093-34b79780-7feb-11e9-8f27-bffc4aca3eba.png)
228228

229+
(Partly outdated)
230+
229231
### Publishing a release
230232

231233
Before publishing a release do a `yarn run publish --dry-run` to get the upcoming version and update the version

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "4",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "13.2.0"
5+
"version": "13.2.1"
66
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@
9494
"eslint": "^7.0.0",
9595
"eslint-config-prettier": "^8.0.0",
9696
"eslint-plugin-import": "^2.20.1",
97-
"eslint-plugin-jest": "^24.0.0",
97+
"eslint-plugin-jest": "^25.0.0",
9898
"husky": "^7.0.0",
99-
"jest": "27.2.4",
99+
"jest": "27.2.5",
100100
"lerna": "^4.0.0",
101-
"lint-staged": "11.2.0",
101+
"lint-staged": "11.2.3",
102102
"prettier": "^2.0.5",
103103
"ts-jest": "^27.0.5",
104104
"typescript": "^4.4.3"

0 commit comments

Comments
 (0)