Skip to content

[pull] master from conventional-changelog:master #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Nov 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 12 additions & 64 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,77 +8,25 @@ on:
types: [opened, synchronize]

jobs:
v18:
runs-on: ubuntu-22.04
container:
image: 'ubuntu:22.04'
build:
strategy:
matrix:
os: [ubuntu-22.04, windows-2022]
node: [18, 20]
runs-on: ${{ matrix.os }}
steps:
- name: Install required dependencies
run: |
apt update
apt install --yes sudo
sudo apt install --yes git
sudo apt install --yes curl
curl --location https://deb.nodesource.com/setup_18.x | sudo --preserve-env bash -
sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
- uses: actions/checkout@v4
# workaround for https://github.com/actions/runner/issues/2033
- name: ownership workaround
run: git config --global --add safe.directory '*'
- name: Install yarn
run: |
npm install --global yarn
node --version
yarn global add yarn@latest
- name: Install dependencies
run: yarn install --ignore-engines --frozen-lockfile
- name: Build packages
run: yarn build
- name: Test
run: yarn test-ci

v20:
runs-on: ubuntu-22.04
container:
image: 'ubuntu:22.04'
steps:
- name: Install required dependencies
run: |
apt update
apt install --yes sudo
sudo apt install --yes git
sudo apt install --yes curl
curl --location https://deb.nodesource.com/setup_20.x | sudo --preserve-env bash -
sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
- uses: actions/checkout@v4
# workaround for https://github.com/actions/runner/issues/2033
- name: ownership workaround
run: git config --global --add safe.directory '*'
- name: Install yarn
run: |
npm install --global yarn
node --version
yarn global add yarn@latest
- name: Install dependencies
run: yarn install --ignore-engines --frozen-lockfile
- name: Build packages
run: yarn build
- name: Test
run: yarn test-ci

windows:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
max_attempts: 3
- name: Update yarn
run: |
node --version
yarn global add yarn@latest
node-version: ${{ matrix.node }}
cache: yarn

- name: Install dependencies
run: yarn install --ignore-engines --frozen-lockfile

- name: Build packages
run: yarn build

- name: Test
run: yarn test-ci
8 changes: 8 additions & 0 deletions @alias/commitlint-config-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.4.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)

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





# [18.1.0](https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0) (2023-10-25)

**Note:** Version bump only for package commitlint-config-angular
Expand Down
6 changes: 3 additions & 3 deletions @alias/commitlint-config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-angular",
"version": "18.1.0",
"version": "18.4.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand Down Expand Up @@ -30,10 +30,10 @@
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-angular": "^18.1.0"
"@commitlint/config-angular": "^18.4.0"
},
"devDependencies": {
"@commitlint/utils": "^18.1.0"
"@commitlint/utils": "^18.4.0"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}
8 changes: 8 additions & 0 deletions @alias/commitlint-config-lerna-scopes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.4.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)

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





# [18.1.0](https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0) (2023-10-25)

**Note:** Version bump only for package commitlint-config-lerna-scopes
Expand Down
6 changes: 3 additions & 3 deletions @alias/commitlint-config-lerna-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-lerna-scopes",
"version": "18.1.0",
"version": "18.4.0",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"files": [
"index.js"
Expand Down Expand Up @@ -30,10 +30,10 @@
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-lerna-scopes": "^18.1.0"
"@commitlint/config-lerna-scopes": "^18.4.0"
},
"devDependencies": {
"@commitlint/utils": "^18.1.0"
"@commitlint/utils": "^18.4.0"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
}
8 changes: 8 additions & 0 deletions @alias/commitlint-config-nx-scopes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.4.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)

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





# [18.3.0](https://github.com/conventional-changelog/commitlint/compare/v18.2.0...v18.3.0) (2023-10-26)

**Note:** Version bump only for package commitlint-config-nx-scopes
Expand Down
6 changes: 3 additions & 3 deletions @alias/commitlint-config-nx-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-nx-scopes",
"version": "18.3.0",
"version": "18.4.0",
"description": "Shareable commitlint config enforcing nx project names as scopes",
"files": [
"index.js"
Expand Down Expand Up @@ -30,10 +30,10 @@
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-nx-scopes": "^18.3.0"
"@commitlint/config-nx-scopes": "^18.4.0"
},
"devDependencies": {
"@commitlint/utils": "^18.1.0"
"@commitlint/utils": "^18.4.0"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
}
8 changes: 8 additions & 0 deletions @alias/commitlint-config-patternplate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.4.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)

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





