Skip to content

Commit e5cb1b6

Browse files
committed
v7.0.0
1 parent 996deb3 commit e5cb1b6

File tree

31 files changed

+124
-124
lines changed

31 files changed

+124
-124
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": "6.1.3",
3+
"version": "7.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/marionebl/commitlint#readme",
3131
"dependencies": {
32-
"@commitlint/config-angular": "^6.1.3"
32+
"@commitlint/config-angular": "^7.0.0"
3333
},
3434
"devDependencies": {
35-
"@commitlint/utils": "^6.1.3"
35+
"@commitlint/utils": "^7.0.0"
3636
}
3737
}

@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": "6.1.3",
3+
"version": "7.0.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -29,9 +29,9 @@
2929
},
3030
"homepage": "https://github.com/marionebl/commitlint#readme",
3131
"dependencies": {
32-
"@commitlint/config-lerna-scopes": "^6.1.3"
32+
"@commitlint/config-lerna-scopes": "^7.0.0"
3333
},
3434
"devDependencies": {
35-
"@commitlint/utils": "^6.1.3"
35+
"@commitlint/utils": "^7.0.0"
3636
}
3737
}

@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": "6.1.3",
3+
"version": "7.0.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/marionebl/commitlint#readme",
3131
"dependencies": {
32-
"@commitlint/config-patternplate": "^6.1.3",
33-
"@commitlint/utils": "^6.1.3"
32+
"@commitlint/config-patternplate": "^7.0.0",
33+
"@commitlint/utils": "^7.0.0"
3434
}
3535
}

@alias/commitlint/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "6.2.0",
3+
"version": "7.0.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -35,11 +35,11 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@commitlint/cli": "^6.2.0",
38+
"@commitlint/cli": "^7.0.0",
3939
"read-pkg": "3.0.0",
4040
"resolve-pkg": "1.0.0"
4141
},
4242
"devDependencies": {
43-
"@commitlint/utils": "^6.1.3"
43+
"@commitlint/utils": "^7.0.0"
4444
}
4545
}

@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": "6.2.0",
3+
"version": "7.0.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -56,11 +56,11 @@
5656
},
5757
"license": "MIT",
5858
"devDependencies": {
59-
"@commitlint/test": "^6.1.3",
60-
"@commitlint/utils": "^6.1.3",
59+
"@commitlint/test": "^7.0.0",
60+
"@commitlint/utils": "^7.0.0",
6161
"ava": "0.18.2",
6262
"babel-cli": "6.26.0",
63-
"babel-preset-commitlint": "^6.1.3",
63+
"babel-preset-commitlint": "^7.0.0",
6464
"babel-register": "6.26.0",
6565
"concurrently": "3.5.1",
6666
"cross-env": "5.1.1",
@@ -75,10 +75,10 @@
7575
"xo": "0.20.3"
7676
},
7777
"dependencies": {
78-
"@commitlint/format": "^6.1.3",
79-
"@commitlint/lint": "^6.2.0",
80-
"@commitlint/load": "^6.1.3",
81-
"@commitlint/read": "^6.1.3",
78+
"@commitlint/format": "^7.0.0",
79+
"@commitlint/lint": "^7.0.0",
80+
"@commitlint/load": "^7.0.0",
81+
"@commitlint/read": "^7.0.0",
8282
"babel-polyfill": "6.26.0",
8383
"chalk": "2.3.1",
8484
"get-stdin": "5.0.1",

@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": "6.1.3",
3+
"version": "7.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention types",
55
"files": [
66
"index.js"
@@ -31,7 +31,7 @@
3131
},
3232
"homepage": "https://github.com/marionebl/commitlint#readme",
3333
"devDependencies": {
34-
"@commitlint/utils": "^6.1.3",
34+
"@commitlint/utils": "^7.0.0",
3535
"xo": "0.20.3"
3636
}
3737
}

@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": "6.1.3",
3+
"version": "7.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -31,9 +31,9 @@
3131
},
3232
"homepage": "https://github.com/marionebl/commitlint#readme",
3333
"devDependencies": {
34-
"@commitlint/utils": "^6.1.3"
34+
"@commitlint/utils": "^7.0.0"
3535
},
3636
"dependencies": {
37-
"@commitlint/config-angular-type-enum": "^6.1.3"
37+
"@commitlint/config-angular-type-enum": "^7.0.0"
3838
}
3939
}

@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": "6.1.3",
3+
"version": "7.0.0",
44
"description": "Shareable commitlint config enforcing conventional commits",
55
"files": [
66
"index.js"
@@ -34,6 +34,6 @@
3434
},
3535
"homepage": "https://github.com/marionebl/commitlint#readme",
3636
"devDependencies": {
37-
"@commitlint/utils": "^6.1.3"
37+
"@commitlint/utils": "^7.0.0"
3838
}
3939
}

@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": "6.1.3",
3+
"version": "7.0.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -44,8 +44,8 @@
4444
"lerna": "2.9.0"
4545
},
4646
"devDependencies": {
47-
"@commitlint/test": "^6.1.3",
48-
"@commitlint/utils": "^6.1.3",
47+
"@commitlint/test": "^7.0.0",
48+
"@commitlint/utils": "^7.0.0",
4949
"ava": "0.22.0",
5050
"xo": "0.20.3"
5151
}

