Skip to content

Commit fce5b1b

Browse files
Merge pull request #7 from conventional-changelog/master
[pull] master from conventional-changelog:master
2 parents 6f0477d + af2f3a8 commit fce5b1b

File tree

37 files changed

+206
-37
lines changed

37 files changed

+206
-37
lines changed

.github/workflows/CI.yml

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
v14:
77
runs-on: ubuntu-22.04
88
container:
9-
image: "ubuntu:22.04"
9+
image: 'ubuntu:22.04'
1010
steps:
1111
- name: Install required dependencies
1212
run: |
@@ -35,7 +35,7 @@ jobs:
3535
v16:
3636
runs-on: ubuntu-22.04
3737
container:
38-
image: "ubuntu:22.04"
38+
image: 'ubuntu:22.04'
3939
steps:
4040
- name: Install required dependencies
4141
run: |
@@ -64,7 +64,7 @@ jobs:
6464
v18:
6565
runs-on: ubuntu-22.04
6666
container:
67-
image: "ubuntu:22.04"
67+
image: 'ubuntu:22.04'
6868
steps:
6969
- name: Install required dependencies
7070
run: |
@@ -90,6 +90,35 @@ jobs:
9090
- name: Test
9191
run: yarn test-ci
9292

93+
v20:
94+
runs-on: ubuntu-22.04
95+
container:
96+
image: 'ubuntu:22.04'
97+
steps:
98+
- name: Install required dependencies
99+
run: |
100+
apt update
101+
apt install --yes sudo
102+
sudo apt install --yes git
103+
sudo apt install --yes curl
104+
curl --location https://deb.nodesource.com/setup_20.x | sudo --preserve-env bash -
105+
sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
106+
- uses: actions/checkout@v3
107+
# workaround for https://github.com/actions/runner/issues/2033
108+
- name: ownership workaround
109+
run: git config --global --add safe.directory '*'
110+
- name: Install yarn
111+
run: |
112+
npm install --global yarn
113+
node --version
114+
yarn global add yarn@latest
115+
- name: Install dependencies
116+
run: yarn install --ignore-engines --frozen-lockfile
117+
- name: Build packages
118+
run: yarn build
119+
- name: Test
120+
run: yarn test-ci
121+
93122
windows:
94123
runs-on: windows-2022
95124
steps:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 18.16.0

@alias/commitlint-config-angular/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+
## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30)
7+
8+
**Note:** Version bump only for package commitlint-config-angular
9+
10+
11+
12+
13+
614
## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04)
715

816
**Note:** Version bump only for package commitlint-config-angular

@alias/commitlint-config-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "17.6.3",
3+
"version": "17.6.5",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v14"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-angular": "^17.6.3"
33+
"@commitlint/config-angular": "^17.6.5"
3434
},
3535
"devDependencies": {
3636
"@commitlint/utils": "^17.4.0"

@alias/commitlint-config-patternplate/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+
## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30)
7+
8+
**Note:** Version bump only for package commitlint-config-patternplate
9+
10+
11+
12+
13+
614
## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04)
715

816
**Note:** Version bump only for package commitlint-config-patternplate

@alias/commitlint-config-patternplate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-patternplate",
3-
"version": "17.6.3",
3+
"version": "17.6.5",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v14"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-patternplate": "^17.6.3"
33+
"@commitlint/config-patternplate": "^17.6.5"
3434
},
3535
"devDependencies": {
3636
"@commitlint/utils": "^17.4.0"

@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+
## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04)
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": "17.6.3",
3+
"version": "17.6.5",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -35,7 +35,7 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@commitlint/cli": "^17.6.3",
38+
"@commitlint/cli": "^17.6.5",
3939
"@commitlint/types": "^17.4.4"
4040
},
4141
"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+
## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30)
7+
8+
**Note:** Version bump only for package @commitlint/cli
9+
10+
11+
12+
13+
614
## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04)
715

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

@commitlint/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/cli",
3-
"version": "17.6.3",
3+
"version": "17.6.5",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@commitlint/format": "^17.4.4",
51-
"@commitlint/lint": "^17.6.3",
51+
"@commitlint/lint": "^17.6.5",
5252
"@commitlint/load": "^17.5.0",
5353
"@commitlint/read": "^17.5.1",
5454
"@commitlint/types": "^17.4.4",

