Skip to content

build(deps-dev): bump eslint-plugin-jest from 24.3.1 to 24.3.2#2460

Merged
ahnpnl merged 1 commit intomasterfrom
dependabot/npm_and_yarn/eslint-plugin-jest-24.3.2
Mar 17, 2021
Merged

build(deps-dev): bump eslint-plugin-jest from 24.3.1 to 24.3.2#2460
ahnpnl merged 1 commit intomasterfrom
dependabot/npm_and_yarn/eslint-plugin-jest-24.3.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 17, 2021

Bumps eslint-plugin-jest from 24.3.1 to 24.3.2.

Release notes

Sourced from eslint-plugin-jest's releases.

v24.3.2

24.3.2 (2021-03-16)

Bug Fixes

  • consistent-test-it: properly handle describe.each (#796) (035bd30), closes #795
Changelog

Sourced from eslint-plugin-jest's changelog.

24.3.2 (2021-03-16)

Bug Fixes

  • consistent-test-it: properly handle describe.each (#796) (035bd30), closes #795
Commits
  • e6b8c77 chore(release): 24.3.2 [skip ci]
  • 035bd30 fix(consistent-test-it): properly handle describe.each (#796)
  • a431d07 chore(deps): update codecov/codecov-action action to v1.3.1 (#794)
  • 7f6f54a chore(deps): lock file maintenance (#793)
  • See full diff in compare view

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)

@dependabot dependabot Bot requested a review from kulshekhar as a code owner March 17, 2021 05:53
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 17, 2021
@dependabot dependabot Bot requested a review from ahnpnl March 17, 2021 05:53
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jest-24.3.2 branch from b3296e3 to 9a2f67f Compare March 17, 2021 09:22
@coveralls
Copy link
Copy Markdown

coveralls commented Mar 17, 2021

Pull Request Test Coverage Report for Build 660544707

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 93.841%

Totals Coverage Status
Change from base Build 660541276: 0.0%
Covered Lines: 965
Relevant Lines: 995

💛 - Coveralls

@ahnpnl ahnpnl merged commit 0b9abe0 into master Mar 17, 2021
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/eslint-plugin-jest-24.3.2 branch March 17, 2021 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

jest/consistent-test-it does not handle describe.each properly

2 participants