@commitlint/cli
Advanced tools
Comparing version 17.6.5 to 17.8.1
@@ -134,12 +134,7 @@ "use strict"; | ||
try { | ||
for (var _d = true, _e = __asyncValues(process.stdin), _f; _f = await _e.next(), _a = _f.done, !_a;) { | ||
for (var _d = true, _e = __asyncValues(process.stdin), _f; _f = await _e.next(), _a = _f.done, !_a; _d = true) { | ||
_c = _f.value; | ||
_d = false; | ||
try { | ||
const chunk = _c; | ||
result += chunk; | ||
} | ||
finally { | ||
_d = true; | ||
} | ||
const chunk = _c; | ||
result += chunk; | ||
} | ||
@@ -146,0 +141,0 @@ } |
{ | ||
"name": "@commitlint/cli", | ||
"version": "17.6.5", | ||
"version": "17.8.1", | ||
"description": "Lint your commit messages", | ||
@@ -40,8 +40,8 @@ "files": [ | ||
"devDependencies": { | ||
"@commitlint/test": "^17.4.2", | ||
"@commitlint/utils": "^17.4.0", | ||
"@types/lodash.isfunction": "^3.0.7", | ||
"@types/lodash.merge": "^4.6.7", | ||
"@commitlint/test": "^17.8.1", | ||
"@commitlint/utils": "^17.8.1", | ||
"@types/lodash.isfunction": "^3.0.8", | ||
"@types/lodash.merge": "^4.6.8", | ||
"@types/node": "^14.0.0", | ||
"@types/yargs": "^17.0.0", | ||
"@types/yargs": "^17.0.29", | ||
"fs-extra": "^11.0.0", | ||
@@ -51,7 +51,7 @@ "lodash.merge": "^4.6.2" | ||
"dependencies": { | ||
"@commitlint/format": "^17.4.4", | ||
"@commitlint/lint": "^17.6.5", | ||
"@commitlint/load": "^17.5.0", | ||
"@commitlint/read": "^17.5.1", | ||
"@commitlint/types": "^17.4.4", | ||
"@commitlint/format": "^17.8.1", | ||
"@commitlint/lint": "^17.8.1", | ||
"@commitlint/load": "^17.8.1", | ||
"@commitlint/read": "^17.8.1", | ||
"@commitlint/types": "^17.8.1", | ||
"execa": "^5.0.0", | ||
@@ -63,3 +63,3 @@ "lodash.isfunction": "^3.0.9", | ||
}, | ||
"gitHead": "af2f3a82d38ea0272578c8066565a0e6cf5810b0" | ||
"gitHead": "75b2a1264ac699dbaead2249282b6dca18ae3008" | ||
} |
Sorry, the diff of this file is not supported yet
29765
420
Updated@commitlint/format@^17.8.1
Updated@commitlint/lint@^17.8.1
Updated@commitlint/load@^17.8.1
Updated@commitlint/read@^17.8.1
Updated@commitlint/types@^17.8.1