Skip to content

Commit b9cd734

Browse files
authored
Merge branch 'conventional-changelog:master' into master
2 parents 6dcec0c + 6ae5ab6 commit b9cd734

30 files changed

+274
-35
lines changed

@alias/commitlint-config-nx-scopes/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+
# [18.3.0](https://github.com/conventional-changelog/commitlint/compare/v18.2.0...v18.3.0) (2023-10-26)
7+
8+
**Note:** Version bump only for package commitlint-config-nx-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-nx-scopes

@alias/commitlint-config-nx-scopes/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-nx-scopes",
3-
"version": "18.1.0",
3+
"version": "18.3.0",
44
"description": "Shareable commitlint config enforcing nx project names as scopes",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v18"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-nx-scopes": "^18.1.0"
33+
"@commitlint/config-nx-scopes": "^18.3.0"
3434
},
3535
"devDependencies": {
3636
"@commitlint/utils": "^18.1.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+
# [18.2.0](https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0) (2023-10-26)
7+
8+
**Note:** Version bump only for package commitlint
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

@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": "18.1.0",
3+
"version": "18.2.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -35,7 +35,7 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@commitlint/cli": "^18.1.0",
38+
"@commitlint/cli": "^18.2.0",
3939
"@commitlint/types": "^18.1.0"
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+
# [18.2.0](https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0) (2023-10-26)
7+
8+
**Note:** Version bump only for package @commitlint/cli
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/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": "18.1.0",
3+
"version": "18.2.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@commitlint/format": "^18.1.0",
5151
"@commitlint/lint": "^18.1.0",
52-
"@commitlint/load": "^18.1.0",
52+
"@commitlint/load": "^18.2.0",
5353
"@commitlint/read": "^18.1.0",
5454
"@commitlint/types": "^18.1.0",
5555
"execa": "^5.0.0",

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3.0](https://github.com/conventional-changelog/commitlint/compare/v18.2.0...v18.3.0) (2023-10-26)
7+
8+
9+
### Features
10+
11+
* **config-nx-scopes:** support latest nx version ([#3728](https://github.com/conventional-changelog/commitlint/issues/3728)) ([22e6f74](https://github.com/conventional-changelog/commitlint/commit/22e6f74e3cae74497162c8ae8f5d3888e3b19f6e))
12+
13+
14+
15+
16+
617
# [18.1.0](https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0) (2023-10-25)
718

819
**Note:** Version bump only for package @commitlint/config-nx-scopes
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"affected": {
3+
"defaultBase": "main"
4+
},
5+
"cli": {
6+
"defaultCollection": "@nx/react"
7+
},
8+
"tasksRunnerOptions": {
9+
"default": {
10+
"runner": "nx-cloud",
11+
"options": {
12+
"cacheableOperations": [
13+
"build",
14+
"lint",
15+
"test",
16+
"e2e"
17+
]
18+
}
19+
}
20+
},
21+
"generators": {
22+
"@nx/react": {
23+
"application": {
24+
"style": "css",
25+
"linter": "eslint",
26+
"babel": true
27+
},
28+
"component": {
29+
"style": "css"
30+
},
31+
"library": {
32+
"style": "css",
33+
"linter": "eslint"
34+
}
35+
}
36+
},
37+
"defaultProject": "g"
38+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "g",
3+
"version": "1.0.0"
4+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"root": "nx/g",
3+
"sourceRoot": "nx/g/src",
4+
"projectType": "library",
5+
"targets": {
6+
"lint": {
7+
"executor": "@nx/linter:eslint",
8+
"outputs": [
9+
"{options.outputFile}"
10+
],
11+
"options": {
12+
"lintFilePatterns": [
13+
"nx/g/**/*.ts"
14+
]
15+
}
16+
},
17+
"test": {
18+
"executor": "@nx/jest:jest",
19+
"outputs": [
20+
"coverage/nx/g"
21+
],
22+
"options": {
23+
"jestConfig": "nx/g/jest.config.js",
24+
"passWithNoTests": true
25+
}
26+
}
27+
},
28+
"tags": []
29+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "h",
3+
"version": "1.0.0"
4+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"root": "nx/h",
3+
"sourceRoot": "nx/h/src",
4+
"projectType": "library",
5+
"targets": {
6+
"lint": {
7+
"executor": "@nx/linter:eslint",
8+
"outputs": [
9+
"{options.outputFile}"
10+
],
11+
"options": {
12+
"lintFilePatterns": [
13+
"nx/h/**/*.ts"
14+
]
15+
}
16+
},
17+
"test": {
18+
"executor": "@nx/jest:jest",
19+
"outputs": [
20+
"coverage/nx/h"
21+
],
22+
"options": {
23+
"jestConfig": "nx/h/jest.config.js",
24+
"passWithNoTests": true
25+
}
26+
}
27+
},
28+
"tags": []
29+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "basic",
3+
"version": "1.0.0",
4+
"devDependencies": {
5+
"nx": "^17.0.0"
6+
}
7+
}

@commitlint/config-nx-scopes/index.test.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,11 @@ test('expect correct result from Nx 15', async () => {
7474
const [, , value] = await fn({cwd});
7575
expect(value).toEqual(['e', 'f']);
7676
});
77+
78+
test('expect correct result from Nx 17', async () => {
79+
const {'scope-enum': fn} = config.rules;
80+
const cwd = await npm.bootstrap('fixtures/nx17', __dirname);
81+
82+
const [, , value] = await fn({cwd});
83+
expect(value).toEqual(['g', 'h']);
84+
});

@commitlint/config-nx-scopes/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-nx-scopes",
3-
"version": "18.1.0",
3+
"version": "18.3.0",
44
"description": "Shareable commitlint config enforcing nx project names as scopes",
55
"files": [
66
"index.js"
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://commitlint.js.org/",
2929
"peerDependencies": {
30-
"nx": "^14.0.0 || ^15.0.0 || ^16.0.0"
30+
"nx": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
3131
},
3232
"peerDependenciesMeta": {
3333
"nx": {

@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+
# [18.2.0](https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0) (2023-10-26)
7+
8+
**Note:** Version bump only for package @commitlint/core
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/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": "18.1.0",
3+
"version": "18.2.0",
44
"description": "Lint your commit messages",
55
"main": "lib/core.js",
66
"types": "lib/core.d.ts",
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@commitlint/format": "^18.1.0",
3939
"@commitlint/lint": "^18.1.0",
40-
"@commitlint/load": "^18.1.0",
40+
"@commitlint/load": "^18.2.0",
4141
"@commitlint/read": "^18.1.0"
4242
},
4343
"devDependencies": {

@commitlint/cz-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+
# [18.2.0](https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0) (2023-10-26)
7+
8+
**Note:** Version bump only for package @commitlint/cz-commitlint
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/cz-commitlint

@commitlint/cz-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/cz-commitlint",
3-
"version": "18.1.0",
3+
"version": "18.2.0",
44
"description": "Commitizen adapter using the commitlint.config.js",
55
"main": "./lib/index.js",
66
"files": [
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@commitlint/ensure": "^18.1.0",
41-
"@commitlint/load": "^18.1.0",
41+
"@commitlint/load": "^18.2.0",
4242
"@commitlint/types": "^18.1.0",
4343
"chalk": "^4.1.0",
4444
"lodash.isplainobject": "^4.0.6",

@commitlint/load/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.2.0](https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0) (2023-10-26)
7+
8+
9+
### Features
10+
11+
* **load:** use cosmiconfig-typescript-loader v5 to remove ts-node dependency for @commitlint/load ([#3722](https://github.com/conventional-changelog/commitlint/issues/3722)) ([1ff49ea](https://github.com/conventional-changelog/commitlint/commit/1ff49ea14adb180eb54ec3d7479990b66ba26720))
12+
13+
14+
15+
16+
617
# [18.1.0](https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0) (2023-10-25)
718

819
**Note:** Version bump only for package @commitlint/load

@commitlint/load/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/load",
3-
"version": "18.1.0",
3+
"version": "18.2.0",
44
"description": "Load shared commitlint configuration",
55
"main": "lib/load.js",
66
"types": "lib/load.d.ts",

@commitlint/prompt-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+
# [18.2.0](https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0) (2023-10-26)
7+
8+
**Note:** Version bump only for package @commitlint/prompt-cli
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/prompt-cli

@commitlint/prompt-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/prompt-cli",
3-
"version": "18.1.0",
3+
"version": "18.2.0",
44
"description": "commit prompt using commitlint.config.js",
55
"files": [
66
"cli.js"
@@ -36,7 +36,7 @@
3636
"@commitlint/utils": "^18.1.0"
3737
},
3838
"dependencies": {
39-
"@commitlint/prompt": "^18.1.0",
39+
"@commitlint/prompt": "^18.2.0",
4040
"execa": "^5.0.0",
4141
"inquirer": "^6.5.2"
4242
},

@commitlint/prompt/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+
# [18.2.0](https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0) (2023-10-26)
7+
8+
**Note:** Version bump only for package @commitlint/prompt
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/prompt

0 commit comments

Comments
 (0)