Skip to content

Commit e82f05a

Browse files
committed
v19.8.0
1 parent e685618 commit e82f05a

Some content is hidden

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

76 files changed

+548
-141
lines changed

Diff for: @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+
# [19.8.0](https://github.com/conventional-changelog/commitlint/compare/v19.7.1...v19.8.0) (2025-03-07)
7+
8+
**Note:** Version bump only for package commitlint-config-angular
9+
10+
11+
12+
13+
614
## [19.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
715

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

Diff for: @alias/commitlint-config-angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commitlint-config-angular",
33
"type": "module",
4-
"version": "19.7.1",
4+
"version": "19.8.0",
55
"description": "Shareable commitlint config enforcing the angular commit convention",
66
"files": [
77
"index.js"
@@ -31,10 +31,10 @@
3131
"node": ">=v18"
3232
},
3333
"dependencies": {
34-
"@commitlint/config-angular": "^19.7.1"
34+
"@commitlint/config-angular": "^19.8.0"
3535
},
3636
"devDependencies": {
37-
"@commitlint/utils": "^19.5.0"
37+
"@commitlint/utils": "^19.8.0"
3838
},
3939
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
4040
}

Diff for: @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+
# [19.8.0](https://github.com/conventional-changelog/commitlint/compare/v19.7.1...v19.8.0) (2025-03-07)
7+
8+
**Note:** Version bump only for package commitlint-config-lerna-scopes
9+
10+
11+
12+
13+
614
# [19.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)
715

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

Diff for: @alias/commitlint-config-lerna-scopes/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
33
"type": "module",
4-
"version": "19.7.0",
4+
"version": "19.8.0",
55
"description": "Shareable commitlint config enforcing lerna package names as scopes",
66
"files": [
77
"index.js"
@@ -31,10 +31,10 @@
3131
"node": ">=v18"
3232
},
3333
"dependencies": {
34-
"@commitlint/config-lerna-scopes": "^19.7.0"
34+
"@commitlint/config-lerna-scopes": "^19.8.0"
3535
},
3636
"devDependencies": {
37-
"@commitlint/utils": "^19.5.0"
37+
"@commitlint/utils": "^19.8.0"
3838
},
3939
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
4040
}

Diff for: @alias/commitlint-config-nx-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+
# [19.8.0](https://github.com/conventional-changelog/commitlint/compare/v19.7.1...v19.8.0) (2025-03-07)
7+
8+
**Note:** Version bump only for package commitlint-config-nx-scopes
9+
10+
11+
12+
13+
614
## [19.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
715

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

Diff for: @alias/commitlint-config-nx-scopes/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commitlint-config-nx-scopes",
33
"type": "module",
4-
"version": "19.7.1",
4+
"version": "19.8.0",
55
"description": "Shareable commitlint config enforcing nx project names as scopes",
66
"files": [
77
"index.js"
@@ -31,10 +31,10 @@
3131
"node": ">=v18"
3232
},
3333
"dependencies": {
34-
"@commitlint/config-nx-scopes": "^19.7.1"
34+
"@commitlint/config-nx-scopes": "^19.8.0"
3535
},
3636
"devDependencies": {
37-
"@commitlint/utils": "^19.5.0"
37+
"@commitlint/utils": "^19.8.0"
3838
},
3939
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
4040
}

Diff for: @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+
# [19.8.0](https://github.com/conventional-changelog/commitlint/compare/v19.7.1...v19.8.0) (2025-03-07)
7+
8+
**Note:** Version bump only for package commitlint-config-patternplate
9+
10+
11+
12+
13+
614
## [19.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
715

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

Diff for: @alias/commitlint-config-patternplate/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commitlint-config-patternplate",
33
"type": "module",
4-
"version": "19.7.1",
4+
"version": "19.8.0",
55
"description": "Lint your commits, patternplate-style",
66
"files": [
77
"index.js"
@@ -31,10 +31,10 @@
3131
"node": ">=v18"
3232
},
3333
"dependencies": {
34-
"@commitlint/config-patternplate": "^19.7.1"
34+
"@commitlint/config-patternplate": "^19.8.0"
3535
},
3636
"devDependencies": {
37-
"@commitlint/utils": "^19.5.0"
37+
"@commitlint/utils": "^19.8.0"
3838
},
3939
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
4040
}

