[PR #434] [MERGED] Bump eslint-plugin-jest from 26.1.4 to 26.1.5 #437

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 72573c7 Bump eslint-plugin-jest from 26.1.4 to 26.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 26.1.4 to 26.1.5.

Release notes

Sourced from eslint-plugin-jest's releases.

v26.1.5

26.1.5 (2022-04-22)

Bug Fixes

  • prefer-expect-assertions: properly handle checking across multiple tests (#1089) (8b61b0c)
Changelog

Sourced from eslint-plugin-jest's changelog.

26.1.5 (2022-04-22)

Bug Fixes

  • prefer-expect-assertions: properly handle checking across multiple tests (#1089) (8b61b0c)
Commits
  • 068f2a9 chore(release): 26.1.5 [skip ci]
  • 8b61b0c fix(prefer-expect-assertions): properly handle checking across multiple tests...
  • af2bdf9 docs(prefer-expect-assertions): make correct code sample actually correct (#1...
  • 9b5dc91 chore(deps): update danger/danger-js action to v11.0.5 (#1087)
  • 6b5c56f docs: grammar and spelling fixes (#1086)
  • 67daa2f chore: update eslint-remote-tester
  • 5ccdff4 chore(husky): remove unnecessary .gitignore (#1084)
  • 70ad558 docs: add section about using overrides to apply rules to just test-related f...
  • a450d6e docs(valid-expect): call Promise.all in example correctly (#1083)
  • 18dd3df 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/434 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/25/2022 **Status:** ✅ Merged **Merged:** 4/25/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-jest-26.1.5` --- ### 📝 Commits (1) - [`72573c7`](https://github.com/joelwmale/webhook-action/commit/72573c78ecf22c7f73887db0601f12cc4be962f1) Bump eslint-plugin-jest from 26.1.4 to 26.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 26.1.4 to 26.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>v26.1.5</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.4...v26.1.5">26.1.5</a> (2022-04-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>prefer-expect-assertions:</strong> properly handle checking across multiple tests (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1089">#1089</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/8b61b0c0dd79e8f3a83cbbd78eada2bc8dee52e8">8b61b0c</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/v26.1.4...v26.1.5">26.1.5</a> (2022-04-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>prefer-expect-assertions:</strong> properly handle checking across multiple tests (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1089">#1089</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/8b61b0c0dd79e8f3a83cbbd78eada2bc8dee52e8">8b61b0c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/068f2a9fc4b3883cde5593a337b2f00fe846ac72"><code>068f2a9</code></a> chore(release): 26.1.5 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/8b61b0c0dd79e8f3a83cbbd78eada2bc8dee52e8"><code>8b61b0c</code></a> fix(prefer-expect-assertions): properly handle checking across multiple tests...</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/af2bdf9bff25c014719acd0fbbfd8a7c0c4e971e"><code>af2bdf9</code></a> docs(prefer-expect-assertions): make correct code sample actually correct (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1">#1</a>...</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9b5dc91617d95cd1f838d01fb1c0daa09066dace"><code>9b5dc91</code></a> chore(deps): update danger/danger-js action to v11.0.5 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1087">#1087</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/6b5c56f588e5f66b5b1cb71f388a849b0cbc64ba"><code>6b5c56f</code></a> docs: grammar and spelling fixes (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1086">#1086</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/67daa2fa0250b56986e5b3b318230023fb0ad125"><code>67daa2f</code></a> chore: update eslint-remote-tester</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/5ccdff473d04a1bd06ba401238924a8a7ca0488f"><code>5ccdff4</code></a> chore(husky): remove unnecessary .gitignore (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1084">#1084</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/70ad558d7dbd1b436a4102ca9feb2ba873f47853"><code>70ad558</code></a> docs: add section about using overrides to apply rules to just test-related f...</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/a450d6e12ca01a2dfb9acd4782605928628039f6"><code>a450d6e</code></a> docs(valid-expect): call <code>Promise.all</code> in example correctly (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1083">#1083</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/18dd3df01c5092fe1f99c0f420d0cc641768153d"><code>18dd3df</code></a> chore(deps): lock file maintenance</li> <li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.4...v26.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=26.1.4&new-version=26.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-03-29 18:07:10 -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#437