timeout
timeout copied to clipboard
build(deps-dev): bump eslint-plugin-promise from 3.5.0 to 3.8.0
Bumps eslint-plugin-promise from 3.5.0 to 3.8.0.
Changelog
Sourced from eslint-plugin-promise's changelog.
3.8.0
- Removed
promise/avoid-newfrom recommended configuration (#119)- Ignored event listener callbacks in
promise/prefer-await-to-callbacks(#117)- Ignored top-level awaits in
promise/prefer-await-to-then(#126)- Added docs for
promise/no-nestingandpromise/prefer-await-to-then(#120) (#121)3.7.0
- Added
promise/valid-paramsrule (#85)- Added
promise/no-new-staticsrule (#82)- Added fixer for
promise/param-namesrule (#99)- Added rule documentation to each rule (#91)
3.6.0
- Added
['catch']support incatch-or-return- Added
no-return-in-finallyrule- Fixed some formatting in the docs
- Added
allowRejectoption tono-return-wrap- Added exceptions for
no-callback-in-promise
Commits
67dad973.8.0212e557docs(changelog): prepare for v3.8.0 (#132)9b0cbd1refactor: lookup promise statics from object instead of array (#131)ceb7414feat: turn off avoid-new in recommended configuration (#119)b5a6423chore(package): add package-lock.json (#130)4ebd2c6fix: ignore event listener callbacks in prefer-await-to-callbacks (#117)4a3d5b8fix: ignore top-level awaits in prefer-await-to-then (#126)0b231dadocs: add no-nesting examples (#120)5956ecadocs: add examples toprefer-await-to-then(#121)1e95bab3.7.0- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by macklinu, a new releaser for eslint-plugin-promise since your current version.
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.