Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-promise to v3.8.0 (#500)
Browse files Browse the repository at this point in the history
This Pull Request updates dependency [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from `v3.7.0` to `v3.8.0`



<details>
<summary>Release Notes</summary>

### [`v3.8.0`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/CHANGELOG.md#&#8203;380)
[Compare Source](eslint-community/eslint-plugin-promise@v3.7.0...v3.8.0)
* Removed `promise/avoid-new` from recommended configuration
  ([#&#8203;119](`eslint-community/eslint-plugin-promise#119))
* Ignored event listener callbacks in `promise/prefer-await-to-callbacks`
  ([#&#8203;117](`eslint-community/eslint-plugin-promise#117))
* Ignored top-level awaits in `promise/prefer-await-to-then`
  ([#&#8203;126](`eslint-community/eslint-plugin-promise#126))
* Added docs for `promise/no-nesting` and `promise/prefer-await-to-then`
  ([#&#8203;120](`eslint-community/eslint-plugin-promise#120))
  ([#&#8203;121](`eslint-community/eslint-plugin-promise#121))

---

</details>




---

This PR has been generated by [Renovate Bot](https://renovatebot.com).
  • Loading branch information
renovate[bot] authored and jimthedev committed May 25, 2018
1 parent d99d7ac commit dfbd653
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"cz-conventional-changelog-default-export": "0.0.0-semantically-released.1",
"eslint": "3.19.0",
"eslint-config-standard": "6.2.1",
"eslint-plugin-promise": "3.7.0",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-standard": "2.3.1",
"ghooks": "1.3.2",
"in-publish": "^2.0.0",
Expand Down

0 comments on commit dfbd653

Please sign in to comment.