Update dependency eslint-plugin-promise to v6.1.1
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| eslint-plugin-promise | devDependencies | minor | 6.0.1 -> 6.1.1 |
Release Notes
eslint-community/eslint-plugin-promise
v6.1.1
Bug Fixes
- no-multiple-resolved: false positives when the last expression in a try block is a call to resolve (#384) (dc51b1c)
v6.1.0
Bug Fixes
- always-return: false positives for logical expr (#363) (a60d1cb)
- CI: fix release script (#380) (71e53a0)
- minor typos (#359) (b431e46)
- no-nesting: nested references vars in closure (#361) (08052e8)
- update repo link (#349) (3906810)
Features
- add
no-multiple-resolvedrule (#369) (3a6fdbe) -
always-return: add
ignoreLastCallbackoption (#365) (01def31) -
catch-or-return,no-new-statics,no-promise-in-callback,valid-params: add support for
Promise.allSettled()&Promise.any()(#370) (e080f82) -
param-names: add
resolvePattern&rejectPatternoption (#368) (df25e3c)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.