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/403
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 2/28/2022
**Status:** ✅ Merged
**Merged:** 2/28/2022
**Merged by:** [@mergify[bot]](https://github.com/apps/mergify)
**Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-8.10.0`
---
### 📝 Commits (1)
- [`e99aced`](https://github.com/joelwmale/webhook-action/commit/e99aced96c63969e770a8b849beb50e14eb0e61d) Bump eslint from 8.9.0 to 8.10.0
### 📊 Changes
**2 files changed** (+10 additions, -10 deletions)
<details>
<summary>View changed files</summary>
📝 `package.json` (+1 -1)
📝 `yarn.lock` (+9 -9)
</details>
### 📄 Description
Bumps [eslint](https://github.com/eslint/eslint) from 8.9.0 to 8.10.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.10.0</h2>
<h2>Features</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/6e2c325324479df1b3f868cf00a529b67d2c3d82"><code>6e2c325</code></a> feat: Add <code>ignoreOnInitialization</code> option to no-shadow rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14963">#14963</a>) (Soufiane Boutahlil)</li>
<li><a href="https://github.com/eslint/eslint/commit/115cae54125b9ef509af90620f51d4a692b51ab7"><code>115cae5</code></a> feat: <code>--debug</code> prints time it takes to parse a file (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15609">#15609</a>) (Bartek Iwańczuk)</li>
<li><a href="https://github.com/eslint/eslint/commit/345e70d9d6490fb12b18953f56f3cea28fd61d83"><code>345e70d</code></a> feat: Add <code>onlyOneSimpleParam</code> option to no-confusing-arrow rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15566">#15566</a>) (Gautam Arora)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/cdc58025d9a8b522f516c3665d225b69a76c4ee1"><code>cdc5802</code></a> fix: Avoid <code>__dirname</code> for built-in configs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15616">#15616</a>) (DoZerg)</li>
<li><a href="https://github.com/eslint/eslint/commit/ee7c5d14a2cb5ce352d1851cec858b942572d2cc"><code>ee7c5d1</code></a> fix: false positive in <code>camelcase</code> with combined properties (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15581">#15581</a>) (Nitin Kumar)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/1005bd525a08208fee124149a6ad4cf9da20d7d5"><code>1005bd5</code></a> docs: update CLA information (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15630">#15630</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/5d65c3bc1e514ed07406c502437a1642913b27ed"><code>5d65c3b</code></a> docs: Fix typo in <code>no-irregular-whitespace</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15634">#15634</a>) (Ryota Sekiya)</li>
<li><a href="https://github.com/eslint/eslint/commit/b93af98b3c417225a027cabc964c38e779adb945"><code>b93af98</code></a> docs: add links between rules about whitespace around block curly braces (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15625">#15625</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/ebc0460c411ea608ba5bab05829a1fd122fe21e8"><code>ebc0460</code></a> docs: update babel links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15624">#15624</a>) (Milos Djermanovic)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/7cec74e842b6e51da1b00a9e9b2c9da97dd17362"><code>7cec74e</code></a> chore: upgrade <code>@eslint/eslintrc</code><a href="https://github.com/1"><code>@1</code></a>.2.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15648">#15648</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/11c8580de0dcedd5577cffe2b23d23a322cc97df"><code>11c8580</code></a> chore: read <code>ESLINT_MOCHA_TIMEOUT</code> env var in Makefile.js (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15626">#15626</a>) (Piggy)</li>
<li><a href="https://github.com/eslint/eslint/commit/bfaa5488bbc794c0d160fb55bd277a2c618953b2"><code>bfaa548</code></a> test: add integration tests with built-in configs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15612">#15612</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/39a2fb3f448a7096bfb2fc172fef6cc3f6a7ed3b"><code>39a2fb3</code></a> perf: fix lazy loading of core rules (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15606">#15606</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/3fc919626ef6a00e35bb6b559b60a1e89cf6ca1a"><code>3fc9196</code></a> chore: include <code>tests/conf</code> in test runs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15610">#15610</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.10.0 - February 25, 2022</p>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/cdc58025d9a8b522f516c3665d225b69a76c4ee1"><code>cdc5802</code></a> fix: Avoid <code>__dirname</code> for built-in configs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15616">#15616</a>) (DoZerg)</li>
<li><a href="https://github.com/eslint/eslint/commit/7cec74e842b6e51da1b00a9e9b2c9da97dd17362"><code>7cec74e</code></a> chore: upgrade <code>@eslint/eslintrc</code><a href="https://github.com/1"><code>@1</code></a>.2.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15648">#15648</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/6e2c325324479df1b3f868cf00a529b67d2c3d82"><code>6e2c325</code></a> feat: Add <code>ignoreOnInitialization</code> option to no-shadow rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14963">#14963</a>) (Soufiane Boutahlil)</li>
<li><a href="https://github.com/eslint/eslint/commit/1005bd525a08208fee124149a6ad4cf9da20d7d5"><code>1005bd5</code></a> docs: update CLA information (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15630">#15630</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/5d65c3bc1e514ed07406c502437a1642913b27ed"><code>5d65c3b</code></a> docs: Fix typo in <code>no-irregular-whitespace</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15634">#15634</a>) (Ryota Sekiya)</li>
<li><a href="https://github.com/eslint/eslint/commit/11c8580de0dcedd5577cffe2b23d23a322cc97df"><code>11c8580</code></a> chore: read <code>ESLINT_MOCHA_TIMEOUT</code> env var in Makefile.js (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15626">#15626</a>) (Piggy)</li>
<li><a href="https://github.com/eslint/eslint/commit/b93af98b3c417225a027cabc964c38e779adb945"><code>b93af98</code></a> docs: add links between rules about whitespace around block curly braces (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15625">#15625</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/ebc0460c411ea608ba5bab05829a1fd122fe21e8"><code>ebc0460</code></a> docs: update babel links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15624">#15624</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/115cae54125b9ef509af90620f51d4a692b51ab7"><code>115cae5</code></a> feat: <code>--debug</code> prints time it takes to parse a file (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15609">#15609</a>) (Bartek Iwańczuk)</li>
<li><a href="https://github.com/eslint/eslint/commit/345e70d9d6490fb12b18953f56f3cea28fd61d83"><code>345e70d</code></a> feat: Add <code>onlyOneSimpleParam</code> option to no-confusing-arrow rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15566">#15566</a>) (Gautam Arora)</li>
<li><a href="https://github.com/eslint/eslint/commit/bfaa5488bbc794c0d160fb55bd277a2c618953b2"><code>bfaa548</code></a> test: add integration tests with built-in configs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15612">#15612</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/39a2fb3f448a7096bfb2fc172fef6cc3f6a7ed3b"><code>39a2fb3</code></a> perf: fix lazy loading of core rules (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15606">#15606</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/3fc919626ef6a00e35bb6b559b60a1e89cf6ca1a"><code>3fc9196</code></a> chore: include <code>tests/conf</code> in test runs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15610">#15610</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/ee7c5d14a2cb5ce352d1851cec858b942572d2cc"><code>ee7c5d1</code></a> fix: false positive in <code>camelcase</code> with combined properties (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15581">#15581</a>) (Nitin Kumar)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/f66890ba0f778e46b6dd6ab6e88d49ff0bf1f78b"><code>f66890b</code></a> 8.10.0</li>
<li><a href="https://github.com/eslint/eslint/commit/2fe01f3dbfc959e441dee19e82195c44ba3dd453"><code>2fe01f3</code></a> Build: changelog update for 8.10.0</li>
<li><a href="https://github.com/eslint/eslint/commit/cdc58025d9a8b522f516c3665d225b69a76c4ee1"><code>cdc5802</code></a> fix: Avoid <code>__dirname</code> for built-in configs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15616">#15616</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/7cec74e842b6e51da1b00a9e9b2c9da97dd17362"><code>7cec74e</code></a> chore: upgrade <code>@eslint/eslintrc</code><a href="https://github.com/1"><code>@1</code></a>.2.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15648">#15648</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/6e2c325324479df1b3f868cf00a529b67d2c3d82"><code>6e2c325</code></a> feat: Add <code>ignoreOnInitialization</code> option to no-shadow rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14963">#14963</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/1005bd525a08208fee124149a6ad4cf9da20d7d5"><code>1005bd5</code></a> docs: update CLA information (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15630">#15630</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/5d65c3bc1e514ed07406c502437a1642913b27ed"><code>5d65c3b</code></a> docs: Fix typo in <code>no-irregular-whitespace</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15634">#15634</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/11c8580de0dcedd5577cffe2b23d23a322cc97df"><code>11c8580</code></a> chore: read <code>ESLINT_MOCHA_TIMEOUT</code> env var in Makefile.js (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15626">#15626</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/b93af98b3c417225a027cabc964c38e779adb945"><code>b93af98</code></a> docs: add links between rules about whitespace around block curly braces (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15">#15</a>...</li>
<li><a href="https://github.com/eslint/eslint/commit/ebc0460c411ea608ba5bab05829a1fd122fe21e8"><code>ebc0460</code></a> docs: update babel links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15624">#15624</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.9.0...v8.10.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/403
Author: @dependabot[bot]
Created: 2/28/2022
Status: ✅ Merged
Merged: 2/28/2022
Merged by: @mergify[bot]
Base:
develop← Head:dependabot/npm_and_yarn/eslint-8.10.0📝 Commits (1)
e99acedBump eslint from 8.9.0 to 8.10.0📊 Changes
2 files changed (+10 additions, -10 deletions)
View changed files
📝
package.json(+1 -1)📝
yarn.lock(+9 -9)📄 Description
Bumps eslint from 8.9.0 to 8.10.0.
Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
f66890b8.10.02fe01f3Build: changelog update for 8.10.0cdc5802fix: Avoid__dirnamefor built-in configs (#15616)7cec74echore: upgrade@eslint/eslintrc@1.2.0 (#15648)6e2c325feat: AddignoreOnInitializationoption to no-shadow rule (#14963)1005bd5docs: update CLA information (#15630)5d65c3bdocs: Fix typo inno-irregular-whitespace(#15634)11c8580chore: readESLINT_MOCHA_TIMEOUTenv var in Makefile.js (#15626)b93af98docs: add links between rules about whitespace around block curly braces (#15...ebc0460docs: update babel links (#15624)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.