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/358
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 12/20/2021
**Status:** ✅ Merged
**Merged:** 12/20/2021
**Merged by:** [@mergify[bot]](https://github.com/apps/mergify)
**Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-8.5.0`
---
### 📝 Commits (1)
- [`09616f1`](https://github.com/joelwmale/webhook-action/commit/09616f11121f4ce82058b66a90fb0c7cc35ddc5c) Bump eslint from 8.4.1 to 8.5.0
### 📊 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](https://github.com/eslint/eslint) from 8.4.1 to 8.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p>
<blockquote>
<h2>v8.5.0</h2>
<h2>Features</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/94e77a693fd5124c9057320310b41e92567d7e76"><code>94e77a6</code></a> feat: Suggestions support for <code>prefer-regex-literals</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15077">#15077</a>) (Yash Singh)</li>
<li><a href="https://github.com/eslint/eslint/commit/eafaf52464c01072fcf7be2bd2d91cd0b3ae67d0"><code>eafaf52</code></a> feat: add <code>prefer-object-has-own</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15346">#15346</a>) (Nitin Kumar)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/7d832d4ad55f3c987aca8d858809cbcb77697648"><code>7d832d4</code></a> fix: improve <code>prefer-template</code> fixer (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15230">#15230</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/981fb48991448bec171d7d4332d7dc514252f83f"><code>981fb48</code></a> fix: do not report global references in <code>id-match</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15420">#15420</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/f13d4a6cf7c7ff6160be7426fc6fe02e3e37a0b7"><code>f13d4a6</code></a> fix: improve autofix of <code>prefer-object-has-own</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15419">#15419</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/f4559a0f7150ad7494658bd5ea846cfca5073caf"><code>f4559a0</code></a> fix: add helpful message when test case has non-string code/name (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15425">#15425</a>) (Bryan Mishkin)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/314c84c1b83b32e75587ce7a77130eac7e2a8f49"><code>314c84c</code></a> docs: add an incorrect code example in for-direction (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15434">#15434</a>) (Holger Jeromin)</li>
<li><a href="https://github.com/eslint/eslint/commit/3928175d01c6ac2b37147b3256c56df8faf2c6c4"><code>3928175</code></a> docs: add destructuring examples for <code>computed-property-spacing</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15423">#15423</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/a53e59eab7da52e3df095a679a6fdab74a7bce6f"><code>a53e59e</code></a> docs: add more examples for <code>array-element-newline</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15427">#15427</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/74cf0a040e1a83990d8d7eb57e1f5ce919a11ebe"><code>74cf0a0</code></a> docs: update CLA info (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15370">#15370</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/e84195ea39b5cf54d7a551c62671af80b859f1ac"><code>e84195e</code></a> docs: fix heading level for an option in <code>class-methods-use-this</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15399">#15399</a>) (Takuya Fukuju)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/225f2111ebcfc6bcd2d475f5261c85eb00fb0191"><code>225f211</code></a> test: add destructuring test cases for <code>computed-property-spacing</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15424">#15424</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/f2c7ba6c34c8943dc24a1c41317d536c1a63cb36"><code>f2c7ba6</code></a> ci: use node v16 for <code>macOS</code> and <code>windows</code> jobs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15418">#15418</a>) (Nitin Kumar)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p>
<blockquote>
<p>v8.5.0 - December 17, 2021</p>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/7d832d4ad55f3c987aca8d858809cbcb77697648"><code>7d832d4</code></a> fix: improve <code>prefer-template</code> fixer (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15230">#15230</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/94e77a693fd5124c9057320310b41e92567d7e76"><code>94e77a6</code></a> feat: Suggestions support for <code>prefer-regex-literals</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15077">#15077</a>) (Yash Singh)</li>
<li><a href="https://github.com/eslint/eslint/commit/314c84c1b83b32e75587ce7a77130eac7e2a8f49"><code>314c84c</code></a> docs: add an incorrect code example in for-direction (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15434">#15434</a>) (Holger Jeromin)</li>
<li><a href="https://github.com/eslint/eslint/commit/981fb48991448bec171d7d4332d7dc514252f83f"><code>981fb48</code></a> fix: do not report global references in <code>id-match</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15420">#15420</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/3928175d01c6ac2b37147b3256c56df8faf2c6c4"><code>3928175</code></a> docs: add destructuring examples for <code>computed-property-spacing</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15423">#15423</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/225f2111ebcfc6bcd2d475f5261c85eb00fb0191"><code>225f211</code></a> test: add destructuring test cases for <code>computed-property-spacing</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15424">#15424</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/f13d4a6cf7c7ff6160be7426fc6fe02e3e37a0b7"><code>f13d4a6</code></a> fix: improve autofix of <code>prefer-object-has-own</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15419">#15419</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/f4559a0f7150ad7494658bd5ea846cfca5073caf"><code>f4559a0</code></a> fix: add helpful message when test case has non-string code/name (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15425">#15425</a>) (Bryan Mishkin)</li>
<li><a href="https://github.com/eslint/eslint/commit/a53e59eab7da52e3df095a679a6fdab74a7bce6f"><code>a53e59e</code></a> docs: add more examples for <code>array-element-newline</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15427">#15427</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/f2c7ba6c34c8943dc24a1c41317d536c1a63cb36"><code>f2c7ba6</code></a> ci: use node v16 for <code>macOS</code> and <code>windows</code> jobs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15418">#15418</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/eafaf52464c01072fcf7be2bd2d91cd0b3ae67d0"><code>eafaf52</code></a> feat: add <code>prefer-object-has-own</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15346">#15346</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/74cf0a040e1a83990d8d7eb57e1f5ce919a11ebe"><code>74cf0a0</code></a> docs: update CLA info (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15370">#15370</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/e84195ea39b5cf54d7a551c62671af80b859f1ac"><code>e84195e</code></a> docs: fix heading level for an option in <code>class-methods-use-this</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15399">#15399</a>) (Takuya Fukuju)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/9d951ac4e8e49eff488ef20919f8aa1c70edcdfc"><code>9d951ac</code></a> 8.5.0</li>
<li><a href="https://github.com/eslint/eslint/commit/6ff5609c8add0998d8a524d1cf13cb4c8c542b86"><code>6ff5609</code></a> Build: changelog update for 8.5.0</li>
<li><a href="https://github.com/eslint/eslint/commit/7d832d4ad55f3c987aca8d858809cbcb77697648"><code>7d832d4</code></a> fix: improve <code>prefer-template</code> fixer (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15230">#15230</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/94e77a693fd5124c9057320310b41e92567d7e76"><code>94e77a6</code></a> feat: Suggestions support for <code>prefer-regex-literals</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15077">#15077</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/314c84c1b83b32e75587ce7a77130eac7e2a8f49"><code>314c84c</code></a> docs: add an incorrect code example in for-direction (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15434">#15434</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/981fb48991448bec171d7d4332d7dc514252f83f"><code>981fb48</code></a> fix: do not report global references in <code>id-match</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15420">#15420</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/3928175d01c6ac2b37147b3256c56df8faf2c6c4"><code>3928175</code></a> docs: add destructuring examples for <code>computed-property-spacing</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15423">#15423</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/225f2111ebcfc6bcd2d475f5261c85eb00fb0191"><code>225f211</code></a> test: add destructuring test cases for <code>computed-property-spacing</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15424">#15424</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/f13d4a6cf7c7ff6160be7426fc6fe02e3e37a0b7"><code>f13d4a6</code></a> fix: improve autofix of <code>prefer-object-has-own</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15419">#15419</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/f4559a0f7150ad7494658bd5ea846cfca5073caf"><code>f4559a0</code></a> fix: add helpful message when test case has non-string code/name (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15425">#15425</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.4.1...v8.5.0">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/358
Author: @dependabot[bot]
Created: 12/20/2021
Status: ✅ Merged
Merged: 12/20/2021
Merged by: @mergify[bot]
Base:
develop← Head:dependabot/npm_and_yarn/eslint-8.5.0📝 Commits (1)
09616f1Bump eslint from 8.4.1 to 8.5.0📊 Changes
2 files changed (+5 additions, -5 deletions)
View changed files
📝
package.json(+1 -1)📝
yarn.lock(+4 -4)📄 Description
Bumps eslint from 8.4.1 to 8.5.0.
Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
9d951ac8.5.06ff5609Build: changelog update for 8.5.07d832d4fix: improveprefer-templatefixer (#15230)94e77a6feat: Suggestions support forprefer-regex-literals(#15077)314c84cdocs: add an incorrect code example in for-direction (#15434)981fb48fix: do not report global references inid-matchrule (#15420)3928175docs: add destructuring examples forcomputed-property-spacing(#15423)225f211test: add destructuring test cases forcomputed-property-spacing(#15424)f13d4a6fix: improve autofix ofprefer-object-has-own(#15419)f4559a0fix: add helpful message when test case has non-string code/name (#15425)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.