Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/validate-configs
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Nov 28, 2021
2 parents ec96a13 + fc5d869 commit 46d64b1
Show file tree
Hide file tree
Showing 72 changed files with 725 additions and 398 deletions.
8 changes: 8 additions & 0 deletions @alias/commitlint-config-angular/CHANGELOG.md
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.

# [15.0.0](https://github.com/conventional-changelog/commitlint/compare/v14.2.0...v15.0.0) (2021-11-17)

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





# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

**Note:** Version bump only for package commitlint-config-angular
Expand Down
6 changes: 3 additions & 3 deletions @alias/commitlint-config-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-angular",
"version": "14.1.0",
"version": "15.0.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand Down Expand Up @@ -30,10 +30,10 @@
"node": ">=v12"
},
"dependencies": {
"@commitlint/config-angular": "^14.1.0"
"@commitlint/config-angular": "^15.0.0"
},
"devDependencies": {
"@commitlint/utils": "^14.0.0"
"@commitlint/utils": "^15.0.0"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}
8 changes: 8 additions & 0 deletions @alias/commitlint-config-lerna-scopes/CHANGELOG.md
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.

# [15.0.0](https://github.com/conventional-changelog/commitlint/compare/v14.2.0...v15.0.0) (2021-11-17)

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





# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)

**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
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-lerna-scopes",
"version": "14.0.0",
"version": "15.0.0",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"files": [
"index.js"
Expand Down Expand Up @@ -30,10 +30,10 @@
"node": ">=v12"
},
"dependencies": {
"@commitlint/config-lerna-scopes": "^14.0.0"
"@commitlint/config-lerna-scopes": "^15.0.0"
},
"devDependencies": {
"@commitlint/utils": "^14.0.0"
"@commitlint/utils": "^15.0.0"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
}
8 changes: 8 additions & 0 deletions @alias/commitlint-config-patternplate/CHANGELOG.md
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.

# [15.0.0](https://github.com/conventional-changelog/commitlint/compare/v14.2.0...v15.0.0) (2021-11-17)

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





# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

**Note:** Version bump only for package commitlint-config-patternplate
Expand Down
6 changes: 3 additions & 3 deletions @alias/commitlint-config-patternplate/package.json
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-patternplate",
"version": "14.1.0",
"version": "15.0.0",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
Expand Down Expand Up @@ -30,10 +30,10 @@
"node": ">=v12"
},
"dependencies": {
"@commitlint/config-patternplate": "^14.1.0"
"@commitlint/config-patternplate": "^15.0.0"
},
"devDependencies": {
"@commitlint/utils": "^14.0.0"
"@commitlint/utils": "^15.0.0"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}
8 changes: 8 additions & 0 deletions @alias/commitlint/CHANGELOG.md
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.

# [15.0.0](https://github.com/conventional-changelog/commitlint/compare/v14.2.0...v15.0.0) (2021-11-17)

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





# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

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

# [15.0.0](https://github.com/conventional-changelog/commitlint/compare/v14.2.0...v15.0.0) (2021-11-17)


### Features

