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/472
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 6/6/2022
**Status:** ✅ Merged
**Merged:** 6/6/2022
**Merged by:** [@mergify[bot]](https://github.com/apps/mergify)
**Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-jest-26.5.3`
---
### 📝 Commits (1)
- [`8d1dac8`](https://github.com/joelwmale/webhook-action/commit/8d1dac8e2f9f532dd91b57ee76157c44043576a8) Bump eslint-plugin-jest from 26.4.6 to 26.5.3
### 📊 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.4.6 to 26.5.3.
<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.5.3</h2>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.5.2...v26.5.3">26.5.3</a> (2022-06-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-equality-matcher:</strong> handle <code>resolves</code> and <code>rejects</code> modifiers correctly (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1146">#1146</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/0fad4df6a342f6eebf57f7a9fd7f13a17fbc0d1b">0fad4df</a>)</li>
</ul>
<h2>v26.5.2</h2>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.5.1...v26.5.2">26.5.2</a> (2022-06-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-comparison-matcher:</strong> handle <code>resolves</code> and <code>rejects</code> modifiers correctly (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1145">#1145</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/b1795ff8aca9901b1c5054584d653fb0c04caebf">b1795ff</a>)</li>
</ul>
<h2>v26.5.1</h2>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.5.0...v26.5.1">26.5.1</a> (2022-06-05)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-called-with:</strong> handle <code>resolves</code> and <code>rejects</code> modifiers correctly (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1143">#1143</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/dff1cb4709941fe5538d2edf0a1cf4d3df508acf">dff1cb4</a>)</li>
</ul>
<h2>v26.5.0</h2>
<h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.7...v26.5.0">26.5.0</a> (2022-06-04)</h1>
<h3>Features</h3>
<ul>
<li>support aliases for jest globals (e.g. <code>context</code>) (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1129">#1129</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/02ec945f0794949ce38a11addb0ef3ceafa1aed2">02ec945</a>)</li>
</ul>
<h2>v26.4.7</h2>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.6...v26.4.7">26.4.7</a> (2022-06-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>no-restricted-matchers:</strong> allow restricting negated <code>resolves</code> and <code>rejects</code> modifiers (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1142">#1142</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/0950a968f3bc92cb6ed25cbbcbd6fc616245bf44">0950a96</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.5.2...v26.5.3">26.5.3</a> (2022-06-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-equality-matcher:</strong> handle <code>resolves</code> and <code>rejects</code> modifiers correctly (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1146">#1146</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/0fad4df6a342f6eebf57f7a9fd7f13a17fbc0d1b">0fad4df</a>)</li>
</ul>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.5.1...v26.5.2">26.5.2</a> (2022-06-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-comparison-matcher:</strong> handle <code>resolves</code> and <code>rejects</code> modifiers correctly (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1145">#1145</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/b1795ff8aca9901b1c5054584d653fb0c04caebf">b1795ff</a>)</li>
</ul>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.5.0...v26.5.1">26.5.1</a> (2022-06-05)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-called-with:</strong> handle <code>resolves</code> and <code>rejects</code> modifiers correctly (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1143">#1143</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/dff1cb4709941fe5538d2edf0a1cf4d3df508acf">dff1cb4</a>)</li>
</ul>
<h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.7...v26.5.0">26.5.0</a> (2022-06-04)</h1>
<h3>Features</h3>
<ul>
<li>support aliases for jest globals (e.g. <code>context</code>) (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1129">#1129</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/02ec945f0794949ce38a11addb0ef3ceafa1aed2">02ec945</a>)</li>
</ul>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.6...v26.4.7">26.4.7</a> (2022-06-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>no-restricted-matchers:</strong> allow restricting negated <code>resolves</code> and <code>rejects</code> modifiers (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1142">#1142</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/0950a968f3bc92cb6ed25cbbcbd6fc616245bf44">0950a96</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/46f199ff9b4bda1b0f3a99d985045b0162d5c9b7"><code>46f199f</code></a> chore(release): 26.5.3 [skip ci]</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/0fad4df6a342f6eebf57f7a9fd7f13a17fbc0d1b"><code>0fad4df</code></a> fix(prefer-equality-matcher): handle <code>resolves</code> and <code>rejects</code> modifiers corre...</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/f85f647aa9e2067b8a0883e6fb5c7d4ec1f25296"><code>f85f647</code></a> chore(release): 26.5.2 [skip ci]</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/b1795ff8aca9901b1c5054584d653fb0c04caebf"><code>b1795ff</code></a> fix(prefer-comparison-matcher): handle <code>resolves</code> and <code>rejects</code> modifiers cor...</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/7965a7c288f050cfe6384584f57f4cec9eaf6be7"><code>7965a7c</code></a> chore(release): 26.5.1 [skip ci]</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/dff1cb4709941fe5538d2edf0a1cf4d3df508acf"><code>dff1cb4</code></a> fix(prefer-called-with): handle <code>resolves</code> and <code>rejects</code> modifiers correctly ...</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/938132262f9baf7d52dc67cf879b3368f2d52904"><code>9381322</code></a> chore(release): 26.5.0 [skip ci]</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/02ec945f0794949ce38a11addb0ef3ceafa1aed2"><code>02ec945</code></a> feat: support aliases for jest globals (e.g. <code>context</code>) (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1129">#1129</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/8beaad6defa5875ffdec9ccf36fabc3ee2b9943a"><code>8beaad6</code></a> chore(release): 26.4.7 [skip ci]</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/0950a968f3bc92cb6ed25cbbcbd6fc616245bf44"><code>0950a96</code></a> fix(no-restricted-matchers): allow restricting negated <code>resolves</code> and `reject...</li>
<li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.6...v26.5.3">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/472
Author: @dependabot[bot]
Created: 6/6/2022
Status: ✅ Merged
Merged: 6/6/2022
Merged by: @mergify[bot]
Base:
develop← Head:dependabot/npm_and_yarn/eslint-plugin-jest-26.5.3📝 Commits (1)
8d1dac8Bump eslint-plugin-jest from 26.4.6 to 26.5.3📊 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.4.6 to 26.5.3.
Release notes
Sourced from eslint-plugin-jest's releases.
Changelog
Sourced from eslint-plugin-jest's changelog.
Commits
46f199fchore(release): 26.5.3 [skip ci]0fad4dffix(prefer-equality-matcher): handleresolvesandrejectsmodifiers corre...f85f647chore(release): 26.5.2 [skip ci]b1795fffix(prefer-comparison-matcher): handleresolvesandrejectsmodifiers cor...7965a7cchore(release): 26.5.1 [skip ci]dff1cb4fix(prefer-called-with): handleresolvesandrejectsmodifiers correctly ...9381322chore(release): 26.5.0 [skip ci]02ec945feat: support aliases for jest globals (e.g.context) (#1129)8beaad6chore(release): 26.4.7 [skip ci]0950a96fix(no-restricted-matchers): allow restricting negatedresolvesand `reject...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.