Changelog
*Sourced from [eslint-plugin-promise's changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/master/CHANGELOG.md).*
> ## 4.0.1
>
> - Remove `promise/param-names` fixer
> ([#146](https://github-redirect.dependabot.com/xjamundx/eslint-plugin-promise/pull/146))
>
> ## 4.0.0
>
> - Added fixer for `promise/no-new-statics` rule
> ([#133](https://github-redirect.dependabot.com/xjamundx/eslint-plugin-promise/pull/133))
> - Support ESLint v5
> ([#144](https://github-redirect.dependabot.com/xjamundx/eslint-plugin-promise/pull/144))
>
> This is a breaking change that drops support for Node v4. In order to use ESLint
> v5 and eslint-plugin-promise v4, you must use Node >=6.
Commits
- [`61a373c`](https://github.com/xjamundx/eslint-plugin-promise/commit/61a373c708a71994fe21817091c1ca6759a11839) 4.0.1
- [`1b01507`](https://github.com/xjamundx/eslint-plugin-promise/commit/1b0150716d9456e94056e6bed4349ad3f43d7b95) docs(changelog): prepare for v4.0.1
- [`af28d6f`](https://github.com/xjamundx/eslint-plugin-promise/commit/af28d6f774613ab3d3dd1d3f3ba1ecc6d8d8d5e5) fix(param-names): remove fixer ([#146](https://github-redirect.dependabot.com/xjamundx/eslint-plugin-promise/issues/146))
- [`764f004`](https://github.com/xjamundx/eslint-plugin-promise/commit/764f004da82debae043f0639401b50a46aa4ba23) 4.0.0
- [`ff1635d`](https://github.com/xjamundx/eslint-plugin-promise/commit/ff1635d83c0d2550b637ff0b3c521dcc2e7f22b0) chore: support ESLint v5 ([#144](https://github-redirect.dependabot.com/xjamundx/eslint-plugin-promise/issues/144))
- [`9ac5b6f`](https://github.com/xjamundx/eslint-plugin-promise/commit/9ac5b6f80b841086384838d44e2f324126678671) revert: update test dependencies
- [`1e15366`](https://github.com/xjamundx/eslint-plugin-promise/commit/1e153665f92672411e5acb733910c6962fce30ef) chore(package): update to prettier@1.14
- [`bcb6808`](https://github.com/xjamundx/eslint-plugin-promise/commit/bcb6808061c9f98360d02410f933bb5054f53ddb) chore(package): update test dependencies
- [`81015c3`](https://github.com/xjamundx/eslint-plugin-promise/commit/81015c3a7631b22a400ea1cccf370eb543125a7b) ci(travis): install and use npm v6
- [`24c4bd7`](https://github.com/xjamundx/eslint-plugin-promise/commit/24c4bd71cd8baf858e5a7d9d4dca0711d96d8e6a) docs(param-names): clarify that param-names includes ordering ([#143](https://github-redirect.dependabot.com/xjamundx/eslint-plugin-promise/issues/143))
- Additional commits viewable in [compare view](https://github.com/xjamundx/eslint-plugin-promise/compare/v3.8.0...v4.0.1)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps eslint-plugin-promise from 3.8.0 to 4.0.1.
Changelog
*Sourced from [eslint-plugin-promise's changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/master/CHANGELOG.md).* > ## 4.0.1 > > - Remove `promise/param-names` fixer > ([#146](https://github-redirect.dependabot.com/xjamundx/eslint-plugin-promise/pull/146)) > > ## 4.0.0 > > - Added fixer for `promise/no-new-statics` rule > ([#133](https://github-redirect.dependabot.com/xjamundx/eslint-plugin-promise/pull/133)) > - Support ESLint v5 > ([#144](https://github-redirect.dependabot.com/xjamundx/eslint-plugin-promise/pull/144)) > > This is a breaking change that drops support for Node v4. In order to use ESLint > v5 and eslint-plugin-promise v4, you must use Node >=6.Commits
- [`61a373c`](https://github.com/xjamundx/eslint-plugin-promise/commit/61a373c708a71994fe21817091c1ca6759a11839) 4.0.1 - [`1b01507`](https://github.com/xjamundx/eslint-plugin-promise/commit/1b0150716d9456e94056e6bed4349ad3f43d7b95) docs(changelog): prepare for v4.0.1 - [`af28d6f`](https://github.com/xjamundx/eslint-plugin-promise/commit/af28d6f774613ab3d3dd1d3f3ba1ecc6d8d8d5e5) fix(param-names): remove fixer ([#146](https://github-redirect.dependabot.com/xjamundx/eslint-plugin-promise/issues/146)) - [`764f004`](https://github.com/xjamundx/eslint-plugin-promise/commit/764f004da82debae043f0639401b50a46aa4ba23) 4.0.0 - [`ff1635d`](https://github.com/xjamundx/eslint-plugin-promise/commit/ff1635d83c0d2550b637ff0b3c521dcc2e7f22b0) chore: support ESLint v5 ([#144](https://github-redirect.dependabot.com/xjamundx/eslint-plugin-promise/issues/144)) - [`9ac5b6f`](https://github.com/xjamundx/eslint-plugin-promise/commit/9ac5b6f80b841086384838d44e2f324126678671) revert: update test dependencies - [`1e15366`](https://github.com/xjamundx/eslint-plugin-promise/commit/1e153665f92672411e5acb733910c6962fce30ef) chore(package): update to prettier@1.14 - [`bcb6808`](https://github.com/xjamundx/eslint-plugin-promise/commit/bcb6808061c9f98360d02410f933bb5054f53ddb) chore(package): update test dependencies - [`81015c3`](https://github.com/xjamundx/eslint-plugin-promise/commit/81015c3a7631b22a400ea1cccf370eb543125a7b) ci(travis): install and use npm v6 - [`24c4bd7`](https://github.com/xjamundx/eslint-plugin-promise/commit/24c4bd71cd8baf858e5a7d9d4dca0711d96d8e6a) docs(param-names): clarify that param-names includes ordering ([#143](https://github-redirect.dependabot.com/xjamundx/eslint-plugin-promise/issues/143)) - Additional commits viewable in [compare view](https://github.com/xjamundx/eslint-plugin-promise/compare/v3.8.0...v4.0.1)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.