@commitlint/config-angular/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+
## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30)
7+
8+
**Note:** Version bump only for package @commitlint/config-angular
9+
10+
11+
12+
13+
614
## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04)
715

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

@commitlint/config-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular",
3-
"version": "17.6.3",
3+
"version": "17.6.5",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v14"
3131
},
3232
"devDependencies": {
33-
"@commitlint/lint": "^17.6.3",
33+
"@commitlint/lint": "^17.6.5",
3434
"@commitlint/utils": "^17.4.0"
3535
},
3636
"dependencies": {

@commitlint/config-conventional/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+
## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30)
7+
8+
**Note:** Version bump only for package @commitlint/config-conventional
9+
10+
11+
12+
13+
614
## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04)
715

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

@commitlint/config-conventional/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-conventional",
3-
"version": "17.6.3",
3+
"version": "17.6.5",
44
"description": "Shareable commitlint config enforcing conventional commits",
55
"files": [
66
"index.js"
@@ -33,7 +33,7 @@
3333
"node": ">=v14"
3434
},
3535
"devDependencies": {
36-
"@commitlint/lint": "^17.6.3",
36+
"@commitlint/lint": "^17.6.5",
3737
"@commitlint/utils": "^17.4.0"
3838
},
3939
"dependencies": {

@commitlint/config-patternplate/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+
## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30)
7+
8+
**Note:** Version bump only for package @commitlint/config-patternplate
9+
10+
11+
12+
13+
614
## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04)
715

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

@commitlint/config-patternplate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-patternplate",
3-
"version": "17.6.3",
3+
"version": "17.6.5",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v14"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-angular": "^17.6.3",
33+
"@commitlint/config-angular": "^17.6.5",
3434
"glob": "^8.0.3",
3535
"lodash.merge": "^4.6.2"
3636
},

@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+
## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30)
7+
8+
**Note:** Version bump only for package @commitlint/core
9+
10+
11+
12+
13+
614
## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04)
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": "17.6.3",
3+
"version": "17.6.5",
44
"description": "Lint your commit messages",
55
"main": "lib/core.js",
66
"types": "lib/core.d.ts",
@@ -36,7 +36,7 @@
3636
"license": "MIT",
3737
"dependencies": {
3838
"@commitlint/format": "^17.4.4",
39-
"@commitlint/lint": "^17.6.3",
39+
"@commitlint/lint": "^17.6.5",
4040
"@commitlint/load": "^17.5.0",
4141
"@commitlint/read": "^17.5.1"
4242
},

@commitlint/is-ignored/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+
## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30)
7+
8+
**Note:** Version bump only for package @commitlint/is-ignored
9+
10+
11+
12+
13+
614
## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04)
715

816

@commitlint/is-ignored/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/is-ignored",
3-
"version": "17.6.3",
3+
"version": "17.6.5",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -35,7 +35,7 @@
3535
},
3636
"license": "MIT",
3737
"devDependencies": {
38-
"@commitlint/parse": "^17.4.4",
38+
"@commitlint/parse": "^17.6.5",
3939
"@commitlint/test": "^17.4.2",
4040
"@commitlint/utils": "^17.4.0",
4141
"@types/semver": "7.3.13"

@commitlint/lint/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+
## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30)
7+
8+
**Note:** Version bump only for package @commitlint/lint
9+
10+
11+
12+
13+
614
## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04)
715

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

@commitlint/lint/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/lint",
3-
"version": "17.6.3",
3+
"version": "17.6.5",
44
"description": "Lint a string against commitlint rules",
55
"main": "lib/lint.js",
66
"types": "lib/lint.d.ts",
@@ -39,9 +39,9 @@
3939
"@commitlint/utils": "^17.4.0"
4040
},
4141
"dependencies": {
42-
"@commitlint/is-ignored": "^17.6.3",
43-
"@commitlint/parse": "^17.4.4",
44-
"@commitlint/rules": "^17.6.1",
42+
"@commitlint/is-ignored": "^17.6.5",
43+
"@commitlint/parse": "^17.6.5",
44+
"@commitlint/rules": "^17.6.5",
4545
"@commitlint/types": "^17.4.4"
4646
},
4747
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

0 commit comments

Comments
 (0)