[PR #373] [MERGED] Bump eslint-plugin-jest from 25.3.4 to 25.7.0 #5715

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 9040886 Bump eslint-plugin-jest from 25.3.4 to 25.7.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 25.3.4 to 25.7.0.

Release notes

Sourced from eslint-plugin-jest's releases.

v25.7.0

25.7.0 (2022-01-15)

Features

  • create prefer-equality-matcher rule (#1016) (341353b)
  • valid-expect: support asyncMatchers option and default to jest-extended matchers (#1018) (c82205a)

v25.6.0

25.6.0 (2022-01-15)

Features

v25.5.0

25.5.0 (2022-01-15)

Features

  • prefer-expect-assertions: support requiring only if expect is used in a callback (#1028) (8d5fd33)

v25.4.0

25.4.0 (2022-01-15)

Features

  • prefer-expect-assertions: support requiring only if expect is used in a loop (#1013) (e6f4f8a)
Changelog

Sourced from eslint-plugin-jest's changelog.

25.7.0 (2022-01-15)

Features

  • create prefer-equality-matcher rule (#1016) (341353b)
  • valid-expect: support asyncMatchers option and default to jest-extended matchers (#1018) (c82205a)

25.6.0 (2022-01-15)

Features

25.5.0 (2022-01-15)

Features

  • prefer-expect-assertions: support requiring only if expect is used in a callback (#1028) (8d5fd33)

25.4.0 (2022-01-15)

Features

  • prefer-expect-assertions: support requiring only if expect is used in a loop (#1013) (e6f4f8a)
Commits
  • 6beefe9 chore(release): 25.7.0 [skip ci]
  • c82205a feat(valid-expect): support asyncMatchers option and default to `jest-exten...
  • 341353b feat: create prefer-equality-matcher rule (#1016)
  • 5447f77 chore(release): 25.6.0 [skip ci]
  • eb11876 feat: create prefer-comparison-matcher rule (#1015)
  • 1f1f62e chore(release): 25.5.0 [skip ci]
  • 8d5fd33 feat(prefer-expect-assertions): support requiring only if expect is used in...
  • 618a8dd chore(release): 25.4.0 [skip ci]
  • e6f4f8a feat(prefer-expect-assertions): support requiring only if expect is used in...
  • 237b551 chore(deps): lock file maintenance
  • 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/373 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/17/2022 **Status:** ✅ Merged **Merged:** 1/17/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-jest-25.7.0` --- ### 📝 Commits (1) - [`9040886`](https://github.com/joelwmale/webhook-action/commit/9040886976f6fc73b9dfb27a5ed7fd867f011a05) Bump eslint-plugin-jest from 25.3.4 to 25.7.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 25.3.4 to 25.7.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>v25.7.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v25.6.0...v25.7.0">25.7.0</a> (2022-01-15)</h1> <h3>Features</h3> <ul> <li>create <code>prefer-equality-matcher</code> rule (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1016">#1016</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/341353bc7d57685cc5e0b31501d6ca336a0dbaf0">341353b</a>)</li> <li><strong>valid-expect:</strong> support <code>asyncMatchers</code> option and default to <code>jest-extended</code> matchers (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1018">#1018</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/c82205a73a4e8de315a2ad4d413b146e27c14a34">c82205a</a>)</li> </ul> <h2>v25.6.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v25.5.0...v25.6.0">25.6.0</a> (2022-01-15)</h1> <h3>Features</h3> <ul> <li>create <code>prefer-comparison-matcher</code> rule (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1015">#1015</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/eb118761a422b3589311113cd827a6be437f5bb5">eb11876</a>)</li> </ul> <h2>v25.5.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v25.4.0...v25.5.0">25.5.0</a> (2022-01-15)</h1> <h3>Features</h3> <ul> <li><strong>prefer-expect-assertions:</strong> support requiring only if <code>expect</code> is used in a callback (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1028">#1028</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/8d5fd33eed633f0c0bbdcb9e86bd2d8d7de79c4b">8d5fd33</a>)</li> </ul> <h2>v25.4.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.4...v25.4.0">25.4.0</a> (2022-01-15)</h1> <h3>Features</h3> <ul> <li><strong>prefer-expect-assertions:</strong> support requiring only if <code>expect</code> is used in a loop (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1013">#1013</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/e6f4f8aaf7664bcf9d9d5549c3c43b1b09f49461">e6f4f8a</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/v25.6.0...v25.7.0">25.7.0</a> (2022-01-15)</h1> <h3>Features</h3> <ul> <li>create <code>prefer-equality-matcher</code> rule (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1016">#1016</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/341353bc7d57685cc5e0b31501d6ca336a0dbaf0">341353b</a>)</li> <li><strong>valid-expect:</strong> support <code>asyncMatchers</code> option and default to <code>jest-extended</code> matchers (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1018">#1018</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/c82205a73a4e8de315a2ad4d413b146e27c14a34">c82205a</a>)</li> </ul> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v25.5.0...v25.6.0">25.6.0</a> (2022-01-15)</h1> <h3>Features</h3> <ul> <li>create <code>prefer-comparison-matcher</code> rule (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1015">#1015</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/eb118761a422b3589311113cd827a6be437f5bb5">eb11876</a>)</li> </ul> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v25.4.0...v25.5.0">25.5.0</a> (2022-01-15)</h1> <h3>Features</h3> <ul> <li><strong>prefer-expect-assertions:</strong> support requiring only if <code>expect</code> is used in a callback (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1028">#1028</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/8d5fd33eed633f0c0bbdcb9e86bd2d8d7de79c4b">8d5fd33</a>)</li> </ul> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.4...v25.4.0">25.4.0</a> (2022-01-15)</h1> <h3>Features</h3> <ul> <li><strong>prefer-expect-assertions:</strong> support requiring only if <code>expect</code> is used in a loop (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1013">#1013</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/e6f4f8aaf7664bcf9d9d5549c3c43b1b09f49461">e6f4f8a</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/6beefe9312b6ff19fe30f3c64c9c98628dedf3f7"><code>6beefe9</code></a> chore(release): 25.7.0 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/c82205a73a4e8de315a2ad4d413b146e27c14a34"><code>c82205a</code></a> feat(valid-expect): support <code>asyncMatchers</code> option and default to `jest-exten...</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/341353bc7d57685cc5e0b31501d6ca336a0dbaf0"><code>341353b</code></a> feat: create <code>prefer-equality-matcher</code> rule (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1016">#1016</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/5447f7724b1692f67b32a0f23ba3e236f0ead13a"><code>5447f77</code></a> chore(release): 25.6.0 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/eb118761a422b3589311113cd827a6be437f5bb5"><code>eb11876</code></a> feat: create <code>prefer-comparison-matcher</code> rule (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1015">#1015</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/1f1f62e246ea0cf66d986bbd423307c0e8cf029a"><code>1f1f62e</code></a> chore(release): 25.5.0 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/8d5fd33eed633f0c0bbdcb9e86bd2d8d7de79c4b"><code>8d5fd33</code></a> feat(prefer-expect-assertions): support requiring only if <code>expect</code> is used in...</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/618a8dde796b1e099da707b99eb5b47ecf90604f"><code>618a8dd</code></a> chore(release): 25.4.0 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/e6f4f8aaf7664bcf9d9d5549c3c43b1b09f49461"><code>e6f4f8a</code></a> feat(prefer-expect-assertions): support requiring only if <code>expect</code> is used in...</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/237b551fd46a19b18f44e8764dbb5be672a818a0"><code>237b551</code></a> chore(deps): lock file maintenance</li> <li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.4...v25.7.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=25.3.4&new-version=25.7.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-06-11 02:34:46 -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#5715