@airbnb/config-danger
Advanced tools
Comparing version 2.1.2 to 2.2.0
@@ -6,2 +6,18 @@ # Change Log | ||
## 2.2.0 - 2019-12-02 | ||
#### 🚀 Updates | ||
- **[eslint]** Enable new rules. ([f07d396](https://github.com/airbnb/nimbus/commit/f07d396)) | ||
#### 📦 Dependencies | ||
- Update minor and patch versions. ([6a8a5f5](https://github.com/airbnb/nimbus/commit/6a8a5f5)) | ||
**Note:** Version bump only for package @airbnb/config-danger | ||
### 2.1.2 - 2019-11-13 | ||
@@ -8,0 +24,0 @@ |
@@ -30,4 +30,5 @@ "use strict"; | ||
danger.git.diffForFile(file).then(d => { | ||
const added = (d && d.added && d.added.split('\n').length) || 0; | ||
const removed = (d && d.removed && d.removed.split('\n').length) || 0; | ||
var _a, _b; | ||
const added = (((_a = d) === null || _a === void 0 ? void 0 : _a.added) && d.added.split('\n').length) || 0; | ||
const removed = (((_b = d) === null || _b === void 0 ? void 0 : _b.removed) && d.removed.split('\n').length) || 0; | ||
resolve(added + removed); | ||
@@ -34,0 +35,0 @@ }); |
{ | ||
"name": "@airbnb/config-danger", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"description": "Reusable Danger.js scripts.", | ||
@@ -23,9 +23,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/node": "^12.12.7" | ||
"@types/node": "^12.12.14" | ||
}, | ||
"dependencies": { | ||
"conventional-changelog-beemo": "^1.5.3", | ||
"conventional-changelog-beemo": "^1.6.0", | ||
"danger": "^9.2.8" | ||
}, | ||
"gitHead": "f6a7526f94e67799f0ecba1571f5500a69c5e787" | ||
"gitHead": "7f0fc142ac75c94aabea8398f7a5a719101146f1" | ||
} |
Sorry, the diff of this file is not supported yet
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
143005
277