[PR #78] [MERGED] Bump eslint-plugin-jest from 24.1.0 to 24.1.3 #5423

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

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/78
Author: @dependabot[bot]
Created: 11/13/2020
Status: Merged
Merged: 11/13/2020
Merged by: @mergify[bot]

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


📝 Commits (1)

  • 0ecc9be Bump eslint-plugin-jest from 24.1.0 to 24.1.3

📊 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.1.0 to 24.1.3.

Release notes

Sourced from eslint-plugin-jest's releases.

v24.1.3

24.1.3 (2020-11-12)

Bug Fixes

v24.1.2

24.1.2 (2020-11-12)

Bug Fixes

  • no-done-callback: fix regression with it.each (#708) (2f032f8)

v24.1.1

24.1.1 (2020-11-12)

Bug Fixes

  • improve support for it.each involving tagged template literals (#701) (2341814)
Changelog

Sourced from eslint-plugin-jest's changelog.

24.1.3 (2020-11-12)

Bug Fixes

24.1.2 (2020-11-12)

Bug Fixes

  • no-done-callback: fix regression with it.each (#708) (2f032f8)

24.1.1 (2020-11-12)

Bug Fixes

  • improve support for it.each involving tagged template literals (#701) (2341814)
Commits
  • 5f33bed chore(release): 24.1.3 [skip ci]
  • 7c8d75a fix: revert change causing regressions for test.each (#713)
  • fe80f2f chore(release): 24.1.2 [skip ci]
  • 2f032f8 fix(no-done-callback): fix regression with it.each (#708)
  • ce08024 chore(release): 24.1.1 [skip ci]
  • 2341814 fix: improve support for it.each involving tagged template literals (#701)
  • 8e906ad chore(deps): lock file maintenance (#706)
  • 219bb12 chore(deps): bump danger/danger-js from 10.5.0 to 10.5.1 (#705)
  • 7262fe4 chore: unlock semantic-relase version for update bot
  • c611749 chore(deps): lock file maintenance (#703)
  • Additional commits viewable 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/78 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/13/2020 **Status:** ✅ Merged **Merged:** 11/13/2020 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-jest-24.1.3` --- ### 📝 Commits (1) - [`0ecc9be`](https://github.com/joelwmale/webhook-action/commit/0ecc9bea01bd9c411abd7257782e24be82c4d6e4) Bump eslint-plugin-jest from 24.1.0 to 24.1.3 ### 📊 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.1.0 to 24.1.3. <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.1.3</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.2...v24.1.3">24.1.3</a> (2020-11-12)</h2> <h3>Bug Fixes</h3> <ul> <li>revert change causing regressions for test.each (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/713">#713</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/7c8d75a4fcbd2c6ce005cf4f57d676c7c44ce0b2">7c8d75a</a>), closes <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/710">#710</a> <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/711">#711</a></li> </ul> <h2>v24.1.2</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.1...v24.1.2">24.1.2</a> (2020-11-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-done-callback:</strong> fix regression with it.each (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/708">#708</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/2f032f8d890e3717359d099b1e93e0cc6b52996a">2f032f8</a>)</li> </ul> <h2>v24.1.1</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.0...v24.1.1">24.1.1</a> (2020-11-12)</h2> <h3>Bug Fixes</h3> <ul> <li>improve support for it.each involving tagged template literals (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/701">#701</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/2341814060b38c55728c0b456d7b432f1e0e1a11">2341814</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md">eslint-plugin-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.2...v24.1.3">24.1.3</a> (2020-11-12)</h2> <h3>Bug Fixes</h3> <ul> <li>revert change causing regressions for test.each (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/713">#713</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/7c8d75a4fcbd2c6ce005cf4f57d676c7c44ce0b2">7c8d75a</a>), closes <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/710">#710</a> <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/711">#711</a></li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.1...v24.1.2">24.1.2</a> (2020-11-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-done-callback:</strong> fix regression with it.each (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/708">#708</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/2f032f8d890e3717359d099b1e93e0cc6b52996a">2f032f8</a>)</li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.0...v24.1.1">24.1.1</a> (2020-11-12)</h2> <h3>Bug Fixes</h3> <ul> <li>improve support for it.each involving tagged template literals (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/701">#701</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/2341814060b38c55728c0b456d7b432f1e0e1a11">2341814</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/5f33bed59ab3adabdb144fffc2f7d513ab58e494"><code>5f33bed</code></a> chore(release): 24.1.3 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/7c8d75a4fcbd2c6ce005cf4f57d676c7c44ce0b2"><code>7c8d75a</code></a> fix: revert change causing regressions for test.each (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/713">#713</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/fe80f2fd1d2081e8ac0dee91824d0c85d036ed6f"><code>fe80f2f</code></a> chore(release): 24.1.2 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/2f032f8d890e3717359d099b1e93e0cc6b52996a"><code>2f032f8</code></a> fix(no-done-callback): fix regression with it.each (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/708">#708</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/ce08024594ced2f28483370563d73db6a94c26ab"><code>ce08024</code></a> chore(release): 24.1.1 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/2341814060b38c55728c0b456d7b432f1e0e1a11"><code>2341814</code></a> fix: improve support for it.each involving tagged template literals (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/701">#701</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/8e906adbca365421f99093ca7b63accf31565b0d"><code>8e906ad</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/706">#706</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/219bb127b37f852ff27e57784071e89fd5b6d934"><code>219bb12</code></a> chore(deps): bump danger/danger-js from 10.5.0 to 10.5.1 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/705">#705</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/7262fe4460975cf4b486574a66b30e56d168b22d"><code>7262fe4</code></a> chore: unlock semantic-relase version for update bot</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/c611749295e29723a084d6fe5f1c5a569c7aee76"><code>c611749</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/703">#703</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.0...v24.1.3">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.1.0&new-version=24.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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:21:39 -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#5423