Skip to content

Commit 0382070

Browse files
committed
v8.3.2
1 parent dcc83db commit 0382070

File tree

22 files changed

+48
-48
lines changed

22 files changed

+48
-48
lines changed

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

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

@alias/commitlint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "8.3.1",
3+
"version": "8.3.2",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -34,7 +34,7 @@
3434
},
3535
"license": "MIT",
3636
"dependencies": {
37-
"@commitlint/cli": "^8.3.1",
37+
"@commitlint/cli": "^8.3.2",
3838
"read-pkg": "5.2.0",
3939
"resolve-pkg": "2.0.0"
4040
},

@commitlint/cli/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "8.3.1",
3+
"version": "8.3.2",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -70,10 +70,10 @@
7070
"tmp": "0.1.0"
7171
},
7272
"dependencies": {
73-
"@commitlint/format": "^8.3.0",
74-
"@commitlint/lint": "^8.3.0",
75-
"@commitlint/load": "^8.3.1",
76-
"@commitlint/read": "^8.3.0",
73+
"@commitlint/format": "^8.3.2",
74+
"@commitlint/lint": "^8.3.2",
75+
"@commitlint/load": "^8.3.2",
76+
"@commitlint/read": "^8.3.2",
7777
"babel-polyfill": "6.26.0",
7878
"chalk": "2.4.2",
7979
"get-stdin": "7.0.0",

@commitlint/config-conventional/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-conventional",
3-
"version": "8.3.0",
3+
"version": "8.3.2",
44
"description": "Shareable commitlint config enforcing conventional commits",
55
"files": [
66
"index.js"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-lerna-scopes",
3-
"version": "8.3.0",
3+
"version": "8.3.2",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"

@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": "8.3.1",
3+
"version": "8.3.2",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js"
@@ -32,9 +32,9 @@
3232
},
3333
"license": "MIT",
3434
"dependencies": {
35-
"@commitlint/format": "^8.3.0",
36-
"@commitlint/lint": "^8.3.0",
37-
"@commitlint/load": "^8.3.1",
38-
"@commitlint/read": "^8.3.0"
35+
"@commitlint/format": "^8.3.2",
36+
"@commitlint/lint": "^8.3.2",
37+
"@commitlint/load": "^8.3.2",
38+
"@commitlint/read": "^8.3.2"
3939
}
4040
}

@commitlint/execute-rule/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/execute-rule",
3-
"version": "8.3.0",
3+
"version": "8.3.2",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -34,7 +34,7 @@
3434
},
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@commitlint/parse": "^8.3.0",
37+
"@commitlint/parse": "^8.3.2",
3838
"@commitlint/utils": "^8.3.0",
3939
"@types/jest": "24.0.19",
4040
"@types/lodash": "4.14.144",

@commitlint/format/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/format",
3-
"version": "8.3.0",
3+
"version": "8.3.2",
44
"description": "Format commitlint reports",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

@commitlint/is-ignored/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/is-ignored",
3-
"version": "8.3.0",
3+
"version": "8.3.2",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -34,7 +34,7 @@
3434
},
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@commitlint/parse": "^8.3.0",
37+
"@commitlint/parse": "^8.3.2",
3838
"@commitlint/test": "8.2.0",
3939
"@commitlint/utils": "^8.3.0"
4040
},

@commitlint/lint/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/lint",
3-
"version": "8.3.0",
3+
"version": "8.3.2",
44
"description": "Lint a string against commitlint rules",
55
"main": "lib/index.js",
66
"files": [
@@ -69,9 +69,9 @@
6969
"proxyquire": "2.1.3"
7070
},
7171
"dependencies": {
72-
"@commitlint/is-ignored": "^8.3.0",
73-
"@commitlint/parse": "^8.3.0",
74-
"@commitlint/rules": "^8.3.0",
72+
"@commitlint/is-ignored": "^8.3.2",
73+
"@commitlint/parse": "^8.3.2",
74+
"@commitlint/rules": "^8.3.2",
7575
"babel-runtime": "^6.23.0",
7676
"lodash": "4.17.15"
7777
}

