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/367
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 1/3/2022
**Status:** ✅ Merged
**Merged:** 1/3/2022
**Merged by:** [@mergify[bot]](https://github.com/apps/mergify)
**Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-8.6.0`
---
### 📝 Commits (1)
- [`d0748e0`](https://github.com/joelwmale/webhook-action/commit/d0748e08fe44062bdd468867fdc5c97f7ca64ed7) Bump eslint from 8.5.0 to 8.6.0
### 📊 Changes
**2 files changed** (+15 additions, -15 deletions)
<details>
<summary>View changed files</summary>
📝 `package.json` (+1 -1)
📝 `yarn.lock` (+14 -14)
</details>
### 📄 Description
Bumps [eslint](https://github.com/eslint/eslint) from 8.5.0 to 8.6.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.6.0</h2>
<h2>Features</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/6802a54837ea008bef4d5ae11522941693ba5ef6"><code>6802a54</code></a> feat: handle logical assignment in no-self-assign (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14152">#14152</a>) (Zzzen)</li>
<li><a href="https://github.com/eslint/eslint/commit/3b38018ef5cb004ad5bc011de726bd2df2eb2f3f"><code>3b38018</code></a> feat: allow to define <code>eslint-disable-next-line</code> in multiple lines (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15436">#15436</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/9d6fe5a6b65f397bafc5eb0a995e96717cdc9b53"><code>9d6fe5a</code></a> feat: false negative with <code>onlyDeclarations</code> + <code>properties</code> in id-match (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15431">#15431</a>) (Nitin Kumar)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/6c4dee2e87dac8d0751ce2426ded651ed0986112"><code>6c4dee2</code></a> docs: Document homedir is a configuration root (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15469">#15469</a>) (Bas Bosman)</li>
<li><a href="https://github.com/eslint/eslint/commit/51c37b118aed9c0d7a0efd40c491efca04c82ef9"><code>51c37b1</code></a> docs: consistency changes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15404">#15404</a>) (Bas Bosman)</li>
<li><a href="https://github.com/eslint/eslint/commit/775d18138244a28ebe1cb92849cd0f4e8cd27672"><code>775d181</code></a> docs: Mention character classes in no-useless-escape (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15421">#15421</a>) (Sebastian Simon)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/3a384fc287cebb7be5fe5ed95497d578437a503a"><code>3a384fc</code></a> chore: Upgrade espree to 9.3.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15473">#15473</a>) (Brandon Mills)</li>
<li><a href="https://github.com/eslint/eslint/commit/1443cc2fc8785157936b864258924fe9bcd23210"><code>1443cc2</code></a> chore: Update blogpost.md.ejs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15468">#15468</a>) (Nicholas C. Zakas)</li>
<li><a href="https://github.com/eslint/eslint/commit/28e907a4ca05a026d156f814f4118f8fe713e99d"><code>28e907a</code></a> refactor: remove unused parameter in <code>linter.js</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15451">#15451</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/eaa08d3055b195bce59cc96bb63ac29038cd7c7d"><code>eaa08d3</code></a> test: add tests for <code>allowReserved</code> parser option with flat config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15450">#15450</a>) (Milos Djermanovic)</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.6.0 - December 31, 2021</p>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/3a384fc287cebb7be5fe5ed95497d578437a503a"><code>3a384fc</code></a> chore: Upgrade espree to 9.3.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15473">#15473</a>) (Brandon Mills)</li>
<li><a href="https://github.com/eslint/eslint/commit/1443cc2fc8785157936b864258924fe9bcd23210"><code>1443cc2</code></a> chore: Update blogpost.md.ejs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15468">#15468</a>) (Nicholas C. Zakas)</li>
<li><a href="https://github.com/eslint/eslint/commit/6c4dee2e87dac8d0751ce2426ded651ed0986112"><code>6c4dee2</code></a> docs: Document homedir is a configuration root (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15469">#15469</a>) (Bas Bosman)</li>
<li><a href="https://github.com/eslint/eslint/commit/6802a54837ea008bef4d5ae11522941693ba5ef6"><code>6802a54</code></a> feat: handle logical assignment in no-self-assign (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14152">#14152</a>) (Zzzen)</li>
<li><a href="https://github.com/eslint/eslint/commit/3b38018ef5cb004ad5bc011de726bd2df2eb2f3f"><code>3b38018</code></a> feat: allow to define <code>eslint-disable-next-line</code> in multiple lines (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15436">#15436</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/51c37b118aed9c0d7a0efd40c491efca04c82ef9"><code>51c37b1</code></a> docs: consistency changes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15404">#15404</a>) (Bas Bosman)</li>
<li><a href="https://github.com/eslint/eslint/commit/28e907a4ca05a026d156f814f4118f8fe713e99d"><code>28e907a</code></a> refactor: remove unused parameter in <code>linter.js</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15451">#15451</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/eaa08d3055b195bce59cc96bb63ac29038cd7c7d"><code>eaa08d3</code></a> test: add tests for <code>allowReserved</code> parser option with flat config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15450">#15450</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/9d6fe5a6b65f397bafc5eb0a995e96717cdc9b53"><code>9d6fe5a</code></a> feat: false negative with <code>onlyDeclarations</code> + <code>properties</code> in id-match (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15431">#15431</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/775d18138244a28ebe1cb92849cd0f4e8cd27672"><code>775d181</code></a> docs: Mention character classes in no-useless-escape (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15421">#15421</a>) (Sebastian Simon)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/648fe1adfc02900ee3b96e50043a768a32771fc3"><code>648fe1a</code></a> 8.6.0</li>
<li><a href="https://github.com/eslint/eslint/commit/fde7340657d1538fa4915f19ada9dba1e160f4d3"><code>fde7340</code></a> Build: changelog update for 8.6.0</li>
<li><a href="https://github.com/eslint/eslint/commit/3a384fc287cebb7be5fe5ed95497d578437a503a"><code>3a384fc</code></a> chore: Upgrade espree to 9.3.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15473">#15473</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/1443cc2fc8785157936b864258924fe9bcd23210"><code>1443cc2</code></a> chore: Update blogpost.md.ejs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15468">#15468</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/6c4dee2e87dac8d0751ce2426ded651ed0986112"><code>6c4dee2</code></a> docs: Document homedir is a configuration root (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15469">#15469</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/6802a54837ea008bef4d5ae11522941693ba5ef6"><code>6802a54</code></a> feat: handle logical assignment in no-self-assign (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14152">#14152</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/3b38018ef5cb004ad5bc011de726bd2df2eb2f3f"><code>3b38018</code></a> feat: allow to define <code>eslint-disable-next-line</code> in multiple lines (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15436">#15436</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/51c37b118aed9c0d7a0efd40c491efca04c82ef9"><code>51c37b1</code></a> docs: consistency changes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15404">#15404</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/28e907a4ca05a026d156f814f4118f8fe713e99d"><code>28e907a</code></a> refactor: remove unused parameter in <code>linter.js</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15451">#15451</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/eaa08d3055b195bce59cc96bb63ac29038cd7c7d"><code>eaa08d3</code></a> test: add tests for <code>allowReserved</code> parser option with flat config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15450">#15450</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.5.0...v8.6.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/367
Author: @dependabot[bot]
Created: 1/3/2022
Status: ✅ Merged
Merged: 1/3/2022
Merged by: @mergify[bot]
Base:
develop← Head:dependabot/npm_and_yarn/eslint-8.6.0📝 Commits (1)
d0748e0Bump eslint from 8.5.0 to 8.6.0📊 Changes
2 files changed (+15 additions, -15 deletions)
View changed files
📝
package.json(+1 -1)📝
yarn.lock(+14 -14)📄 Description
Bumps eslint from 8.5.0 to 8.6.0.
Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
648fe1a8.6.0fde7340Build: changelog update for 8.6.03a384fcchore: Upgrade espree to 9.3.0 (#15473)1443cc2chore: Update blogpost.md.ejs (#15468)6c4dee2docs: Document homedir is a configuration root (#15469)6802a54feat: handle logical assignment in no-self-assign (#14152)3b38018feat: allow to defineeslint-disable-next-linein multiple lines (#15436)51c37b1docs: consistency changes (#15404)28e907arefactor: remove unused parameter inlinter.js(#15451)eaa08d3test: add tests forallowReservedparser option with flat config (#15450)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.