[PR #243] [MERGED] Bump eslint-plugin-jest from 24.3.6 to 24.3.7 #247

Closed
opened 2026-03-29 18:00:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 7c12a54 Bump eslint-plugin-jest from 24.3.6 to 24.3.7

📊 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.6 to 24.3.7.

Release notes

Sourced from eslint-plugin-jest's releases.

v24.3.7

24.3.7 (2021-07-21)

Bug Fixes

  • valid-describe: report on concise-body arrow functions (#863) (71c5299)
Changelog

Sourced from eslint-plugin-jest's changelog.

24.3.7 (2021-07-21)

Bug Fixes

  • valid-describe: report on concise-body arrow functions (#863) (71c5299)
Commits
  • 19e3a6e chore(release): 24.3.7 [skip ci]
  • 71c5299 fix(valid-describe): report on concise-body arrow functions (#863)
  • 38f8436 chore(deps): lock file maintenance
  • 024b19d chore(readme): remove $ from install instructions (#844)
  • 9484ee2 chore: refresh lockfile (#856)
  • 6111270 chore: update yarn
  • a4229bb chore: use built in cache of actions/setup-node
  • 9f4f669 chore(deps): update actions/cache action to v2.1.6 (#849)
  • fdf4750 chore(deps): update codecov/codecov-action action to v1.5.2 (#851)
  • 9d89c29 chore(deps): lock file maintenance (#843)
  • 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/243 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/21/2021 **Status:** ✅ Merged **Merged:** 7/21/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-jest-24.3.7` --- ### 📝 Commits (1) - [`7c12a54`](https://github.com/joelwmale/webhook-action/commit/7c12a54571e5767f38cdc11cc0a9037c3d057726) Bump eslint-plugin-jest from 24.3.6 to 24.3.7 ### 📊 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.6 to 24.3.7. <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.7</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.6...v24.3.7">24.3.7</a> (2021-07-21)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>valid-describe:</strong> report on concise-body arrow functions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/863">#863</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/71c5299b14cac6d85ba8f8bd939461503a60468f">71c5299</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.6...v24.3.7">24.3.7</a> (2021-07-21)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>valid-describe:</strong> report on concise-body arrow functions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/863">#863</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/71c5299b14cac6d85ba8f8bd939461503a60468f">71c5299</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/19e3a6e7b71a25881b7b75531f2d8aad32d9d589"><code>19e3a6e</code></a> chore(release): 24.3.7 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/71c5299b14cac6d85ba8f8bd939461503a60468f"><code>71c5299</code></a> fix(valid-describe): report on concise-body arrow functions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/863">#863</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/38f843606d6e88fcd76f21eea510bdda596fb84c"><code>38f8436</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/024b19d961d784f555d948410aa79e3e72443c99"><code>024b19d</code></a> chore(readme): remove <code>$</code> from install instructions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/844">#844</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9484ee22492ad9e2f475ead0abbf1098eb4d589f"><code>9484ee2</code></a> chore: refresh lockfile (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/856">#856</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/6111270427a4c0133345f977ce802f7316b449ab"><code>6111270</code></a> chore: update yarn</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/a4229bb94275a6cb50bfee951ecbcb1e79c09115"><code>a4229bb</code></a> chore: use built in cache of actions/setup-node</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9f4f669bd238e2ede33f13b087d27ff81a444d64"><code>9f4f669</code></a> chore(deps): update actions/cache action to v2.1.6 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/849">#849</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/fdf4750e7f40e541cf2fccbd6a152a60d85d2e70"><code>fdf4750</code></a> chore(deps): update codecov/codecov-action action to v1.5.2 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/851">#851</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9d89c295da0d3559d85092f552d6174790694b7a"><code>9d89c29</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/843">#843</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.6...v24.3.7">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.6&new-version=24.3.7)](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 18:00:07 -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#247