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/185
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 4/26/2021
**Status:** ✅ Merged
**Merged:** 4/26/2021
**Merged by:** [@mergify[bot]](https://github.com/apps/mergify)
**Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-jest-24.3.6`
---
### 📝 Commits (1)
- [`8f6c4c5`](https://github.com/joelwmale/webhook-action/commit/8f6c4c50ef2c8b21aab65cca03955ace7403eca5) Bump eslint-plugin-jest from 24.3.5 to 24.3.6
### 📊 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.3.5 to 24.3.6.
<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.3.6</h2>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.5...v24.3.6">24.3.6</a> (2021-04-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>no-conditional-expect:</strong> check for expects in <code>catch</code>s on promises (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/819">#819</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/1fee973429a74c60b14eead6a335623b4349b5f2">1fee973</a>)</li>
<li><strong>valid-expect:</strong> support async <code>expect</code> in ternary statements (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/833">#833</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/7b7a396e12c46d3087b467227887ed64854480c0">7b7a396</a>)</li>
<li>improve handling of <code>.each</code> calls and with tagged literals (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/814">#814</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/040c605cf7929a00980b3fa58331cd78ac6274f6">040c605</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.3.5...v24.3.6">24.3.6</a> (2021-04-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>no-conditional-expect:</strong> check for expects in <code>catch</code>s on promises (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/819">#819</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/1fee973429a74c60b14eead6a335623b4349b5f2">1fee973</a>)</li>
<li><strong>valid-expect:</strong> support async <code>expect</code> in ternary statements (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/833">#833</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/7b7a396e12c46d3087b467227887ed64854480c0">7b7a396</a>)</li>
<li>improve handling of <code>.each</code> calls and with tagged literals (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/814">#814</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/040c605cf7929a00980b3fa58331cd78ac6274f6">040c605</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/485939105c7906e4b54861fcb58e177765368c20"><code>4859391</code></a> chore(release): 24.3.6 [skip ci]</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/7b7a396e12c46d3087b467227887ed64854480c0"><code>7b7a396</code></a> fix(valid-expect): support async <code>expect</code> in ternary statements (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/833">#833</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/1fee973429a74c60b14eead6a335623b4349b5f2"><code>1fee973</code></a> fix(no-conditional-expect): check for expects in <code>catch</code>s on promises (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/819">#819</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/040c605cf7929a00980b3fa58331cd78ac6274f6"><code>040c605</code></a> fix: improve handling of <code>.each</code> calls and with tagged literals (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/814">#814</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/65365944f70cba837c820f1a1717ccd294dac9b0"><code>6536594</code></a> docs: add eslint plugin istanbul (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/831">#831</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/127c12ac24541f38e1c6e11cad9ea7fa3ab0eefe"><code>127c12a</code></a> chore(ci): add Node v16 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/829">#829</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/913bc73673338c644b6f5eee60981b39ac991e39"><code>913bc73</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/827">#827</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/004a9cbd49fe073d93c2d72eb63ce275d07d9023"><code>004a9cb</code></a> docs(expect-expect): change suggested rule config (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/825">#825</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/fb5eb5e5190a37719196e13ea910c65b46175d88"><code>fb5eb5e</code></a> chore(deps): update actions/cache action to v2.1.5 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/824">#824</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/0ca3d39e5be576db0bc8c143fb651871b6d76bbf"><code>0ca3d39</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/823">#823</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.5...v24.3.6">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/185
Author: @dependabot[bot]
Created: 4/26/2021
Status: ✅ Merged
Merged: 4/26/2021
Merged by: @mergify[bot]
Base:
develop← Head:dependabot/npm_and_yarn/eslint-plugin-jest-24.3.6📝 Commits (1)
8f6c4c5Bump eslint-plugin-jest from 24.3.5 to 24.3.6📊 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.3.5 to 24.3.6.
Release notes
Sourced from eslint-plugin-jest's releases.
Changelog
Sourced from eslint-plugin-jest's changelog.
Commits
4859391chore(release): 24.3.6 [skip ci]7b7a396fix(valid-expect): support asyncexpectin ternary statements (#833)1fee973fix(no-conditional-expect): check for expects incatchs on promises (#819)040c605fix: improve handling of.eachcalls and with tagged literals (#814)6536594docs: add eslint plugin istanbul (#831)127c12achore(ci): add Node v16 (#829)913bc73chore(deps): lock file maintenance (#827)004a9cbdocs(expect-expect): change suggested rule config (#825)fb5eb5echore(deps): update actions/cache action to v2.1.5 (#824)0ca3d39chore(deps): lock file maintenance (#823)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.