@commitlint/cli
Advanced tools
Comparing version 5.0.1 to 5.1.1
@@ -6,2 +6,26 @@ # Change Log | ||
<a name="5.1.1"></a> | ||
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24) | ||
**Note:** Version bump only for package @commitlint/cli | ||
<a name="5.1.0"></a> | ||
# [5.1.0](https://github.com/marionebl/commitlint/compare/v5.0.2...v5.1.0) (2017-11-24) | ||
### Bug Fixes | ||
* update dependency concurrently to v3.5.1 ([#147](https://github.com/marionebl/commitlint/issues/147)) ([a809d0f](https://github.com/marionebl/commitlint/commit/a809d0f)) | ||
### Features | ||
* **travis-cli:** add reusable travis command line interface ([3e6e6a8](https://github.com/marionebl/commitlint/commit/3e6e6a8)) | ||
<a name="5.0.1"></a> | ||
@@ -8,0 +32,0 @@ ## [5.0.1](https://github.com/marionebl/commitlint/compare/v5.0.0...v5.0.1) (2017-11-19) |
{ | ||
"name": "@commitlint/cli", | ||
"version": "5.0.1", | ||
"version": "5.1.1", | ||
"description": "Lint your commit messages", | ||
@@ -9,9 +9,9 @@ "bin": { | ||
"scripts": { | ||
"build": "npx cross-env NODE_ENV=production npx -p babel-cli babel src --out-dir lib --source-maps", | ||
"build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps", | ||
"clean": "npx rimraf lib", | ||
"deps": "dep-check", | ||
"lint": "npx xo", | ||
"start": "npx concurrently \"npx ava -c 4 --verbose --watch\" \"npx yarn run watch\"", | ||
"test": "npx ava -c 4 --verbose", | ||
"watch": "npx -p babel-cli babel src --out-dir lib --watch --source-maps" | ||
"lint": "xo", | ||
"start": "concurrently \"ava -c 4 --verbose --watch\" \"yarn run watch\"", | ||
"test": "ava -c 4 --verbose", | ||
"watch": "babel src --out-dir lib --watch --source-maps" | ||
}, | ||
@@ -54,28 +54,28 @@ "ava": { | ||
"devDependencies": { | ||
"@commitlint/test": "^5.0.1", | ||
"@commitlint/utils": "^5.0.1", | ||
"ava": "^0.18.2", | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-commitlint": "^5.0.1", | ||
"babel-register": "^6.26.0", | ||
"concurrently": "^3.5.0", | ||
"cross-env": "^5.0.5", | ||
"dependency-check": "^2.9.1", | ||
"execa": "^0.7.0", | ||
"mkdirp": "^0.5.1", | ||
"resolve-bin": "^0.4.0", | ||
"rimraf": "^2.6.2", | ||
"sander": "^0.6.0", | ||
"string-to-stream": "^1.1.0", | ||
"@commitlint/test": "^5.1.1", | ||
"@commitlint/utils": "^5.1.1", | ||
"ava": "0.18.2", | ||
"babel-cli": "6.26.0", | ||
"babel-preset-commitlint": "^5.1.1", | ||
"babel-register": "6.26.0", | ||
"concurrently": "3.5.1", | ||
"cross-env": "5.1.1", | ||
"dependency-check": "2.9.1", | ||
"execa": "0.8.0", | ||
"mkdirp": "0.5.1", | ||
"resolve-bin": "0.4.0", | ||
"rimraf": "2.6.2", | ||
"sander": "0.6.0", | ||
"string-to-stream": "1.1.0", | ||
"tmp": "0.0.33", | ||
"xo": "^0.18.2" | ||
"xo": "0.18.2" | ||
}, | ||
"dependencies": { | ||
"@commitlint/core": "^5.0.1", | ||
"babel-polyfill": "^6.23.0", | ||
"chalk": "^2.0.1", | ||
"get-stdin": "^5.0.1", | ||
"lodash": "^4.17.4", | ||
"meow": "^3.7.0" | ||
"@commitlint/core": "^5.1.1", | ||
"babel-polyfill": "6.26.0", | ||
"chalk": "2.3.0", | ||
"get-stdin": "5.0.1", | ||
"lodash": "4.17.4", | ||
"meow": "3.7.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
363975
56
1030
+ Addedchalk@2.3.0(transitive)
+ Addedhas-flag@2.0.0(transitive)
+ Addedlodash@4.17.4(transitive)
+ Addedsupports-color@4.5.0(transitive)
- Removedchalk@2.4.2(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedlodash@4.17.21(transitive)
- Removedsupports-color@5.5.0(transitive)
Updated@commitlint/core@^5.1.1
Updatedbabel-polyfill@6.26.0
Updatedchalk@2.3.0
Updatedget-stdin@5.0.1
Updatedlodash@4.17.4
Updatedmeow@3.7.0