@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": "6.1.3",
3+
"version": "7.0.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -31,12 +31,12 @@
3131
},
3232
"homepage": "https://github.com/marionebl/commitlint#readme",
3333
"dependencies": {
34-
"@commitlint/config-angular": "^6.1.3",
34+
"@commitlint/config-angular": "^7.0.0",
3535
"globby": "8.0.1",
3636
"lodash.merge": "4.6.1"
3737
},
3838
"devDependencies": {
39-
"@commitlint/utils": "^6.1.3",
39+
"@commitlint/utils": "^7.0.0",
4040
"xo": "0.20.3"
4141
}
4242
}

@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": "6.2.0",
3+
"version": "7.0.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js"
@@ -37,9 +37,9 @@
3737
"xo": "0.20.3"
3838
},
3939
"dependencies": {
40-
"@commitlint/format": "^6.1.3",
41-
"@commitlint/lint": "^6.2.0",
42-
"@commitlint/load": "^6.1.3",
43-
"@commitlint/read": "^6.1.3"
40+
"@commitlint/format": "^7.0.0",
41+
"@commitlint/lint": "^7.0.0",
42+
"@commitlint/load": "^7.0.0",
43+
"@commitlint/read": "^7.0.0"
4444
}
4545
}

@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": "6.1.3",
3+
"version": "7.0.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"files": [
@@ -59,11 +59,11 @@
5959
},
6060
"license": "MIT",
6161
"devDependencies": {
62-
"@commitlint/test": "^6.1.3",
63-
"@commitlint/utils": "^6.1.3",
62+
"@commitlint/test": "^7.0.0",
63+
"@commitlint/utils": "^7.0.0",
6464
"ava": "0.22.0",
6565
"babel-cli": "6.26.0",
66-
"babel-preset-commitlint": "^6.1.3",
66+
"babel-preset-commitlint": "^7.0.0",
6767
"babel-register": "6.26.0",
6868
"concurrently": "3.5.1",
6969
"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": "6.1.3",
3+
"version": "7.0.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"files": [
@@ -59,12 +59,12 @@
5959
},
6060
"license": "MIT",
6161
"devDependencies": {
62-
"@commitlint/parse": "^6.1.3",
63-
"@commitlint/test": "^6.1.3",
64-
"@commitlint/utils": "^6.1.3",
62+
"@commitlint/parse": "^7.0.0",
63+
"@commitlint/test": "^7.0.0",
64+
"@commitlint/utils": "^7.0.0",
6565
"ava": "0.22.0",
6666
"babel-cli": "6.26.0",
67-
"babel-preset-commitlint": "^6.1.3",
67+
"babel-preset-commitlint": "^7.0.0",
6868
"babel-register": "6.26.0",
6969
"concurrently": "3.5.1",
7070
"cross-env": "5.1.1",

@commitlint/format/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/format",
3-
"version": "6.1.3",
3+
"version": "7.0.0",
44
"description": "Format commitlint reports",
55
"main": "lib/index.js",
66
"files": [
@@ -59,11 +59,11 @@
5959
},
6060
"license": "MIT",
6161
"devDependencies": {
62-
"@commitlint/test": "^6.1.3",
63-
"@commitlint/utils": "^6.1.3",
62+
"@commitlint/test": "^7.0.0",
63+
"@commitlint/utils": "^7.0.0",
6464
"ava": "0.22.0",
6565
"babel-cli": "6.26.0",
66-
"babel-preset-commitlint": "^6.1.3",
66+
"babel-preset-commitlint": "^7.0.0",
6767
"babel-register": "6.26.0",
6868
"concurrently": "3.5.1",
6969
"cross-env": "5.1.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": "6.1.3",
3+
"version": "7.0.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"files": [
@@ -59,12 +59,12 @@
5959
},
6060
"license": "MIT",
6161
"devDependencies": {
62-
"@commitlint/parse": "^6.1.3",
63-
"@commitlint/test": "^6.1.3",
64-
"@commitlint/utils": "^6.1.3",
62+
"@commitlint/parse": "^7.0.0",
63+
"@commitlint/test": "^7.0.0",
64+
"@commitlint/utils": "^7.0.0",
6565
"ava": "0.22.0",
6666
"babel-cli": "6.26.0",
67-
"babel-preset-commitlint": "^6.1.3",
67+
"babel-preset-commitlint": "^7.0.0",
6868
"babel-register": "6.26.0",
6969
"concurrently": "3.5.1",
7070
"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": "6.2.0",
3+
"version": "7.0.0",
44
"description": "Lint a string against commitlint rules",
55
"main": "lib/index.js",
66
"files": [
@@ -59,11 +59,11 @@
5959
},
6060
"license": "MIT",
6161
"devDependencies": {
62-
"@commitlint/test": "^6.1.3",
63-
"@commitlint/utils": "^6.1.3",
62+
"@commitlint/test": "^7.0.0",
63+
"@commitlint/utils": "^7.0.0",
6464
"ava": "0.22.0",
6565
"babel-cli": "6.26.0",
66-
"babel-preset-commitlint": "^6.1.3",
66+
"babel-preset-commitlint": "^7.0.0",
6767
"babel-register": "6.26.0",
6868
"concurrently": "3.5.1",
6969
"cross-env": "5.1.1",
@@ -74,9 +74,9 @@
7474
"xo": "0.20.3"
7575
},
7676
"dependencies": {
77-
"@commitlint/is-ignored": "^6.1.3",
78-
"@commitlint/parse": "^6.1.3",
79-
"@commitlint/rules": "^6.2.0",
77+
"@commitlint/is-ignored": "^7.0.0",
78+
"@commitlint/parse": "^7.0.0",
79+
"@commitlint/rules": "^7.0.0",
8080
"babel-runtime": "^6.23.0",
8181
"lodash.topairs": "4.3.0"
8282
}

0 commit comments

Comments
 (0)