Skip to content

Commit

Permalink
v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed May 24, 2019
1 parent ef2bb89 commit 29d1cee
Show file tree
Hide file tree
Showing 31 changed files with 121 additions and 121 deletions.
6 changes: 3 additions & 3 deletions @alias/commitlint-config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-angular",
"version": "7.6.0",
"version": "8.0.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand Down Expand Up @@ -28,9 +28,9 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"dependencies": {
"@commitlint/config-angular": "^7.6.0"
"@commitlint/config-angular": "^8.0.0"
},
"devDependencies": {
"@commitlint/utils": "^7.6.0"
"@commitlint/utils": "^8.0.0"
}
}
6 changes: 3 additions & 3 deletions @alias/commitlint-config-lerna-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-lerna-scopes",
"version": "7.6.0",
"version": "8.0.0",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"files": [
"index.js"
Expand Down Expand Up @@ -28,9 +28,9 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"dependencies": {
"@commitlint/config-lerna-scopes": "^7.6.0"
"@commitlint/config-lerna-scopes": "^8.0.0"
},
"devDependencies": {
"@commitlint/utils": "^7.6.0"
"@commitlint/utils": "^8.0.0"
}
}
6 changes: 3 additions & 3 deletions @alias/commitlint-config-patternplate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-patternplate",
"version": "7.6.0",
"version": "8.0.0",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"dependencies": {
"@commitlint/config-patternplate": "^7.6.0",
"@commitlint/utils": "^7.6.0"
"@commitlint/config-patternplate": "^8.0.0",
"@commitlint/utils": "^8.0.0"
}
}
6 changes: 3 additions & 3 deletions @alias/commitlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint",
"version": "7.6.1",
"version": "8.0.0",
"description": "Lint your commit messages",
"files": [
"cli.js"
Expand Down Expand Up @@ -34,11 +34,11 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^7.6.1",
"@commitlint/cli": "^8.0.0",
"read-pkg": "3.0.0",
"resolve-pkg": "2.0.0"
},
"devDependencies": {
"@commitlint/utils": "^7.6.0"
"@commitlint/utils": "^8.0.0"
}
}
16 changes: 8 additions & 8 deletions @commitlint/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cli",
"version": "7.6.1",
"version": "8.0.0",
"description": "Lint your commit messages",
"files": [
"index.js",
Expand Down Expand Up @@ -53,11 +53,11 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^7.6.0",
"@commitlint/utils": "^7.6.0",
"@commitlint/test": "^8.0.0",
"@commitlint/utils": "^8.0.0",
"ava": "0.18.2",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^7.6.0",
"babel-preset-commitlint": "^8.0.0",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1",
Expand All @@ -70,10 +70,10 @@
"tmp": "0.1.0"
},
"dependencies": {
"@commitlint/format": "^7.6.1",
"@commitlint/lint": "^7.6.0",
"@commitlint/load": "^7.6.1",
"@commitlint/read": "^7.6.0",
"@commitlint/format": "^8.0.0",
"@commitlint/lint": "^8.0.0",
"@commitlint/load": "^8.0.0",
"@commitlint/read": "^8.0.0",
"babel-polyfill": "6.26.0",
"chalk": "2.3.1",
"get-stdin": "7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-angular-type-enum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-angular-type-enum",
"version": "7.6.0",
"version": "8.0.0",
"description": "Shareable commitlint config enforcing the angular commit convention types",
"files": [
"index.js"
Expand Down Expand Up @@ -29,6 +29,6 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"devDependencies": {
"@commitlint/utils": "^7.6.0"
"@commitlint/utils": "^8.0.0"
}
}
6 changes: 3 additions & 3 deletions @commitlint/config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-angular",
"version": "7.6.0",
"version": "8.0.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"devDependencies": {
"@commitlint/utils": "^7.6.0"
"@commitlint/utils": "^8.0.0"
},
"dependencies": {
"@commitlint/config-angular-type-enum": "^7.6.0"
"@commitlint/config-angular-type-enum": "^8.0.0"
}
}
4 changes: 2 additions & 2 deletions @commitlint/config-conventional/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-conventional",
"version": "7.6.0",
"version": "8.0.0",
"description": "Shareable commitlint config enforcing conventional commits",
"files": [
"index.js"
Expand Down Expand Up @@ -32,6 +32,6 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"devDependencies": {
"@commitlint/utils": "^7.6.0"
"@commitlint/utils": "^8.0.0"
}
}
6 changes: 3 additions & 3 deletions @commitlint/config-lerna-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-lerna-scopes",
"version": "7.6.0",
"version": "8.0.0",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"files": [
"index.js"
Expand Down Expand Up @@ -46,8 +46,8 @@
"semver": "6.0.0"
},
"devDependencies": {
"@commitlint/test": "^7.6.0",
"@commitlint/utils": "^7.6.0",
"@commitlint/test": "^8.0.0",
"@commitlint/utils": "^8.0.0",
"@lerna/project": "3.13.1",
"ava": "0.22.0",
"lerna": "3.14.1"
Expand Down
6 changes: 3 additions & 3 deletions @commitlint/config-patternplate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-patternplate",
"version": "7.6.0",
"version": "8.0.0",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
Expand Down Expand Up @@ -29,11 +29,11 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"dependencies": {
"@commitlint/config-angular": "^7.6.0",
"@commitlint/config-angular": "^8.0.0",
"globby": "8.0.1",
"lodash": "4.17.11"
},
"devDependencies": {
"@commitlint/utils": "^7.6.0"
"@commitlint/utils": "^8.0.0"
}
}
10 changes: 5 additions & 5 deletions @commitlint/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/core",
"version": "7.6.1",
"version": "8.0.0",
"description": "Lint your commit messages",
"files": [
"index.js"
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/format": "^7.6.1",
"@commitlint/lint": "^7.6.0",
"@commitlint/load": "^7.6.1",
"@commitlint/read": "^7.6.0"
"@commitlint/format": "^8.0.0",
"@commitlint/lint": "^8.0.0",
"@commitlint/load": "^8.0.0",
"@commitlint/read": "^8.0.0"
}
}
8 changes: 4 additions & 4 deletions @commitlint/ensure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/ensure",
"version": "7.6.0",
"version": "8.0.0",
"description": "Lint your commit messages",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -56,11 +56,11 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^7.6.0",
"@commitlint/utils": "^7.6.0",
"@commitlint/test": "^8.0.0",
"@commitlint/utils": "^8.0.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^7.6.0",
"babel-preset-commitlint": "^8.0.0",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1",
Expand Down
10 changes: 5 additions & 5 deletions @commitlint/execute-rule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/execute-rule",
"version": "7.6.0",
"version": "8.0.0",
"description": "Lint your commit messages",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -56,12 +56,12 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/parse": "^7.6.0",
"@commitlint/test": "^7.6.0",
"@commitlint/utils": "^7.6.0",
"@commitlint/parse": "^8.0.0",
"@commitlint/test": "^8.0.0",
"@commitlint/utils": "^8.0.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^7.6.0",
"babel-preset-commitlint": "^8.0.0",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1"
Expand Down
6 changes: 3 additions & 3 deletions @commitlint/format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/format",
"version": "7.6.1",
"version": "8.0.0",
"description": "Format commitlint reports",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^7.6.0",
"@commitlint/utils": "^7.6.0",
"@commitlint/test": "^8.0.0",
"@commitlint/utils": "^8.0.0",
"@types/jest": "24.0.12",
"@types/lodash": "4.14.123",
"concurrently": "3.5.1",
Expand Down
10 changes: 5 additions & 5 deletions @commitlint/is-ignored/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/is-ignored",
"version": "7.6.0",
"version": "8.0.0",
"description": "Lint your commit messages",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -56,12 +56,12 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/parse": "^7.6.0",
"@commitlint/test": "^7.6.0",
"@commitlint/utils": "^7.6.0",
"@commitlint/parse": "^8.0.0",
"@commitlint/test": "^8.0.0",
"@commitlint/utils": "^8.0.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^7.6.0",
"babel-preset-commitlint": "^8.0.0",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1"
Expand Down
14 changes: 7 additions & 7 deletions @commitlint/lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/lint",
"version": "7.6.0",
"version": "8.0.0",
"description": "Lint a string against commitlint rules",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -56,11 +56,11 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^7.6.0",
"@commitlint/utils": "^7.6.0",
"@commitlint/test": "^8.0.0",
"@commitlint/utils": "^8.0.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^7.6.0",
"babel-preset-commitlint": "^8.0.0",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1",
Expand All @@ -69,9 +69,9 @@
"proxyquire": "2.1.0"
},
"dependencies": {
"@commitlint/is-ignored": "^7.6.0",
"@commitlint/parse": "^7.6.0",
"@commitlint/rules": "^7.6.0",
"@commitlint/is-ignored": "^8.0.0",
"@commitlint/parse": "^8.0.0",
"@commitlint/rules": "^8.0.0",
"babel-runtime": "^6.23.0",
"lodash": "4.17.11"
}
Expand Down
12 changes: 6 additions & 6 deletions @commitlint/load/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/load",
"version": "7.6.2",
"version": "8.0.0",
"description": "Load shared commitlint configuration",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -56,20 +56,20 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^7.6.0",
"@commitlint/utils": "^7.6.0",
"@commitlint/test": "^8.0.0",
"@commitlint/utils": "^8.0.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^7.6.0",
"babel-preset-commitlint": "^8.0.0",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1",
"execa": "0.9.0",
"globby": "8.0.1"
},
"dependencies": {
"@commitlint/execute-rule": "^7.6.0",
"@commitlint/resolve-extends": "^7.6.0",
"@commitlint/execute-rule": "^8.0.0",
"@commitlint/resolve-extends": "^8.0.0",
"babel-runtime": "^6.23.0",
"cosmiconfig": "^5.2.0",
"lodash": "4.17.11",
Expand Down
Loading

0 comments on commit 29d1cee

Please sign in to comment.