[PR #176] [MERGED] Bump eslint-plugin-jest from 24.3.4 to 24.3.5 #4216

Closed
opened 2026-05-16 06:18:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • c3adcd6 Bump eslint-plugin-jest from 24.3.4 to 24.3.5

📊 Changes

2 files changed (+6 additions, -52 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+5 -51)

📄 Description

Bumps eslint-plugin-jest from 24.3.4 to 24.3.5.

Release notes

Sourced from eslint-plugin-jest's releases.

v24.3.5

24.3.5 (2021-04-10)

Bug Fixes

  • valid-describe: support using each with modifiers (#820) (cbdbcef)
Changelog

Sourced from eslint-plugin-jest's changelog.

24.3.5 (2021-04-10)

Bug Fixes

  • valid-describe: support using each with modifiers (#820) (cbdbcef)
Commits
  • 9c31a8d chore(release): 24.3.5 [skip ci]
  • cbdbcef fix(valid-describe): support using each with modifiers (#820)
  • ce76579 docs(no-focused-tests): remove references to ftest method (#816)
  • 72fe0c6 chore(deps): update codecov/codecov-action action to v1.3.2 (#815)
  • 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/176 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/12/2021 **Status:** ✅ Merged **Merged:** 4/12/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-jest-24.3.5` --- ### 📝 Commits (1) - [`c3adcd6`](https://github.com/joelwmale/webhook-action/commit/c3adcd6fbd7dcde999d1cf2045f8b115270d93dd) Bump eslint-plugin-jest from 24.3.4 to 24.3.5 ### 📊 Changes **2 files changed** (+6 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+5 -51) </details> ### 📄 Description Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.4 to 24.3.5. <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.5</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.4...v24.3.5">24.3.5</a> (2021-04-10)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>valid-describe:</strong> support using <code>each</code> with modifiers (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/820">#820</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/cbdbcef47984eb01509493bd5b2423f518a2663d">cbdbcef</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.4...v24.3.5">24.3.5</a> (2021-04-10)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>valid-describe:</strong> support using <code>each</code> with modifiers (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/820">#820</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/cbdbcef47984eb01509493bd5b2423f518a2663d">cbdbcef</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9c31a8db90310fd1f0ee70e954683d718fcfb6de"><code>9c31a8d</code></a> chore(release): 24.3.5 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/cbdbcef47984eb01509493bd5b2423f518a2663d"><code>cbdbcef</code></a> fix(valid-describe): support using <code>each</code> with modifiers (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/820">#820</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/ce765796cd1916dcb1c81cb1a66db37745c1215c"><code>ce76579</code></a> docs(no-focused-tests): remove references to <code>ftest</code> method (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/816">#816</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/72fe0c6c8f01f49f636af2ea7cf2773f8c526bbb"><code>72fe0c6</code></a> chore(deps): update codecov/codecov-action action to v1.3.2 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/815">#815</a>)</li> <li>See full diff in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.4...v24.3.5">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.4&new-version=24.3.5)](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-05-16 06:18:41 -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#4216