[PR #300] [MERGED] Bump eslint-plugin-jest from 24.4.2 to 24.5.0 #1695

Closed
opened 2026-04-20 18:23:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • f94decb Bump eslint-plugin-jest from 24.4.2 to 24.5.0

📊 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.4.2 to 24.5.0.

Release notes

Sourced from eslint-plugin-jest's releases.

v24.5.0

24.5.0 (2021-09-29)

Bug Fixes

  • no-deprecated-functions: remove process.cwd from resolve paths (#889) (6940488)
  • no-identical-title: always consider .each titles unique (#910) (a41a40e)

Features

  • create prefer-expect-resolves rule (#822) (2556020)
  • create prefer-to-be rule (#864) (3a64aea)
  • require-top-level-describe: support enforcing max num of describes (#912) (14a2d13)
  • valid-title: allow custom matcher messages (#913) (ffc9392)

v24.4.3

24.4.3 (2021-09-28)

Bug Fixes

  • valid-expect-in-promise: support finally (#914) (9c89855)
  • valid-expect-in-promise: support additional test functions (#915) (4798005)
Changelog

Sourced from eslint-plugin-jest's changelog.

24.5.0 (2021-09-29)

Bug Fixes

  • no-deprecated-functions: remove process.cwd from resolve paths (#889) (6940488)
  • no-identical-title: always consider .each titles unique (#910) (a41a40e)

Features

  • create prefer-expect-resolves rule (#822) (2556020)
  • create prefer-to-be rule (#864) (3a64aea)
  • require-top-level-describe: support enforcing max num of describes (#912) (14a2d13)
  • valid-title: allow custom matcher messages (#913) (ffc9392)

24.4.3 (2021-09-28)

Bug Fixes

  • valid-expect-in-promise: support finally (#914) (9c89855)
  • valid-expect-in-promise: support additional test functions (#915) (4798005)
Commits
  • 84688e9 chore(release): 24.5.0 [skip ci]
  • 2556020 feat: create prefer-expect-resolves rule (#822)
  • 3a64aea feat: create prefer-to-be rule (#864)
  • 6940488 fix(no-deprecated-functions): remove process.cwd from resolve paths (#889)
  • ffc9392 feat(valid-title): allow custom matcher messages (#913)
  • 14a2d13 feat(require-top-level-describe): support enforcing max num of describes (#912)
  • a41a40e fix(no-identical-title): always consider .each titles unique (#910)
  • bcc8176 chore(release): 24.4.3 [skip ci]
  • 4798005 fix(valid-expect-in-promise): support additional test functions (#915)
  • 9c89855 fix(valid-expect-in-promise): support finally (#914)
  • 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/300 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/29/2021 **Status:** ✅ Merged **Merged:** 9/29/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-jest-24.5.0` --- ### 📝 Commits (1) - [`f94decb`](https://github.com/joelwmale/webhook-action/commit/f94decb12ddb9386cb8be52a3be1ffa70fe43af7) Bump eslint-plugin-jest from 24.4.2 to 24.5.0 ### 📊 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.4.2 to 24.5.0. <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.5.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.3...v24.5.0">24.5.0</a> (2021-09-29)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>no-deprecated-functions:</strong> remove <code>process.cwd</code> from resolve paths (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/889">#889</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/6940488d7b5a47577e2823e6d4385b511c5becf4">6940488</a>)</li> <li><strong>no-identical-title:</strong> always consider <code>.each</code> titles unique (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/910">#910</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/a41a40eafaf1db444ba940cccd2014cb0dc41be9">a41a40e</a>)</li> </ul> <h3>Features</h3> <ul> <li>create <code>prefer-expect-resolves</code> rule (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/822">#822</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/2556020a777f9daaf1d362a04e3f990415e82db8">2556020</a>)</li> <li>create <code>prefer-to-be</code> rule (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/864">#864</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/3a64aea5bdc55465f1ef34f1426ae626d6c8a230">3a64aea</a>)</li> <li><strong>require-top-level-describe:</strong> support enforcing max num of describes (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/912">#912</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/14a2d1391c9f6f52509316542f45df35853c9b79">14a2d13</a>)</li> <li><strong>valid-title:</strong> allow custom matcher messages (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/913">#913</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/ffc93921348b0d4a394125f665d2bb09148ea37e">ffc9392</a>)</li> </ul> <h2>v24.4.3</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.2...v24.4.3">24.4.3</a> (2021-09-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>valid-expect-in-promise:</strong> support <code>finally</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/914">#914</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/9c89855d23534272230afe6d9e665b8e11ef3075">9c89855</a>)</li> <li><strong>valid-expect-in-promise:</strong> support additional test functions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/915">#915</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/47980058d8d1ff86ee69a376c4edd182d462d594">4798005</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> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.3...v24.5.0">24.5.0</a> (2021-09-29)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>no-deprecated-functions:</strong> remove <code>process.cwd</code> from resolve paths (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/889">#889</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/6940488d7b5a47577e2823e6d4385b511c5becf4">6940488</a>)</li> <li><strong>no-identical-title:</strong> always consider <code>.each</code> titles unique (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/910">#910</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/a41a40eafaf1db444ba940cccd2014cb0dc41be9">a41a40e</a>)</li> </ul> <h3>Features</h3> <ul> <li>create <code>prefer-expect-resolves</code> rule (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/822">#822</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/2556020a777f9daaf1d362a04e3f990415e82db8">2556020</a>)</li> <li>create <code>prefer-to-be</code> rule (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/864">#864</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/3a64aea5bdc55465f1ef34f1426ae626d6c8a230">3a64aea</a>)</li> <li><strong>require-top-level-describe:</strong> support enforcing max num of describes (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/912">#912</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/14a2d1391c9f6f52509316542f45df35853c9b79">14a2d13</a>)</li> <li><strong>valid-title:</strong> allow custom matcher messages (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/913">#913</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/ffc93921348b0d4a394125f665d2bb09148ea37e">ffc9392</a>)</li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.2...v24.4.3">24.4.3</a> (2021-09-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>valid-expect-in-promise:</strong> support <code>finally</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/914">#914</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/9c89855d23534272230afe6d9e665b8e11ef3075">9c89855</a>)</li> <li><strong>valid-expect-in-promise:</strong> support additional test functions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/915">#915</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/47980058d8d1ff86ee69a376c4edd182d462d594">4798005</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/84688e98727536819d0ff2247eeda2da0aa4c8d0"><code>84688e9</code></a> chore(release): 24.5.0 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/2556020a777f9daaf1d362a04e3f990415e82db8"><code>2556020</code></a> feat: create <code>prefer-expect-resolves</code> rule (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/822">#822</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/3a64aea5bdc55465f1ef34f1426ae626d6c8a230"><code>3a64aea</code></a> feat: create <code>prefer-to-be</code> rule (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/864">#864</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/6940488d7b5a47577e2823e6d4385b511c5becf4"><code>6940488</code></a> fix(no-deprecated-functions): remove <code>process.cwd</code> from resolve paths (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/889">#889</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/ffc93921348b0d4a394125f665d2bb09148ea37e"><code>ffc9392</code></a> feat(valid-title): allow custom matcher messages (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/913">#913</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/14a2d1391c9f6f52509316542f45df35853c9b79"><code>14a2d13</code></a> feat(require-top-level-describe): support enforcing max num of describes (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/912">#912</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/a41a40eafaf1db444ba940cccd2014cb0dc41be9"><code>a41a40e</code></a> fix(no-identical-title): always consider <code>.each</code> titles unique (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/910">#910</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/bcc8176d2fe55fd93746918b5d5090c547249444"><code>bcc8176</code></a> chore(release): 24.4.3 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/47980058d8d1ff86ee69a376c4edd182d462d594"><code>4798005</code></a> fix(valid-expect-in-promise): support additional test functions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/915">#915</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9c89855d23534272230afe6d9e665b8e11ef3075"><code>9c89855</code></a> fix(valid-expect-in-promise): support <code>finally</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/914">#914</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.2...v24.5.0">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.4.2&new-version=24.5.0)](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-04-20 18:23:25 -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#1695