Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7e79af1

Browse files
v19.5.0
1 parent b2323fb commit 7e79af1

File tree

74 files changed

+439
-137
lines changed

Some content is hidden

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

74 files changed

+439
-137
lines changed

‎@alias/commitlint-config-angular/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+
# [19.5.0](https://github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0) (2024年09月11日)
7+
8+
**Note:** Version bump only for package commitlint-config-angular
9+
10+
11+
12+
13+
614
## [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024年08月28日)
715

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commitlint-config-angular",
33
"type": "module",
4-
"version": "19.4.1",
4+
"version": "19.5.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.4.1"
34+
"@commitlint/config-angular": "^19.5.0"
3535
},
3636
"devDependencies": {
37-
"@commitlint/utils": "^19.0.0"
37+
"@commitlint/utils": "^19.5.0"
3838
},
3939
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
4040
}

‎@alias/commitlint-config-lerna-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+
# [19.5.0](https://github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0) (2024年09月11日)
7+
8+
**Note:** Version bump only for package commitlint-config-lerna-scopes
9+
10+
11+
12+
13+
614
# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024年02月27日)
715

816

‎@alias/commitlint-config-lerna-scopes/package.json‎

Lines changed: 3 additions & 3 deletions
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.0.0",
4+
"version": "19.5.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.0.0"
34+
"@commitlint/config-lerna-scopes": "^19.5.0"
3535
},
3636
"devDependencies": {
37-
"@commitlint/utils": "^19.0.0"
37+
"@commitlint/utils": "^19.5.0"
3838
},
3939
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
4040
}

‎@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+
# [19.5.0](https://github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0) (2024年09月11日)
7+
8+
**Note:** Version bump only for package commitlint-config-nx-scopes
9+
10+
11+
12+
13+
614
## [19.3.1](https://github.com/conventional-changelog/commitlint/compare/v19.3.0...v19.3.1) (2024年05月13日)
715

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

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

Lines changed: 3 additions & 3 deletions
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.3.1",
4+
"version": "19.5.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.3.1"
34+
"@commitlint/config-nx-scopes": "^19.5.0"
3535
},
3636
"devDependencies": {
37-
"@commitlint/utils": "^19.0.0"
37+
"@commitlint/utils": "^19.5.0"
3838
},
3939
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
4040
}

‎@alias/commitlint-config-patternplate/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+
# [19.5.0](https://github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0) (2024年09月11日)
7+
8+
**Note:** Version bump only for package commitlint-config-patternplate
9+
10+
11+
12+
13+
614
## [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024年08月28日)
715

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commitlint-config-patternplate",
33
"type": "module",
4-
"version": "19.4.1",
4+
"version": "19.5.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.4.1"
34+
"@commitlint/config-patternplate": "^19.5.0"
3535
},
3636
"devDependencies": {
37-
"@commitlint/utils": "^19.0.0"
37+
"@commitlint/utils": "^19.5.0"
3838
},
3939
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
4040
}

‎@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+
# [19.5.0](https://github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0) (2024年09月11日)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
## [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024年08月28日)
715

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

‎@alias/commitlint/package.json‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commitlint",
33
"type": "module",
4-
"version": "19.4.1",
4+
"version": "19.5.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.4.1",
40-
"@commitlint/types": "^19.0.3"
39+
"@commitlint/cli": "^19.5.0",
40+
"@commitlint/types": "^19.5.0"
4141
},
4242
"devDependencies": {
43-
"@commitlint/test": "^19.0.0",
44-
"@commitlint/utils": "^19.0.0",
43+
"@commitlint/test": "^19.5.0",
44+
"@commitlint/utils": "^19.5.0",
4545
"tinyexec": "^0.3.0"
4646
},
4747
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /