Sourced from eslint-plugin-promise's releases.
v6.1.1
6.1.1 (2022-10-19)
Bug Fixes
- no-multiple-resolved: false positives when the last expression in a try block is a call to resolve (https://github.com/facebook/flipper/issues/384) (dc51b1c)
v6.1.0
6.1.0 (2022-10-13)
Bug Fixes
- always-return: false positives for logical expr (https://github.com/facebook/flipper/issues/363) (a60d1cb)
- CI: fix release script (https://github.com/facebook/flipper/issues/380) (71e53a0)
- minor typos (https://github.com/facebook/flipper/issues/359) (b431e46)
- no-nesting: nested references vars in closure (https://github.com/facebook/flipper/issues/361) (08052e8)
- update repo link (https://github.com/facebook/flipper/issues/349) (3906810)
Features
- add
no-multiple-resolvedrule (https://github.com/facebook/flipper/issues/369) (3a6fdbe)- always-return: add
ignoreLastCallbackoption (https://github.com/facebook/flipper/issues/365) (01def31)- catch-or-return,no-new-statics,no-promise-in-callback,valid-params: add support for
Promise.allSettled()&Promise.any()(https://github.com/facebook/flipper/issues/370) (e080f82)- param-names: add
resolvePattern&rejectPatternoption (https://github.com/facebook/flipper/issues/368) (df25e3c)
Sourced from eslint-plugin-promise's changelog.
6.0.2
- Added tests for
@typescript-eslint/parsersupport6.0.1
- Fixed
@typescript-eslint/parserissue https://github.com/facebook/flipper/issues/331, https://github.com/facebook/flipper/issues/205
dc51b1c fix(no-multiple-resolved): false positives when the last expression in a try ...70f0012 chore: fix branch of rule docs link URL to main (https://github.com/facebook/flipper/issues/381)72cfdc8 chore: sort package.json (https://github.com/facebook/flipper/issues/385)71e53a0 fix(CI): fix release script (https://github.com/facebook/flipper/issues/380)04fa169 chore(CI): add automatic release (https://github.com/facebook/flipper/issues/379)c970565 chore(CI): simplify testing strategy (https://github.com/facebook/flipper/issues/378)e8eabf4 chore(deps-dev): bump @typescript-eslint/parser from 5.39.0 to 5.40.0 (https://github.com/facebook/flipper/issues/377)b2136c3 chore(deps-dev): bump eslint from 8.24.0 to 8.25.0 (https://github.com/facebook/flipper/issues/376)7cfa19e chore(deps-dev): bump @typescript-eslint/parser from 5.38.1 to 5.39.0 (https://github.com/facebook/flipper/issues/374)8875343 chore(deps): bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 (https://github.com/facebook/flipper/issues/372)This version was pushed to npm by eslint-community-bot, a new releaser for eslint-plugin-promise since your current version.