Skip to content

Commit ab2a18c

Browse files
Merge branch 'renovate/conventional-changelog-angular-7.x' into renovate/conventional-changelog-angular-7.x
2 parents e77fbea + 17ce0e1 commit ab2a18c

File tree

108 files changed

+1061
-645
lines changed

Some content is hidden

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

108 files changed

+1061
-645
lines changed

.github/workflows/CI.yml

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

1010
jobs:
11-
v18:
12-
runs-on: ubuntu-22.04
13-
container:
14-
image: 'ubuntu:22.04'
11+
build:
12+
strategy:
13+
matrix:
14+
os: [ubuntu-22.04, windows-2022]
15+
node: [18, 20]
16+
runs-on: ${{ matrix.os }}
1517
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_18.x | sudo --preserve-env bash -
23-
sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
2418
- 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-
v20:
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_20.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
6819

69-
windows:
70-
runs-on: windows-2022
71-
steps:
72-
- uses: actions/checkout@v4
20+
- uses: actions/setup-node@v3
7321
with:
74-
max_attempts: 3
75-
- name: Update yarn
76-
run: |
77-
node --version
78-
yarn global add yarn@latest
22+
node-version: ${{ matrix.node }}
23+
cache: yarn
24+
7925
- name: Install dependencies
8026
run: yarn install --ignore-engines --frozen-lockfile
27+
8128
- name: Build packages
8229
run: yarn build
30+
8331
- name: Test
8432
run: yarn test-ci

@alias/commitlint-config-angular/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.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)
7+
8+
**Note:** Version bump only for package commitlint-config-angular
9+
10+
11+
12+
13+
614
# [18.1.0](https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0) (2023-10-25)
715

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "18.1.0",
3+
"version": "18.4.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -30,10 +30,10 @@
3030
"node": ">=v18"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-angular": "^18.1.0"
33+
"@commitlint/config-angular": "^18.4.0"
3434
},
3535
"devDependencies": {
36-
"@commitlint/utils": "^18.1.0"
36+
"@commitlint/utils": "^18.4.0"
3737
},
3838
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3939
}

@alias/commitlint-config-lerna-scopes/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.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)
7+
8+
**Note:** Version bump only for package commitlint-config-lerna-scopes
9+
10+
11+
12+
13+
614
# [18.1.0](https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0) (2023-10-25)
715

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
3-
"version": "18.1.0",
3+
"version": "18.4.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -30,10 +30,10 @@
3030
"node": ">=v18"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-lerna-scopes": "^18.1.0"
33+
"@commitlint/config-lerna-scopes": "^18.4.0"
3434
},
3535
"devDependencies": {
36-
"@commitlint/utils": "^18.1.0"
36+
"@commitlint/utils": "^18.4.0"
3737
},
3838
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
3939
}

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

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)
7+
8+
**Note:** Version bump only for package commitlint-config-nx-scopes
9+
10+
11+
12+
13+
14+
# [18.3.0](https://github.com/conventional-changelog/commitlint/compare/v18.2.0...v18.3.0) (2023-10-26)
15+
16+
**Note:** Version bump only for package commitlint-config-nx-scopes
17+
18+
19+
20+
21+
622
# [18.1.0](https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0) (2023-10-25)
723

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-nx-scopes",
3-
"version": "18.1.0",
3+
"version": "18.4.0",
44
"description": "Shareable commitlint config enforcing nx project names as scopes",
55
"files": [
66
"index.js"
@@ -30,10 +30,10 @@
3030
"node": ">=v18"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-nx-scopes": "^18.1.0"
33+
"@commitlint/config-nx-scopes": "^18.4.0"
3434
},
3535
"devDependencies": {
36-
"@commitlint/utils": "^18.1.0"
36+
"@commitlint/utils": "^18.4.0"
3737
},
3838
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
3939
}

@alias/commitlint-config-patternplate/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.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)
7+
8+
**Note:** Version bump only for package commitlint-config-patternplate
9+
10+
11+
12+
13+
614
# [18.1.0](https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0) (2023-10-25)
715

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-patternplate",
3-
"version": "18.1.0",
3+
"version": "18.4.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -30,10 +30,10 @@
3030
"node": ">=v18"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-patternplate": "^18.1.0"
33+
"@commitlint/config-patternplate": "^18.4.0"
3434
},
3535
"devDependencies": {
36-
"@commitlint/utils": "^18.1.0"
36+
"@commitlint/utils": "^18.4.0"
3737
},
3838
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3939
}