Diff for: @alias/commitlint/CHANGELOG.md

+11
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+
# [19.8.0](https://github.com/conventional-changelog/commitlint/compare/v19.7.1...v19.8.0) (2025-03-07)
7+
8+
9+
### Performance Improvements
10+
11+
* use `node:` prefix to bypass require.cache call for builtins ([#4302](https://github.com/conventional-changelog/commitlint/issues/4302)) ([0cd8f41](https://github.com/conventional-changelog/commitlint/commit/0cd8f410573fe11383f788b1ceb7e0946143591d))
12+
13+
14+
15+
16+
617
## [19.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
718

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

Diff for: @alias/commitlint/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commitlint",
33
"type": "module",
4-
"version": "19.7.1",
4+
"version": "19.8.0",
55
"description": "Lint your commit messages",
66
"files": [
77
"cli.js"
@@ -36,12 +36,12 @@
3636
},
3737
"license": "MIT",
3838
"dependencies": {
39-
"@commitlint/cli": "^19.7.1",
40-
"@commitlint/types": "^19.5.0"
39+
"@commitlint/cli": "^19.8.0",
40+
"@commitlint/types": "^19.8.0"
4141
},
4242
"devDependencies": {
43-
"@commitlint/test": "^19.5.0",
44-
"@commitlint/utils": "^19.5.0",
43+
"@commitlint/test": "^19.8.0",
44+
"@commitlint/utils": "^19.8.0",
4545
"tinyexec": "^0.3.0"
4646
},
4747
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

Diff for: @commitlint/cli/CHANGELOG.md

+11
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+
# [19.8.0](https://github.com/conventional-changelog/commitlint/compare/v19.7.1...v19.8.0) (2025-03-07)
7+
8+
9+
### Performance Improvements
10+
11+
* use `node:` prefix to bypass require.cache call for builtins ([#4302](https://github.com/conventional-changelog/commitlint/issues/4302)) ([0cd8f41](https://github.com/conventional-changelog/commitlint/commit/0cd8f410573fe11383f788b1ceb7e0946143591d))
12+
13+
14+
15+
16+
617
## [19.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
718

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

Diff for: @commitlint/cli/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/cli",
33
"type": "module",
4-
"version": "19.7.1",
4+
"version": "19.8.0",
55
"description": "Lint your commit messages",
66
"files": [
77
"index.cjs",
@@ -39,20 +39,20 @@
3939
},
4040
"license": "MIT",
4141
"devDependencies": {
42-
"@commitlint/test": "^19.5.0",
43-
"@commitlint/utils": "^19.5.0",
42+
"@commitlint/test": "^19.8.0",
43+
"@commitlint/utils": "^19.8.0",
4444
"@types/lodash.merge": "^4.6.8",
4545
"@types/node": "^18.19.17",
4646
"@types/yargs": "^17.0.29",
4747
"fs-extra": "^11.0.0",
4848
"lodash.merge": "^4.6.2"
4949
},
5050
"dependencies": {
51-
"@commitlint/format": "^19.5.0",
52-
"@commitlint/lint": "^19.7.1",
53-
"@commitlint/load": "^19.6.1",
54-
"@commitlint/read": "^19.5.0",
55-
"@commitlint/types": "^19.5.0",
51+
"@commitlint/format": "^19.8.0",
52+
"@commitlint/lint": "^19.8.0",
53+
"@commitlint/load": "^19.8.0",
54+
"@commitlint/read": "^19.8.0",
55+
"@commitlint/types": "^19.8.0",
5656
"tinyexec": "^0.3.0",
5757
"yargs": "^17.0.0"
5858
},

Diff for: @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+
# [19.8.0](https://github.com/conventional-changelog/commitlint/compare/v19.7.1...v19.8.0) (2025-03-07)
7+
8+
**Note:** Version bump only for package @commitlint/config-angular-type-enum
9+
10+
11+
12+
13+
614
# [19.5.0](https://github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0) (2024-09-11)
715

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

Diff for: @commitlint/config-angular-type-enum/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/config-angular-type-enum",
33
"type": "module",
4-
"version": "19.5.0",
4+
"version": "19.8.0",
55
"description": "Shareable commitlint config enforcing the angular commit convention types",
66
"main": "index.js",
77
"files": [
@@ -32,7 +32,7 @@
3232
"node": ">=v18"
3333
},
3434
"devDependencies": {
35-
"@commitlint/utils": "^19.5.0"
35+
"@commitlint/utils": "^19.8.0"
3636
},
3737
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3838
}

Diff for: @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+
# [19.8.0](https://github.com/conventional-changelog/commitlint/compare/v19.7.1...v19.8.0) (2025-03-07)
7+
8+
**Note:** Version bump only for package @commitlint/config-angular
9+
10+
11+
12+
13+
614
## [19.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
715

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

Diff for: @commitlint/config-angular/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/config-angular",
33
"type": "module",
4-
"version": "19.7.1",
4+
"version": "19.8.0",
55
"description": "Shareable commitlint config enforcing the angular commit convention",
66
"main": "index.js",
77
"files": [
@@ -32,11 +32,11 @@
3232
"node": ">=v18"
3333
},
3434
"devDependencies": {
35-
"@commitlint/lint": "^19.7.1",
36-
"@commitlint/utils": "^19.5.0"
35+
"@commitlint/lint": "^19.8.0",
36+
"@commitlint/utils": "^19.8.0"
3737
},
3838
"dependencies": {
39-
"@commitlint/config-angular-type-enum": "^19.5.0"
39+
"@commitlint/config-angular-type-enum": "^19.8.0"
4040
},
4141
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
4242
}

Diff for: @commitlint/config-conventional/CHANGELOG.md

+11
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+
# [19.8.0](https://github.com/conventional-changelog/commitlint/compare/v19.7.1...v19.8.0) (2025-03-07)
7+
8+
9+
### Performance Improvements
10+
11+
* use `node:` prefix to bypass require.cache call for builtins ([#4302](https://github.com/conventional-changelog/commitlint/issues/4302)) ([0cd8f41](https://github.com/conventional-changelog/commitlint/commit/0cd8f410573fe11383f788b1ceb7e0946143591d))
12+
13+
14+
15+
16+
617
## [19.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
718

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

Diff for: @commitlint/config-conventional/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/config-conventional",
33
"type": "module",
4-
"version": "19.7.1",
4+
"version": "19.8.0",
55
"description": "Shareable commitlint config enforcing conventional commits",
66
"main": "lib/index.js",
77
"files": [
@@ -35,11 +35,11 @@
3535
"node": ">=v18"
3636
},
3737
"devDependencies": {
38-
"@commitlint/lint": "^19.7.1",
39-
"@commitlint/utils": "^19.5.0"
38+
"@commitlint/lint": "^19.8.0",
39+
"@commitlint/utils": "^19.8.0"
4040
},
4141
"dependencies": {
42-
"@commitlint/types": "^19.5.0",
42+
"@commitlint/types": "^19.8.0",
4343
"conventional-changelog-conventionalcommits": "^7.0.2"
4444
},
4545
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

Diff for: @commitlint/config-lerna-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+
# [19.8.0](https://github.com/conventional-changelog/commitlint/compare/v19.7.1...v19.8.0) (2025-03-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **config-lerna-scopes:** remove deprecated @lerna/project dependency ([#4284](https://github.com/conventional-changelog/commitlint/issues/4284)) ([f2f78f1](https://github.com/conventional-changelog/commitlint/commit/f2f78f105a32d040d8eb7e340f59a1d50fad9ac0))
12+
13+
14+
### Performance Improvements
15+
16+
* use `node:` prefix to bypass require.cache call for builtins ([#4302](https://github.com/conventional-changelog/commitlint/issues/4302)) ([0cd8f41](https://github.com/conventional-changelog/commitlint/commit/0cd8f410573fe11383f788b1ceb7e0946143591d))
17+
18+
19+
20+
21+
622
# [19.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)
723

824

0 commit comments

Comments
 (0)