Skip to content

Commit 8436a06

Browse files
committed
v7.1.1
1 parent da6e6e7 commit 8436a06

File tree

31 files changed

+125
-125
lines changed

31 files changed

+125
-125
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "7.0.1",
3+
"version": "7.1.1",
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": "^7.0.1"
32+
"@commitlint/config-angular": "^7.1.1"
3333
},
3434
"devDependencies": {
35-
"@commitlint/utils": "^7.0.0"
35+
"@commitlint/utils": "^7.1.1"
3636
}
3737
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
3-
"version": "7.0.0",
3+
"version": "7.1.1",
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": "^7.0.0"
32+
"@commitlint/config-lerna-scopes": "^7.1.1"
3333
},
3434
"devDependencies": {
35-
"@commitlint/utils": "^7.0.0"
35+
"@commitlint/utils": "^7.1.1"
3636
}
3737
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-patternplate",
3-
"version": "7.0.1",
3+
"version": "7.1.1",
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": "^7.0.1",
33-
"@commitlint/utils": "^7.0.0"
32+
"@commitlint/config-patternplate": "^7.1.1",
33+
"@commitlint/utils": "^7.1.1"
3434
}
3535
}

@alias/commitlint/package.json

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

@commitlint/cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -56,11 +56,11 @@
5656
},
5757
"license": "MIT",
5858
"devDependencies": {
59-
"@commitlint/test": "^7.0.0",
60-
"@commitlint/utils": "^7.0.0",
59+
"@commitlint/test": "^7.1.1",
60+
"@commitlint/utils": "^7.1.1",
6161
"ava": "0.18.2",
6262
"babel-cli": "6.26.0",
63-
"babel-preset-commitlint": "^7.0.0",
63+
"babel-preset-commitlint": "^7.1.1",
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": "^7.0.0",
79-
"@commitlint/lint": "^7.1.0",
80-
"@commitlint/load": "^7.0.0",
81-
"@commitlint/read": "^7.0.0",
78+
"@commitlint/format": "^7.1.1",
79+
"@commitlint/lint": "^7.1.1",
80+
"@commitlint/load": "^7.1.1",
81+
"@commitlint/read": "^7.1.1",
8282
"babel-polyfill": "6.26.0",
8383
"chalk": "2.3.1",
8484
"get-stdin": "5.0.1",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular-type-enum",
3-
"version": "7.0.0",
3+
"version": "7.1.1",
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": "^7.0.0",
34+
"@commitlint/utils": "^7.1.1",
3535
"xo": "0.20.3"
3636
}
3737
}

@commitlint/config-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular",
3-
"version": "7.0.1",
3+
"version": "7.1.1",
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": "^7.0.0"
34+
"@commitlint/utils": "^7.1.1"
3535
},
3636
"dependencies": {
37-
"@commitlint/config-angular-type-enum": "^7.0.0"
37+
"@commitlint/config-angular-type-enum": "^7.1.1"
3838
}
3939
}

@commitlint/config-conventional/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-conventional",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
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": "^7.0.0"
37+
"@commitlint/utils": "^7.1.1"
3838
}
3939
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-lerna-scopes",
3-
"version": "7.0.0",
3+
"version": "7.1.1",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -48,8 +48,8 @@
4848
"semver": "^5.5.1"
4949
},
5050
"devDependencies": {
51-
"@commitlint/test": "^7.0.0",
52-
"@commitlint/utils": "^7.0.0",
51+
"@commitlint/test": "^7.1.1",
52+
"@commitlint/utils": "^7.1.1",
5353
"@lerna/project": "^3.0.0",
5454
"ava": "0.22.0",
5555
"lerna": "3.1.1",

@commitlint/config-patternplate/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-patternplate",
3-
"version": "7.0.1",
3+
"version": "7.1.1",
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": "^7.0.1",
34+
"@commitlint/config-angular": "^7.1.1",
3535
"globby": "8.0.1",
3636
"lodash.merge": "4.6.1"
3737
},
3838
"devDependencies": {
39-
"@commitlint/utils": "^7.0.0",
39+
"@commitlint/utils": "^7.1.1",
4040
"xo": "0.20.3"
4141
}
4242
}

