[PR #160] [MERGED] Bump eslint-plugin-jest from 24.3.1 to 24.3.2 #165

Closed
opened 2026-03-29 17:56:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/160
Author: @dependabot[bot]
Created: 3/17/2021
Status: Merged
Merged: 3/17/2021
Merged by: @mergify[bot]

Base: developHead: dependabot/npm_and_yarn/eslint-plugin-jest-24.3.2


📝 Commits (1)

  • 6bbf05d Bump eslint-plugin-jest from 24.3.1 to 24.3.2

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+4 -4)

📄 Description

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/joelwmale/webhook-action/pull/160 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/17/2021 **Status:** ✅ Merged **Merged:** 3/17/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-jest-24.3.2` --- ### 📝 Commits (1) - [`6bbf05d`](https://github.com/joelwmale/webhook-action/commit/6bbf05dab11cb617bcb04ddfcd0809e3a88832df) Bump eslint-plugin-jest from 24.3.1 to 24.3.2 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.1 to 24.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/releases">eslint-plugin-jest's releases</a>.</em></p> <blockquote> <h2>v24.3.2</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.1...v24.3.2">24.3.2</a> (2021-03-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>consistent-test-it:</strong> properly handle <code>describe.each</code> (<a href="https://github.com/jest-community/eslint-plugin-jest/issues/796">#796</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/035bd30af43f1215e65bf1b26c2ef2e6d174d3c8">035bd30</a>), closes <a href="https://github.com/jest-community/eslint-plugin-jest/issues/795">#795</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md">eslint-plugin-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.1...v24.3.2">24.3.2</a> (2021-03-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>consistent-test-it:</strong> properly handle <code>describe.each</code> (<a href="https://github.com/jest-community/eslint-plugin-jest/issues/796">#796</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/035bd30af43f1215e65bf1b26c2ef2e6d174d3c8">035bd30</a>), closes <a href="https://github.com/jest-community/eslint-plugin-jest/issues/795">#795</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/e6b8c774e9002dc0b0384d3a40d61e41321cc7e0"><code>e6b8c77</code></a> chore(release): 24.3.2 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/035bd30af43f1215e65bf1b26c2ef2e6d174d3c8"><code>035bd30</code></a> fix(consistent-test-it): properly handle <code>describe.each</code> (<a href="https://github.com/jest-community/eslint-plugin-jest/issues/796">#796</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/a431d07f421453e25be4b1e1dcf0d4c2f098517c"><code>a431d07</code></a> chore(deps): update codecov/codecov-action action to v1.3.1 (<a href="https://github.com/jest-community/eslint-plugin-jest/issues/794">#794</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/7f6f54a644747c9d0db742a0fe007a6f149ac38a"><code>7f6f54a</code></a> chore(deps): lock file maintenance (<a href="https://github.com/jest-community/eslint-plugin-jest/issues/793">#793</a>)</li> <li>See full diff in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.1...v24.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=24.3.1&new-version=24.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-29 17:56:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/webhook-action#165