@alias/commitlint/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
14+
# [18.2.0](https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0) (2023-10-26)
15+
16+
**Note:** Version bump only for package commitlint
17+
18+
19+
20+
21+
622
# [18.1.0](https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0) (2023-10-25)
723

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

@alias/commitlint/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "18.1.0",
3+
"version": "18.4.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -35,12 +35,12 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@commitlint/cli": "^18.1.0",
39-
"@commitlint/types": "^18.1.0"
38+
"@commitlint/cli": "^18.4.0",
39+
"@commitlint/types": "^18.4.0"
4040
},
4141
"devDependencies": {
4242
"@commitlint/test": "^18.0.0",
43-
"@commitlint/utils": "^18.1.0",
43+
"@commitlint/utils": "^18.4.0",
4444
"execa": "^5.0.0"
4545
},
4646
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

@commitlint/cli/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)
7+
8+
**Note:** Version bump only for package @commitlint/cli
9+
10+
11+
12+
13+
14+
# [18.2.0](https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0) (2023-10-26)
15+
16+
**Note:** Version bump only for package @commitlint/cli
17+
18+
19+
20+
21+
622
# [18.1.0](https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0) (2023-10-25)
723

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

@commitlint/cli/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "18.1.0",
3+
"version": "18.4.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -38,7 +38,7 @@
3838
"license": "MIT",
3939
"devDependencies": {
4040
"@commitlint/test": "^18.0.0",
41-
"@commitlint/utils": "^18.1.0",
41+
"@commitlint/utils": "^18.4.0",
4242
"@types/lodash.isfunction": "^3.0.8",
4343
"@types/lodash.merge": "^4.6.8",
4444
"@types/node": "^18.11.9",
@@ -47,11 +47,11 @@
4747
"lodash.merge": "^4.6.2"
4848
},
4949
"dependencies": {
50-
"@commitlint/format": "^18.1.0",
51-
"@commitlint/lint": "^18.1.0",
52-
"@commitlint/load": "^18.1.0",
53-
"@commitlint/read": "^18.1.0",
54-
"@commitlint/types": "^18.1.0",
50+
"@commitlint/format": "^18.4.0",
51+
"@commitlint/lint": "^18.4.0",
52+
"@commitlint/load": "^18.4.0",
53+
"@commitlint/read": "^18.4.0",
54+
"@commitlint/types": "^18.4.0",
5555
"execa": "^5.0.0",
5656
"lodash.isfunction": "^3.0.9",
5757
"resolve-from": "5.0.0",

@commitlint/cli/src/cli.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ test('should print help', async () => {
524524
-H, --help-url help url in error message [string]
525525
-f, --from lower end of the commit range to lint; applies if
526526
edit=false [string]
527-
--git-log-args addditional git log arguments as space separated string,
527+
--git-log-args additional git log arguments as space separated string,
528528
example '--first-parent --cherry-pick' [string]
529529
-o, --format output format of the results [string]
530530
-p, --parser-preset configuration preset to use for

@commitlint/cli/src/cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const cli = yargs
7979
},
8080
'git-log-args': {
8181
description:
82-
"addditional git log arguments as space separated string, example '--first-parent --cherry-pick'",
82+
"additional git log arguments as space separated string, example '--first-parent --cherry-pick'",
8383
type: 'string',
8484
},
8585
format: {

@commitlint/config-angular-type-enum/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.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)
7+
8+
**Note:** Version bump only for package @commitlint/config-angular-type-enum
9+
10+
11+
12+
13+
614
# [18.1.0](https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0) (2023-10-25)
715

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

@commitlint/config-angular-type-enum/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular-type-enum",
3-
"version": "18.1.0",
3+
"version": "18.4.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention types",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v18"
3131
},
3232
"devDependencies": {
33-
"@commitlint/utils": "^18.1.0"
33+
"@commitlint/utils": "^18.4.0"
3434
},
3535
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3636
}

0 commit comments

Comments
 (0)