[PR #149] [MERGED] Bump eslint-plugin-jest from 24.1.5 to 24.1.8 #5492

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 734d842 Bump eslint-plugin-jest from 24.1.5 to 24.1.8

📊 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.5 to 24.1.8.

Release notes

Sourced from eslint-plugin-jest's releases.

v24.1.8

24.1.8 (2021-03-07)

Bug Fixes

  • consistent-test-it: support it.each in describe.each (#782) (0014da0)

v24.1.7

24.1.7 (2021-03-06)

Bug Fixes

  • no-disabled-tests: adjust selector to match only test functions (#777) (c916902)
  • no-disabled-tests: support describe.skip.each & xdescribe.each (#778) (6a32e87)

v24.1.6

24.1.6 (2021-03-06)

Bug Fixes

Changelog

Sourced from eslint-plugin-jest's changelog.

24.1.8 (2021-03-07)

Bug Fixes

  • consistent-test-it: support it.each in describe.each (#782) (0014da0)

24.1.7 (2021-03-06)

Bug Fixes

  • no-disabled-tests: adjust selector to match only test functions (#777) (c916902)
  • no-disabled-tests: support describe.skip.each & xdescribe.each (#778) (6a32e87)

24.1.6 (2021-03-06)

Bug Fixes

Commits
  • 1040a3d chore(release): 24.1.8 [skip ci]
  • 9e90d31 ci: don't run git hooks when in ci (#783)
  • 0014da0 fix(consistent-test-it): support it.each in describe.each (#782)
  • 8f81e47 chore: update to husky v5 (#781)
  • 152a6f0 chore: fix link to badge in readme
  • e3f83a7 chore(release): 24.1.7 [skip ci]
  • 6a32e87 fix(no-disabled-tests): support describe.skip.each & xdescribe.each (#778)
  • 92a8826 test(no-test-prefixes): add case for xdescribe.each (#780)
  • c916902 fix(no-disabled-tests): adjust selector to match only test functions (#777)
  • 27a7245 chore: use main as default branch (#779)
  • 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/149 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/8/2021 **Status:** ✅ Merged **Merged:** 3/8/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-jest-24.1.8` --- ### 📝 Commits (1) - [`734d842`](https://github.com/joelwmale/webhook-action/commit/734d84270422464b8fd49fb93a29c93be686f3a7) Bump eslint-plugin-jest from 24.1.5 to 24.1.8 ### 📊 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.5 to 24.1.8. <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.8</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.7...v24.1.8">24.1.8</a> (2021-03-07)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>consistent-test-it:</strong> support <code>it.each</code> in <code>describe.each</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/782">#782</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/0014da0e2aeb13199a9da7f969e9eb376e026c8b">0014da0</a>)</li> </ul> <h2>v24.1.7</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.6...v24.1.7">24.1.7</a> (2021-03-06)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-disabled-tests:</strong> adjust selector to match only test functions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/777">#777</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/c9169022c7e4b9c7bd5f09060152f7136ee18521">c916902</a>)</li> <li><strong>no-disabled-tests:</strong> support <code>describe.skip.each</code> &amp; <code>xdescribe.each</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/778">#778</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/6a32e870c016474687e238944933a96bfe1ca01b">6a32e87</a>)</li> </ul> <h2>v24.1.6</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.5...v24.1.6">24.1.6</a> (2021-03-06)</h2> <h3>Bug Fixes</h3> <ul> <li>proper support for it.each (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/722">#722</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/e1dc42d9f1ca59d59aca9be0a1473a1b1415e528">e1dc42d</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.1.7...v24.1.8">24.1.8</a> (2021-03-07)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>consistent-test-it:</strong> support <code>it.each</code> in <code>describe.each</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/782">#782</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/0014da0e2aeb13199a9da7f969e9eb376e026c8b">0014da0</a>)</li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.6...v24.1.7">24.1.7</a> (2021-03-06)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-disabled-tests:</strong> adjust selector to match only test functions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/777">#777</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/c9169022c7e4b9c7bd5f09060152f7136ee18521">c916902</a>)</li> <li><strong>no-disabled-tests:</strong> support <code>describe.skip.each</code> &amp; <code>xdescribe.each</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/778">#778</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/6a32e870c016474687e238944933a96bfe1ca01b">6a32e87</a>)</li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.5...v24.1.6">24.1.6</a> (2021-03-06)</h2> <h3>Bug Fixes</h3> <ul> <li>proper support for it.each (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/722">#722</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/e1dc42d9f1ca59d59aca9be0a1473a1b1415e528">e1dc42d</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/1040a3d9b5425c5c50fcd9877ad1d02aac3dfaae"><code>1040a3d</code></a> chore(release): 24.1.8 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9e90d3130f0c3085cfe5ba51c7bf14d7305397f7"><code>9e90d31</code></a> ci: don't run git hooks when in ci (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/783">#783</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/0014da0e2aeb13199a9da7f969e9eb376e026c8b"><code>0014da0</code></a> fix(consistent-test-it): support <code>it.each</code> in <code>describe.each</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/782">#782</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/8f81e47961678988cb8f2f12ebe4bb1d7c5a139d"><code>8f81e47</code></a> chore: update to husky v5 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/781">#781</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/152a6f0c55b3a08f2f97e2b8a0c38899aa638070"><code>152a6f0</code></a> chore: fix link to badge in readme</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/e3f83a727d17f6e997aa3b3551556a7e6e6302fc"><code>e3f83a7</code></a> chore(release): 24.1.7 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/6a32e870c016474687e238944933a96bfe1ca01b"><code>6a32e87</code></a> fix(no-disabled-tests): support <code>describe.skip.each</code> &amp; <code>xdescribe.each</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/778">#778</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/92a8826d5c38a99d03ceec2082d2344fed40248a"><code>92a8826</code></a> test(no-test-prefixes): add case for <code>xdescribe.each</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/780">#780</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/c9169022c7e4b9c7bd5f09060152f7136ee18521"><code>c916902</code></a> fix(no-disabled-tests): adjust selector to match only test functions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/777">#777</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/27a72457baef1f0ee749f9221e3fec42d010f823"><code>27a7245</code></a> chore: use <code>main</code> as default branch (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/779">#779</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.5...v24.1.8">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.5&new-version=24.1.8)](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:24: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#5492