# [18.1.0](https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0) (2023-10-25)

**Note:** Version bump only for package commitlint-config-patternplate
Expand Down
6 changes: 3 additions & 3 deletions @alias/commitlint-config-patternplate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-patternplate",
"version": "18.1.0",
"version": "18.4.0",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
Expand Down Expand Up @@ -30,10 +30,10 @@
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-patternplate": "^18.1.0"
"@commitlint/config-patternplate": "^18.4.0"
},
"devDependencies": {
"@commitlint/utils": "^18.1.0"
"@commitlint/utils": "^18.4.0"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}
8 changes: 8 additions & 0 deletions @alias/commitlint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.4.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)

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





# [18.2.0](https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0) (2023-10-26)

**Note:** Version bump only for package commitlint
Expand Down
8 changes: 4 additions & 4 deletions @alias/commitlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint",
"version": "18.2.0",
"version": "18.4.0",
"description": "Lint your commit messages",
"files": [
"cli.js"
Expand Down Expand Up @@ -35,12 +35,12 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/types": "^18.1.0"
"@commitlint/cli": "^18.4.0",
"@commitlint/types": "^18.4.0"
},
"devDependencies": {
"@commitlint/test": "^18.0.0",
"@commitlint/utils": "^18.1.0",
"@commitlint/utils": "^18.4.0",
"execa": "^5.0.0"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.4.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)

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





# [18.2.0](https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0) (2023-10-26)

**Note:** Version bump only for package @commitlint/cli
Expand Down
14 changes: 7 additions & 7 deletions @commitlint/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cli",
"version": "18.2.0",
"version": "18.4.0",
"description": "Lint your commit messages",
"files": [
"index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^18.0.0",
"@commitlint/utils": "^18.1.0",
"@commitlint/utils": "^18.4.0",
"@types/lodash.isfunction": "^3.0.8",
"@types/lodash.merge": "^4.6.8",
"@types/node": "^18.11.9",
Expand All @@ -47,11 +47,11 @@
"lodash.merge": "^4.6.2"
},
"dependencies": {
"@commitlint/format": "^18.1.0",
"@commitlint/lint": "^18.1.0",
"@commitlint/load": "^18.2.0",
"@commitlint/read": "^18.1.0",
"@commitlint/types": "^18.1.0",
"@commitlint/format": "^18.4.0",
"@commitlint/lint": "^18.4.0",
"@commitlint/load": "^18.4.0",
"@commitlint/read": "^18.4.0",
"@commitlint/types": "^18.4.0",
"execa": "^5.0.0",
"lodash.isfunction": "^3.0.9",
"resolve-from": "5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/config-angular-type-enum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.4.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)

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





# [18.1.0](https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0) (2023-10-25)

**Note:** Version bump only for package @commitlint/config-angular-type-enum
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-angular-type-enum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-angular-type-enum",
"version": "18.1.0",
"version": "18.4.0",
"description": "Shareable commitlint config enforcing the angular commit convention types",
"files": [
"index.js"
Expand Down Expand Up @@ -30,7 +30,7 @@
"node": ">=v18"
},
"devDependencies": {
"@commitlint/utils": "^18.1.0"
"@commitlint/utils": "^18.4.0"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}
8 changes: 8 additions & 0 deletions @commitlint/config-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.4.0](https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0) (2023-11-10)

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





# [18.1.0](https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0) (2023-10-25)

**Note:** Version bump only for package @commitlint/config-angular
Expand Down
8 changes: 4 additions & 4 deletions @commitlint/config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-angular",
"version": "18.1.0",
"version": "18.4.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand Down Expand Up @@ -30,11 +30,11 @@
"node": ">=v18"
},
"devDependencies": {
"@commitlint/lint": "^18.1.0",
"@commitlint/utils": "^18.1.0"
"@commitlint/lint": "^18.4.0",
"@commitlint/utils": "^18.4.0"
},
"dependencies": {
"@commitlint/config-angular-type-enum": "^18.1.0"
"@commitlint/config-angular-type-enum": "^18.4.0"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}
Loading