Skip to content

Commit 29d1cee

Browse files
committed
v8.0.0
1 parent ef2bb89 commit 29d1cee

File tree

31 files changed

+121
-121
lines changed

31 files changed

+121
-121
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -28,9 +28,9 @@
2828
},
2929
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3030
"dependencies": {
31-
"@commitlint/config-angular": "^7.6.0"
31+
"@commitlint/config-angular": "^8.0.0"
3232
},
3333
"devDependencies": {
34-
"@commitlint/utils": "^7.6.0"
34+
"@commitlint/utils": "^8.0.0"
3535
}
3636
}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -28,9 +28,9 @@
2828
},
2929
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3030
"dependencies": {
31-
"@commitlint/config-lerna-scopes": "^7.6.0"
31+
"@commitlint/config-lerna-scopes": "^8.0.0"
3232
},
3333
"devDependencies": {
34-
"@commitlint/utils": "^7.6.0"
34+
"@commitlint/utils": "^8.0.0"
3535
}
3636
}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-patternplate",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -28,7 +28,7 @@
2828
},
2929
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3030
"dependencies": {
31-
"@commitlint/config-patternplate": "^7.6.0",
32-
"@commitlint/utils": "^7.6.0"
31+
"@commitlint/config-patternplate": "^8.0.0",
32+
"@commitlint/utils": "^8.0.0"
3333
}
3434
}

@alias/commitlint/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "7.6.1",
3+
"version": "8.0.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -34,11 +34,11 @@
3434
},
3535
"license": "MIT",
3636
"dependencies": {
37-
"@commitlint/cli": "^7.6.1",
37+
"@commitlint/cli": "^8.0.0",
3838
"read-pkg": "3.0.0",
3939
"resolve-pkg": "2.0.0"
4040
},
4141
"devDependencies": {
42-
"@commitlint/utils": "^7.6.0"
42+
"@commitlint/utils": "^8.0.0"
4343
}
4444
}

@commitlint/cli/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "7.6.1",
3+
"version": "8.0.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -53,11 +53,11 @@
5353
},
5454
"license": "MIT",
5555
"devDependencies": {
56-
"@commitlint/test": "^7.6.0",
57-
"@commitlint/utils": "^7.6.0",
56+
"@commitlint/test": "^8.0.0",
57+
"@commitlint/utils": "^8.0.0",
5858
"ava": "0.18.2",
5959
"babel-cli": "6.26.0",
60-
"babel-preset-commitlint": "^7.6.0",
60+
"babel-preset-commitlint": "^8.0.0",
6161
"babel-register": "6.26.0",
6262
"concurrently": "3.5.1",
6363
"cross-env": "5.1.1",
@@ -70,10 +70,10 @@
7070
"tmp": "0.1.0"
7171
},
7272
"dependencies": {
73-
"@commitlint/format": "^7.6.1",
74-
"@commitlint/lint": "^7.6.0",
75-
"@commitlint/load": "^7.6.1",
76-
"@commitlint/read": "^7.6.0",
73+
"@commitlint/format": "^8.0.0",
74+
"@commitlint/lint": "^8.0.0",
75+
"@commitlint/load": "^8.0.0",
76+
"@commitlint/read": "^8.0.0",
7777
"babel-polyfill": "6.26.0",
7878
"chalk": "2.3.1",
7979
"get-stdin": "7.0.0",

@commitlint/config-angular-type-enum/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular-type-enum",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention types",
55
"files": [
66
"index.js"
@@ -29,6 +29,6 @@
2929
},
3030
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3131
"devDependencies": {
32-
"@commitlint/utils": "^7.6.0"
32+
"@commitlint/utils": "^8.0.0"
3333
}
3434
}

@commitlint/config-angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -29,9 +29,9 @@
2929
},
3030
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3131
"devDependencies": {
32-
"@commitlint/utils": "^7.6.0"
32+
"@commitlint/utils": "^8.0.0"
3333
},
3434
"dependencies": {
35-
"@commitlint/config-angular-type-enum": "^7.6.0"
35+
"@commitlint/config-angular-type-enum": "^8.0.0"
3636
}
3737
}

