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/551
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 9/12/2022
**Status:** ✅ Merged
**Merged:** 9/12/2022
**Merged by:** [@mergify[bot]](https://github.com/apps/mergify)
**Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-8.23.1`
---
### 📝 Commits (1)
- [`9b9cef5`](https://github.com/joelwmale/webhook-action/commit/9b9cef5a0679253c9f9166df84a793f5182a836b) Bump eslint from 8.23.0 to 8.23.1
### 📊 Changes
**2 files changed** (+16 additions, -11 deletions)
<details>
<summary>View changed files</summary>
📝 `package.json` (+1 -1)
📝 `yarn.lock` (+15 -10)
</details>
### 📄 Description
Bumps [eslint](https://github.com/eslint/eslint) from 8.23.0 to 8.23.1.
<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.23.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/b71989388a921886caa4c6cb48729bbf60c46100"><code>b719893</code></a> fix: Upgrade eslintrc to stop redefining plugins (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16297">#16297</a>) (Brandon Mills)</li>
<li><a href="https://github.com/eslint/eslint/commit/734b54eb9c6c4839c0f99ebe18dc5695754aac1d"><code>734b54e</code></a> fix: improve autofix for the <code>prefer-const</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16292">#16292</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/6a923ff9257a4f009cefed049ebb59a4b5acdab5"><code>6a923ff</code></a> fix: Ensure that glob patterns are normalized (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16287">#16287</a>) (Nicholas C. Zakas)</li>
<li><a href="https://github.com/eslint/eslint/commit/c6900f89a89f3de5d3c50c69a1bc62eac6eb76d7"><code>c6900f8</code></a> fix: Ensure globbing doesn't include subdirectories (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16272">#16272</a>) (Nicholas C. Zakas)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/16cba3f31294a673721864267aa13ea35233326b"><code>16cba3f</code></a> docs: fix mobile double tap issue (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16293">#16293</a>) (Sam Chen)</li>
<li><a href="https://github.com/eslint/eslint/commit/e098b5f80472e80c70603306e77e14ea15f1a93b"><code>e098b5f</code></a> docs: keyboard control to search results (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16222">#16222</a>) (Shanmughapriyan S)</li>
<li><a href="https://github.com/eslint/eslint/commit/1b5b2a7de504f2971a6a488d8a57442e73b56a51"><code>1b5b2a7</code></a> docs: add Consolas font and prioritize resource loading (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16225">#16225</a>) (Amaresh S M)</li>
<li><a href="https://github.com/eslint/eslint/commit/1ae8236a2e71c9dead20ba9da60d8cc9e317859a"><code>1ae8236</code></a> docs: copy & use main package version in docs on release (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16252">#16252</a>) (Jugal Thakkar)</li>
<li><a href="https://github.com/eslint/eslint/commit/279f0afc14617c037da482919942beef87f56e45"><code>279f0af</code></a> docs: Improve id-denylist documentation (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16223">#16223</a>) (Mert Ciflikli)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/38e8171d9b170f400ac340368d044b2093114e94"><code>38e8171</code></a> perf: migrate rbTree to js-sdsl (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16267">#16267</a>) (Zilong Yao)</li>
<li><a href="https://github.com/eslint/eslint/commit/1c388fb37739cc09dbd0b4aa59e9d45674280ad5"><code>1c388fb</code></a> chore: switch nyc to c8 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16263">#16263</a>) (唯然)</li>
<li><a href="https://github.com/eslint/eslint/commit/67db10c51dbb871a201eab444f6a73fbc1e4fc75"><code>67db10c</code></a> chore: enable linting <code>.eleventy.js</code> again (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16274">#16274</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/42bfbd7b7b91106e5f279a05f40c20769e3cd29f"><code>42bfbd7</code></a> chore: fix <code>npm run perf</code> crashes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16258">#16258</a>) (唯然)</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.23.1 - September 12, 2022</p>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/b71989388a921886caa4c6cb48729bbf60c46100"><code>b719893</code></a> fix: Upgrade eslintrc to stop redefining plugins (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16297">#16297</a>) (Brandon Mills)</li>
<li><a href="https://github.com/eslint/eslint/commit/734b54eb9c6c4839c0f99ebe18dc5695754aac1d"><code>734b54e</code></a> fix: improve autofix for the <code>prefer-const</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16292">#16292</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/6a923ff9257a4f009cefed049ebb59a4b5acdab5"><code>6a923ff</code></a> fix: Ensure that glob patterns are normalized (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16287">#16287</a>) (Nicholas C. Zakas)</li>
<li><a href="https://github.com/eslint/eslint/commit/38e8171d9b170f400ac340368d044b2093114e94"><code>38e8171</code></a> perf: migrate rbTree to js-sdsl (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16267">#16267</a>) (Zilong Yao)</li>
<li><a href="https://github.com/eslint/eslint/commit/16cba3f31294a673721864267aa13ea35233326b"><code>16cba3f</code></a> docs: fix mobile double tap issue (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16293">#16293</a>) (Sam Chen)</li>
<li><a href="https://github.com/eslint/eslint/commit/c6900f89a89f3de5d3c50c69a1bc62eac6eb76d7"><code>c6900f8</code></a> fix: Ensure globbing doesn't include subdirectories (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16272">#16272</a>) (Nicholas C. Zakas)</li>
<li><a href="https://github.com/eslint/eslint/commit/e098b5f80472e80c70603306e77e14ea15f1a93b"><code>e098b5f</code></a> docs: keyboard control to search results (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16222">#16222</a>) (Shanmughapriyan S)</li>
<li><a href="https://github.com/eslint/eslint/commit/1b5b2a7de504f2971a6a488d8a57442e73b56a51"><code>1b5b2a7</code></a> docs: add Consolas font and prioritize resource loading (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16225">#16225</a>) (Amaresh S M)</li>
<li><a href="https://github.com/eslint/eslint/commit/1c388fb37739cc09dbd0b4aa59e9d45674280ad5"><code>1c388fb</code></a> chore: switch nyc to c8 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16263">#16263</a>) (唯然)</li>
<li><a href="https://github.com/eslint/eslint/commit/67db10c51dbb871a201eab444f6a73fbc1e4fc75"><code>67db10c</code></a> chore: enable linting <code>.eleventy.js</code> again (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16274">#16274</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/1ae8236a2e71c9dead20ba9da60d8cc9e317859a"><code>1ae8236</code></a> docs: copy & use main package version in docs on release (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16252">#16252</a>) (Jugal Thakkar)</li>
<li><a href="https://github.com/eslint/eslint/commit/42bfbd7b7b91106e5f279a05f40c20769e3cd29f"><code>42bfbd7</code></a> chore: fix <code>npm run perf</code> crashes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16258">#16258</a>) (唯然)</li>
<li><a href="https://github.com/eslint/eslint/commit/279f0afc14617c037da482919942beef87f56e45"><code>279f0af</code></a> docs: Improve id-denylist documentation (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16223">#16223</a>) (Mert Ciflikli)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/d75d3c68ad8c98828aaa522b87ec267ab2dcb002"><code>d75d3c6</code></a> 8.23.1</li>
<li><a href="https://github.com/eslint/eslint/commit/c625f18442636e74fc6778bdb21bd2a18b110c9f"><code>c625f18</code></a> Build: changelog update for 8.23.1</li>
<li><a href="https://github.com/eslint/eslint/commit/b71989388a921886caa4c6cb48729bbf60c46100"><code>b719893</code></a> fix: Upgrade eslintrc to stop redefining plugins (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16297">#16297</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/734b54eb9c6c4839c0f99ebe18dc5695754aac1d"><code>734b54e</code></a> fix: improve autofix for the <code>prefer-const</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16292">#16292</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/6a923ff9257a4f009cefed049ebb59a4b5acdab5"><code>6a923ff</code></a> fix: Ensure that glob patterns are normalized (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16287">#16287</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/38e8171d9b170f400ac340368d044b2093114e94"><code>38e8171</code></a> perf: migrate rbTree to js-sdsl (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16267">#16267</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/16cba3f31294a673721864267aa13ea35233326b"><code>16cba3f</code></a> docs: fix mobile double tap issue (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16293">#16293</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/c6900f89a89f3de5d3c50c69a1bc62eac6eb76d7"><code>c6900f8</code></a> fix: Ensure globbing doesn't include subdirectories (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16272">#16272</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/e098b5f80472e80c70603306e77e14ea15f1a93b"><code>e098b5f</code></a> docs: keyboard control to search results (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16222">#16222</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/1b5b2a7de504f2971a6a488d8a57442e73b56a51"><code>1b5b2a7</code></a> docs: add Consolas font and prioritize resource loading (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16225">#16225</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.23.0...v8.23.1">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/551
Author: @dependabot[bot]
Created: 9/12/2022
Status: ✅ Merged
Merged: 9/12/2022
Merged by: @mergify[bot]
Base:
develop← Head:dependabot/npm_and_yarn/eslint-8.23.1📝 Commits (1)
9b9cef5Bump eslint from 8.23.0 to 8.23.1📊 Changes
2 files changed (+16 additions, -11 deletions)
View changed files
📝
package.json(+1 -1)📝
yarn.lock(+15 -10)📄 Description
Bumps eslint from 8.23.0 to 8.23.1.
Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
d75d3c68.23.1c625f18Build: changelog update for 8.23.1b719893fix: Upgrade eslintrc to stop redefining plugins (#16297)734b54efix: improve autofix for theprefer-construle (#16292)6a923fffix: Ensure that glob patterns are normalized (#16287)38e8171perf: migrate rbTree to js-sdsl (#16267)16cba3fdocs: fix mobile double tap issue (#16293)c6900f8fix: Ensure globbing doesn't include subdirectories (#16272)e098b5fdocs: keyboard control to search results (#16222)1b5b2a7docs: add Consolas font and prioritize resource loading (#16225)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.