build(deps-dev): bump eslint-plugin-promise from 5.2.0 to 6.1.1
Bumps eslint-plugin-promise from 5.2.0 to 6.1.1.
Release notes
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 (#384) (dc51b1c)
v6.1.0
6.1.0 (2022-10-13)
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)
Changelog
Sourced from eslint-plugin-promise's changelog.
6.0.2
- Added tests for
@typescript-eslint/parsersupport6.0.1
6.0.0
Commits
dc51b1cfix(no-multiple-resolved): false positives when the last expression in a try ...70f0012chore: fix branch of rule docs link URL tomain(#381)72cfdc8chore: sortpackage.json(#385)71e53a0fix(CI): fix release script (#380)04fa169chore(CI): add automatic release (#379)c970565chore(CI): simplify testing strategy (#378)e8eabf4chore(deps-dev): bump@typescript-eslint/parserfrom 5.39.0 to 5.40.0 (#377)b2136c3chore(deps-dev): bump eslint from 8.24.0 to 8.25.0 (#376)7cfa19echore(deps-dev): bump@typescript-eslint/parserfrom 5.38.1 to 5.39.0 (#374)8875343chore(deps): bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 (#372)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by eslint-community-bot, 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 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.
Codecov Report
Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:
Coverage data is based on head (
b08e280) compared to base (0690bd5). Patch has no changes to coverable lines.
Additional details and impacted files
@@ Coverage Diff @@
## next #520 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 12
Lines 286 286
=========================================
Hits 286 286
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.