@commitlint/config-conventional/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-conventional",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Shareable commitlint config enforcing conventional commits",
55
"files": [
66
"index.js"
@@ -32,6 +32,6 @@
3232
},
3333
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3434
"devDependencies": {
35-
"@commitlint/utils": "^7.6.0"
35+
"@commitlint/utils": "^8.0.0"
3636
}
3737
}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-lerna-scopes",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -46,8 +46,8 @@
4646
"semver": "6.0.0"
4747
},
4848
"devDependencies": {
49-
"@commitlint/test": "^7.6.0",
50-
"@commitlint/utils": "^7.6.0",
49+
"@commitlint/test": "^8.0.0",
50+
"@commitlint/utils": "^8.0.0",
5151
"@lerna/project": "3.13.1",
5252
"ava": "0.22.0",
5353
"lerna": "3.14.1"

@commitlint/config-patternplate/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-patternplate",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -29,11 +29,11 @@
2929
},
3030
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3131
"dependencies": {
32-
"@commitlint/config-angular": "^7.6.0",
32+
"@commitlint/config-angular": "^8.0.0",
3333
"globby": "8.0.1",
3434
"lodash": "4.17.11"
3535
},
3636
"devDependencies": {
37-
"@commitlint/utils": "^7.6.0"
37+
"@commitlint/utils": "^8.0.0"
3838
}
3939
}

@commitlint/core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "7.6.1",
3+
"version": "8.0.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js"
@@ -32,9 +32,9 @@
3232
},
3333
"license": "MIT",
3434
"dependencies": {
35-
"@commitlint/format": "^7.6.1",
36-
"@commitlint/lint": "^7.6.0",
37-
"@commitlint/load": "^7.6.1",
38-
"@commitlint/read": "^7.6.0"
35+
"@commitlint/format": "^8.0.0",
36+
"@commitlint/lint": "^8.0.0",
37+
"@commitlint/load": "^8.0.0",
38+
"@commitlint/read": "^8.0.0"
3939
}
4040
}