* simplify config resolution ([#2398](https://github.com/conventional-changelog/commitlint/issues/2398)) ([8a8384f](https://github.com/conventional-changelog/commitlint/commit/8a8384f3c18954447cb633e76a573e1db71a1440)), closes [#327](https://github.com/conventional-changelog/commitlint/issues/327)





# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

**Note:** Version bump only for package @commitlint/cli
Expand Down
16 changes: 8 additions & 8 deletions @commitlint/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cli",
"version": "14.1.0",
"version": "15.0.0",
"description": "Lint your commit messages",
"files": [
"index.js",
Expand Down Expand Up @@ -37,19 +37,19 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^14.0.0",
"@commitlint/utils": "^14.0.0",
"@commitlint/test": "^15.0.0",
"@commitlint/utils": "^15.0.0",
"@types/node": "12.20.37",
"@types/yargs": "^17.0.0",
"execa": "^5.0.0",
"fs-extra": "^10.0.0"
},
"dependencies": {
"@commitlint/format": "^14.1.0",
"@commitlint/lint": "^14.1.0",
"@commitlint/load": "^14.1.0",
"@commitlint/read": "^14.0.0",
"@commitlint/types": "^14.0.0",
"@commitlint/format": "^15.0.0",
"@commitlint/lint": "^15.0.0",
"@commitlint/load": "^15.0.0",
"@commitlint/read": "^15.0.0",
"@commitlint/types": "^15.0.0",
"lodash": "^4.17.19",
"resolve-from": "5.0.0",
"resolve-global": "1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/config-angular-type-enum/CHANGELOG.md
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.

# [15.0.0](https://github.com/conventional-changelog/commitlint/compare/v14.2.0...v15.0.0) (2021-11-17)

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





# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)

**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
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-angular-type-enum",
"version": "14.0.0",
"version": "15.0.0",
"description": "Shareable commitlint config enforcing the angular commit convention types",
"files": [
"index.js"
Expand Down Expand Up @@ -30,7 +30,7 @@
"node": ">=v12"
},
"devDependencies": {
"@commitlint/utils": "^14.0.0"
"@commitlint/utils": "^15.0.0"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}
8 changes: 8 additions & 0 deletions @commitlint/config-angular/CHANGELOG.md
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.

# [15.0.0](https://github.com/conventional-changelog/commitlint/compare/v14.2.0...v15.0.0) (2021-11-17)

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





# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

**Note:** Version bump only for package @commitlint/config-angular
Expand Down
8 changes: 4 additions & 4 deletions @commitlint/config-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-angular",
"version": "14.1.0",
"version": "15.0.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand Down Expand Up @@ -30,11 +30,11 @@
"node": ">=v12"
},
"devDependencies": {
"@commitlint/lint": "^14.1.0",
"@commitlint/utils": "^14.0.0"
"@commitlint/lint": "^15.0.0",
"@commitlint/utils": "^15.0.0"
},
"dependencies": {
"@commitlint/config-angular-type-enum": "^14.0.0"
"@commitlint/config-angular-type-enum": "^15.0.0"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}
8 changes: 8 additions & 0 deletions @commitlint/config-conventional/CHANGELOG.md
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.

# [15.0.0](https://github.com/conventional-changelog/commitlint/compare/v14.2.0...v15.0.0) (2021-11-17)

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





# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

**Note:** Version bump only for package @commitlint/config-conventional
Expand Down
6 changes: 3 additions & 3 deletions @commitlint/config-conventional/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-conventional",
"version": "14.1.0",
"version": "15.0.0",
"description": "Shareable commitlint config enforcing conventional commits",
"files": [
"index.js"
Expand Down Expand Up @@ -33,8 +33,8 @@
"node": ">=v12"
},
"devDependencies": {
"@commitlint/lint": "^14.1.0",
"@commitlint/utils": "^14.0.0"
"@commitlint/lint": "^15.0.0",
"@commitlint/utils": "^15.0.0"
},
"dependencies": {
"conventional-changelog-conventionalcommits": "^4.3.1"
Expand Down
31 changes: 31 additions & 0 deletions @commitlint/config-lerna-scopes/CHANGELOG.md
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [15.0.0](https://github.com/conventional-changelog/commitlint/compare/v14.2.0...v15.0.0) (2021-11-17)


### Tests

* **config-lerna-scopes:** reuse npm bootstrap to simplify tests ([#2479](https://github.com/conventional-changelog/commitlint/issues/2479)) ([9a7a43a](https://github.com/conventional-changelog/commitlint/commit/9a7a43aa8a7eca18f2fe05c78d27dcb1a128930c)), closes [#2447](https://github.com/conventional-changelog/commitlint/issues/2447)


### BREAKING CHANGES

* **config-lerna-scopes:** upgrade to lerna v4

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: escapedcat <github@htmlcss.de>

* test(config-lerna-scopes): reuse npm bootstrap to simplify tests

* test(config-lerna-scopes): reuse npm bootstrap to simplify tests

* test: fix issue after merge

* test: one more fix after merge

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: escapedcat <github@htmlcss.de>





# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)

**Note:** Version bump only for package @commitlint/config-lerna-scopes
Expand Down
6 changes: 3 additions & 3 deletions @commitlint/config-lerna-scopes/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-lerna-scopes",
"version": "14.0.0",
"version": "15.0.0",
"description": "Shareable commitlint config enforcing lerna package and workspace names as scopes",
"files": [
"index.js"
Expand Down Expand Up @@ -44,8 +44,8 @@
"semver": "7.3.5"
},
"devDependencies": {
"@commitlint/test": "^14.0.0",
"@commitlint/utils": "^14.0.0"
"@commitlint/test": "^15.0.0",
"@commitlint/utils": "^15.0.0"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
}
8 changes: 8 additions & 0 deletions @commitlint/config-patternplate/CHANGELOG.md
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.

# [15.0.0](https://github.com/conventional-changelog/commitlint/compare/v14.2.0...v15.0.0) (2021-11-17)

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





# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

**Note:** Version bump only for package @commitlint/config-patternplate
Expand Down
6 changes: 3 additions & 3 deletions @commitlint/config-patternplate/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-patternplate",
"version": "14.1.0",
"version": "15.0.0",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
Expand Down Expand Up @@ -30,12 +30,12 @@
"node": ">=v12"
},
"dependencies": {
"@commitlint/config-angular": "^14.1.0",
"@commitlint/config-angular": "^15.0.0",
"globby": "^11.0.0",
"lodash": "^4.17.19"
},
"devDependencies": {
"@commitlint/utils": "^14.0.0"
"@commitlint/utils": "^15.0.0"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}

0 comments on commit 46d64b1

Please sign in to comment.