@commitlint/load/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/load",
3-
"version": "8.3.1",
3+
"version": "8.3.2",
44
"description": "Load shared commitlint configuration",
55
"main": "lib/index.js",
66
"files": [
@@ -68,8 +68,8 @@
6868
"globby": "10.0.1"
6969
},
7070
"dependencies": {
71-
"@commitlint/execute-rule": "^8.3.0",
72-
"@commitlint/resolve-extends": "^8.3.0",
71+
"@commitlint/execute-rule": "^8.3.2",
72+
"@commitlint/resolve-extends": "^8.3.2",
7373
"babel-runtime": "^6.23.0",
7474
"chalk": "2.4.2",
7575
"cosmiconfig": "^5.2.0",

@commitlint/message/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/message",
3-
"version": "8.3.0",
3+
"version": "8.3.2",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

@commitlint/parse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/parse",
3-
"version": "8.3.0",
3+
"version": "8.3.2",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

@commitlint/prompt-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt-cli",
3-
"version": "8.3.1",
3+
"version": "8.3.2",
44
"description": "commit prompt using commitlint.config.js",
55
"files": [
66
"cli.js"
@@ -34,7 +34,7 @@
3434
"ava": "0.25.0"
3535
},
3636
"dependencies": {
37-
"@commitlint/prompt": "^8.3.1",
37+
"@commitlint/prompt": "^8.3.2",
3838
"execa": "0.11.0",
3939
"string-to-stream": "3.0.1"
4040
}

@commitlint/prompt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt",
3-
"version": "8.3.1",
3+
"version": "8.3.2",
44
"description": "commitizen prompt using commitlint.config.js",
55
"main": "./lib/index.js",
66
"files": [
@@ -65,7 +65,7 @@
6565
"cross-env": "6.0.3"
6666
},
6767
"dependencies": {
68-
"@commitlint/load": "^8.3.1",
68+
"@commitlint/load": "^8.3.2",
6969
"babel-runtime": "^6.23.0",
7070
"chalk": "^2.0.0",
7171
"lodash": "4.17.15",

@commitlint/read/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/read",
3-
"version": "8.3.0",
3+
"version": "8.3.2",
44
"description": "Read commit messages from a specified range or last edit",
55
"main": "lib/index.js",
66
"files": [
@@ -67,7 +67,7 @@
6767
"execa": "0.11.0"
6868
},
6969
"dependencies": {
70-
"@commitlint/top-level": "^8.3.0",
70+
"@commitlint/top-level": "^8.3.2",
7171
"@marionebl/sander": "^0.6.0",
7272
"babel-runtime": "^6.23.0",
7373
"git-raw-commits": "^2.0.0"

@commitlint/resolve-extends/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/resolve-extends",
3-
"version": "8.3.0",
3+
"version": "8.3.2",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -34,7 +34,7 @@
3434
},
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@commitlint/parse": "^8.3.0",
37+
"@commitlint/parse": "^8.3.2",
3838
"@commitlint/utils": "^8.3.0",
3939
"@types/lodash": "4.14.144",
4040
"@types/resolve-from": "5.0.1"

@commitlint/rules/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/rules",
3-
"version": "8.3.0",
3+
"version": "8.3.2",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"files": [
@@ -56,7 +56,7 @@
5656
},
5757
"license": "MIT",
5858
"devDependencies": {
59-
"@commitlint/parse": "^8.3.0",
59+
"@commitlint/parse": "^8.3.2",
6060
"@commitlint/test": "8.2.0",
6161
"@commitlint/utils": "^8.3.0",
6262
"ava": "0.22.0",
@@ -71,8 +71,8 @@
7171
},
7272
"dependencies": {
7373
"@commitlint/ensure": "^8.3.0",
74-
"@commitlint/message": "^8.3.0",
75-
"@commitlint/to-lines": "^8.3.0",
74+
"@commitlint/message": "^8.3.2",
75+
"@commitlint/to-lines": "^8.3.2",
7676
"babel-runtime": "^6.23.0"
7777
}
7878
}

@commitlint/to-lines/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/to-lines",
3-
"version": "8.3.0",
3+
"version": "8.3.2",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -34,7 +34,7 @@
3434
},
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@commitlint/parse": "^8.3.0",
37+
"@commitlint/parse": "^8.3.2",
3838
"@commitlint/utils": "^8.3.0"
3939
}
4040
}

@commitlint/top-level/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/top-level",
3-
"version": "8.3.0",
3+
"version": "8.3.2",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

@commitlint/travis-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/travis-cli",
3-
"version": "8.3.1",
3+
"version": "8.3.2",
44
"description": "Lint all relevant commits for a change or PR on Travis CI",
55
"files": [
66
"lib/"
@@ -65,7 +65,7 @@
6565
"which": "2.0.1"
6666
},
6767
"dependencies": {
68-
"@commitlint/cli": "^8.3.1",
68+
"@commitlint/cli": "^8.3.2",
6969
"babel-runtime": "6.26.0",
7070
"execa": "0.11.0"
7171
}

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "2",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "8.3.1"
5+
"version": "8.3.2"
66
}

0 commit comments

Comments
 (0)