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/292
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 9/17/2021
**Status:** ✅ Merged
**Merged:** 9/17/2021
**Merged by:** [@mergify[bot]](https://github.com/apps/mergify)
**Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-jest-24.4.2`
---
### 📝 Commits (1)
- [`732a369`](https://github.com/joelwmale/webhook-action/commit/732a3694c4a1436d560398427090119bf0ee5a97) Bump eslint-plugin-jest from 24.4.0 to 24.4.2
### 📊 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.4.0 to 24.4.2.
<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.4.2</h2>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.1...v24.4.2">24.4.2</a> (2021-09-17)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>use correct property <code>hasSuggestions</code> rather than <code>hasSuggestion</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/899">#899</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/dfd2368d1cb1789b6a95a11be24c36868bb8a819">dfd2368</a>)</li>
</ul>
<h2>v24.4.1</h2>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.0...v24.4.1">24.4.1</a> (2021-09-17)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>mark rules that suggest fixes with <code>hasSuggestion</code> for ESLint v8 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/898">#898</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/ec0a21b0d98d043a9949138e495814e0935d5e31">ec0a21b</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.4.1...v24.4.2">24.4.2</a> (2021-09-17)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>use correct property <code>hasSuggestions</code> rather than <code>hasSuggestion</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/899">#899</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/dfd2368d1cb1789b6a95a11be24c36868bb8a819">dfd2368</a>)</li>
</ul>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.0...v24.4.1">24.4.1</a> (2021-09-17)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>mark rules that suggest fixes with <code>hasSuggestion</code> for ESLint v8 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/898">#898</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/ec0a21b0d98d043a9949138e495814e0935d5e31">ec0a21b</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/514e841f0c17bfb2a4f136af3eb6e03f291115fe"><code>514e841</code></a> chore(release): 24.4.2 [skip ci]</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/dfd2368d1cb1789b6a95a11be24c36868bb8a819"><code>dfd2368</code></a> fix: use correct property <code>hasSuggestions</code> rather than <code>hasSuggestion</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/899">#899</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/46ac6fc5614a4ed84575abcd797339238fded628"><code>46ac6fc</code></a> Fix regex in mustMatch and mustNotMatch examples (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/872">#872</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/1080ff3aab87eaf7454e6cc3445a5c579fc7b4ea"><code>1080ff3</code></a> chore(release): 24.4.1 [skip ci]</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/ec0a21b0d98d043a9949138e495814e0935d5e31"><code>ec0a21b</code></a> fix: mark rules that suggest fixes with <code>hasSuggestion</code> for ESLint v8 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/898">#898</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/34b23e657eec3817f4f8a4e28ef4ffd05bc03cfc"><code>34b23e6</code></a> chore(deps): update codecov/codecov-action action to v2.1.0 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/895">#895</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/637249b5522997c4d6e84dd1b884803ce321785e"><code>637249b</code></a> chore: get node version used in transforms from package.json</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9aeaf24350c5f75c768069c1b2fd19f66e1e0acd"><code>9aeaf24</code></a> chore: make pre-releases from next branch (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/892">#892</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/889a03a11de27b1c2fc758c12bf7b412fa85171e"><code>889a03a</code></a> chore(deps): lock file maintenance</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9422e724df0ec63e88120591f2e6ef5aa0903c6b"><code>9422e72</code></a> chore: update TypeScript</li>
<li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.0...v24.4.2">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/292
Author: @dependabot[bot]
Created: 9/17/2021
Status: ✅ Merged
Merged: 9/17/2021
Merged by: @mergify[bot]
Base:
develop← Head:dependabot/npm_and_yarn/eslint-plugin-jest-24.4.2📝 Commits (1)
732a369Bump eslint-plugin-jest from 24.4.0 to 24.4.2📊 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.4.0 to 24.4.2.
Release notes
Sourced from eslint-plugin-jest's releases.
Changelog
Sourced from eslint-plugin-jest's changelog.
Commits
514e841chore(release): 24.4.2 [skip ci]dfd2368fix: use correct propertyhasSuggestionsrather thanhasSuggestion(#899)46ac6fcFix regex in mustMatch and mustNotMatch examples (#872)1080ff3chore(release): 24.4.1 [skip ci]ec0a21bfix: mark rules that suggest fixes withhasSuggestionfor ESLint v8 (#898)34b23e6chore(deps): update codecov/codecov-action action to v2.1.0 (#895)637249bchore: get node version used in transforms from package.json9aeaf24chore: make pre-releases from next branch (#892)889a03achore(deps): lock file maintenance9422e72chore: update TypeScriptDependabot 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.