Skip to content

Commit 1b4996b

Browse files
Merge pull request #31 from conventional-changelog/master
[pull] master from conventional-changelog:master
2 parents e5bc20e + bd597ad commit 1b4996b

22 files changed

+148
-72
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- uses: actions/setup-node@v3
20+
- uses: actions/setup-node@v4
2121
with:
2222
node-version: ${{ matrix.node }}
2323
cache: yarn

@alias/commitlint/CHANGELOG.md

+8
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+
## [18.4.1](https://github.com/conventional-changelog/commitlint/compare/v18.4.0...v18.4.1) (2023-11-12)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
# [18.4.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)
715

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

@alias/commitlint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "18.4.0",
3+
"version": "18.4.1",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -35,7 +35,7 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@commitlint/cli": "^18.4.0",
38+
"@commitlint/cli": "^18.4.1",
3939
"@commitlint/types": "^18.4.0"
4040
},
4141
"devDependencies": {

@commitlint/cli/CHANGELOG.md

+8
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+
## [18.4.1](https://github.com/conventional-changelog/commitlint/compare/v18.4.0...v18.4.1) (2023-11-12)
7+
8+
**Note:** Version bump only for package @commitlint/cli
9+
10+
11+
12+
13+
614
# [18.4.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)
715

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

@commitlint/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "18.4.0",
3+
"version": "18.4.1",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@commitlint/format": "^18.4.0",
5151
"@commitlint/lint": "^18.4.0",
52-
"@commitlint/load": "^18.4.0",
52+
"@commitlint/load": "^18.4.1",
5353
"@commitlint/read": "^18.4.0",
5454
"@commitlint/types": "^18.4.0",
5555
"execa": "^5.0.0",

@commitlint/core/CHANGELOG.md

+8
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+
## [18.4.1](https://github.com/conventional-changelog/commitlint/compare/v18.4.0...v18.4.1) (2023-11-12)
7+
8+
**Note:** Version bump only for package @commitlint/core
9+
10+
11+
12+
13+
614
# [18.4.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)
715

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

@commitlint/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "18.4.0",
3+
"version": "18.4.1",
44
"description": "Lint your commit messages",
55
"main": "lib/core.js",
66
"types": "lib/core.d.ts",
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@commitlint/format": "^18.4.0",
3939
"@commitlint/lint": "^18.4.0",
40-
"@commitlint/load": "^18.4.0",
40+
"@commitlint/load": "^18.4.1",
4141
"@commitlint/read": "^18.4.0"
4242
},
4343
"devDependencies": {

@commitlint/cz-commitlint/CHANGELOG.md

+8
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+
## [18.4.1](https://github.com/conventional-changelog/commitlint/compare/v18.4.0...v18.4.1) (2023-11-12)
7+
8+
**Note:** Version bump only for package @commitlint/cz-commitlint
9+
10+
11+
12+
13+
614
# [18.4.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)
715

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

@commitlint/cz-commitlint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cz-commitlint",
3-
"version": "18.4.0",
3+
"version": "18.4.1",
44
"description": "Commitizen adapter using the commitlint.config.js",
55
"main": "./lib/index.js",
66
"files": [
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@commitlint/ensure": "^18.4.0",
41-
"@commitlint/load": "^18.4.0",
41+
"@commitlint/load": "^18.4.1",
4242
"@commitlint/types": "^18.4.0",
4343
"chalk": "^4.1.0",
4444
"lodash.isplainobject": "^4.0.6",

@commitlint/is-ignored/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@commitlint/parse": "^18.4.0",
3939
"@commitlint/test": "^18.0.0",
4040
"@commitlint/utils": "^18.4.0",
41-
"@types/semver": "7.5.4"
41+
"@types/semver": "7.5.5"
4242
},
4343
"dependencies": {
4444
"@commitlint/types": "^18.4.0",

@commitlint/load/CHANGELOG.md

+11
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+
## [18.4.1](https://github.com/conventional-changelog/commitlint/compare/v18.4.0...v18.4.1) (2023-11-12)
7+
8+
9+
### Bug Fixes
10+
11+
* update cosmiconfig to specific version ([#3755](https://github.com/conventional-changelog/commitlint/issues/3755)) ([636b8b1](https://github.com/conventional-changelog/commitlint/commit/636b8b1338835b239ab0585e062bfe305fca4424))
12+
13+
14+
15+
16+
617
# [18.4.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)
718

819

@commitlint/load/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/load",
3-
"version": "18.4.0",
3+
"version": "18.4.1",
44
"description": "Load shared commitlint configuration",
55
"main": "lib/load.js",
66
"types": "lib/load.d.ts",
@@ -50,7 +50,7 @@
5050
"@commitlint/types": "^18.4.0",
5151
"@types/node": "^18.11.9",
5252
"chalk": "^4.1.0",
53-
"cosmiconfig": "^8.0.0",
53+
"cosmiconfig": "^8.3.6",
5454
"cosmiconfig-typescript-loader": "^5.0.0",
5555
"lodash.isplainobject": "^4.0.6",
5656
"lodash.merge": "^4.6.2",

@commitlint/prompt-cli/CHANGELOG.md

+8
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+
## [18.4.1](https://github.com/conventional-changelog/commitlint/compare/v18.4.0...v18.4.1) (2023-11-12)
7+
8+
**Note:** Version bump only for package @commitlint/prompt-cli
9+
10+
11+
12+
13+
614
# [18.4.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)
715

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

@commitlint/prompt-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt-cli",
3-
"version": "18.4.0",
3+
"version": "18.4.1",
44
"description": "commit prompt using commitlint.config.js",
55
"files": [
66
"cli.js"
@@ -36,7 +36,7 @@
3636
"@commitlint/utils": "^18.4.0"
3737
},
3838
"dependencies": {
39-
"@commitlint/prompt": "^18.4.0",
39+
"@commitlint/prompt": "^18.4.1",
4040
"execa": "^5.0.0",
4141
"inquirer": "^6.5.2"
4242
},

@commitlint/prompt/CHANGELOG.md

+8
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+
## [18.4.1](https://github.com/conventional-changelog/commitlint/compare/v18.4.0...v18.4.1) (2023-11-12)
7+
8+
**Note:** Version bump only for package @commitlint/prompt
9+
10+
11+
12+
13+
614
# [18.4.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)
715

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

@commitlint/prompt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt",
3-
"version": "18.4.0",
3+
"version": "18.4.1",
44
"description": "commitizen prompt using commitlint.config.js",
55
"main": "./lib/index.js",
66
"files": [
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@commitlint/ensure": "^18.4.0",
49-
"@commitlint/load": "^18.4.0",
49+
"@commitlint/load": "^18.4.1",
5050
"@commitlint/types": "^18.4.0",
5151
"chalk": "^4.1.0",
5252
"inquirer": "^6.5.2"

@commitlint/travis-cli/CHANGELOG.md

+8
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+
## [18.4.1](https://github.com/conventional-changelog/commitlint/compare/v18.4.0...v18.4.1) (2023-11-12)
7+
8+
**Note:** Version bump only for package @commitlint/travis-cli
9+
10+
11+
12+
13+
614
# [18.4.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)
715

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

@commitlint/travis-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/travis-cli",
3-
"version": "18.4.0",
3+
"version": "18.4.1",
44
"description": "Lint all relevant commits for a change or PR on Travis CI",
55
"files": [
66
"lib/",
@@ -40,7 +40,7 @@
4040
"@commitlint/utils": "^18.4.0"
4141
},
4242
"dependencies": {
43-
"@commitlint/cli": "^18.4.0",
43+
"@commitlint/cli": "^18.4.1",
4444
"execa": "^5.0.0"
4545
},
4646
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

CHANGELOG.md

+11
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+
## [18.4.1](https://github.com/conventional-changelog/commitlint/compare/v18.4.0...v18.4.1) (2023-11-12)
7+
8+
9+
### Bug Fixes
10+
11+
* update cosmiconfig to specific version ([#3755](https://github.com/conventional-changelog/commitlint/issues/3755)) ([636b8b1](https://github.com/conventional-changelog/commitlint/commit/636b8b1338835b239ab0585e062bfe305fca4424))
12+
13+
14+
15+
16+
617
# [18.4.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)
718

819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "4",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "18.4.0"
5+
"version": "18.4.1"
66
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"husky": "^8.0.0",
9999
"jest": "^29.6.2",
100100
"lerna": "^6.0.0",
101-
"lint-staged": "15.0.2",
101+
"lint-staged": "15.1.0",
102102
"prettier": "^2.8.8",
103103
"typescript": "^5.2.2"
104104
}

0 commit comments

Comments
 (0)