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/576
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 10/10/2022
**Status:** ✅ Merged
**Merged:** 10/10/2022
**Merged by:** [@mergify[bot]](https://github.com/apps/mergify)
**Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-8.25.0`
---
### 📝 Commits (1)
- [`80a4a3e`](https://github.com/joelwmale/webhook-action/commit/80a4a3ecbf88a349672b07d1c830668635fb6aba) Bump eslint from 8.24.0 to 8.25.0
### 📊 Changes
**2 files changed** (+10 additions, -16 deletions)
<details>
<summary>View changed files</summary>
📝 `package.json` (+1 -1)
📝 `yarn.lock` (+9 -15)
</details>
### 📄 Description
Bumps [eslint](https://github.com/eslint/eslint) from 8.24.0 to 8.25.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.25.0</h2>
<h2>Features</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/173e82040895ad53b2d9940bfb3fb67a0478f00b"><code>173e820</code></a> feat: Pass --max-warnings value to formatters (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16348">#16348</a>) (Brandon Mills)</li>
<li><a href="https://github.com/eslint/eslint/commit/6964cb1e0f073b236cb3288b9d8be495336bbf29"><code>6964cb1</code></a> feat: remove support for ignore files in FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16355">#16355</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/1cc4b3a8f82a7945dcd8c59550b6a906a0fabbb4"><code>1cc4b3a</code></a> feat: <code>id-length</code> counts graphemes instead of code units (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16321">#16321</a>) (Sosuke Suzuki)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/90c602802b6e330b79c42f282e9a615c583e32d7"><code>90c6028</code></a> docs: Conflicting fixes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16366">#16366</a>) (Ben Perlmutter)</li>
<li><a href="https://github.com/eslint/eslint/commit/5a3fe70c5261acbf115fa5f47231cbc4ac62c1bc"><code>5a3fe70</code></a> docs: Add VS to integrations page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16381">#16381</a>) (Maria José Solano)</li>
<li><a href="https://github.com/eslint/eslint/commit/49bd1e5669b34fd7e0f4a3cf42009866980d7e15"><code>49bd1e5</code></a> docs: remove unused link definitions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16376">#16376</a>) (Nick Schonning)</li>
<li><a href="https://github.com/eslint/eslint/commit/3bd380d3ea7e88ade4905ec0b240c866ab79a69d"><code>3bd380d</code></a> docs: typo cleanups for docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16374">#16374</a>) (Nick Schonning)</li>
<li><a href="https://github.com/eslint/eslint/commit/b3a08376cfb61275a7557d6d166b6116f36e5ac2"><code>b3a0837</code></a> docs: remove duplicate words (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16378">#16378</a>) (Nick Schonning)</li>
<li><a href="https://github.com/eslint/eslint/commit/a682562458948f74a227be60a80e10e7a3753124"><code>a682562</code></a> docs: add <code>BigInt</code> to <code>new-cap</code> docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16362">#16362</a>) (Sosuke Suzuki)</li>
<li><a href="https://github.com/eslint/eslint/commit/f6d57fb657c2f4e8e0140ad057da34c935482972"><code>f6d57fb</code></a> docs: Update docs README (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16352">#16352</a>) (Ben Perlmutter)</li>
<li><a href="https://github.com/eslint/eslint/commit/721434705bd569e33911e25d2688e33f10898d52"><code>7214347</code></a> docs: fix logical-assignment-operators option typo (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16346">#16346</a>) (Jonathan Wilsson)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/1f785944f61c97996445e48cb74fc300142e7310"><code>1f78594</code></a> chore: upgrade <code>@eslint/eslintrc</code><a href="https://github.com/1"><code>@1</code></a>.3.3 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16397">#16397</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/8476a9b8b81164887cdf38a21d431b75ff2956b1"><code>8476a9b</code></a> chore: Remove CODEOWNERS (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16375">#16375</a>) (Nick Schonning)</li>
<li><a href="https://github.com/eslint/eslint/commit/720ff75beb9f4fdcf2a185fcb8020cf78483fdeb"><code>720ff75</code></a> chore: use "ci" for Dependabot commit message (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16377">#16377</a>) (Nick Schonning)</li>
<li><a href="https://github.com/eslint/eslint/commit/42f547948f284f1c67799f237dfeb86fc400c7c7"><code>42f5479</code></a> chore: bump actions/stale from 5 to 6 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16350">#16350</a>) (dependabot[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/e5e9e271da58361bda16f7abc8f367ccc6f91510"><code>e5e9e27</code></a> chore: remove <code>jsdoc</code> dev dependency (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16344">#16344</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.25.0 - October 7, 2022</p>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/1f785944f61c97996445e48cb74fc300142e7310"><code>1f78594</code></a> chore: upgrade <code>@eslint/eslintrc</code><a href="https://github.com/1"><code>@1</code></a>.3.3 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16397">#16397</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/173e82040895ad53b2d9940bfb3fb67a0478f00b"><code>173e820</code></a> feat: Pass --max-warnings value to formatters (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16348">#16348</a>) (Brandon Mills)</li>
<li><a href="https://github.com/eslint/eslint/commit/8476a9b8b81164887cdf38a21d431b75ff2956b1"><code>8476a9b</code></a> chore: Remove CODEOWNERS (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16375">#16375</a>) (Nick Schonning)</li>
<li><a href="https://github.com/eslint/eslint/commit/720ff75beb9f4fdcf2a185fcb8020cf78483fdeb"><code>720ff75</code></a> chore: use "ci" for Dependabot commit message (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16377">#16377</a>) (Nick Schonning)</li>
<li><a href="https://github.com/eslint/eslint/commit/90c602802b6e330b79c42f282e9a615c583e32d7"><code>90c6028</code></a> docs: Conflicting fixes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16366">#16366</a>) (Ben Perlmutter)</li>
<li><a href="https://github.com/eslint/eslint/commit/5a3fe70c5261acbf115fa5f47231cbc4ac62c1bc"><code>5a3fe70</code></a> docs: Add VS to integrations page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16381">#16381</a>) (Maria José Solano)</li>
<li><a href="https://github.com/eslint/eslint/commit/6964cb1e0f073b236cb3288b9d8be495336bbf29"><code>6964cb1</code></a> feat: remove support for ignore files in FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16355">#16355</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/49bd1e5669b34fd7e0f4a3cf42009866980d7e15"><code>49bd1e5</code></a> docs: remove unused link definitions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16376">#16376</a>) (Nick Schonning)</li>
<li><a href="https://github.com/eslint/eslint/commit/42f547948f284f1c67799f237dfeb86fc400c7c7"><code>42f5479</code></a> chore: bump actions/stale from 5 to 6 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16350">#16350</a>) (dependabot[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/3bd380d3ea7e88ade4905ec0b240c866ab79a69d"><code>3bd380d</code></a> docs: typo cleanups for docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16374">#16374</a>) (Nick Schonning)</li>
<li><a href="https://github.com/eslint/eslint/commit/b3a08376cfb61275a7557d6d166b6116f36e5ac2"><code>b3a0837</code></a> docs: remove duplicate words (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16378">#16378</a>) (Nick Schonning)</li>
<li><a href="https://github.com/eslint/eslint/commit/a682562458948f74a227be60a80e10e7a3753124"><code>a682562</code></a> docs: add <code>BigInt</code> to <code>new-cap</code> docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16362">#16362</a>) (Sosuke Suzuki)</li>
<li><a href="https://github.com/eslint/eslint/commit/1cc4b3a8f82a7945dcd8c59550b6a906a0fabbb4"><code>1cc4b3a</code></a> feat: <code>id-length</code> counts graphemes instead of code units (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16321">#16321</a>) (Sosuke Suzuki)</li>
<li><a href="https://github.com/eslint/eslint/commit/f6d57fb657c2f4e8e0140ad057da34c935482972"><code>f6d57fb</code></a> docs: Update docs README (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16352">#16352</a>) (Ben Perlmutter)</li>
<li><a href="https://github.com/eslint/eslint/commit/e5e9e271da58361bda16f7abc8f367ccc6f91510"><code>e5e9e27</code></a> chore: remove <code>jsdoc</code> dev dependency (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16344">#16344</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/721434705bd569e33911e25d2688e33f10898d52"><code>7214347</code></a> docs: fix logical-assignment-operators option typo (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16346">#16346</a>) (Jonathan Wilsson)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/94ba68d76a6940f68ff82eea7332c6505f93df76"><code>94ba68d</code></a> 8.25.0</li>
<li><a href="https://github.com/eslint/eslint/commit/c705f228b4652ccb8e7ce898f25547102f1b5148"><code>c705f22</code></a> Build: changelog update for 8.25.0</li>
<li><a href="https://github.com/eslint/eslint/commit/1f785944f61c97996445e48cb74fc300142e7310"><code>1f78594</code></a> chore: upgrade <code>@eslint/eslintrc</code><a href="https://github.com/1"><code>@1</code></a>.3.3 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16397">#16397</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/173e82040895ad53b2d9940bfb3fb67a0478f00b"><code>173e820</code></a> feat: Pass --max-warnings value to formatters (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16348">#16348</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/8476a9b8b81164887cdf38a21d431b75ff2956b1"><code>8476a9b</code></a> chore: Remove CODEOWNERS (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16375">#16375</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/720ff75beb9f4fdcf2a185fcb8020cf78483fdeb"><code>720ff75</code></a> chore: use "ci" for Dependabot commit message (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16377">#16377</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/90c602802b6e330b79c42f282e9a615c583e32d7"><code>90c6028</code></a> docs: Conflicting fixes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16366">#16366</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/5a3fe70c5261acbf115fa5f47231cbc4ac62c1bc"><code>5a3fe70</code></a> docs: Add VS to integrations page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16381">#16381</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/6964cb1e0f073b236cb3288b9d8be495336bbf29"><code>6964cb1</code></a> feat: remove support for ignore files in FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16355">#16355</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/49bd1e5669b34fd7e0f4a3cf42009866980d7e15"><code>49bd1e5</code></a> docs: remove unused link definitions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16376">#16376</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.24.0...v8.25.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/576
Author: @dependabot[bot]
Created: 10/10/2022
Status: ✅ Merged
Merged: 10/10/2022
Merged by: @mergify[bot]
Base:
develop← Head:dependabot/npm_and_yarn/eslint-8.25.0📝 Commits (1)
80a4a3eBump eslint from 8.24.0 to 8.25.0📊 Changes
2 files changed (+10 additions, -16 deletions)
View changed files
📝
package.json(+1 -1)📝
yarn.lock(+9 -15)📄 Description
Bumps eslint from 8.24.0 to 8.25.0.
Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
94ba68d8.25.0c705f22Build: changelog update for 8.25.01f78594chore: upgrade@eslint/eslintrc@1.3.3 (#16397)173e820feat: Pass --max-warnings value to formatters (#16348)8476a9bchore: Remove CODEOWNERS (#16375)720ff75chore: use "ci" for Dependabot commit message (#16377)90c6028docs: Conflicting fixes (#16366)5a3fe70docs: Add VS to integrations page (#16381)6964cb1feat: remove support for ignore files in FlatESLint (#16355)49bd1e5docs: remove unused link definitions (#16376)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.