@commitlint/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
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": "^7.0.0",
41-
"@commitlint/lint": "^7.1.0",
42-
"@commitlint/load": "^7.0.0",
43-
"@commitlint/read": "^7.0.0"
40+
"@commitlint/format": "^7.1.1",
41+
"@commitlint/lint": "^7.1.1",
42+
"@commitlint/load": "^7.1.1",
43+
"@commitlint/read": "^7.1.1"
4444
}
4545
}

@commitlint/ensure/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/ensure",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
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": "^7.0.0",
63-
"@commitlint/utils": "^7.0.0",
62+
"@commitlint/test": "^7.1.1",
63+
"@commitlint/utils": "^7.1.1",
6464
"ava": "0.22.0",
6565
"babel-cli": "6.26.0",
66-
"babel-preset-commitlint": "^7.0.0",
66+
"babel-preset-commitlint": "^7.1.1",
6767
"babel-register": "6.26.0",
6868
"concurrently": "3.5.1",
6969
"cross-env": "5.1.1",

@commitlint/execute-rule/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/execute-rule",
3-
"version": "7.0.0",
3+
"version": "7.1.1",
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": "^7.0.0",
63-
"@commitlint/test": "^7.0.0",
64-
"@commitlint/utils": "^7.0.0",
62+
"@commitlint/parse": "^7.1.1",
63+
"@commitlint/test": "^7.1.1",
64+
"@commitlint/utils": "^7.1.1",
6565
"ava": "0.22.0",
6666
"babel-cli": "6.26.0",
67-
"babel-preset-commitlint": "^7.0.0",
67+
"babel-preset-commitlint": "^7.1.1",
6868
"babel-register": "6.26.0",
6969
"concurrently": "3.5.1",
7070
"cross-env": "5.1.1",

@commitlint/format/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/format",
3-
"version": "7.0.0",
3+
"version": "7.1.1",
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": "^7.0.0",
63-
"@commitlint/utils": "^7.0.0",
62+
"@commitlint/test": "^7.1.1",
63+
"@commitlint/utils": "^7.1.1",
6464
"ava": "0.22.0",
6565
"babel-cli": "6.26.0",
66-
"babel-preset-commitlint": "^7.0.0",
66+
"babel-preset-commitlint": "^7.1.1",
6767
"babel-register": "6.26.0",
6868
"concurrently": "3.5.1",
6969
"cross-env": "5.1.1",

@commitlint/is-ignored/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/is-ignored",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
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": "^7.0.0",
63-
"@commitlint/test": "^7.0.0",
64-
"@commitlint/utils": "^7.0.0",
62+
"@commitlint/parse": "^7.1.1",
63+
"@commitlint/test": "^7.1.1",
64+
"@commitlint/utils": "^7.1.1",
6565
"ava": "0.22.0",
6666
"babel-cli": "6.26.0",
67-
"babel-preset-commitlint": "^7.0.0",
67+
"babel-preset-commitlint": "^7.1.1",
6868
"babel-register": "6.26.0",
6969
"concurrently": "3.5.1",
7070
"cross-env": "5.1.1",

@commitlint/lint/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/lint",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
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": "^7.0.0",
63-
"@commitlint/utils": "^7.0.0",
62+
"@commitlint/test": "^7.1.1",
63+
"@commitlint/utils": "^7.1.1",
6464
"ava": "0.22.0",
6565
"babel-cli": "6.26.0",
66-
"babel-preset-commitlint": "^7.0.0",
66+
"babel-preset-commitlint": "^7.1.1",
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": "^7.1.0",
78-
"@commitlint/parse": "^7.0.0",
79-
"@commitlint/rules": "^7.1.0",
77+
"@commitlint/is-ignored": "^7.1.1",
78+
"@commitlint/parse": "^7.1.1",
79+
"@commitlint/rules": "^7.1.1",
8080
"babel-runtime": "^6.23.0",
8181
"lodash.topairs": "4.3.0"
8282
}

0 commit comments

Comments
 (0)