Skip to content

Commit 35d19f3

Browse files
Merge pull request #24 from conventional-changelog/master
[pull] master from conventional-changelog:master
2 parents 7e1a773 + 95e4bfe commit 35d19f3

File tree

83 files changed

+1996
-568
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+1996
-568
lines changed

.github/workflows/CI.yml

-58
Original file line numberDiff line numberDiff line change
@@ -8,64 +8,6 @@ on:
88
types: [opened, synchronize]
99

1010
jobs:
11-
v14:
12-
runs-on: ubuntu-22.04
13-
container:
14-
image: 'ubuntu:22.04'
15-
steps:
16-
- name: Install required dependencies
17-
run: |
18-
apt update
19-
apt install --yes sudo
20-
sudo apt install --yes git
21-
sudo apt install --yes curl
22-
curl --location https://deb.nodesource.com/setup_14.x | sudo --preserve-env bash -
23-
sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
24-
- uses: actions/checkout@v4
25-
# workaround for https://github.com/actions/runner/issues/2033
26-
- name: ownership workaround
27-
run: git config --global --add safe.directory '*'
28-
- name: Install yarn
29-
run: |
30-
npm install --global yarn
31-
node --version
32-
yarn global add yarn@latest
33-
- name: Install dependencies
34-
run: yarn install --ignore-engines --frozen-lockfile
35-
- name: Build packages
36-
run: yarn build
37-
- name: Test
38-
run: yarn test-ci
39-
40-
v16:
41-
runs-on: ubuntu-22.04
42-
container:
43-
image: 'ubuntu:22.04'
44-
steps:
45-
- name: Install required dependencies
46-
run: |
47-
apt update
48-
apt install --yes sudo
49-
sudo apt install --yes git
50-
sudo apt install --yes curl
51-
curl --location https://deb.nodesource.com/setup_16.x | sudo --preserve-env bash -
52-
sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
53-
- uses: actions/checkout@v4
54-
# workaround for https://github.com/actions/runner/issues/2033
55-
- name: ownership workaround
56-
run: git config --global --add safe.directory '*'
57-
- name: Install yarn
58-
run: |
59-
npm install --global yarn
60-
node --version
61-
yarn global add yarn@latest
62-
- name: Install dependencies
63-
run: yarn install --ignore-engines --frozen-lockfile
64-
- name: Build packages
65-
run: yarn build
66-
- name: Test
67-
run: yarn test-ci
68-
6911
v18:
7012
runs-on: ubuntu-22.04
7113
container:

.github/workflows/container-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up QEMU
1616
uses: docker/setup-qemu-action@v3
1717
- name: Set up Docker Buildx
18-
uses: docker/setup-buildx-action@v2
18+
uses: docker/setup-buildx-action@v3
1919
- name: Log into registry
2020
uses: docker/#-action@v3
2121
with:

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 18.16.0
1+
nodejs 18.18.2

@alias/commitlint-config-angular/CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,44 @@
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.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20)
7+
8+
9+
* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* drop node v14 and v16 support
15+
16+
* chore: remove unused types
17+
18+
* docs: prepare node update and new release
19+
20+
* chore!: minimum TS version v5
21+
* drop TS v4 support
22+
23+
* ci: remove node v14/16 checks
24+
25+
* chore: adjust node types to minimal supported version
26+
27+
* chore!: further major versions of other deps
28+
* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom,
29+
30+
* docs: simplify releases and remove roadmap
31+
32+
33+
34+
35+
36+
## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20)
37+
38+
**Note:** Version bump only for package commitlint-config-angular
39+
40+
41+
42+
43+
644
# [17.8.0](https://github.com/conventional-changelog/commitlint/compare/v17.7.2...v17.8.0) (2023-10-14)
745

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

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "17.8.0",
3+
"version": "18.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -27,13 +27,13 @@
2727
},
2828
"homepage": "https://commitlint.js.org/",
2929
"engines": {
30-
"node": ">=v14"
30+
"node": ">=v18"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-angular": "^17.8.0"
33+
"@commitlint/config-angular": "^18.0.0"
3434
},
3535
"devDependencies": {
36-
"@commitlint/utils": "^17.4.0"
36+
"@commitlint/utils": "^18.0.0"
3737
},
3838
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3939
}

