Skip to content

Commit b0e851c

Browse files
committed
v19.7.1
1 parent 6dd3a0d commit b0e851c

File tree

32 files changed

+171
-29
lines changed

32 files changed

+171
-29
lines changed

@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.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
7+
8+
**Note:** Version bump only for package commitlint-config-angular
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-angular

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

+2-2
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.0",
4+
"version": "19.7.1",
55
"description": "Shareable commitlint config enforcing the angular commit convention",
66
"files": [
77
"index.js"
@@ -31,7 +31,7 @@
3131
"node": ">=v18"
3232
},
3333
"dependencies": {
34-
"@commitlint/config-angular": "^19.7.0"
34+
"@commitlint/config-angular": "^19.7.1"
3535
},
3636
"devDependencies": {
3737
"@commitlint/utils": "^19.5.0"

@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.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
7+
8+
**Note:** Version bump only for package commitlint-config-nx-scopes
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-nx-scopes

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

+2-2
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.5.0",
4+
"version": "19.7.1",
55
"description": "Shareable commitlint config enforcing nx project names as scopes",
66
"files": [
77
"index.js"
@@ -31,7 +31,7 @@
3131
"node": ">=v18"
3232
},
3333
"dependencies": {
34-
"@commitlint/config-nx-scopes": "^19.5.0"
34+
"@commitlint/config-nx-scopes": "^19.7.1"
3535
},
3636
"devDependencies": {
3737
"@commitlint/utils": "^19.5.0"

@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.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
7+
8+
**Note:** Version bump only for package commitlint-config-patternplate
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-patternplate

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

+2-2
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.0",
4+
"version": "19.7.1",
55
"description": "Lint your commits, patternplate-style",
66
"files": [
77
"index.js"
@@ -31,7 +31,7 @@
3131
"node": ">=v18"
3232
},
3333
"dependencies": {
34-
"@commitlint/config-patternplate": "^19.7.0"
34+
"@commitlint/config-patternplate": "^19.7.1"
3535
},
3636
"devDependencies": {
3737
"@commitlint/utils": "^19.5.0"

@alias/commitlint/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.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
## [19.6.1](https://github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1) (2024-12-15)
715

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

@alias/commitlint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commitlint",
33
"type": "module",
4-
"version": "19.6.1",
4+
"version": "19.7.1",
55
"description": "Lint your commit messages",
66
"files": [
77
"cli.js"
@@ -36,7 +36,7 @@
3636
},
3737
"license": "MIT",
3838
"dependencies": {
39-
"@commitlint/cli": "^19.6.1",
39+
"@commitlint/cli": "^19.7.1",
4040
"@commitlint/types": "^19.5.0"
4141
},
4242
"devDependencies": {

@commitlint/cli/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.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
7+
8+
**Note:** Version bump only for package @commitlint/cli
9+
10+
11+
12+
13+
614
## [19.6.1](https://github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1) (2024-12-15)
715

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

@commitlint/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/cli",
33
"type": "module",
4-
"version": "19.6.1",
4+
"version": "19.7.1",
55
"description": "Lint your commit messages",
66
"files": [
77
"index.cjs",
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@commitlint/format": "^19.5.0",
52-
"@commitlint/lint": "^19.6.0",
52+
"@commitlint/lint": "^19.7.1",
5353
"@commitlint/load": "^19.6.1",
5454
"@commitlint/read": "^19.5.0",
5555
"@commitlint/types": "^19.5.0",

@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.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
7+
8+
**Note:** Version bump only for package @commitlint/config-angular
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-angular

@commitlint/config-angular/package.json

+2-2
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.0",
4+
"version": "19.7.1",
55
"description": "Shareable commitlint config enforcing the angular commit convention",
66
"main": "index.js",
77
"files": [
@@ -32,7 +32,7 @@
3232
"node": ">=v18"
3333
},
3434
"devDependencies": {
35-
"@commitlint/lint": "^19.6.0",
35+
"@commitlint/lint": "^19.7.1",
3636
"@commitlint/utils": "^19.5.0"
3737
},
3838
"dependencies": {

@commitlint/config-conventional/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.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
7+
8+
**Note:** Version bump only for package @commitlint/config-conventional
9+
10+
11+
12+
13+
614
# [19.6.0](https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.0) (2024-11-19)
715

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

@commitlint/config-conventional/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/config-conventional",
33
"type": "module",
4-
"version": "19.6.0",
4+
"version": "19.7.1",
55
"description": "Shareable commitlint config enforcing conventional commits",
66
"main": "lib/index.js",
77
"files": [
@@ -35,7 +35,7 @@
3535
"node": ">=v18"
3636
},
3737
"devDependencies": {
38-
"@commitlint/lint": "^19.6.0",
38+
"@commitlint/lint": "^19.7.1",
3939
"@commitlint/utils": "^19.5.0"
4040
},
4141
"dependencies": {

@commitlint/config-nx-scopes/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.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **config-nx-scopes:** fix for projects without explicit targets ([#4261](https://github.com/conventional-changelog/commitlint/issues/4261)) ([25bb2cd](https://github.com/conventional-changelog/commitlint/commit/25bb2cd8c70353637f77d471e39f4e4b17fa4cae))
12+
13+
14+
15+
16+
617
# [19.5.0](https://github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0) (2024-09-11)
718

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

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

+1-1
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.5.0",
4+
"version": "19.7.1",
55
"description": "Shareable commitlint config enforcing nx project names as scopes",
66
"main": "index.js",
77
"files": [

@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.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
7+
8+
**Note:** Version bump only for package @commitlint/config-patternplate
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-patternplate

@commitlint/config-patternplate/package.json

+2-2
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.0",
4+
"version": "19.7.1",
55
"description": "Lint your commits, patternplate-style",
66
"main": "index.js",
77
"files": [
@@ -32,7 +32,7 @@
3232
"node": ">=v18"
3333
},
3434
"dependencies": {
35-
"@commitlint/config-angular": "^19.7.0",
35+
"@commitlint/config-angular": "^19.7.1",
3636
"glob": "^10.3.10",
3737
"lodash.merge": "^4.6.2"
3838
},

@commitlint/core/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.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
7+
8+
**Note:** Version bump only for package @commitlint/core
9+
10+
11+
12+
13+
614
## [19.6.1](https://github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1) (2024-12-15)
715

816
**Note:** Version bump only for package @commitlint/core

@commitlint/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/core",
33
"type": "module",
4-
"version": "19.6.1",
4+
"version": "19.7.1",
55
"description": "Lint your commit messages",
66
"main": "lib/core.js",
77
"types": "lib/core.d.ts",
@@ -37,7 +37,7 @@
3737
"license": "MIT",
3838
"dependencies": {
3939
"@commitlint/format": "^19.5.0",
40-
"@commitlint/lint": "^19.6.0",
40+
"@commitlint/lint": "^19.7.1",
4141
"@commitlint/load": "^19.6.1",
4242
"@commitlint/read": "^19.5.0"
4343
},

@commitlint/is-ignored/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.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* improve security validation regex in is-ignored function ([#4258](https://github.com/conventional-changelog/commitlint/issues/4258)) ([7403d63](https://github.com/conventional-changelog/commitlint/commit/7403d6382cc2fb1f066a47d7229593eefe528561))
12+
13+
14+
15+
16+
617
# [19.6.0](https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.0) (2024-11-19)
718

819

@commitlint/is-ignored/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/is-ignored",
33
"type": "module",
4-
"version": "19.6.0",
4+
"version": "19.7.1",
55
"description": "Lint your commit messages",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",

@commitlint/lint/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.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
7+
8+
**Note:** Version bump only for package @commitlint/lint
9+
10+
11+
12+
13+
614
# [19.6.0](https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.0) (2024-11-19)
715

816
**Note:** Version bump only for package @commitlint/lint

@commitlint/lint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/lint",
33
"type": "module",
4-
"version": "19.6.0",
4+
"version": "19.7.1",
55
"description": "Lint a string against commitlint rules",
66
"main": "lib/lint.js",
77
"types": "lib/lint.d.ts",
@@ -40,7 +40,7 @@
4040
"@commitlint/utils": "^19.5.0"
4141
},
4242
"dependencies": {
43-
"@commitlint/is-ignored": "^19.6.0",
43+
"@commitlint/is-ignored": "^19.7.1",
4444
"@commitlint/parse": "^19.5.0",
4545
"@commitlint/rules": "^19.6.0",
4646
"@commitlint/types": "^19.5.0"

@commitlint/prompt-cli/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.7.1](https://github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02)
7+
8+
**Note:** Version bump only for package @commitlint/prompt-cli
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/prompt-cli

0 commit comments

Comments
 (0)