[PR #137] [MERGED] Bump eslint-plugin-jest from 24.1.3 to 24.1.5 #4178

Closed
opened 2026-05-16 06:17:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 18b1f8d Bump eslint-plugin-jest from 24.1.3 to 24.1.5

📊 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.3 to 24.1.5.

Release notes

Sourced from eslint-plugin-jest's releases.

v24.1.5

24.1.5 (2021-02-17)

Bug Fixes

  • require-top-level-describe: import function that actually exists (#763) (d10dc07)

v24.1.4

24.1.4 (2021-02-16)

Bug Fixes

  • lowercase-name: support .each methods (#746) (3d847b2)
  • require-top-level-describe: handle describe.each properly (#745) (677be45)
Changelog

Sourced from eslint-plugin-jest's changelog.

24.1.5 (2021-02-17)

Bug Fixes

  • require-top-level-describe: import function that actually exists (#763) (d10dc07)

24.1.4 (2021-02-16)

Bug Fixes

  • lowercase-name: support .each methods (#746) (3d847b2)
  • require-top-level-describe: handle describe.each properly (#745) (677be45)
Commits
  • 01563ec chore(release): 24.1.5 [skip ci]
  • d10dc07 fix(require-top-level-describe): import function that actually exists (#763)
  • 8cdbfd5 chore(release): 24.1.4 [skip ci]
  • 677be45 fix(require-top-level-describe): handle describe.each properly (#745)
  • 3d847b2 fix(lowercase-name): support .each methods (#746)
  • d763f89 docs(expect-expect): fix typo (#761)
  • e257726 docs(no-hooks): remove broken link (#760)
  • ad7e8eb chore(deps): lock file maintenance (#758)
  • 709e5ea chore(deps): lock file maintenance (#755)
  • 29549ed chore(deps): update danger/danger-js action to v10.6.2 (#753)
  • 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/137 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/17/2021 **Status:** ✅ Merged **Merged:** 2/17/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5` --- ### 📝 Commits (1) - [`18b1f8d`](https://github.com/joelwmale/webhook-action/commit/18b1f8dbf2f4de6a912f6fcd656f1c26e6c44873) Bump eslint-plugin-jest from 24.1.3 to 24.1.5 ### 📊 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.3 to 24.1.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.1.5</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5">24.1.5</a> (2021-02-17)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>require-top-level-describe:</strong> import function that actually exists (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763">#763</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859">d10dc07</a>)</li> </ul> <h2>v24.1.4</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4">24.1.4</a> (2021-02-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746">#746</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610">3d847b2</a>)</li> <li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745">#745</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337">677be45</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.4...v24.1.5">24.1.5</a> (2021-02-17)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>require-top-level-describe:</strong> import function that actually exists (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763">#763</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859">d10dc07</a>)</li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4">24.1.4</a> (2021-02-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746">#746</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610">3d847b2</a>)</li> <li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745">#745</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337">677be45</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/01563ec50cc564405eb87298e8201b931a99c0f3"><code>01563ec</code></a> chore(release): 24.1.5 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859"><code>d10dc07</code></a> fix(require-top-level-describe): import function that actually exists (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763">#763</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/8cdbfd53e09158fa59e509f46915fd765fb0534e"><code>8cdbfd5</code></a> chore(release): 24.1.4 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337"><code>677be45</code></a> fix(require-top-level-describe): handle <code>describe.each</code> properly (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745">#745</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610"><code>3d847b2</code></a> fix(lowercase-name): support <code>.each</code> methods (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746">#746</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/d763f89e25f1c727bccd85e0aaf03641aede36dd"><code>d763f89</code></a> docs(expect-expect): fix typo (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/761">#761</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/e25772682d113c75a3c7381b2b3e016f7b8ec544"><code>e257726</code></a> docs(no-hooks): remove broken link (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/760">#760</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/ad7e8eb0eca76ba0ba9529fc571dc7a8bcd706fc"><code>ad7e8eb</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/758">#758</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/709e5ea3a3d6f3d75927513cbc71fd9061d25c14"><code>709e5ea</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/755">#755</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/29549edacf4301a3e744ecc242c3f4368f412354"><code>29549ed</code></a> chore(deps): update danger/danger-js action to v10.6.2 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/753">#753</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.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.1.3&new-version=24.1.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:17:34 -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#4178