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/307
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 10/11/2021
**Status:** ✅ Merged
**Merged:** 10/11/2021
**Merged by:** [@mergify[bot]](https://github.com/apps/mergify)
**Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-jest-25.0.1`
---
### 📝 Commits (1)
- [`c87b6db`](https://github.com/joelwmale/webhook-action/commit/c87b6db9dfbc4689d284b24774ff83529f879325) Bump eslint-plugin-jest from 24.5.2 to 25.0.1
### 📊 Changes
**2 files changed** (+9 additions, -79 deletions)
<details>
<summary>View changed files</summary>
📝 `package.json` (+1 -1)
📝 `yarn.lock` (+8 -78)
</details>
### 📄 Description
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.5.2 to 25.0.1.
<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.0.1</h2>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.0...v25.0.1">25.0.1</a> (2021-10-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>specify peer dependency ranges correctly (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/cb87458d5f7dc7f669ab0c4067d75fc06ee29553">cb87458</a>)</li>
</ul>
<h2>v25.0.0</h2>
<h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.7.0...v25.0.0">25.0.0</a> (2021-10-10)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>stop testing ESLint 5 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/893">#893</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/47a0138856e6247cde00b17682e49865b8f5a1f6">47a0138</a>)</li>
<li>stop testing on Node 10 and 15 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/891">#891</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/bcd8d112fcd98a7652c767bd246d05101979239c">bcd8d11</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add <code>prefer-to-be</code> to style ruleset (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/2a3376fc9f5fe60d03d9aad0c4e5c7c423487e60">2a3376f</a>)</li>
<li><strong>lowercase-name:</strong> rename to <code>prefer-lowercase-title</code> (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/b8600841e371d5d9f36be4e50e53252fd8f62734">b860084</a>)</li>
<li><strong>prefer-to-be-null:</strong> remove rule (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/809bcda12c555a24c764d152bcac9814ea55e72f">809bcda</a>)</li>
<li><strong>prefer-to-be-undefined:</strong> remove rule (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/3434d9bd22b92bace6e0a50e2c72b401ac17704d">3434d9b</a>)</li>
<li>remove deprecated rules (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/661">#661</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/e8f16ec0e204a94a0e549cb9b415b3c6c8981aee">e8f16ec</a>)</li>
<li><strong>valid-describe:</strong> rename to <code>valid-describe-callback</code> (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/f3e9e9a64e183a0fb8af3436611a7f70366a528d">f3e9e9a</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li><strong>valid-describe:</strong> renamed <code>valid-describe</code> to <code>valid-describe-callback</code></li>
<li><strong>lowercase-name:</strong> renamed <code>lowercase-name</code> to <code>prefer-lowercase-title</code></li>
<li><strong>prefer-to-be-undefined:</strong> removed <code>prefer-to-be-undefined</code> rule</li>
<li><strong>prefer-to-be-null:</strong> removed <code>prefer-to-be-null</code> rule</li>
<li>recommend <code>prefer-to-be</code> rule</li>
<li>Removes rules <code>no-expect-resolves</code>, <code>no-truthy-falsy</code>, <code>no-try-expect</code>, and <code>prefer-inline-snapshots</code></li>
<li>Drop support for ESLint 5</li>
<li>Drop support for Node 10 and 15</li>
</ul>
<h2>v25.0.0-next.7</h2>
<h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.0-next.6...v25.0.0-next.7">25.0.0-next.7</a> (2021-10-10)</h1>
<h3>Features</h3>
<ul>
<li>add <code>prefer-to-be</code> to style ruleset (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/2a3376fc9f5fe60d03d9aad0c4e5c7c423487e60">2a3376f</a>)</li>
<li><strong>lowercase-name:</strong> rename to <code>prefer-lowercase-title</code> (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/b8600841e371d5d9f36be4e50e53252fd8f62734">b860084</a>)</li>
<li><strong>prefer-to-be-null:</strong> remove rule (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/809bcda12c555a24c764d152bcac9814ea55e72f">809bcda</a>)</li>
<li><strong>prefer-to-be-undefined:</strong> remove rule (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/3434d9bd22b92bace6e0a50e2c72b401ac17704d">3434d9b</a>)</li>
<li><strong>valid-describe:</strong> rename to <code>valid-describe-callback</code> (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/f3e9e9a64e183a0fb8af3436611a7f70366a528d">f3e9e9a</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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/v25.0.0...v25.0.1">25.0.1</a> (2021-10-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>specify peer dependency ranges correctly (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/cb87458d5f7dc7f669ab0c4067d75fc06ee29553">cb87458</a>)</li>
</ul>
<h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.7.0...v25.0.0">25.0.0</a> (2021-10-10)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>stop testing ESLint 5 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/893">#893</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/47a0138856e6247cde00b17682e49865b8f5a1f6">47a0138</a>)</li>
<li>stop testing on Node 10 and 15 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/891">#891</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/bcd8d112fcd98a7652c767bd246d05101979239c">bcd8d11</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add <code>prefer-to-be</code> to style ruleset (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/2a3376fc9f5fe60d03d9aad0c4e5c7c423487e60">2a3376f</a>)</li>
<li><strong>lowercase-name:</strong> rename to <code>prefer-lowercase-title</code> (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/b8600841e371d5d9f36be4e50e53252fd8f62734">b860084</a>)</li>
<li><strong>prefer-to-be-null:</strong> remove rule (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/809bcda12c555a24c764d152bcac9814ea55e72f">809bcda</a>)</li>
<li><strong>prefer-to-be-undefined:</strong> remove rule (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/3434d9bd22b92bace6e0a50e2c72b401ac17704d">3434d9b</a>)</li>
<li>remove deprecated rules (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/661">#661</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/e8f16ec0e204a94a0e549cb9b415b3c6c8981aee">e8f16ec</a>)</li>
<li><strong>valid-describe:</strong> rename to <code>valid-describe-callback</code> (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/f3e9e9a64e183a0fb8af3436611a7f70366a528d">f3e9e9a</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li><strong>valid-describe:</strong> renamed <code>valid-describe</code> to <code>valid-describe-callback</code></li>
<li><strong>lowercase-name:</strong> renamed <code>lowercase-name</code> to <code>prefer-lowercase-title</code></li>
<li><strong>prefer-to-be-undefined:</strong> removed <code>prefer-to-be-undefined</code> rule</li>
<li><strong>prefer-to-be-null:</strong> removed <code>prefer-to-be-null</code> rule</li>
<li>recommend <code>prefer-to-be</code> rule</li>
<li>Removes rules <code>no-expect-resolves</code>, <code>no-truthy-falsy</code>, <code>no-try-expect</code>, and <code>prefer-inline-snapshots</code></li>
<li>Drop support for ESLint 5</li>
<li>Drop support for Node 10 and 15</li>
</ul>
<h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.0-next.6...v25.0.0-next.7">25.0.0-next.7</a> (2021-10-10)</h1>
<h3>Features</h3>
<ul>
<li>add <code>prefer-to-be</code> to style ruleset (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/2a3376fc9f5fe60d03d9aad0c4e5c7c423487e60">2a3376f</a>)</li>
<li><strong>lowercase-name:</strong> rename to <code>prefer-lowercase-title</code> (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/b8600841e371d5d9f36be4e50e53252fd8f62734">b860084</a>)</li>
<li><strong>prefer-to-be-null:</strong> remove rule (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/809bcda12c555a24c764d152bcac9814ea55e72f">809bcda</a>)</li>
<li><strong>prefer-to-be-undefined:</strong> remove rule (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/3434d9bd22b92bace6e0a50e2c72b401ac17704d">3434d9b</a>)</li>
<li><strong>valid-describe:</strong> rename to <code>valid-describe-callback</code> (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/f3e9e9a64e183a0fb8af3436611a7f70366a528d">f3e9e9a</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/1748063442008bd35384048dea7e0abd576566cb"><code>1748063</code></a> chore(release): 25.0.1 [skip ci]</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/cb87458d5f7dc7f669ab0c4067d75fc06ee29553"><code>cb87458</code></a> fix: specify peer dependency ranges correctly</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/3a12aece086cb61375983b43f57703b95596c0bd"><code>3a12aec</code></a> chore(release): 25.0.0 [skip ci]</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/2dce7527a9a439861a23ea97de6d5bcbd051a0da"><code>2dce752</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/905">#905</a> from jest-community/next</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/1ef85863d1784ec4b744cfccc3bd40dfd2b5d279"><code>1ef8586</code></a> chore(release): 25.0.0-next.7 [skip ci]</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/f3e9e9a64e183a0fb8af3436611a7f70366a528d"><code>f3e9e9a</code></a> feat(valid-describe): rename to <code>valid-describe-callback</code></li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/b8600841e371d5d9f36be4e50e53252fd8f62734"><code>b860084</code></a> feat(lowercase-name): rename to <code>prefer-lowercase-title</code></li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/3434d9bd22b92bace6e0a50e2c72b401ac17704d"><code>3434d9b</code></a> feat(prefer-to-be-undefined): remove rule</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/809bcda12c555a24c764d152bcac9814ea55e72f"><code>809bcda</code></a> feat(prefer-to-be-null): remove rule</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/2a3376fc9f5fe60d03d9aad0c4e5c7c423487e60"><code>2a3376f</code></a> feat: add <code>prefer-to-be</code> to style ruleset</li>
<li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.5.2...v25.0.1">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/307
Author: @dependabot[bot]
Created: 10/11/2021
Status: ✅ Merged
Merged: 10/11/2021
Merged by: @mergify[bot]
Base:
develop← Head:dependabot/npm_and_yarn/eslint-plugin-jest-25.0.1📝 Commits (1)
c87b6dbBump eslint-plugin-jest from 24.5.2 to 25.0.1📊 Changes
2 files changed (+9 additions, -79 deletions)
View changed files
📝
package.json(+1 -1)📝
yarn.lock(+8 -78)📄 Description
Bumps eslint-plugin-jest from 24.5.2 to 25.0.1.
Release notes
Sourced from eslint-plugin-jest's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-jest's changelog.
... (truncated)
Commits
1748063chore(release): 25.0.1 [skip ci]cb87458fix: specify peer dependency ranges correctly3a12aecchore(release): 25.0.0 [skip ci]2dce752Merge pull request #905 from jest-community/next1ef8586chore(release): 25.0.0-next.7 [skip ci]f3e9e9afeat(valid-describe): rename tovalid-describe-callbackb860084feat(lowercase-name): rename toprefer-lowercase-title3434d9bfeat(prefer-to-be-undefined): remove rule809bcdafeat(prefer-to-be-null): remove rule2a3376ffeat: addprefer-to-beto style rulesetDependabot 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.