[PR #168] [MERGED] Bump eslint-plugin-jest from 24.3.2 to 24.3.4 #5511

Closed
opened 2026-06-11 02:25:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 902fed4 Bump eslint-plugin-jest from 24.3.2 to 24.3.4

📊 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.2 to 24.3.4.

Release notes

Sourced from eslint-plugin-jest's releases.

v24.3.4

24.3.4 (2021-04-05)

Bug Fixes

  • support all variations of describe, it, & test (#792) (0968b55)

v24.3.3

24.3.3 (2021-04-02)

Bug Fixes

Changelog

Sourced from eslint-plugin-jest's changelog.

24.3.4 (2021-04-05)

Bug Fixes

  • support all variations of describe, it, & test (#792) (0968b55)

24.3.3 (2021-04-02)

Bug Fixes

Commits
  • 3b8c36c chore(release): 24.3.4 [skip ci]
  • 0968b55 fix: support all variations of describe, it, & test (#792)
  • d68093b test(no-identical-title): use dedent instead of join('\n') (#808)
  • aeb267f chore(deps): lock file maintenance (#805)
  • 7a1ab7a chore(release): 24.3.3 [skip ci]
  • f758243 fix(prefer-expect-assertions): support .each (#798)
  • 243cb4f fix(no-duplicate-hooks): support describe.each (#797)
  • 5945772 chore(deps): update dependency husky to v6 (#806)
  • 1b9d57d chore(deps): update danger/danger-js action to v10.6.4 (#800)
  • 4cbd6de chore(deps): lock file maintenance (#799)
  • 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/168 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/5/2021 **Status:** ✅ Merged **Merged:** 4/5/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-jest-24.3.4` --- ### 📝 Commits (1) - [`902fed4`](https://github.com/joelwmale/webhook-action/commit/902fed43d113f0c67d6274134f422b9a8c68d326) Bump eslint-plugin-jest from 24.3.2 to 24.3.4 ### 📊 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.2 to 24.3.4. <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.4</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.3...v24.3.4">24.3.4</a> (2021-04-05)</h2> <h3>Bug Fixes</h3> <ul> <li>support all variations of <code>describe</code>, <code>it</code>, &amp; <code>test</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/792">#792</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/0968b557dd9cdb5cfcaf8a0d84e8a456825e6b25">0968b55</a>)</li> </ul> <h2>v24.3.3</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.2...v24.3.3">24.3.3</a> (2021-04-02)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-duplicate-hooks:</strong> support <code>describe.each</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/797">#797</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/243cb4f970e40aa195a3bffa0528dbdbfef7c4f5">243cb4f</a>), closes <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/642">#642</a></li> <li><strong>prefer-expect-assertions:</strong> support <code>.each</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/798">#798</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/f75824359f2242f53997c59c238d83a59badeea3">f758243</a>), closes <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/676">#676</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.3...v24.3.4">24.3.4</a> (2021-04-05)</h2> <h3>Bug Fixes</h3> <ul> <li>support all variations of <code>describe</code>, <code>it</code>, &amp; <code>test</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/792">#792</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/0968b557dd9cdb5cfcaf8a0d84e8a456825e6b25">0968b55</a>)</li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.2...v24.3.3">24.3.3</a> (2021-04-02)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-duplicate-hooks:</strong> support <code>describe.each</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/797">#797</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/243cb4f970e40aa195a3bffa0528dbdbfef7c4f5">243cb4f</a>), closes <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/642">#642</a></li> <li><strong>prefer-expect-assertions:</strong> support <code>.each</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/798">#798</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/f75824359f2242f53997c59c238d83a59badeea3">f758243</a>), closes <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/676">#676</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/3b8c36c804b14ac6821330d0298fff5f2d422f17"><code>3b8c36c</code></a> chore(release): 24.3.4 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/0968b557dd9cdb5cfcaf8a0d84e8a456825e6b25"><code>0968b55</code></a> fix: support all variations of <code>describe</code>, <code>it</code>, &amp; <code>test</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/792">#792</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/d68093bbb2ef44b916110ca98f1c4cb5b7a23212"><code>d68093b</code></a> test(no-identical-title): use <code>dedent</code> instead of <code>join('\n')</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/808">#808</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/aeb267f6b541c00d01879e37ebabd6b86896c925"><code>aeb267f</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/805">#805</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/7a1ab7a876951648c16b4e0d581523c570499b91"><code>7a1ab7a</code></a> chore(release): 24.3.3 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/f75824359f2242f53997c59c238d83a59badeea3"><code>f758243</code></a> fix(prefer-expect-assertions): support <code>.each</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/798">#798</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/243cb4f970e40aa195a3bffa0528dbdbfef7c4f5"><code>243cb4f</code></a> fix(no-duplicate-hooks): support <code>describe.each</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/797">#797</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/5945772f12b06e3a17076c5e78bb3c3f85cb6be4"><code>5945772</code></a> chore(deps): update dependency husky to v6 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/806">#806</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/1b9d57d78b5d245903e4b1ebeb8b1af8e1033ad6"><code>1b9d57d</code></a> chore(deps): update danger/danger-js action to v10.6.4 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/800">#800</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/4cbd6deb8b05640e38d1ba9fe5977109f44bce74"><code>4cbd6de</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/799">#799</a>)</li> <li>See full diff in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.2...v24.3.4">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.2&new-version=24.3.4)](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-06-11 02:25:27 -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#5511