eslint-community / eslint-plugin-promise

Enforce best practices for JavaScript promises
ISC License
943 stars 91 forks source link

chore(deps-dev): bump eslint-plugin-eslint-plugin from 4.4.1 to 5.0.8 #427

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 1 year ago

Bumps eslint-plugin-eslint-plugin from 4.4.1 to 5.0.8.

Release notes

Sourced from eslint-plugin-eslint-plugin's releases.

Release 5.0.8

5.0.8 (2023-01-20)

Performance Improvements

  • use improved comparison algorithm in no-identical-tests rule (#337) (b4da20a)

Release 5.0.7

5.0.7 (2022-12-19)

Bug Fixes

  • don't use node protocol until we drop Node v14.17 support (#315) (a5c0b0c)
  • update repo link (#300) (07cd4ab)

Release 5.0.6

5.0.6 (2022-08-23)

Bug Fixes

  • ensure rules bail out early when no rule present (#293) (d1e03a1)

Release 5.0.5

5.0.5 (2022-08-17)

Bug Fixes

  • handle suggestions in helper function outside rule or inside nested spread/ternary in require-meta-has-suggestions rule (#291) (aa133a9)

Release 5.0.4

5.0.4 (2022-08-15)

Bug Fixes

  • false positives with violation reporting helper function in no-unused-message-ids rule (#290) (1c30165)

Release 5.0.3

5.0.3 (2022-08-12)

Bug Fixes

  • false positive with no-unused-message-ids from external violation reporting function (#286) (01d0eef)
  • handle spread in context.report() in require-meta-fixable (#288) (d768112)
  • handle spread in context.report() in require-meta-has-suggestions (#287) (fdffb50)

... (truncated)

Changelog

Sourced from eslint-plugin-eslint-plugin's changelog.

5.0.8 (2023-01-20)

Performance Improvements

  • use improved comparison algorithm in no-identical-tests rule (#337) (b4da20a)

5.0.7 (2022-12-19)

Bug Fixes

  • don't use node protocol until we drop Node v14.17 support (#315) (a5c0b0c)
  • update repo link (#300) (07cd4ab)

5.0.6 (2022-08-23)

Bug Fixes

  • ensure rules bail out early when no rule present (#293) (d1e03a1)

5.0.5 (2022-08-17)

Bug Fixes

  • handle suggestions in helper function outside rule or inside nested spread/ternary in require-meta-has-suggestions rule (#291) (aa133a9)

5.0.4 (2022-08-15)

Bug Fixes

  • false positives with violation reporting helper function in no-unused-message-ids rule (#290) (1c30165)

5.0.3 (2022-08-12)

Bug Fixes

  • false positive with no-unused-message-ids from external violation reporting function (#286) (01d0eef)
  • handle spread in context.report() in require-meta-fixable (#288) (d768112)
  • handle spread in context.report() in require-meta-has-suggestions (#287) (fdffb50)

5.0.2 (2022-08-04)

Bug Fixes

... (truncated)

Commits
  • 3ffd85e chore: release v5.0.8 (#338)
  • 517a6d9 build(deps-dev): bump eslint-plugin-unicorn from 44.0.2 to 45.0.2 (#333)
  • b4da20a perf: use improved comparison algorithm in no-identical-tests rule (#337)
  • 305c7cd build(deps-dev): bump markdownlint-cli from 0.32.2 to 0.33.0 (#336)
  • d72918d chore: add eslint-remote-tester (#335)
  • 7e569b7 chore: release v5.0.7
  • b32e443 build(deps-dev): bump eslint-doc-generator from 0.28.1 to 1.0.0 (#331)
  • 4169a42 docs: update eslint-doc-generator to 0.28 (#330)
  • c4b7054 chore: use eslint --no-inline-config to eliminate linting warnings in the doc...
  • 82a5ec1 build(deps-dev): bump eslint-doc-generator from 0.18.2 to 0.19.0 (#327)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by bmishkin, a new releaser for eslint-plugin-eslint-plugin since your current version.


Dependabot compatibility score

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 recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov-commenter commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (33e301a) compared to base (6fcf8e3). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #427 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 25 25 Lines 649 649 Branches 250 250 ========================================= Hits 649 649 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=eslint-community). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=eslint-community)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dependabot[bot] commented 7 months ago

Superseded by #454.