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/532
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 8/22/2022
**Status:** ✅ Merged
**Merged:** 8/22/2022
**Merged by:** [@mergify[bot]](https://github.com/apps/mergify)
**Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-jest-26.8.7`
---
### 📝 Commits (1)
- [`2251eb4`](https://github.com/joelwmale/webhook-action/commit/2251eb416e6feceba39d897569154554379f3800) Bump eslint-plugin-jest from 26.8.3 to 26.8.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 26.8.3 to 26.8.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>v26.8.7</h2>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.6...v26.8.7">26.8.7</a> (2022-08-21)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-expect-assertions:</strong> report on concise arrow functions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1207">#1207</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/f92874783dd437108463231bf83afdb946641229">f928747</a>)</li>
</ul>
<h2>v26.8.6</h2>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.5...v26.8.6">26.8.6</a> (2022-08-21)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>max-expect:</strong> reset <code>expect</code> counter when entering and exiting test function calls (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1206">#1206</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/3908ab8c4bf7453d70a5ed04e22bf3ed90834576">3908ab8</a>)</li>
</ul>
<h2>v26.8.5</h2>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.4...v26.8.5">26.8.5</a> (2022-08-20)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-expect-assertions:</strong> use scoped based jest fn call parser for <code>expect</code> checks (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1201">#1201</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/fd54ca15575692c56a0caa28cb6227e0fb4aa4e2">fd54ca1</a>)</li>
</ul>
<h2>v26.8.4</h2>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.3...v26.8.4">26.8.4</a> (2022-08-19)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-mock-promise-shorthand:</strong> ignore <code>mockImplementation</code> functions that have parameters (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1199">#1199</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/78ccbefc01720f5c44ae439389cb27afda0315c2">78ccbef</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.8.6...v26.8.7">26.8.7</a> (2022-08-21)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-expect-assertions:</strong> report on concise arrow functions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1207">#1207</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/f92874783dd437108463231bf83afdb946641229">f928747</a>)</li>
</ul>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.5...v26.8.6">26.8.6</a> (2022-08-21)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>max-expect:</strong> reset <code>expect</code> counter when entering and exiting test function calls (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1206">#1206</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/3908ab8c4bf7453d70a5ed04e22bf3ed90834576">3908ab8</a>)</li>
</ul>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.4...v26.8.5">26.8.5</a> (2022-08-20)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-expect-assertions:</strong> use scoped based jest fn call parser for <code>expect</code> checks (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1201">#1201</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/fd54ca15575692c56a0caa28cb6227e0fb4aa4e2">fd54ca1</a>)</li>
</ul>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.3...v26.8.4">26.8.4</a> (2022-08-19)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-mock-promise-shorthand:</strong> ignore <code>mockImplementation</code> functions that have parameters (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1199">#1199</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/78ccbefc01720f5c44ae439389cb27afda0315c2">78ccbef</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/125cfb24b72eda2ffd7129abcc573ca42bf4bfcf"><code>125cfb2</code></a> chore(release): 26.8.7 [skip ci]</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/f92874783dd437108463231bf83afdb946641229"><code>f928747</code></a> fix(prefer-expect-assertions): report on concise arrow functions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1207">#1207</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/8fb89bebe57a88353b2531485cda55bc8eb806da"><code>8fb89be</code></a> chore(release): 26.8.6 [skip ci]</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/3908ab8c4bf7453d70a5ed04e22bf3ed90834576"><code>3908ab8</code></a> fix(max-expect): reset <code>expect</code> counter when entering and exiting test functi...</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/1f0d87f6b981396f87b69b2be51c6c2ae09c6e14"><code>1f0d87f</code></a> chore(release): 26.8.5 [skip ci]</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/fd54ca15575692c56a0caa28cb6227e0fb4aa4e2"><code>fd54ca1</code></a> fix(prefer-expect-assertions): use scoped based jest fn call parser for `expe...</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/3843016dae0e1a72b4485bd95ea79ef712a0612b"><code>3843016</code></a> docs: reference <code>eslint-plugin-jest-extended</code> in README (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1203">#1203</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/c4bf41744d48b7c2235b0a882e4532612dcc0540"><code>c4bf417</code></a> ci: remove <code>#</code> from label colors (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1202">#1202</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/86c6116aa32e090a91147468eb3197a6f75994b0"><code>86c6116</code></a> chore(release): 26.8.4 [skip ci]</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/78ccbefc01720f5c44ae439389cb27afda0315c2"><code>78ccbef</code></a> fix(prefer-mock-promise-shorthand): ignore <code>mockImplementation</code> functions tha...</li>
<li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.3...v26.8.7">compare view</a></li>
</ul>
</details>
<br />
[](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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/joelwmale/webhook-action/pull/532
Author: @dependabot[bot]
Created: 8/22/2022
Status: ✅ Merged
Merged: 8/22/2022
Merged by: @mergify[bot]
Base:
develop← Head:dependabot/npm_and_yarn/eslint-plugin-jest-26.8.7📝 Commits (1)
2251eb4Bump eslint-plugin-jest from 26.8.3 to 26.8.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 26.8.3 to 26.8.7.
Release notes
Sourced from eslint-plugin-jest's releases.
Changelog
Sourced from eslint-plugin-jest's changelog.
Commits
125cfb2chore(release): 26.8.7 [skip ci]f928747fix(prefer-expect-assertions): report on concise arrow functions (#1207)8fb89bechore(release): 26.8.6 [skip ci]3908ab8fix(max-expect): resetexpectcounter when entering and exiting test functi...1f0d87fchore(release): 26.8.5 [skip ci]fd54ca1fix(prefer-expect-assertions): use scoped based jest fn call parser for `expe...3843016docs: referenceeslint-plugin-jest-extendedin README (#1203)c4bf417ci: remove#from label colors (#1202)86c6116chore(release): 26.8.4 [skip ci]78ccbeffix(prefer-mock-promise-shorthand): ignoremockImplementationfunctions tha...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.