@commitlint/ensure/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/ensure",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"files": [
@@ -56,11 +56,11 @@
5656
},
5757
"license": "MIT",
5858
"devDependencies": {
59-
"@commitlint/test": "^7.6.0",
60-
"@commitlint/utils": "^7.6.0",
59+
"@commitlint/test": "^8.0.0",
60+
"@commitlint/utils": "^8.0.0",
6161
"ava": "0.22.0",
6262
"babel-cli": "6.26.0",
63-
"babel-preset-commitlint": "^7.6.0",
63+
"babel-preset-commitlint": "^8.0.0",
6464
"babel-register": "6.26.0",
6565
"concurrently": "3.5.1",
6666
"cross-env": "5.1.1",

@commitlint/execute-rule/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/execute-rule",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"files": [
@@ -56,12 +56,12 @@
5656
},
5757
"license": "MIT",
5858
"devDependencies": {
59-
"@commitlint/parse": "^7.6.0",
60-
"@commitlint/test": "^7.6.0",
61-
"@commitlint/utils": "^7.6.0",
59+
"@commitlint/parse": "^8.0.0",
60+
"@commitlint/test": "^8.0.0",
61+
"@commitlint/utils": "^8.0.0",
6262
"ava": "0.22.0",
6363
"babel-cli": "6.26.0",
64-
"babel-preset-commitlint": "^7.6.0",
64+
"babel-preset-commitlint": "^8.0.0",
6565
"babel-register": "6.26.0",
6666
"concurrently": "3.5.1",
6767
"cross-env": "5.1.1"

@commitlint/format/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/format",
3-
"version": "7.6.1",
3+
"version": "8.0.0",
44
"description": "Format commitlint reports",
55
"main": "lib/index.js",
66
"files": [
@@ -37,8 +37,8 @@
3737
},
3838
"license": "MIT",
3939
"devDependencies": {
40-
"@commitlint/test": "^7.6.0",
41-
"@commitlint/utils": "^7.6.0",
40+
"@commitlint/test": "^8.0.0",
41+
"@commitlint/utils": "^8.0.0",
4242
"@types/jest": "24.0.12",
4343
"@types/lodash": "4.14.123",
4444
"concurrently": "3.5.1",

@commitlint/is-ignored/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/is-ignored",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"files": [
@@ -56,12 +56,12 @@
5656
},
5757
"license": "MIT",
5858
"devDependencies": {
59-
"@commitlint/parse": "^7.6.0",
60-
"@commitlint/test": "^7.6.0",
61-
"@commitlint/utils": "^7.6.0",
59+
"@commitlint/parse": "^8.0.0",
60+
"@commitlint/test": "^8.0.0",
61+
"@commitlint/utils": "^8.0.0",
6262
"ava": "0.22.0",
6363
"babel-cli": "6.26.0",
64-
"babel-preset-commitlint": "^7.6.0",
64+
"babel-preset-commitlint": "^8.0.0",
6565
"babel-register": "6.26.0",
6666
"concurrently": "3.5.1",
6767
"cross-env": "5.1.1"

@commitlint/lint/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/lint",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Lint a string against commitlint rules",
55
"main": "lib/index.js",
66
"files": [
@@ -56,11 +56,11 @@
5656
},
5757
"license": "MIT",
5858
"devDependencies": {
59-
"@commitlint/test": "^7.6.0",
60-
"@commitlint/utils": "^7.6.0",
59+
"@commitlint/test": "^8.0.0",
60+
"@commitlint/utils": "^8.0.0",
6161
"ava": "0.22.0",
6262
"babel-cli": "6.26.0",
63-
"babel-preset-commitlint": "^7.6.0",
63+
"babel-preset-commitlint": "^8.0.0",
6464
"babel-register": "6.26.0",
6565
"concurrently": "3.5.1",
6666
"cross-env": "5.1.1",
@@ -69,9 +69,9 @@
6969
"proxyquire": "2.1.0"
7070
},
7171
"dependencies": {
72-
"@commitlint/is-ignored": "^7.6.0",
73-
"@commitlint/parse": "^7.6.0",
74-
"@commitlint/rules": "^7.6.0",
72+
"@commitlint/is-ignored": "^8.0.0",
73+
"@commitlint/parse": "^8.0.0",
74+
"@commitlint/rules": "^8.0.0",
7575
"babel-runtime": "^6.23.0",
7676
"lodash": "4.17.11"
7777
}

@commitlint/load/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/load",
3-
"version": "7.6.2",
3+
"version": "8.0.0",
44
"description": "Load shared commitlint configuration",
55
"main": "lib/index.js",
66
"files": [
@@ -56,20 +56,20 @@
5656
},
5757
"license": "MIT",
5858
"devDependencies": {
59-
"@commitlint/test": "^7.6.0",
60-
"@commitlint/utils": "^7.6.0",
59+
"@commitlint/test": "^8.0.0",
60+
"@commitlint/utils": "^8.0.0",
6161
"ava": "0.22.0",
6262
"babel-cli": "6.26.0",
63-
"babel-preset-commitlint": "^7.6.0",
63+
"babel-preset-commitlint": "^8.0.0",
6464
"babel-register": "6.26.0",
6565
"concurrently": "3.5.1",
6666
"cross-env": "5.1.1",
6767
"execa": "0.9.0",
6868
"globby": "8.0.1"
6969
},
7070
"dependencies": {
71-
"@commitlint/execute-rule": "^7.6.0",
72-
"@commitlint/resolve-extends": "^7.6.0",
71+
"@commitlint/execute-rule": "^8.0.0",
72+
"@commitlint/resolve-extends": "^8.0.0",
7373
"babel-runtime": "^6.23.0",
7474
"cosmiconfig": "^5.2.0",
7575
"lodash": "4.17.11",

0 commit comments

Comments
 (0)