@alias/commitlint-config-lerna-scopes/CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,44 @@
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.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20)
7+
8+
9+
* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* drop node v14 and v16 support
15+
16+
* chore: remove unused types
17+
18+
* docs: prepare node update and new release
19+
20+
* chore!: minimum TS version v5
21+
* drop TS v4 support
22+
23+
* ci: remove node v14/16 checks
24+
25+
* chore: adjust node types to minimal supported version
26+
27+
* chore!: further major versions of other deps
28+
* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom,
29+
30+
* docs: simplify releases and remove roadmap
31+
32+
33+
34+
35+
36+
## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20)
37+
38+
**Note:** Version bump only for package commitlint-config-lerna-scopes
39+
40+
41+
42+
43+
644
# [17.7.0](https://github.com/conventional-changelog/commitlint/compare/v17.6.7...v17.7.0) (2023-08-09)
745

846
**Note:** Version bump only for package commitlint-config-lerna-scopes

@alias/commitlint-config-lerna-scopes/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
3-
"version": "17.7.0",
3+
"version": "18.0.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -27,13 +27,13 @@
2727
},
2828
"homepage": "https://commitlint.js.org/",
2929
"engines": {
30-
"node": ">=v14"
30+
"node": ">=v18"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-lerna-scopes": "^17.7.0"
33+
"@commitlint/config-lerna-scopes": "^18.0.0"
3434
},
3535
"devDependencies": {
36-
"@commitlint/utils": "^17.4.0"
36+
"@commitlint/utils": "^18.0.0"
3737
},
3838
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
3939
}

@alias/commitlint-config-nx-scopes/CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,44 @@
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.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20)
7+
8+
9+
* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* drop node v14 and v16 support
15+
16+
* chore: remove unused types
17+
18+
* docs: prepare node update and new release
19+
20+
* chore!: minimum TS version v5
21+
* drop TS v4 support
22+
23+
* ci: remove node v14/16 checks
24+
25+
* chore: adjust node types to minimal supported version
26+
27+
* chore!: further major versions of other deps
28+
* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom,
29+
30+
* docs: simplify releases and remove roadmap
31+
32+
33+
34+
35+
36+
## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20)
37+
38+
**Note:** Version bump only for package commitlint-config-nx-scopes
39+
40+
41+
42+
43+
644
## [17.6.4](https://github.com/conventional-changelog/commitlint/compare/v17.6.3...v17.6.4) (2023-05-07)
745

846
**Note:** Version bump only for package commitlint-config-nx-scopes

@alias/commitlint-config-nx-scopes/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-nx-scopes",
3-
"version": "17.6.4",
3+
"version": "18.0.0",
44
"description": "Shareable commitlint config enforcing nx project names as scopes",
55
"files": [
66
"index.js"
@@ -27,13 +27,13 @@
2727
},
2828
"homepage": "https://commitlint.js.org/",
2929
"engines": {
30-
"node": ">=v14"
30+
"node": ">=v18"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-nx-scopes": "^17.6.4"
33+
"@commitlint/config-nx-scopes": "^18.0.0"
3434
},
3535
"devDependencies": {
36-
"@commitlint/utils": "^17.4.0"
36+
"@commitlint/utils": "^18.0.0"
3737
},
3838
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
3939
}

@alias/commitlint-config-patternplate/CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,44 @@
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.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20)
7+
8+
9+
* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* drop node v14 and v16 support
15+
16+
* chore: remove unused types
17+
18+
* docs: prepare node update and new release
19+
20+
* chore!: minimum TS version v5
21+
* drop TS v4 support
22+
23+
* ci: remove node v14/16 checks
24+
25+
* chore: adjust node types to minimal supported version
26+
27+
* chore!: further major versions of other deps
28+
* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom,
29+
30+
* docs: simplify releases and remove roadmap
31+
32+
33+
34+
35+
36+
## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20)
37+
38+
**Note:** Version bump only for package commitlint-config-patternplate
39+
40+
41+
42+
43+
644
# [17.8.0](https://github.com/conventional-changelog/commitlint/compare/v17.7.2...v17.8.0) (2023-10-14)
745

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

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-patternplate",
3-
"version": "17.8.0",
3+
"version": "18.0.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -27,13 +27,13 @@
2727
},
2828
"homepage": "https://commitlint.js.org/",
2929
"engines": {
30-
"node": ">=v14"
30+
"node": ">=v18"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-patternplate": "^17.8.0"
33+
"@commitlint/config-patternplate": "^18.0.0"
3434
},
3535
"devDependencies": {
36-
"@commitlint/utils": "^17.4.0"
36+
"@commitlint/utils": "^18.0.0"
3737
},
3838
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3939
}

0 commit comments

Comments
 (0)